| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-07 | Remove duplicate ipackage attributes from biticon callsHEADmaster | Lester Caine | 1 | -1/+1 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-06 | install: revert install_login.tpl form action change | Lester Caine | 1 | -1/+1 | |
| Revert validate.php form target — original SCRIPT_NAME behaviour restored. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-06 | install: fix login form action to post to validate.php | Lester Caine | 1 | -1/+1 | |
| {form} without ipackage/ifile defaults to SCRIPT_NAME (install.php), which has no login handler. Explicitly target users/validate.php so the login is actually processed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-06 | install: fix null gBitInstallDb in upgrade step | Lester Caine | 1 | -0/+6 | |
| Each installer step is a separate HTTP request. install_packages.php creates $gBitInstallDb but by the time install_upgrade.php runs it is a fresh request and the variable is null, causing a fatal error when upgrade_packages is submitted. Re-establish the DB connection at the start of the upgrade submission block if $gBitInstallDb is not already set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Replace colourstrap with stock Bootstrap 3.3.7 in installer | Lester Caine | 1 | -1/+1 | |
| 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 | -1/+1 | |
| 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-06-01 | Fix uksort callbacks — use closures instead of namespaced string names | Lester Caine | 1 | -2/+2 | |
| String callbacks with namespace prefixes are unreliable; fn() closures resolve upgrade_version_sort / upgrade_query_sort in the current namespace. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-26 | Fix PHP 8.5 uksort deprecation and namespace/object refs in upgrade step | Lester Caine | 3 | -5/+24 | |
| - upgrade_version_sort now returns version_compare() int (-1/0/1) not bool - upgrade_package_sort call uses fully-qualified Bitweaver\Install namespace - install_upgrade.tpl uses gBitInstaller->getVersion() (correct in install context) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-22 | Fix integrity check page: working 'try to add table' and 'show table details' | Lester Caine | 2 | -24/+18 | |
| Reuse existing DB connection (mDb->mDb) instead of opening a redundant new ADOdb connection that fails silently on Firebird PDO. Also fix JS namespace backslash in toggleElementDisplay call that broke the show-table-details link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-18 | Return to live site was being upset since the tk ticket is added ↵ | Lester Caine | 1 | -5/+3 | |
| automatically. No need for form, just make a link. | |||||
| 2026-05-18 | tidy first install logic so that installed opens in the right place | Lester Caine | 2 | -2/+6 | |
| 2026-05-18 | Ensure current bitweaver version in database | Lester Caine | 1 | -2/+3 | |
| 2026-05-18 | Clean up install process post first install | Lester Caine | 2 | -4/+6 | |
| Can now install new packages | |||||
| 2026-05-15 | Remove unused group model code | Lester Caine | 5 | -33/+4 | |
| 2026-05-15 | Make ROLE_MODEL the default memory model | Lester Caine | 6 | -80/+28 | |
| 2026-05-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 2 | -10/+3 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 64 | -63/+45 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-10 | trim Hash from getUserIdFromCookie as it only accepts a cookie string | Lester Caine | 1 | -1/+1 | |
| 2026-04-16 | Switch a new install to start up in bithtml rather than tikiwikiV5-php84 | lsces | 1 | -4/+5 | |
| 2026-04-16 | magickwand is no longer a separate package, it is now rolled into and ↵ | lsces | 1 | -1/+2 | |
| replaces imagick | |||||
| 2026-04-06 | Tidying links to bitweaver.org to avoid redirect from http | lsces | 11 | -20/+19 | |
| 2026-04-05 | It does help if you stage changes from the right machine. This is the rework ↵ | lsces | 46 | -741/+677 | |
| of the installer for namespace and php8.4 | |||||
| 2026-04-05 | Just killed the final ?> | lsces | 1 | -1/+0 | |
| 2025-06-01 | update config file error message with SELinux remedy | spiderr | 1 | -1/+1 | |
| 2025-05-31 | Merge branch 'master' of github.com:bitweaver/install | spiderr | 1 | -1/+1 | |
| 2025-05-31 | small tidy for UI | spiderr | 1 | -2/+2 | |
| 2025-05-24 | SmartyBC cleanup: assign_by_ref->assignByRef | spiderr | 1 | -1/+1 | |
| 2022-11-12 | major cleanup to install of new installation testing | spiderr | 19 | -37/+35 | |
| 2022-05-03 | fix error display with required package missing | spiderr | 1 | -1/+2 | |
| 2021-09-22 | remove unused debug() | spider@dav | 3 | -4/+1 | |
| 2021-06-02 | resolve conflicts | spiderr | 2 | -1/+35 | |
| 2021-06-02 | clean up install for new includes/classes directory pathing | spiderr | 13 | -52/+16 | |
| 2021-02-03 | move kernel/includes/setup_inc.php | modela bitweaver | 2 | -2/+2 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -1/+1 | |
| 2018-08-01 | reorg util package to put library code in includes/ and used new ↵ | modela bitweaver | 1 | -1/+1 | |
| UTIL_PKG_INC constant | |||||
| 2017-07-03 | Update for new includes/ directory structure | modela bitweaver | 1 | -2/+2 | |
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | modela bitweaver | 1 | -3/+3 | |
| 2016-02-07 | Tidy comment blocks | lsces | 3 | -17/+17 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 6 | -10/+10 | |
| 2015-01-31 | tidy up install packages to use columns | spider | 1 | -14/+20 | |
| 2015-01-31 | include jquiery-ui so tabs work | spider | 1 | -0/+1 | |
| 2014-12-23 | fix debug | santo spider | 2 | -2/+2 | |
| 2014-11-19 | fix forminput label=checkbox | santo spider | 1 | -4/+4 | |
| 2014-11-19 | add-forminput-label-param-for-bs3 | spiderr | 12 | -74/+59 | |
| 2014-10-07 | Merge branch 'master' of github.com:bitweaver/install | spider | 3 | -7/+7 | |
| 2014-10-07 | smart.const.ROLE_MODEL check | spider | 1 | -1/+1 | |
| 2014-10-02 | clean up UI | santo spider | 3 | -7/+7 | |
| 2014-09-08 | use sys_get_temp_dir() for default temp location | spiderr | 1 | -1/+1 | |
| 2014-08-26 | bootstrap 3 cleanup of installer | santo spider | 5 | -34/+43 | |
| 2014-06-07 | Merge | lsces | 21 | -21/+21 | |
