| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-05 | Add CSS flag dropdown select with lipis flag-icons | Lester Caine | 1 | -2/+0 | |
| - css/flag-icons.css: lipis 4x3 set, 1x1 stripped, paths → ../icons/flags/ - countries_inc.php: asort, Smarty assigns, loadCss (PKG_PATH not PKG_URL); PHP files reduce to single require() - flag_select_inc.tpl: custom dropdown with .fi CSS flags, search filter, jQuery open/close; fsName/fsValue/fsId/fsSize; min-width 300px; line-height:1.5em on flag spans - html_head_inc.tpl placeholder; display templates keep {biticon istyle=flag} Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-05 | Fix countries_inc.php scope: require not require_once at page level | Lester Caine | 1 | -1/+1 | |
| require_once in RoleUser::load() marks the file as included globally; subsequent require_once calls in preferences/register page scope are silently skipped, leaving $bwCountries undefined. Plain require forces execution in the current scope each time. 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 | -13/+4 | |
| - 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-05-18 | Tidy register structure post stripping the groups biased code | Lester Caine | 1 | -17/+78 | |
| 2026-05-15 | Remove unused group model code | Lester Caine | 1 | -6/+0 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 1 | -6/+4 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-19 | Namesspace tidies for general authentication functions | lsces | 1 | -0/+1 | |
| 2025-08-29 | General tools updated to PHP8.4 and namespace | lsces | 1 | -21/+24 | |
| 2021-02-05 | fix INCLUDE and CLASS paths | modela bitweaver | 1 | -1/+1 | |
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2021-02-03 | move notification_lib to includes | modela bitweaver | 1 | -1/+1 | |
| 2021-02-02 | fix INCLUDE path | modela bitweaver | 1 | -1/+1 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -2/+2 | |
| 2021-02-01 | create standard USERS_PKG_CLASS_PATH in includes/classes | modela bitweaver | 1 | -1/+1 | |
| 2020-08-12 | remove old recaptchalib.php | spiderr | 1 | -1/+0 | |
| 2020-08-12 | update reCAPTCHA libraries and interface | spiderr | 1 | -1/+1 | |
| 2017-10-19 | remove login.php and use only signin.php; add hyridauth providers to ↵ | spider@app1 | 1 | -1/+6 | |
| reigstration | |||||
| 2017-08-04 | typo in registerHash | spider@app1 | 1 | -1/+1 | |
| 2017-07-03 | move _inc files to includes/ | spider@dev | 1 | -1/+1 | |
| 2017-07-03 | change from lib/ to includes/ to better match templates/, icons/, etc... | spider@dev | 1 | -2/+2 | |
| 2017-07-03 | STRUCTURE change: new lib/ directory for all classes, libraries, and utility ↵ | spider@dev | 1 | -2/+2 | |
| classes; fix validate.php for hauth | |||||
| 2017-06-30 | integrate HybridAuth signle sign on library | spider@dev | 1 | -61/+3 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -7/+7 | |
| 2015-12-08 | Merge with local | lsces | 1 | -7/+2 | |
| 2014-02-05 | change code to HTTP_UNAUTHORIZED | spiderr | 1 | -1/+1 | |
| 2013-07-11 | add some page metaKeywords | spiderr | 1 | -0/+1 | |
| 2013-07-03 | add signin | spiderr | 1 | -3/+14 | |
| 2013-05-16 | remove invokeServices on register.php | Christian Fowler | 1 | -3/+0 | |
| 2013-02-10 | require recpatcha always since its functions are used as smarty modifier | spiderr | 1 | -3/+1 | |
| 2013-02-08 | fix recpatcha typo | spiderr | 1 | -1/+2 | |
| 2013-02-08 | add reCAPTCHA support to registration page | spiderr | 1 | -0/+3 | |
| 2012-04-18 | major migration of getDisplayUrl to ->getDisplayUrl and ::getDisplayUrlFromHash | Christian Fowler | 1 | -1/+1 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -2/+2 | |
| 2010-03-10 | Invoke edit services like other content at registration time so various ↵ | wjames5 | 1 | -2/+5 | |
| service pkgs can add to users like any other content | |||||
| 2010-02-16 | move pre registration verification requirements into method so can be ↵ | wjames5 | 1 | -69/+51 | |
| utilized by other registration processes but not jam inporting of users | |||||
| 2010-02-09 | remove sloppy user_cookie_site global from tiki days and use ↵ | Christian Fowler | 1 | -4/+4 | |
| BitUser::getSiteCookieName; migrate all setcookie calls for the site cookie to a single method; purge users/bit_setup_inc.php from ancient code, and only send site cookie on login | |||||
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -3/+3 | |
| 2009-08-25 | add comment to make easier to follow | wjames5 | 1 | -6/+10 | |
| 2009-08-21 | call gBitSystem->getConfig( 'user_class' ) to get proper user class from config | Christian Fowler | 1 | -4/+7 | |
| 2009-07-15 | Checks for setting of public/private user information | Tyler Bello | 1 | -2/+7 | |
| 2008-11-18 | login with email since login is not technically required in the form, as it ↵ | Christian Fowler | 1 | -3/+4 | |
| can be auto generated during store | |||||
| 2008-10-02 | fix user image upload, clean up code and rename 'fSubmit' stuff to use ↵ | Max Kremmel | 1 | -36/+30 | |
| normal names | |||||
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -3/+3 | |
| options hash | |||||
| 2008-02-18 | Make users photo storage work properly again. | Nick Palmer | 1 | -4/+4 | |
| Fix after registration redirection since BIT_ROOT_URL has changed. | |||||
| 2007-11-09 | add support for REQUEST var of returnto to allow override redirection URL ↵ | Christian Fowler | 1 | -3/+9 | |
| after login | |||||
| 2007-06-17 | update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵ | Max Kremmel | 1 | -6/+7 | |
| from tikiwiki days and is tedious to deal with. | |||||
| 2007-04-06 | add config option after_reg_url default url to laod after user registration | wjames5 | 1 | -3/+4 | |
| 2007-04-06 | move call for service registration tpl inclusion so that they are included ↵ | wjames5 | 1 | -19/+22 | |
| when there are errors | |||||
