summaryrefslogtreecommitdiff
path: root/backlinks.php
AgeCommit message (Collapse)AuthorFilesLines
2026-06-06wiki: fix TypeError in backlinks.php when no page is specifiedLester Caine1-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-17Tweaks to allow backlinks listing to work. Using to check the backlinks ↵V5-php84lsces1-0/+1
option on the wiki pages, but extending to blogs may be useful.
2025-08-29General code updated to PHP8.4 and namespacelsces1-13/+12
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-01move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-2/+2
2011-01-04remove CVS Header and Id tagsspiderr1-3/+0
2010-06-09Strip down CVS keywords.cvs2git1-2/+2
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-3/+3
2009-10-01remove ref to non-existant copyright.txt filewjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-3/+3
options hash
2007-09-14migrate view perm calls to hasViewPermissionChristian Fowler1-3/+3
2007-07-06move to gContent perm functions so assigned content permissions work properlyChristian Fowler1-3/+3
2007-06-01clean up more stuff and finally get rid of wikilib and only create class ↵Max Kremmel1-9/+6
where needed - wikilib is down to 4 or 5 functions now
2007-06-01remove a lot of antiquated code including breadcrumbs and outdated ↵Max Kremmel1-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-20remove antiquated page_setup_incChristian Fowler1-3/+2
2006-04-14change wiki kernel preference names to be standard compliantMax Kremmel1-3/+3
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-3/+3
2006-02-06further paermission renaming and cleanupMax Kremmel1-3/+3
2006-02-04remove more outdated code: $section and other old template assignmentsMax Kremmel1-3/+2
2006-01-27replace old code with new versions - we need to stop babysitting outdated codeMax Kremmel1-7/+4
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel1-9/+9
2005-06-28Merge recent changes from R1 into HEADChristian Fowler1-4/+15
2005-06-19IMPORT TikiPro CLYDE FINALbitweaver.org1-0/+45