| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-04-17 | Tweaks to allow backlinks listing to work. Using to check the backlinks ↵V5-php84 | lsces | 1 | -0/+1 | |
| option on the wiki pages, but extending to blogs may be useful. | |||||
| 2025-08-29 | General code updated to PHP8.4 and namespace | lsces | 1 | -13/+12 | |
| 2021-02-03 | update path for kernel/includes/setup_inc.php | modela bitweaver | 1 | -1/+1 | |
| 2021-02-01 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -1/+1 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -2/+2 | |
| 2011-01-04 | remove CVS Header and Id tags | spiderr | 1 | -3/+0 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -2/+2 | |
| 2010-02-08 | deprecate root bit_setup_inc use kernel/setup_inc.php | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -3/+3 | |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to ↵ | Christian Fowler | 1 | -3/+3 | |
| options hash | |||||
| 2007-09-14 | migrate view perm calls to hasViewPermission | Christian Fowler | 1 | -3/+3 | |
| 2007-07-06 | move to gContent perm functions so assigned content permissions work properly | Christian Fowler | 1 | -3/+3 | |
| 2007-06-01 | clean up more stuff and finally get rid of wikilib and only create class ↵ | Max Kremmel | 1 | -9/+6 | |
| where needed - wikilib is down to 4 or 5 functions now | |||||
| 2007-06-01 | remove a lot of antiquated code including breadcrumbs and outdated ↵ | Max Kremmel | 1 | -9/+6 | |
| wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now. | |||||
| 2007-03-20 | remove antiquated page_setup_inc | Christian Fowler | 1 | -3/+2 | |
| 2006-04-14 | change wiki kernel preference names to be standard compliant | Max Kremmel | 1 | -3/+3 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -3/+3 | |
| 2006-02-06 | further paermission renaming and cleanup | Max Kremmel | 1 | -3/+3 | |
| 2006-02-04 | remove more outdated code: $section and other old template assignments | Max Kremmel | 1 | -3/+2 | |
| 2006-01-27 | replace old code with new versions - we need to stop babysitting outdated code | Max Kremmel | 1 | -7/+4 | |
| 2005-08-01 | merge recent changes with HEAD - R1 and HEAD are identical now | Max Kremmel | 1 | -9/+9 | |
| 2005-06-28 | Merge recent changes from R1 into HEAD | Christian Fowler | 1 | -4/+15 | |
| 2005-06-19 | IMPORT TikiPro CLYDE FINAL | bitweaver.org | 1 | -0/+45 | |
