summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02convert lots of biticon to booticonspiderr5-7/+7
2013-04-02convert lots of biticon to booticonspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr6-12/+12
2013-04-02bootstrap updates convert class=row to class=control-groupspiderr7-34/+34
2013-03-12change h1 to h2; h2 to h3PRE_BOOTSTRAPspiderr2-2/+2
2012-11-24Rest of prepGetList static correctionslester@host81-138-11-136.in-addr.btopenworld.com3-3/+3
2012-09-28Missed static function - e_strict compliancelsces2-2/+2
2012-09-08Parameters andded twice? Think this effects group modle as well ...lsces1-1/+1
2012-08-06role model selection of permissions linkslsces2-3/+10
This option is disabled in favour of protector but trying to keep all options working
2012-07-18use mime_type for liberty_mime_get_storage_sub_dir_namespiderr1-2/+2
2012-07-18remove debugspiderr1-1/+0
2012-06-23whitespacespiderr1-1/+1
2012-06-08fix BitBlog::getDisplayUrlspiderr1-1/+2
2012-06-07Don't wipe blog data load by asigning true to mInfo!"Lester Caine ext:(%22)1-3/+4
2012-06-07list_user_blogs does not exist, but getList needs extra support to return ↵"Lester Caine ext:(%22)1-2/+2
user blogs
2012-06-07Merge group_id and role_id parameters"Lester Caine ext:(%22)1-4/+17
Not fully tested, but seems stable on my blog sites
2012-06-07Add optional role_id parameters in parallel with group_id"Lester Caine ext:(%22)3-2/+7
2012-05-26Correct version of BitUser should already be loaded ... need confirmation"Lester Caine ext:(%22)8-21/+21
on a non RoleUser setup
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr3-3/+3
2012-05-07Move getDateRestrictions to staticLester Caine ext:(%22)1-3/+3
2012-05-07Use correct blog_id from $mBlogIdLester Caine ext:(%22)1-1/+1
2012-05-07Pass blog_id in hashLester Caine ext:(%22)1-6/+6
2012-05-07Use generic user functions for user detailsLester Caine ext:(%22)7-46/+18
Make getDisplayUrlFromHash actually static - remove $this
2012-05-06replace all PHP4 style calls to LibertySystem base constructors with ↵spiderr1-1/+1
parent::__construct()
2012-05-06Merge branch 'master' of github.com:bitweaver/blogsspiderr2-16/+4
2012-05-06replace all PHP4 style calls to LibertyMime base constructors with ↵spiderr1-1/+1
parent::__construct()
2012-05-06Handle user functions in users packageLester Caine ext:(%22)2-16/+4
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base ↵spiderr1-1/+1
class constructors with parent::__construct()
2012-04-30getDisplayNameFromHash expansion for static call to getDisplayNameLester Caine ext:(%22)1-2/+2
2012-04-29Clear remaining getContentUrl mods back to uetDisplayrlLester Caine ext:(%22)3-55/+55
2012-04-29White pace tidyupLester Caine ext:(%22)6-30/+30
2012-04-18major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHashChristian Fowler10-32/+37
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)5-8/+8
Missed first time around
2012-04-16Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)8-21/+34
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2011-07-07syntax errors in load queryspiderr1-3/+3
2011-06-26convert liberty_files.storage_path to liberty_files.file_name to remove all ↵Christian Fowler3-64/+49
hardcoded pathing information. legacy path is supported via basename
2010-06-09Strip down CVS keywords.pre-lf-storage-path-to-file-namecvs2git40-44/+44
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEADwjames53-8/+12
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step one of contenttype name plural - new methods to fetch name in ↵pre_ctype_desc_name_schmeachangewjames51-4/+4
libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
2010-03-11Assigning the return value of new by reference is deprecatedPRE_CONTENTTYPE_NAME_PLURALChristian Fowler1-4/+4
2010-03-07remove deprecatedwjames51-2/+1
2010-02-12clarify furtherwjames51-1/+1
2010-02-12flatten services hash and introduce new param for adding some meta data ↵wjames51-4/+11
about services to easy site configuration, see lcconfig
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEwjames514-28/+28
2010-02-04clean up junkpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEwjames51-1/+1
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵Christian Fowler2-4/+4
cleaner polymorphism
2009-11-22rollback this is not the right way to enforce crossposting as blog is not ↵wjames51-2/+2
required for posting
2009-11-22Use blog content settings rather than post for new posts - committed for ↵Lester Caine1-2/+2
others to check that it does not break anything on other services
2009-11-12Begin module upgrade - read in modules from both old and new locations and ↵wjames53-0/+112
process config files during layout editing. Add an upgrade method for packages which upgrade their modules to call to assist people updating their site. Make some use of the new config data to demonstrate possibilities in layout menu. Include one module update in blog pkg to sketch out how configuration file might look.
2009-11-03move hide user blog posts on user pages to admin opt in feature, and dont ↵R270wjames53-5/+8
hide empty lists on general blog listing requests so we dont have a confusing empty page