summaryrefslogtreecommitdiff
path: root/plugins/format.tikiwiki.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-4/+4
2026-04-16Default to bithtml on new installlsces1-1/+1
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-41/+37
2025-05-13PHP8 fixes: curly params; use ::verifyIdParameter()spiderr1-1/+1
2021-02-06fix deprecated with BitBase.flipWithSignspiderr1-2/+2
2021-02-06return microtime as float in tikiwikispiderr1-2/+1
2021-02-01fix tikiwik and bitlinks parsingmodela bitweaver1-1/+3
2021-01-31PHP7 clean up dual static + object use of parseData, and create ->getParsedDa...spiderr1-10/+2
2017-02-13remove-PHP_Compatmodela bitweaver1-1/+0
2013-07-05use alter-info css style in tikiwiki bitboxChristian Fowler1-1/+1
2013-04-19tweak tikiwiki format. there should only be 1 <h1> per html documentChristian Fowler1-2/+3
2013-04-01bootstrap-conversionspiderr1-3/+3
2012-09-28Function can't be called statically - e_strict compliancelsces1-1/+1
2012-05-05replace all calls to ::BitBase() with parent::__construct()spiderr1-1/+1
2011-06-28removed commented debugChristian Fowler1-1/+0
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-03-16replace split with preg_splitChristian Fowler1-2/+2
2010-02-14remove broken, problematic and somewhat illogical permission check on parsing...Max Kremmel1-21/+3
2009-10-06comment out dynvars since there is no way to turn them offChristian Fowler1-1/+3
2008-10-22cleanup. perhaps table parsing could go into filters. that would allow us to ...Max Kremmel1-12/+10
2008-10-21add option to use \n to create new lines in mediawiki tables.Max Kremmel1-2/+2
2008-10-21change edit to update like the restwjames51-2/+2
2008-09-25rip out hotwords stuffMax Kremmel1-31/+1
2008-09-25remove commented codeMax Kremmel1-81/+2
2008-06-19Move to the correct subpackageLester Caine1-5/+2
2007-12-30fix and improve readability of userId extractionMax Kremmel1-5/+8
2007-12-18check for user_id for html include permission inclusion - other getLists will...wjames51-4/+8
2007-11-23add option to store state in cookie for flipWithSignMax Kremmel1-4/+4
2007-09-14try to improve readability of codeMax Kremmel1-12/+10
2007-09-10empty delimiter fixMax Kremmel1-2/+2
2007-08-31include php compat functionMax Kremmel1-1/+2
2007-08-25only apply default table class if it hasn't been set manuallyMax Kremmel1-5/+11
2007-08-24remove <br /> for oneliner block elementsMax Kremmel1-4/+4
2007-08-24fix indentingMax Kremmel1-53/+53
2007-08-23add euro to parsed html charsMax Kremmel1-1/+2
2007-08-10simplify code and use str_ireplace instead of preg_replace to speed things up...Max Kremmel1-27/+28
2007-08-10revert recent change: convert html special characters if we don't have the pe...Max Kremmel1-2/+2
2007-08-10optional all null args on getDisplayUriChristian Fowler1-2/+2
2007-07-23extract wikilink handling and move it to a filter. this removes the need for ...Max Kremmel1-657/+116
2007-07-14make it possible to call LibertyContent::parseData staticallyMax Kremmel1-2/+2
2007-07-14more xhmtl issues fixed in mediawiki type tablesMax Kremmel1-6/+21
2007-07-14fix some issues with mediawiki tables: tr style and last closing </tr>Max Kremmel1-6/+6
2007-07-13get mediawiki tables working when they are the first thing on the pageMax Kremmel1-3/+3
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ...Max Kremmel1-123/+5
2007-07-10move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only al...Max Kremmel1-46/+14
2007-07-07move smiley parsing to a filter. this allows the use of smileys in all format...Max Kremmel1-27/+1
2007-07-06update commentsMax Kremmel1-7/+5
2007-07-06load permissions of person who stored the page to work out if we need to esca...Max Kremmel1-5/+21
2007-06-17fix regex that causes seg fault with some data inputJams H Thompson1-2/+2
2007-06-14Fixup allow html feature.Nick Palmer1-2/+3