| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-14 | php-cs-fixer updates to php8.5 style | Lester Caine | 2 | -12/+11 | |
| 2026-04-16 | PHP8.4 style tweaksV5-php84 | lsces | 1 | -5/+5 | |
| 2026-02-01 | Major refactor for namespace, php8.4 and smarty5 | lsces | 7 | -600/+190 | |
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 2 | -2/+2 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 2 | -3/+3 | |
| 2021-02-01 | move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants | modela bitweaver | 3 | -5/+5 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -1/+1 | |
| 2014-11-20 | liberty_process_upload-remove-upload-hardcoding | spiderr | 1 | -1/+1 | |
| 2014-10-22 | White space niggles | lsces | 2 | -2/+2 | |
| 2014-05-31 | PSR trial tidyup. Drop trailing ?> and tidy legacy bracing. | lsces | 6 | -10/+3 | |
| 2012-04-29 | Further tidyup on strict warnings | Lester Caine ext:(%22) | 1 | -1/+1 | |
| Currently dynamic centre modules are not working, but assume that is a core problem | |||||
| 2010-06-09 | Strip down CVS keywords.pre-lf-storage-path-to-file-name | cvs2git | 4 | -4/+4 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵CVS_HEAD | wjames5 | 1 | -1/+5 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE | wjames5 | 2 | -4/+4 | |
| 2010-01-26 | Introduce ability for installer to drop sequences, and make articles upgrade ↵ | Daniel Sutcliffe | 1 | -2/+2 | |
| 1.0.0 use so it works properly | |||||
| 2010-01-25 | Fixes to the naming of Articles sequence tables | Daniel Sutcliffe | 3 | -2/+25 | |
| 2010-01-25 | Fix article topics sequence table name to match that used in BitArticleTopic | Daniel Sutcliffe | 2 | -2/+2 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -2/+2 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 2 | -4/+4 | |
| options hash | |||||
| 2008-02-26 | register content types on install. many packages are updated with this, but ↵ | wjames5 | 1 | -0/+4 | |
| more need updating | |||||
| 2007-12-05 | correct new table name in seq upgrade R1 to R2 | MW | 1 | -1/+1 | |
| 2007-10-03 | fix seq renaming to match R1 names | Christian Fowler | 1 | -2/+2 | |
| 2007-10-03 | comment debug | Christian Fowler | 1 | -2/+1 | |
| 2007-09-19 | SCHEMA CHANGE: move image_attachment_id information to liberty_attachments ↵ | Max Kremmel | 2 | -16/+0 | |
| drop image_attachment_id and clean out legacy code. some of the legacy code had to be moved to BitArticleTopic but i suspect we could stirp that class at some point to allow the use of pigeonholes instead. simplified a lot of the display code by not tapping into mStorage. | |||||
| 2007-09-17 | don't use $this | Max Kremmel | 1 | -1/+1 | |
| 2007-09-17 | add an upgrade portion to convert article images to attachments and also ↵ | Max Kremmel | 1 | -2/+73 | |
| move the image_attachment_id information into the liberty_attachments column by setting the is_primary column to 'y'. upgrader also removes image_attachment_id which will be a final schema change. this will allow us to remove a lot of legacy code in articles. | |||||
| 2007-08-23 | make it possible to edit the title of the article type as well | Max Kremmel | 1 | -5/+3 | |
| 2007-07-13 | massive update of the way topic images are created and stored. now it's also ↵ | Max Kremmel | 2 | -5/+6 | |
| possible to specify the image size displayed for articles and topics. | |||||
| 2007-07-06 | move to gContent perm functions to fully support liberty content permissions | Max Kremmel | 1 | -0/+1 | |
| 2007-06-24 | better help | Max Kremmel | 1 | -2/+2 | |
| 2007-06-20 | Thought this had been commited - default articles_attachments on | Lester Caine | 1 | -0/+1 | |
| 2007-06-17 | articles_content_attachment should have been commented for the moment | Lester Caine | 1 | -2/+3 | |
| The articles_attachments control now actually works! | |||||
| 2007-06-17 | articles_attachments used to disable attachments | Lester Caine | 1 | -1/+9 | |
| (feature_article_attacments was preventing the list on the first tab) articles_content_attachments will enable content based attachments | |||||
| 2007-03-20 | remove deprecated calls to old object permissions | Christian Fowler | 1 | -19/+1 | |
| 2007-01-07 | add option to specify caching time of rss feeds, add / fix rss default ↵ | Max Kremmel | 1 | -3/+3 | |
| setting in individual packages | |||||
| 2006-12-04 | fix article constants to make installation in renamed articles/ dir possible | Max Kremmel | 1 | -3/+3 | |
| 2006-11-28 | use correct constant to register schema tables | Max Kremmel | 1 | -1/+1 | |
| 2006-11-23 | clean up and simplify reltime, make reltime optional, remove reltime ↵ | Max Kremmel | 1 | -2/+1 | |
| equivalent function from BitDate and apply new reltime to a couple of places | |||||
| 2006-11-18 | comment out incomplete statistics feature | Christian Fowler | 1 | -1/+4 | |
| 2006-09-10 | move homeable setting to registerPackage() settings | Max Kremmel | 1 | -2/+0 | |
| 2006-08-29 | add the factility to view the history of articles, and an auto approve ↵ | Hash9 | 1 | -2/+6 | |
| feature for articles | |||||
| 2006-08-19 | can not add 2 topics with the same name | Sylvie Greverend | 1 | -2/+5 | |
| 2006-08-04 | use the URL instead of the NAME for the dest_path | Max Kremmel | 1 | -2/+2 | |
| 2006-05-06 | clean up schema files, remove unused PackageInfo data - we really need a ↵ | Max Kremmel | 1 | -3/+0 | |
| package manager for this, add plugin_path column to liberty_plugins | |||||
| 2006-05-06 | remove duplicate topic_id column | Max Kremmel | 1 | -4/+1 | |
| 2006-04-24 | allow the use of a random number string image to prevent spam submissions | Max Kremmel | 1 | -3/+7 | |
| 2006-04-14 | change article config setting names to <pkg>_setting | Max Kremmel | 2 | -28/+28 | |
| 2006-04-13 | remove spellchecker option - we have bnspell for that now | Max Kremmel | 1 | -5/+1 | |
