| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-15 | Namespace fixes | Lester Caine | 2 | -4/+6 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 14 | -5/+5 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2025-08-27 | Module changes to cover namespace and style changes for PHP8.4 | lsces | 4 | -25/+27 | |
| 2025-05-30 | LibertyBase check in | spider@dav | 1 | -1/+1 | |
| 2021-02-12 | rename *_structure to structure_* | spiderr | 1 | -1/+1 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 2 | -3/+3 | |
| 2020-12-23 | PHP7 warnings cleanup | spiderr | 1 | -1/+1 | |
| 2020-05-24 | empty check | spiderr | 1 | -1/+3 | |
| 2018-01-11 | fix listing wiki books in multiple structures to do the right thing... | spider@app2 | 1 | -5/+15 | |
| 2017-09-13 | clean up structures - auto ::load() in constructor; add root structure title ↵ | spider@dev | 2 | -4/+4 | |
| to module; remove non w3c spec rel='up' | |||||
| 2014-11-26 | disable security checkn in mod_structure check | santo spider | 1 | -1/+1 | |
| 2014-06-17 | add moduleTitle from module setting for TOC | spider | 1 | -1/+3 | |
| 2013-07-12 | Closing bracket missmatch fixed | lsces | 1 | -1/+1 | |
| 2013-07-01 | check permission checking for structure module | spiderr | 1 | -2/+2 | |
| 2013-04-12 | fix syntax error in toc module | spiderr | 1 | -1/+1 | |
| 2013-04-11 | update modules for smarty 3 template centric variables, and assign modules ↵ | spiderr | 2 | -3/+3 | |
| to the _template | |||||
| 2013-04-11 | update modules for smarty 3 template centric variables, and assign modules ↵ | spiderr | 4 | -6/+6 | |
| to the _template | |||||
| 2011-04-21 | require LibertyStructure in toc module just in case we haven't yet | spiderr | 1 | -0/+2 | |
| 2011-02-26 | minor whitespaces | spiderr | 1 | -6/+1 | |
| 2010-12-28 | clean up buildSubtreeToc to allow prefixing for depths and use getDisplayUrl ↵ | spiderr | 1 | -1/+2 | |
| if available | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 7 | -7/+7 | |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to ↵ | wjames5 | 1 | -2/+2 | |
| content_name, add column content_name_plural - update all class files and hashes where appropriate | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 3 | -6/+6 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2008-09-10 | a number of html and consistency fixes for module help | Max Kremmel | 3 | -9/+12 | |
| 2008-09-09 | one help file for each module (that takes parameters), html code change from ↵ | laetzer | 5 | -49/+47 | |
| <table> to <dl> | |||||
| 2008-09-02 | strange title overruling disabled | laetzer | 1 | -2/+3 | |
| 2008-08-05 | 'Show more' | laetzer | 1 | -5/+3 | |
| 2008-07-29 | Use results from getContentList directly | Lester Caine | 1 | -2/+2 | |
| 2008-07-25 | update module | bitweaver.org | 1 | -5/+4 | |
| 2008-02-02 | Add support for sort. Sort of defeats the "last" in the name, but a nice ↵ | Nick Palmer | 1 | -1/+5 | |
| feature anyway. | |||||
| 2007-11-25 | add support for an array of content_type_guids to getList | Christian Fowler | 1 | -3/+3 | |
| 2007-09-30 | class for "View more" link | laetzer | 1 | -2/+2 | |
| 2007-09-26 | allow passage of a structure_id in to module via module_params | Christian Fowler | 1 | -5/+12 | |
| 2007-09-26 | remove quotes around variable | Christian Fowler | 1 | -1/+1 | |
| 2007-09-22 | Add ability to filter last comment module on a pigeonhole and display full ↵ | Nick Palmer | 2 | -5/+19 | |
| comment. Make sure link shows the comment properly. | |||||
| 2007-06-22 | Add phpdoc comment blocks | Lester Caine | 2 | -2/+18 | |
| 2007-06-01 | missing module_rows | Max Kremmel | 1 | -0/+1 | |
| 2007-05-21 | add a last comment module. this is similar to last cahnges but it's possible ↵ | Max Kremmel | 3 | -0/+61 | |
| to gate comment list based on parent content_type_guid and it will display the title of the parent the comment belongs to | |||||
| 2007-05-20 | migrate to new ajax-ified structure editing. work in progress, currently ↵ | Christian Fowler | 1 | -1/+3 | |
| uses ThickBox, will likely remove. checkout beware\! | |||||
| 2007-04-11 | & --> & | Max Kremmel | 1 | -2/+2 | |
| 2007-04-02 | Massive changes to themes layout engine: | Max Kremmel | 1 | -4/+4 | |
| - merged 3 tables into 1 and removed user-specific layout contol. - moved all layout related code to themes/BitThemes.php. - cleaned up module parameter assignment to module php and tpl files. - improved layout of layout page by enabling all option editing at once. - removed limitation that every module can only be assigned once - more changes, but i can't remember all just now. | |||||
| 2007-03-02 | fix content_type_guid handling when title of module is set | Max Kremmel | 1 | -3/+3 | |
| 2006-12-23 | clean out a lot of the old structure stuff. comment unused functions and ↵ | Max Kremmel | 1 | -2/+2 | |
| move to the end of file. rename used functions to adhere to bitweaver standards - please update your custom package code accordingly | |||||
| 2006-04-14 | change wiki kernel preference names to be standard compliant | Max Kremmel | 1 | -1/+1 | |
| 2006-02-05 | accidentally removed these - how did that happen? | Max Kremmel | 2 | -0/+69 | |
| 2006-02-04 | remove unused module | Max Kremmel | 2 | -69/+0 | |
| 2006-02-04 | remove rankings from kernel, unify rankings in single function: ↵ | Max Kremmel | 1 | -2/+2 | |
| LibertyContent::getContentRanking() move blog ranking stuff to blogs - need to wait till blogs are part of Liberty before we can apply this approach fix LibertyContent::getAuthorsList() to return more than one entry. | |||||
| 2006-01-14 | merge recent changes into HEAD | Max Kremmel | 1 | -0/+6 | |
| 2005-12-26 | merge recent changes into HEAD | Max Kremmel | 2 | -0/+21 | |
| 2005-11-22 | merge recent changes into HEAD | Max Kremmel | 1 | -4/+6 | |
