| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-06 | kernel: fix PHP 8.1 float-to-int deprecations in apc.php GD image code | Lester Caine | 1 | -3/+6 | |
| PHP 8.1 deprecated implicit float→int narrowing. The APC admin pie and bar chart generators pass float angle and height values directly to GD functions (imagefilledarc, imagefilledrectangle, imageline) which require int coordinates. Cast $start/$end to int at the top of fill_arc() and text_arc(), $h to int at the top of fill_box(), and the $h calculations in the bar chart loop (case 3) inline. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | admin_system: fix cache prune safety check to allow TEMP_PKG_PATH and ↵ | Lester Caine | 1 | -1/+2 | |
| STORAGE_PKG_PATH The guard strpos($item['path'], BIT_ROOT_PATH) always failed for any cache directory under TEMP_PKG_PATH (e.g. icons, modules, system cache) since TEMP_PKG_PATH is outside the web root. None of those caches were ever actually cleared. Extend the check to accept all three known safe roots. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-01 | Add 5.0.1 upgrade script to store bitweaver_version in kernel_config | Lester Caine | 1 | -0/+17 | |
| Without this, MIN_BIT_VERSION 5.0.1 forces the installer on every request but has no script to advance the stored version past 5.0.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-01 | Remove 5.0.0 upgrade script — default version set to 5.0.0 | Lester Caine | 1 | -12/+0 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-18 | Check if the installer package is enabled. | Lester Caine | 1 | -0/+3 | |
| Prodution sites the symlink should only be added when needed | |||||
| 2026-05-15 | Further trimming of role_model selection | Lester Caine | 1 | -3/+0 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 13 | -131/+124 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2025-09-04 | Trap divid by zero error when nothing to display | lsces | 1 | -2/+2 | |
| 2025-08-29 | Admin functions changes to cover uninitialized variables and style changes ↵ | lsces | 16 | -1037/+1000 | |
| for PHP8.4 | |||||
| 2025-08-29 | Drop unused upgrade stuff | lsces | 2 | -477/+2 | |
| 2025-08-16 | update apc.php for PHP8+ | spiderr | 1 | -759/+779 | |
| 2022-08-16 | update kernel_config.config_name to C(64) | spiderr | 1 | -1/+1 | |
| 2021-09-03 | fix &= assignment | spiderr | 1 | -1/+1 | |
| 2021-02-04 | define ADMIN path, clean up more _INCLUDE | spiderr | 5 | -5/+5 | |
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 10 | -10/+10 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -1/+1 | |
| 2018-07-31 | update browsecap.ini | spiderr | 1 | -4973/+8269 | |
| 2016-12-05 | add default browscap.ini | spider@app2 | 1 | -0/+11018 | |
| 2016-06-21 | update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGE | spider@app1 | 1 | -1/+1 | |
| 2016-06-17 | update apc.php stat page | spider@app1 | 1 | -10/+16 | |
| 2016-06-17 | improve apcu object caching | spider@app1 | 1 | -2/+0 | |
| 2016-02-07 | Styling change | lsces | 1 | -2/+2 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 6 | -15/+15 | |
| 2015-02-06 | add site_hidden to prevent search engine indexing | spider | 1 | -0/+1 | |
| 2015-01-20 | update apc.php status | spider | 1 | -91/+86 | |
| 2014-10-22 | Merge | lsces | 1 | -307/+94 | |
| 2014-10-22 | tidy CAD mine types | lsces | 1 | -2/+4 | |
| 2014-09-19 | update apc.php and link to it in server_stats.tpl | spider | 1 | -307/+94 | |
| 2014-05-23 | use bitweaver auth | Christian Fowler | 1 | -1/+1 | |
| 2013-05-08 | move deault mod_package_menu to the right | spiderr | 1 | -1/+1 | |
| 2013-04-07 | clean up menus | Christian Fowler | 1 | -3/+3 | |
| 2013-04-03 | lots of clean up for bootstrap menus, headers, and footer; purge some ↵ | spiderr | 1 | -19/+0 | |
| ancient defaults | |||||
| 2013-04-01 | add apc stats | spiderr | 1 | -0/+1364 | |
| 2012-08-06 | Role model switch on kernel | lsces | 1 | -0/+4 | |
| 2012-07-18 | update mime.types | spiderr | 1 | -648/+673 | |
| 2012-05-05 | add some sitemaps admin | spiderr | 1 | -0/+33 | |
| 2010-06-29 | move config/kernel_config_inc.php to config/kernel/config_inc.php and now we ↵ | Bitweaver | 1 | -1/+1 | |
| have some standardized modularity forming for config/<pkg>/blah..., also all non-exec files have _inc.php by convention | |||||
| 2010-06-22 | move config_inc.php to config root dir where all install specific ↵ | tekimaki | 1 | -1/+1 | |
| configurations are to be housed | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 11 | -11/+11 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 8 | -15/+15 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 9 | -18/+18 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 9 | -18/+18 | |
| 2009-09-29 | Make auto-install work better for tableless packages and introduce idea of ↵ | Daniel Sutcliffe | 1 | -5/+13 | |
| auto-update | |||||
| 2009-03-17 | typo | wjames5 | 1 | -2/+2 | |
| 2009-03-11 | clean up code | Max Kremmel | 1 | -42/+30 | |
| 2009-02-19 | use p_<pkg>_admin for determing the presence and contents of the global ↵ | Christian Fowler | 1 | -11/+18 | |
| admin menu. previousl this was controlled entirely by p_admin for all packages. now, groups can be assigned administrative control of packages ad hoc | |||||
| 2009-01-31 | add additional checks to make nuking cache safer | Max Kremmel | 1 | -25/+50 | |
| 2009-01-22 | provide information about upgrades when these are available. | Max Kremmel | 1 | -1/+11 | |
| 2009-01-12 | site_display_timezone is not required when site_display_utc is UTC | Lester Caine | 1 | -1/+0 | |
| 2008-10-31 | further dispersion of requirement stuff. you now get appropriate warnings ↵ | Max Kremmel | 1 | -3/+3 | |
| when a rquired package is not active. required packages can not be disabled. | |||||
