index
:
liberty
master
Bitweaver liberty package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
filter.bitlinks.php
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-16
Remove echo from (()) title change when more than one link
Lester Caine
1
-27
/
+10
2026-05-16
Fix bug in replacing (()) entires after page title change
Lester Caine
1
-4
/
+4
2026-05-14
php-cs-fixer tidies to php8.5 standards
Lester Caine
1
-9
/
+3
2025-08-27
plugin changes to cover namespace and style changes for PHP8.4
lsces
1
-127
/
+131
2021-02-04
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
spiderr
1
-1
/
+1
2021-02-01
fix tikiwik and bitlinks parsing
modela bitweaver
1
-2
/
+2
2016-06-24
Rename constructor for PHP7 compliance
lsces
1
-1
/
+1
2012-05-05
Merge branch 'master' of github.com:bitweaver/liberty
spiderr
1
-50
/
+50
2012-05-05
replace all calls to ::BitBase() with parent::__construct()
spiderr
1
-1
/
+1
2012-04-29
Strip extra white space
Lester Caine ext:(%22)
1
-50
/
+50
2012-04-17
Tidy up to remove 'STRICT' warnings
Lester Caine ext:(%22)
1
-7
/
+7
2011-03-17
check for wiki package active and use BitPage::pageExists
spiderr
1
-2
/
+5
2010-06-09
Strip down CVS keywords.
cvs2git
1
-1
/
+1
2009-03-14
bug #2686661: fix deletion of obsolete links in liberty_content_links
Max Kremmel
1
-2
/
+2
2008-11-11
fix several problems when updating and storing wiki links in liberty_content_...
Max Kremmel
1
-59
/
+66
2008-11-09
clean up liberty plugin admin, move files to better dirs to keep things tidy,...
Max Kremmel
1
-12
/
+11
2008-10-28
minor code cleanup
Max Kremmel
1
-10
/
+10
2008-09-25
extra ;
Max Kremmel
1
-3
/
+3
2008-07-21
indent with tabs
Max Kremmel
1
-3
/
+3
2008-06-21
fix sql problem with in()
Jams H Thompson
1
-3
/
+15
2008-06-19
Documentation niggle - could do with splitting this and moving the class elem...
Lester Caine
1
-2
/
+1
2007-11-18
Add missing phpdoc comments
Lester Caine
1
-1
/
+2
2007-11-01
expand wikilink regex a bit by including the following chars: ':. to allow fo...
Max Kremmel
1
-3
/
+3
2007-09-27
update according to recent schema change where wiki_page.description was move...
Max Kremmel
1
-2
/
+3
2007-09-14
allow ((SomePage#SomeAnchor)) and ((SomePage#SomeAnchor|SomeTitle)) as syntax...
Max Kremmel
1
-12
/
+32
2007-08-31
check array before entering foreach loop
Max Kremmel
1
-3
/
+5
2007-08-23
fix undefined index
Max Kremmel
1
-4
/
+5
2007-08-11
Fix case where link reference on a page is a different case then the actual p...
Jams H Thompson
1
-6
/
+6
2007-07-26
protect html tags and links from being processed by wiki link creation
Max Kremmel
1
-10
/
+13
2007-07-26
fix issue with duplicate link processing when we use something like ((WikiWor...
Max Kremmel
1
-5
/
+11
2007-07-26
xing commit: better handle the case when wiki is disabled or not loaded yet
bitweaver.org
1
-2
/
+10
2007-07-24
extract ((Page|Description)) type links before content is parsed to avoid pro...
Max Kremmel
1
-27
/
+46
2007-07-24
specify preg_quote() delimiter
Max Kremmel
1
-3
/
+3
2007-07-23
add wikilink parser. hopefully this will deal with all links in bitweaver - n...
Max Kremmel
1
-0
/
+555