summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-08add_link_ticket is not working in the current build of smarty so having to ma...V5-php84lsces1-1/+1
2026-05-08Missing .php from linkslsces1-2/+2
2026-04-19PHP8.4 style tweakslsces1-14/+14
2026-04-16checkEnvironment expanded to manage server style flags and isFeatureActive ch...lsces1-42/+35
2026-04-16PHP8.4 tidies and restore missing defaultslsces1-7/+7
2026-04-06Tidying links to bitweaver.org to avoid redirect from httplsces7-13/+13
2026-04-06doc.bitweaver.org no longer exists, reset to main websitelsces1-1/+1
2026-04-06verifyId needs to allow content_id of -1 for anonymous user trafficlsces1-1/+1
2026-04-06Drop hard coded session name in favour of site specific onelsces1-4/+4
2026-04-05Silly missing .php on the logout linklsces1-1/+1
2026-04-05bitweaver.txt is not returning a value and in any case it's out of sync with ...lsces1-2/+5
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 a...lsces1-15/+8
2026-04-05verifyId should only return true for valid positive content_id numbers, but -...lsces1-1/+1
2026-04-05Solving a little chicken and egg situation when installing from scratch. Once...lsces5-10/+10
2026-04-05ADOdb needs a few little changes to properly handle pdo drivers. Currently ha...lsces1-1/+1
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 templa...lsces20-49/+49
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
2026-02-02Modernize code style.lsces1-2/+2
2025-09-11Merge pull request #1 from BitweaverCMS/masterLester Caine2-0/+231
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 wo...lsces1-173/+197
2025-08-29General code changes to cover uninitialized variables and style changes for P...lsces3-21/+16
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
2025-08-29Classes remorked in namespace structurelsces13-1463/+3080
2025-08-29Admin functions changes to cover uninitialized variables and style changes fo...lsces16-1037/+1000
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 do...spiderr1-4/+4
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