| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 11 days | Add CLAUDE.md: document BitPage::store() missing RollbackTrans bugHEADmaster | Lester Caine | 1 | -0/+36 | |
| Intermittent "page not found" traced to open Firebird transaction when an exception escapes store() before CompleteTrans() runs. Includes diagnostic query and proposed fix pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-07 | wiki: add missing rss_inc.php include to wiki_rss.php | Lester Caine | 1 | -0/+1 | |
| wiki_rss.php assumed $rss was already created but never included rss_inc.php, causing 'Attempt to assign property on null'. Pattern matches articles_rss.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-06-06 | wiki: fix TypeError in backlinks.php when no page is specified | Lester Caine | 1 | -0/+1 | |
| The empty if block at line 23 was never filled in. With no page/page_id/ content_id in the request, lookup_page_inc.php produces a blank BitPage with mPageName=null. Passing null to pageExists(string) throws a TypeError in PHP 8.1+. Add a fatalError() in the empty block so missing-page requests are handled before the pageExists() call. 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 | 7 | -10/+10 | |
| 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 | Convert {booticon} to {biticon} — freedesktop/tango icon names throughout | Lester Caine | 9 | -42/+42 | |
| 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 | 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-30 | Restrict Orphan Pages menu item to editors with p_wiki_update_page | Lester Caine | 1 | -1/+1 | |
| Previously gated on p_wiki_view_page (basic level), making it visible to anonymous users. Orphan page management is an editorial task. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-05-21 | Tidy automatic generation of sitemap | Lester Caine | 1 | -50/+18 | |
| 2026-05-16 | Fix parse problem when editing | Lester Caine | 1 | -1/+1 | |
| 2026-05-15 | Namespace fixes | Lester Caine | 1 | -1/+1 | |
| 2026-05-14 | Move legacy libraries into the relevant package for easier maintenance | Lester Caine | 8 | -0/+3451 | |
| 2026-05-14 | php-cs-fixer tidies to php8.5 standards | Lester Caine | 65 | -345/+334 | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 2026-04-17 | Tweaks to allow backlinks listing to work. Using to check the backlinks ↵V5-php84 | lsces | 2 | -3/+4 | |
| option on the wiki pages, but extending to blogs may be useful. | |||||
| 2026-04-06 | Tidying links to bitweaver.org to avoid redirect from http | lsces | 3 | -8/+8 | |
| 2026-04-06 | php8.4 style tweak for short arry style | lsces | 1 | -1/+1 | |
| 2026-03-27 | leading bracket missed after adding KernelTools:: namespace | lsces | 1 | -2/+2 | |
| 2026-03-27 | Figured what has been causing a problem with using && and || in smarty ↵ | lsces | 8 | -25/+25 | |
| templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones. | |||||
| 2026-03-27 | Namespace changes and short array style | lsces | 4 | -9/+11 | |
| 2025-09-04 | default unset variables in template | lsces | 1 | -5/+5 | |
| 2025-09-04 | Complete move to namespace | lsces | 1 | -19/+21 | |
| 2025-08-29 | plugin updated to PHP8.4 and namespace | lsces | 1 | -9/+9 | |
| 2025-08-29 | Modules updated to PHP8.4 and namespace | lsces | 6 | -25/+28 | |
| 2025-08-29 | Templates updated to Smarty5, PHP8.4 and namespace | lsces | 15 | -92/+96 | |
| 2025-08-29 | General code updated to PHP8.4 and namespace | lsces | 22 | -397/+424 | |
| 2025-08-29 | Admin tools updated to PHP8.4 and namespace | lsces | 5 | -249/+242 | |
| 2025-08-29 | Extra code updated to PHP8.4 and namespace | lsces | 6 | -70/+82 | |
| 2025-08-29 | Classes updated to PHP8.4 and namespace | lsces | 2 | -242/+223 | |
| 2025-08-27 | Tidy old upgrade stuff for new 5.0 start | lsces | 4 | -406/+13 | |
| 2025-08-04 | tweak menu verbiage, list books | spiderr | 1 | -4/+4 | |
| 2025-05-30 | fix some toolbar icons | spider@dav | 2 | -2/+2 | |
| 2025-05-30 | fix non boot icons; PHP8 compat explode; perm check | spider@dav | 3 | -4/+4 | |
| 2025-05-28 | Merge branch 'master' of github.com:bitweaver/wiki | spider@dav | 14 | -51/+60 | |
| 2025-05-27 | use verifyIdParameter to check empty hash values | spiderr | 1 | -1/+1 | |
| 2025-04-27 | verifyIdParameter | spiderr | 1 | -1/+1 | |
| 2025-04-27 | verifyIdParameter; empty(maxlen) check | spiderr | 2 | -5/+5 | |
| 2024-08-18 | add B to mod_rewrite match to allow %20 and + | spiderr | 1 | -1/+1 | |
| 2023-11-25 | w3c cleanup: The type attribute is unnecessary for JavaScript resources. | spiderr | 2 | -2/+2 | |
| 2022-08-16 | fix cloud arrow icon | spiderr | 1 | -2/+2 | |
| 2022-07-30 | migrate from font-awesome 3.2.1 icon- to 6.1.2 fa- | spiderr | 9 | -40/+40 | |
| 2022-04-12 | add metatags liberty_content_data support | spiderr | 2 | -1/+10 | |
| 2021-09-22 | Merge branch 'master' of github.com:bitweaver/wiki | spider@dav | 43 | -131/+124 | |
| 2021-05-07 | add mTicket to remove wiki book listing | spiderr | 1 | -1/+1 | |
| 2021-02-13 | update package_path in bit_setup_inc | spiderr | 1 | -1/+1 | |
| 2021-02-13 | move bit_setup_inc.php to includes/ | modela bitweaver | 1 | -0/+0 | |
| 2021-02-12 | rename *_structure to structure_* | spiderr | 1 | -1/+1 | |
| 2021-02-12 | rename *_structure_inc.php to structure_*_inc.php | spiderr | 3 | -7/+14 | |
| 2021-02-04 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants; remove ↵ | spiderr | 5 | -14/+3 | |
| ancient imagegals and s5 features | |||||
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 23 | -23/+23 | |
| 2021-02-02 | update requires for move classes to includes/classes and use ↵ | modela bitweaver | 7 | -8/+8 | |
| PKG_CLASS/INCLUDE_PATH constants | |||||
