| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-07 | Remove duplicate ipackage attributes from biticon callsHEADmaster | Lester Caine | 6 | -25/+25 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-05 | Switch icons: document-properties → edit, text-x-generic → view-list-text | Lester Caine | 6 | -8/+8 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-05 | Switch delete icon from edit-delete to user-trash (dustbin) | Lester Caine | 5 | -5/+5 | |
| user-trash updated to a proper dustbin SVG. All templates across all packages updated to use user-trash instead of edit-delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Switch attachment icon from mail-attachment to stock_attach | Lester Caine | 2 | -2/+2 | |
| stock_attach (paperclip) is available as PNG (16px) and SVG (scalable), making it a cleaner fit for attach/assign/crosspost contexts than the mail-specific mail-attachment icon. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-04 | Convert {booticon} to {biticon} — freedesktop/tango icon names throughout | Lester Caine | 7 | -40/+40 | |
| 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-05-21 | Fix undefined BITBLOGPOST_CONTENT_TYPE_GUID in rankings.php | Lester Caine | 1 | -146/+5 | |
| Use BitBlogPost instead of LibertyContent so the autoloader loads BitBlogPost.php (which defines the constant) before it is referenced. Removed dead commented-out legacy ranking code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-21 | Tidy automatic generation of sitemap | Lester Caine | 1 | -0/+35 | |
| 2026-05-18 | showBlogTitle was a strange dead end, should have been passed via ↵ | Lester Caine | 1 | -1/+0 | |
| blogPostsFormat | |||||
| 2026-05-18 | Create service to be used by getServicesSql targeting search results initially | Lester Caine | 2 | -1/+24 | |
| 2026-05-18 | Mochikit has ben dropped in favour of jquery equivalent | Lester Caine | 3 | -3/+1 | |
| 2026-05-18 | Rework to use browser based calendar pop-up | Lester Caine | 2 | -54/+28 | |
| 2026-05-16 | Tidy $showBlogTitle since it was hard coded anyway | Lester Caine | 1 | -8/+1 | |
| 2026-05-16 | Another missing default | Lester Caine | 1 | -1/+1 | |
| 2026-05-16 | Extend Read More popup to blog listing ... | Lester Caine | 3 | -32/+34 | |
| 2026-05-16 | Extend recent_blogs to allow Read More to create a pop-up of the full post | Lester Caine | 5 | -16/+46 | |
| 2026-05-16 | Access blog posts history which is all contained in the database already | Lester Caine | 4 | -0/+163 | |
| 2026-05-15 | Remove unused group model code | Lester Caine | 1 | -1/+1 | |
| 2026-05-15 | Further trimming of role_model selection | Lester Caine | 2 | -6/+1 | |
| 2026-05-15 | Namespace fixes | Lester Caine | 1 | -2/+2 | |
| 2026-05-15 | To simplyfy maintenence BitUser classes have been retired and active code ↵ | Lester Caine | 2 | -18/+4 | |
| base defaulted to ROLE_MODEL | |||||
| 2026-05-15 | Need to sort out access control to allow anonymous display if p_blogs_view ↵ | Lester Caine | 1 | -1/+1 | |
| is set for user | |||||
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 31 | -182/+169 | |
| 2026-04-06 | Tidying links to bitweaver.org to avoid redirect from httpV5-php84 | lsces | 2 | -2/+2 | |
| 2026-03-27 | Figured what has been causing a problem with using && and || in smarty ↵ | lsces | 15 | -38/+38 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. | |||||
| 2026-03-27 | Namespace additions | lsces | 4 | -25/+35 | |
| 2026-03-27 | Smarty seems to have dropped && and || in favour of and and or in templates? | lsces | 13 | -34/+34 | |
| 2026-02-01 | Additional namespace tidies and 8.4 style fixes | lsces | 3 | -6/+5 | |
| 2025-09-10 | short array style updates | lsces | 1 | -11/+11 | |
| 2025-08-29 | Another little icon/style tweek | lsces | 1 | -2/+2 | |
| 2025-08-29 | Can now see the little niggles and pick them off. Not sure why Print was ↵ | lsces | 1 | -2/+2 | |
| hidden and PHP8.4 needs everything defined which adding missing defaults helps with. Probably need to sort that at the 'template' level but that will come. | |||||
| 2025-08-28 | Missed a default setting to shut up PHP8.4 | lsces | 1 | -4/+4 | |
| 2025-08-28 | Classes code updated to PHP8.4 and namespace | lsces | 2 | -297/+288 | |
| 2025-08-28 | Extra code updated to PHP8.4 and namespace | lsces | 5 | -64/+84 | |
| 2025-08-28 | General code updated to PHP8.4 and namespace | lsces | 14 | -180/+169 | |
| 2025-08-28 | Templates code updated to PHP8.4 and namespace | lsces | 24 | -85/+85 | |
| 2025-08-28 | Modules code updated to PHP8.4 and namespace | lsces | 19 | -78/+76 | |
| 2025-08-28 | plugin code updated to PHP8.4 and namespace | lsces | 1 | -49/+50 | |
| 2025-08-28 | Admin code updated to PHP8.4 and namespace | lsces | 5 | -165/+157 | |
| 2025-08-28 | Remove older update code ... start clean on BW5 | lsces | 1 | -213/+0 | |
| 2021-04-15 | clean up for includes/ reorg | modela bitweaver | 1 | -1/+1 | |
| 2021-02-13 | move bit_setup_inc.php to includes/ | modela bitweaver | 1 | -0/+0 | |
| 2021-02-03 | move kernel/includes/setup_inc.php | modela bitweaver | 14 | -15/+15 | |
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 10 | -12/+12 | |
| 2021-02-01 | move _inc and classes to includes/classes and use PKG_CLASS/INCLUDE_PATH ↵ | modela bitweaver | 33 | -56/+55 | |
| constants | |||||
| 2021-01-31 | PHP7 clean up dual static + object use of parseData, and create ↵ | modela bitweaver | 9 | -16/+16 | |
| ->getParsedData & ::filterDataHash | |||||
| 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 | |
| 2017-07-03 | remove commented BitUser include | modela bitweaver | 7 | -7/+0 | |
| 2016-06-22 | change-all-StartTrans-calls-to-BitBase-method | lsces | 2 | -15/+15 | |
| 2016-06-22 | change-class-var-to-public | modela bitweaver | 2 | -2/+2 | |
