summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine3-7/+7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27$moduleParams is now a smarty value rather than array. The passing of ↵lsces2-17/+17
parameters to modules needs reviewing across all the modules.
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces2-4/+4
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-26Smarty style updateslsces2-2/+2
2025-08-28Module code updated to PHP8.4 and namespace ... work in progress on updating ↵lsces7-53/+50
some third party code
2021-02-02move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵modela bitweaver3-3/+3
constants
2020-05-19change parameter order and naming in BitUser::getDisplayNameFromHash to ↵spiderr1-1/+1
match all other *FromHash functions
2014-11-03Header comments can be dropped these dayslsces1-1/+0
2014-11-03Modify random banner moduule to use responsive set of images.lsces2-8/+20
Need to document how to make a set of pictures.
2014-11-03Use BS3 pull-left and pull-right classeslsces1-2/+2
2014-09-05add list-unstyledsanto spider1-1/+1
2014-06-04Switch to Smarty3 style variableslsces1-6/+6
2014-06-04Switch to ul controlled image listlsces1-3/+4
2013-09-23Static or cycle select for banner modulelsces1-1/+1
2013-09-23Scrolling image module. Displays sequence of pictures from a gallery usinglsces2-0/+54
innerfade
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr2-11/+11
to the _template
2012-09-30Base for a gallery based site banner library.lsces2-0/+43
A fisheye gellery holds the images used, on a site banner, and this allows images to be easily changed by the user. This module simply displays a random selection from the gallery. module_rows has been borrowed to identify the gallery to be used, and title is used to select an image size. extra-large thumbnail is needed to support up to 1024 pixel wide imsages. The size of the image uploaded needs to match the banner size!
2012-05-26Need both parts of fisheye loaded for module"Lester Caine ext:(%22)1-1/+1
2012-04-30getDisplayNameFromHash expansion for static call to getDisplayNameLester Caine ext:(%22)1-1/+1
2012-04-29Spilt getDisplayUrl() from getImageUrl( imageid )Lester Caine ext:(%22)1-2/+2
getDisplayUrl is defined without a parameter so the fisheye version can't have one
2012-04-29Roll back getContentUrl to alternate static getDisplayUrl fixLester Caine ext:(%22)1-2/+2
getDisplayUrlFrom Hash used for static calls
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-2/+2
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
2010-06-09Strip down CVS keywords.cvs2git2-2/+2
2008-09-16translation for 'default'laetzer1-1/+1
2008-09-16var value untranslatedlaetzer1-1/+1
2008-09-12allow custom titlelaetzer1-3/+3
2008-09-10a number of html and consistency fixes for module helpMax Kremmel1-4/+5
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer1-33/+22
<table> to <dl>
2008-09-02removed "data" class from ul. avoids mix up between center vs column styleslaetzer1-2/+2
2008-04-30handle empty module_titlebitweaver.org1-2/+2
2007-11-20assign moduleTitle if a module parameter, add name of user if image list is ↵Christian Fowler2-2/+7
not for a particularly user
2007-07-19set moduleParams global and fix module_rows usageMax Kremmel1-4/+6
2007-07-18rows parameter in module assignment was not being used; if not defined, use ↵gravyface1-3/+5
the kernel max_records.
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-3/+3
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-11-03set module_title globalMax Kremmel1-2/+2
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel1-5/+5
2006-02-27fix undefined index with empty gContent (like on create gallery)bitweaver.org1-2/+2
2005-11-22merge recent changes into HEADMax Kremmel1-0/+26
2005-08-24synch recent changes from R1 to HEADMax Kremmel1-2/+2
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-8/+8
2005-07-25Merge recent changes R1 1.0.2 beta --> HEADMax Kremmel2-4/+8
2005-06-28Merge recent changes from R1 into HEADChristian Fowler3-21/+80
2005-06-21limit sort_mode settings to avoid database errors on wrong entryMax Kremmel1-2/+10
2005-06-21replaced random image module with more flexible image moduleMax Kremmel2-50/+0
2005-06-21add new, more flexible fisheye image module - old one should be nukedMax Kremmel3-0/+84
2005-06-20add mod_random_imagesChristian Fowler2-0/+50