| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 5 | -7/+7 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -1/+1 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 6 | -12/+12 | |
| 2013-04-02 | bootstrap updates convert class=row to class=control-group | spiderr | 7 | -34/+34 | |
| 2013-03-12 | change h1 to h2; h2 to h3PRE_BOOTSTRAP | spiderr | 2 | -2/+2 | |
| 2012-11-24 | Rest of prepGetList static corrections | lester@host81-138-11-136.in-addr.btopenworld.com | 3 | -3/+3 | |
| 2012-09-28 | Missed static function - e_strict compliance | lsces | 2 | -2/+2 | |
| 2012-09-08 | Parameters andded twice? Think this effects group modle as well ... | lsces | 1 | -1/+1 | |
| 2012-08-06 | role model selection of permissions links | lsces | 2 | -3/+10 | |
| This option is disabled in favour of protector but trying to keep all options working | |||||
| 2012-07-18 | use mime_type for liberty_mime_get_storage_sub_dir_name | spiderr | 1 | -2/+2 | |
| 2012-07-18 | remove debug | spiderr | 1 | -1/+0 | |
| 2012-06-23 | whitespace | spiderr | 1 | -1/+1 | |
| 2012-06-08 | fix BitBlog::getDisplayUrl | spiderr | 1 | -1/+2 | |
| 2012-06-07 | Don't wipe blog data load by asigning true to mInfo! | "Lester Caine ext:(%22) | 1 | -3/+4 | |
| 2012-06-07 | list_user_blogs does not exist, but getList needs extra support to return ↵ | "Lester Caine ext:(%22) | 1 | -2/+2 | |
| user blogs | |||||
| 2012-06-07 | Merge 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-07 | Add optional role_id parameters in parallel with group_id | "Lester Caine ext:(%22) | 3 | -2/+7 | |
| 2012-05-26 | Correct version of BitUser should already be loaded ... need confirmation | "Lester Caine ext:(%22) | 8 | -21/+21 | |
| on a non RoleUser setup | |||||
| 2012-05-25 | replace PHP_SELF with SCRIPT_NAME | spiderr | 3 | -3/+3 | |
| 2012-05-07 | Move getDateRestrictions to static | Lester Caine ext:(%22) | 1 | -3/+3 | |
| 2012-05-07 | Use correct blog_id from $mBlogId | Lester Caine ext:(%22) | 1 | -1/+1 | |
| 2012-05-07 | Pass blog_id in hash | Lester Caine ext:(%22) | 1 | -6/+6 | |
| 2012-05-07 | Use generic user functions for user details | Lester Caine ext:(%22) | 7 | -46/+18 | |
| Make getDisplayUrlFromHash actually static - remove $this | |||||
| 2012-05-06 | replace all PHP4 style calls to LibertySystem base constructors with ↵ | spiderr | 1 | -1/+1 | |
| parent::__construct() | |||||
| 2012-05-06 | Merge branch 'master' of github.com:bitweaver/blogs | spiderr | 2 | -16/+4 | |
| 2012-05-06 | replace all PHP4 style calls to LibertyMime base constructors with ↵ | spiderr | 1 | -1/+1 | |
| parent::__construct() | |||||
| 2012-05-06 | Handle user functions in users package | Lester Caine ext:(%22) | 2 | -16/+4 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 1 | -1/+1 | |
| class constructors with parent::__construct() | |||||
| 2012-04-30 | getDisplayNameFromHash expansion for static call to getDisplayName | Lester Caine ext:(%22) | 1 | -2/+2 | |
| 2012-04-29 | Clear remaining getContentUrl mods back to uetDisplayrl | Lester Caine ext:(%22) | 3 | -55/+55 | |
| 2012-04-29 | White pace tidyup | Lester Caine ext:(%22) | 6 | -30/+30 | |
| 2012-04-18 | major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHash | Christian Fowler | 10 | -32/+37 | |
| 2012-04-16 | Tidy up to remove 'STRICT' warnings | Lester Caine ext:(%22) | 5 | -8/+8 | |
| Missed first time around | |||||
| 2012-04-16 | Tidy up to remove 'STRICT' warnings | Lester 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-07 | syntax errors in load query | spiderr | 1 | -3/+3 | |
| 2011-06-26 | convert liberty_files.storage_path to liberty_files.file_name to remove all ↵ | Christian Fowler | 3 | -64/+49 | |
| hardcoded pathing information. legacy path is supported via basename | |||||
| 2010-06-09 | Strip down CVS keywords.pre-lf-storage-path-to-file-name | cvs2git | 40 | -44/+44 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 3 | -8/+12 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | step one of contenttype name plural - new methods to fetch name in ↵pre_ctype_desc_name_schmeachange | wjames5 | 1 | -4/+4 | |
| libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change | |||||
| 2010-03-11 | Assigning the return value of new by reference is deprecatedPRE_CONTENTTYPE_NAME_PLURAL | Christian Fowler | 1 | -4/+4 | |
| 2010-03-07 | remove deprecated | wjames5 | 1 | -2/+1 | |
| 2010-02-12 | clarify further | wjames5 | 1 | -1/+1 | |
| 2010-02-12 | flatten services hash and introduce new param for adding some meta data ↵ | wjames5 | 1 | -4/+11 | |
| about services to easy site configuration, see lcconfig | |||||
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE | wjames5 | 14 | -28/+28 | |
| 2010-02-04 | clean up junkpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE | wjames5 | 1 | -1/+1 | |
| 2010-02-02 | use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵ | Christian Fowler | 2 | -4/+4 | |
| cleaner polymorphism | |||||
| 2009-11-22 | rollback this is not the right way to enforce crossposting as blog is not ↵ | wjames5 | 1 | -2/+2 | |
| required for posting | |||||
| 2009-11-22 | Use blog content settings rather than post for new posts - committed for ↵ | Lester Caine | 1 | -2/+2 | |
| others to check that it does not break anything on other services | |||||
| 2009-11-12 | Begin module upgrade - read in modules from both old and new locations and ↵ | wjames5 | 3 | -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-03 | move hide user blog posts on user pages to admin opt in feature, and dont ↵R270 | wjames5 | 3 | -5/+8 | |
| hide empty lists on general blog listing requests so we dont have a confusing empty page | |||||
