| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-05 | Switch to lipis flag-icons 4x3 SVG set; update constituent country codes | Lester Caine | 1 | -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-05 | Display flag icons at 32x24 (4:3 ratio) | Lester Caine | 1 | -1/+1 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-05 | Replace GIF flag scan with static ISO alpha-3 country list and SVG flags | Lester Caine | 1 | -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-04 | Convert {booticon} to {biticon} — freedesktop/tango icon names throughout | Lester Caine | 2 | -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-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 1 | -3/+2 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 10 | -4/+3 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-03-27 | Figured what has been causing a problem with using && and || in smarty ↵ | lsces | 3 | -4/+4 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. | |||||
| 2026-03-27 | KernelTools usage | lsces | 1 | -2/+3 | |
| 2025-08-29 | Modules tools updated to PHP8.4 and namespace | lsces | 5 | -15/+15 | |
| 2022-07-31 | migrate from font-awesome 3.2.1 icon- to 6.1.2 fa- | spiderr | 2 | -3/+3 | |
| 2017-07-03 | STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵ | spider@dev | 1 | -1/+1 | |
| classes; fix validate.php for hauth | |||||
| 2016-05-23 | add img-responsive to user profile | spider@app1 | 1 | -2/+2 | |
| 2014-06-06 | Switch to form-group divs for BS3 | lsces | 1 | -7/+7 | |
| 2013-07-12 | Closing bracket missmatch fixed | lsces | 1 | -2/+2 | |
| 2013-05-16 | remove stay_in_ssl_mode as http configuration should make that determination | spiderr | 1 | -8/+0 | |
| 2013-05-09 | smarty3 and bootstrap fixes | spiderr | 1 | -1/+1 | |
| 2013-04-11 | update modules for smarty 3 template centric variables, and assign modules ↵ | spiderr | 4 | -7/+7 | |
| to the _template | |||||
| 2013-04-11 | update modules for smarty 3 template centric variables, and assign modules ↵ | spiderr | 2 | -5/+5 | |
| to the _template | |||||
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 2 | -2/+2 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -1/+1 | |
| 2011-06-26 | convert liberty_files.storage_path to liberty_files.file_name to remove all ↵ | Christian Fowler | 1 | -1/+0 | |
| hardcoded pathing information. legacy path is supported via basename | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 11 | -15/+15 | |
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachange | wjames5 | 2 | -6/+6 | |
| accessed though type hash with get name method call, still no schema change required | |||||
| 2010-04-17 | step three of contenttype name plural - replace all instances where name is ↵ | wjames5 | 1 | -2/+2 | |
| accessed though systme hash with get name method call, still no schema change required | |||||
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 4 | -12/+12 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 4 | -12/+12 | |
| 2009-09-14 | remove module title , fix flag and language display | Christian Fowler | 1 | -5/+5 | |
| 2009-09-04 | force portrait_url to small... for now. will add module_param shortly | Christian Fowler | 1 | -2/+4 | |
| 2009-09-04 | cleanup user portrait and new silhouette icon for unknown user | Christian Fowler | 1 | -3/+3 | |
| 2009-09-03 | clean up of users_profile to display more information in less space with ↵ | Christian Fowler | 2 | -23/+50 | |
| less clutter | |||||
| 2009-09-02 | add gBitSystem->getConfig( 'user_class', 'BitPermUser' ) | Christian Fowler | 1 | -4/+5 | |
| 2009-04-13 | flag required to limit to only those online | Tekimaki | 1 | -2/+3 | |
| 2008-10-16 | massive code cleanup, added docs, renamed methods to have consistent ↵ | Max Kremmel | 1 | -7/+5 | |
| camelCaps naming, moved unused methods to bottom of file with deprecated message. | |||||
| 2008-09-10 | a number of html and consistency fixes for module help | Max Kremmel | 2 | -6/+8 | |
| 2008-09-09 | one help file for each module (that takes parameters), html code change from ↵ | laetzer | 4 | -18/+37 | |
| <table> to <dl> | |||||
| 2008-08-30 | wording | laetzer | 1 | -3/+3 | |
| 2008-07-29 | Use results from getContentList directly | Lester Caine | 1 | -2/+2 | |
| 2007-10-26 | Fix mod_who_is_there so it at least works. | Nick Palmer | 2 | -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-13 | try to clean up https code which has a lot of bogus assignments and ↵ | Max Kremmel | 1 | -5/+5 | |
| convoluted code - still needs testing | |||||
| 2007-06-14 | move more crud to shitbits and remove a couple of anciet tikiwiki modules | Max Kremmel | 6 | -219/+0 | |
| 2007-06-14 | fix profile to work with moduleParams | Max Kremmel | 2 | -13/+14 | |
| 2007-01-07 | allow users to set time value | Max Kremmel | 1 | -4/+4 | |
| 2007-01-07 | simplify translations | Max Kremmel | 1 | -6/+2 | |
| 2006-12-31 | improve input js | Max Kremmel | 1 | -4/+4 | |
| 2006-12-19 | oops, didn't mean to commit that. | Max Kremmel | 1 | -7/+1 | |
| 2006-12-19 | display number of unread messages if need be | Max Kremmel | 1 | -1/+7 | |
| 2006-09-19 | use different icons for mail related stuff | Max Kremmel | 1 | -1/+1 | |
| 2006-09-15 | further streamline boxes - remove .boxtitle entirely, clean up box template ↵ | Max Kremmel | 1 | -1/+1 | |
| and assign correct class names to icon in admin menu | |||||
| 2006-09-03 | change all biticon links to point to the new icons provided in ↵ | Max Kremmel | 3 | -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-03 | preliminary biticon cleanup | Max Kremmel | 1 | -1/+1 | |
