summaryrefslogtreecommitdiff
path: root/plugins/format.pearwiki_general.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-08pearwiki is currently untested and relies on pre php8 code so diable for nowlsces1-103/+0
2026-04-16Default to bithtml on new installlsces1-1/+1
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-13/+15
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2007-10-25fix fatalError() usageMax Kremmel1-3/+2
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-2/+3
2007-07-12xing commit: fix pear wiki parser plugin recognition on different systemswjames51-7/+19
2007-07-11fix pear includes - still doesn't work on my system though. PEAR_Registry ↵Max Kremmel1-37/+41
doesn't seem to be returning any packages on my install
2007-05-16add linebreak defs to other formats as well for use with auto splittingwjames51-1/+2
2006-08-30don't use require on optional pear includesMax Kremmel1-2/+1
2006-08-25make sure pearwiki plugin doesn't kill the system when PEAR/Registry isn't ↵Max Kremmel1-36/+37
available
2006-08-20create a new data format plugin to generalise all the pear Text_Wiki parsers ↵Hash91-0/+84
(requires the parsers to be installed using the pear installer)