summaryrefslogtreecommitdiff
path: root/plugins/filter.bitlinks.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-16Remove echo from (()) title change when more than one linkLester Caine1-27/+10
2026-05-16Fix bug in replacing (()) entires after page title changeLester Caine1-4/+4
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-9/+3
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-127/+131
2021-02-04move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsspiderr1-1/+1
2021-02-01fix tikiwik and bitlinks parsingmodela bitweaver1-2/+2
2016-06-24Rename constructor for PHP7 compliancelsces1-1/+1
2012-05-05Merge branch 'master' of github.com:bitweaver/libertyspiderr1-50/+50
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr1-1/+1
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-50/+50
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-7/+7
2011-03-17check for wiki package active and use BitPage::pageExistsspiderr1-2/+5
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2009-03-14bug #2686661: fix deletion of obsolete links in liberty_content_linksMax Kremmel1-2/+2
2008-11-11fix several problems when updating and storing wiki links in liberty_content_...Max Kremmel1-59/+66
2008-11-09clean up liberty plugin admin, move files to better dirs to keep things tidy,...Max Kremmel1-12/+11
2008-10-28minor code cleanupMax Kremmel1-10/+10
2008-09-25extra ;Max Kremmel1-3/+3
2008-07-21indent with tabsMax Kremmel1-3/+3
2008-06-21fix sql problem with in()Jams H Thompson1-3/+15
2008-06-19Documentation niggle - could do with splitting this and moving the class elem...Lester Caine1-2/+1
2007-11-18Add missing phpdoc commentsLester Caine1-1/+2
2007-11-01expand wikilink regex a bit by including the following chars: ':. to allow fo...Max Kremmel1-3/+3
2007-09-27update according to recent schema change where wiki_page.description was move...Max Kremmel1-2/+3
2007-09-14allow ((SomePage#SomeAnchor)) and ((SomePage#SomeAnchor|SomeTitle)) as syntax...Max Kremmel1-12/+32
2007-08-31check array before entering foreach loopMax Kremmel1-3/+5
2007-08-23fix undefined indexMax Kremmel1-4/+5
2007-08-11Fix case where link reference on a page is a different case then the actual p...Jams H Thompson1-6/+6
2007-07-26protect html tags and links from being processed by wiki link creationMax Kremmel1-10/+13
2007-07-26fix issue with duplicate link processing when we use something like ((WikiWor...Max Kremmel1-5/+11
2007-07-26xing commit: better handle the case when wiki is disabled or not loaded yetbitweaver.org1-2/+10
2007-07-24extract ((Page|Description)) type links before content is parsed to avoid pro...Max Kremmel1-27/+46
2007-07-24specify preg_quote() delimiterMax Kremmel1-3/+3
2007-07-23add wikilink parser. hopefully this will deal with all links in bitweaver - n...Max Kremmel1-0/+555