summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)AuthorFilesLines
2026-06-05Switch to lipis flag-icons 4x3 SVG set; update constituent country codesLester Caine1-1/+1
- Replace Marble SVGs with lipis/flag-icons 4x3 set (271 flags, consistent 4:3 ratio, CC0 licensed) - Update iso3166 map: ENG/SCT/WLS/NIR now point to gb-eng/gb-sct/gb-wls/gb-nir matching lipis naming; custom eng/sct/wls/nir SVGs retained alongside - Switch flag {biticon} calls from hardcoded width/height to istyle=flag Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05Display flag icons at 32x24 (4:3 ratio)Lester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05Replace GIF flag scan with static ISO alpha-3 country list and SVG flagsLester Caine1-1/+1
- Add countries_inc.php: 252 countries as alpha-3 → name + alpha-3 → alpha-2 map for flag image lookup; derived from webtrees CountryService, no runtime webtrees dependency - Add 243 Marble SVG flags (xx.svg) plus eng/sct/wls/nir for constituent countries - Remove 244 full-name GIF flags - RoleUser: set users_country_code (alpha-3), flag (alpha-2 lowercase), and users_country (display name) at load time - preferences.php, register.php, hauth_register.php: replace opendir GIF scan with require_once countries_inc.php - Templates: replace {section loop=$flags} with {foreach $countries as $code => $name}; iexplain now uses display name instead of raw flag code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04Convert {booticon} to {biticon} — freedesktop/tango icon names throughoutLester Caine2-3/+3
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with {biticon ipackage="icons" iname="<freedesktop-name>"} using the tango iconset. Mapping covers ~70 distinct old names to tango equivalents (edit-delete, document-properties, go-next, lock, internet-mail, etc.). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code ↵Lester Caine1-3/+2
base defaulted to ROLE_MODEL
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine10-4/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces3-4/+4
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-27KernelTools usagelsces1-2/+3
2025-08-29Modules tools updated to PHP8.4 and namespacelsces5-15/+15
2022-07-31migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-spiderr2-3/+3
2017-07-03STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵spider@dev1-1/+1
classes; fix validate.php for hauth
2016-05-23add img-responsive to user profilespider@app11-2/+2
2014-06-06Switch to form-group divs for BS3lsces1-7/+7
2013-07-12Closing bracket missmatch fixedlsces1-2/+2
2013-05-16remove stay_in_ssl_mode as http configuration should make that determinationspiderr1-8/+0
2013-05-09smarty3 and bootstrap fixesspiderr1-1/+1
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr4-7/+7
to the _template
2013-04-11update modules for smarty 3 template centric variables, and assign modules ↵spiderr2-5/+5
to the _template
2013-04-02convert lots of biticon to booticonspiderr2-2/+2
2013-04-02convert lots of biticon to booticonspiderr1-1/+1
2011-06-26convert liberty_files.storage_path to liberty_files.file_name to remove all ↵Christian Fowler1-1/+0
hardcoded pathing information. legacy path is supported via basename
2010-06-09Strip down CVS keywords.cvs2git11-15/+15
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames52-6/+6
accessed though type hash with get name method call, still no schema change required
2010-04-17step three of contenttype name plural - replace all instances where name is ↵wjames51-2/+2
accessed though systme hash with get name method call, still no schema change required
2009-10-01remove ref to non-existant copyright.txt filewjames54-12/+12
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames54-12/+12
2009-09-14remove module title , fix flag and language displayChristian Fowler1-5/+5
2009-09-04force portrait_url to small... for now. will add module_param shortlyChristian Fowler1-2/+4
2009-09-04cleanup user portrait and new silhouette icon for unknown userChristian Fowler1-3/+3
2009-09-03clean up of users_profile to display more information in less space with ↵Christian Fowler2-23/+50
less clutter
2009-09-02add gBitSystem->getConfig( 'user_class', 'BitPermUser' )Christian Fowler1-4/+5
2009-04-13flag required to limit to only those onlineTekimaki1-2/+3
2008-10-16massive code cleanup, added docs, renamed methods to have consistent ↵Max Kremmel1-7/+5
camelCaps naming, moved unused methods to bottom of file with deprecated message.
2008-09-10a number of html and consistency fixes for module helpMax Kremmel2-6/+8
2008-09-09one help file for each module (that takes parameters), html code change from ↵laetzer4-18/+37
<table> to <dl>
2008-08-30wordinglaetzer1-3/+3
2008-07-29Use results from getContentList directlyLester Caine1-2/+2
2007-10-26Fix mod_who_is_there so it at least works.Nick Palmer2-8/+9
It returns users multiple times if they are logged on from more than one place still. We might want to fix that at some point.
2007-07-13try to clean up https code which has a lot of bogus assignments and ↵Max Kremmel1-5/+5
convoluted code - still needs testing
2007-06-14move more crud to shitbits and remove a couple of anciet tikiwiki modulesMax Kremmel6-219/+0
2007-06-14fix profile to work with moduleParamsMax Kremmel2-13/+14
2007-01-07allow users to set time valueMax Kremmel1-4/+4
2007-01-07simplify translationsMax Kremmel1-6/+2
2006-12-31improve input jsMax Kremmel1-4/+4
2006-12-19oops, didn't mean to commit that.Max Kremmel1-7/+1
2006-12-19display number of unread messages if need beMax Kremmel1-1/+7
2006-09-19use different icons for mail related stuffMax Kremmel1-1/+1
2006-09-15further streamline boxes - remove .boxtitle entirely, clean up box template ↵Max Kremmel1-1/+1
and assign correct class names to icon in admin menu
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel3-7/+7
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-09-03preliminary biticon cleanupMax Kremmel1-1/+1