summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine8-6/+6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces1-1/+1
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2025-08-27Code updated to PHP8.4 and namespacelsces3-20/+18
2021-04-15clean up for includes/ reorgmodela bitweaver1-1/+1
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr1-4/+4
to the _template
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr3-3/+3
to the _template
2010-06-09Strip down CVS keywords.cvs2git5-8/+8
2009-10-01remove ref to non-existant copyright.txt filepre_deprecate_bit_setup_incR270PRE_BIT_SETUP_CHANGEwjames53-9/+9
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames53-9/+9
2008-09-10a number of html and consistency fixes for module helpcreate_permissionMax Kremmel1-5/+6
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer4-33/+37
<table> to <dl>
2008-07-10sort by title instead of structure_idMax Kremmel1-4/+4
2007-09-27Allow no_menu and structure_id arguments to the module.Nick Palmer1-7/+11
2007-06-22Add phpdoc comment blocksLester Caine1-2/+5
2007-06-10Fix warning.Nick Palmer1-4/+3
2007-06-08Fix category suckerfish so it works with new layouts system.Nick Palmer1-3/+7
2007-04-19"what's related" - divorced module from bottom arealaetzer1-2/+2
2007-04-05Add new mod_category_suckerfish module. :)Nick Palmer2-0/+118
2006-10-13phpDoc correctionsLester Caine1-0/+14
2006-04-14more kernel_config renamesMax Kremmel2-4/+4
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel2-4/+4
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel1-3/+3
2006-02-24move service functions to Pigeonholes.php, fix content types dropdown, only ↵Max Kremmel2-4/+2
check path permissions when it's required, reduce defaults to as simple as possible
2006-02-05not sure what these are doing in hereMax Kremmel2-72/+0
2006-02-04add module that automatically displays the full pigeonhole, the content is ↵Max Kremmel2-0/+29
part of
2006-02-04simplify LibertyStructure::getStructure() API by automatically getting and ↵Max Kremmel2-12/+8
checking for the root_content_id using LibertyStructure::getRootStructureId()
2006-02-04highlight currently selected itemMax Kremmel1-2/+2
2006-01-14merge recent changes into HEADMax Kremmel2-5/+5
2005-10-30Add PHPDoc tags to package headersLester Caine1-3/+6
2005-10-27remove call to liberty content - remnant from copy / paste jobMax Kremmel1-4/+1
2005-10-26new pigeonholes module -> display recent changes restricted to categoryMax Kremmel4-3/+108
2005-10-03add basic pigeonholes moduleMax Kremmel3-0/+57