summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-04-05bitweaver.txt is not returning a value and in any case it's out of sync with ↵lsces1-2/+5
this rebuild. Making a clean start from bitweaver5 but previous databases should just work.
2026-04-05Use namespace calls rather than require_oncelsces1-1/+1
2026-04-05If the pdo driver is being used, then db_name is part of the db_host string ↵lsces1-15/+8
and needs to be null. The problem remaining is that datadict does not get the right driver when pdo is used, so hard coded for now.
2026-04-05verifyId should only return true for valid positive content_id numbers, but ↵lsces1-1/+1
-1 is used for the anonymous user which can mess things.
2026-04-05Solving a little chicken and egg situation when installing from scratch. ↵lsces5-10/+10
Once the database is created autoload is messing things up until the tables are also created. Need a tidier way of doing this but it works for now by check tables exist before using them.
2026-04-05ADOdb needs a few little changes to properly handle pdo drivers. Currently ↵lsces1-1/+1
hard coded for pdo-firebird but should get the right driver from the Hostname
2026-04-05Renamed as BitDb to match with the autoloaded naming conventionlsces1-1132/+0
2026-04-02Missing default for php8.4lsces1-1/+1
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces20-49/+49
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. (Some of these base templates have had the and-or mod for a long time, but reverting to correct format.
2026-03-26Namespace tidieslsces2-2/+4
2026-03-26String/null confusion change ... empty string is tidier than nulllsces1-3/+3
2026-03-26Smarty style changeslsces11-29/+29
2026-02-02Fix duplicating _PATH defines ... cluge needed for VSCode to see the defines ↵lsces1-1/+3
so it can actually work.
2026-02-02Modernize code style.lsces1-2/+2
2025-09-11Merge pull request #1 from BitweaverCMS/masterLester Caine2-0/+231
add BitCli and BitLogger
2025-09-04Modernize code with defaults and code style.lsces2-5/+5
2025-09-04Modernize code with defaults and code style. Also add missing layout tagslsces1-1/+1
2025-09-04Trap divid by zero error when nothing to displaylsces1-2/+2
2025-08-30add BitCli abd BitLoggerspiderr2-0/+231
2025-08-29Tidied the class layout and removed more adodb links, but still needs more ↵lsces1-173/+197
work to eliminate adodb-time and also pick up current php classes. Is probably obsolite really
2025-08-29General code changes to cover uninitialized variables and style changes for ↵lsces3-21/+16
PHP8.4
2025-08-29Extra templateslsces3-0/+48
2025-08-29Templates changes to cover uninitialized variables and style changes for PHP8.4lsces17-178/+186
2025-08-29Modules changes to cover uninitialized variables and style changes for PHP8.4lsces13-39/+61
2025-08-29Kernel extras changes to cover uninitialized variables and style changes for ↵lsces11-1113/+268
PHP8.4
2025-08-29Classes remorked in namespace structurelsces13-1463/+3080
2025-08-29Admin functions changes to cover uninitialized variables and style changes ↵lsces16-1037/+1000
for PHP8.4
2025-08-29Drop unused upgrade stufflsces2-477/+2
2025-08-16update apc.php for PHP8+spiderr1-759/+779
2025-06-15revert last commit for BitDatespiderr1-4/+4
2025-06-15use ::mktime instead of ::gmmktime in getTimestampFromISO as the timestamp ↵spiderr1-4/+4
does not have TZ regex parsing
2025-06-07fix login.php for signin.phpspiderr1-3/+3
2025-05-24remove .DB_PERFORMANCE_STATS in menu_kernel_admin.tplspiderr1-3/+1
2025-05-24use BitSystem::outputHeader in bit_redirectspiderr1-5/+3
2025-05-24add cleaned up strftime replacementspiderr1-86/+272
2025-05-24::prepGetList verifyIdParameter on page; empty & bool checks in ::verifyIdspiderr1-2/+2
2025-05-24clean up BitDate methods that are long since outdated; use getdate insteadspiderr1-5/+15
2025-05-13PHP8 fixes: curly params, apache_setenvspiderr1-4/+6
2025-04-27Merge branch 'master' of github.com:bitweaver/kernelspiderr4-16/+16
2025-04-27empty check in smartyspiderr2-3/+3
2024-09-26rename antiquated bit- css classes to bw-spiderr2-12/+12
2024-09-26rename antiquated bittop css class to bw-topspiderr2-3/+3
2024-08-17add $pgnUrl to pagination.tplspiderr1-1/+1
2024-06-04fix fatalPermission for AJAX / api callsspiderr1-1/+6
2024-01-06return second half of mime/type for unknown mime typesspiderr1-0/+3
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.spiderr1-1/+1
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.; mv ↵spiderr1-7/+1
jscalendar head code to UTIL_PKG
2023-11-25w3c cleanup: Trailing slash on void elements has no effect and interacts ↵spiderr1-16/+16
badly with unquoted attribute values.
2023-11-25HTML w3c validation cleanupspiderr1-1/+1
2022-12-17update signin hrefspiderr1-1/+1