summaryrefslogtreecommitdiff
path: root/plugins/format.tikiwiki.php
AgeCommit message (Collapse)AuthorFilesLines
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 ↵spiderr1-10/+2
->getParsedData & ::filterDataHash
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 ↵Max Kremmel1-21/+3
parsing html in tikiwiki content.
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
enable mediawiki tables in html content...
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 ↵wjames51-4/+8
will need updating to pass in user_id on each row for proper perm check. look at BitBlogPost:getList for sql update needed. fix only applies to getLists with updated sql.
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 ↵Max Kremmel1-27/+28
up a bit
2007-08-10revert recent change: convert html special characters if we don't have the ↵Max Kremmel1-2/+2
permission to use them.
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
every parser to call the tikiwiki parser and storing / expunging / renaming links. this will now be handled transparently for all format plugins
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
by the format handlers anymore but by LibertyContent::parseData. this simplifies code in the format handlers somewhat and give better global control over plugin parsing. data parsed by plugins is now also excluded from parser and filter - this reduces load and allows plugins to do more stuff without having to deal with stuff that might happen in the parsers. hence, <\!--~np~--> type escaping is not required anymore in the plugins.
2007-07-10move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only ↵Max Kremmel1-46/+14
allow ajax comments if javascript is enabled. also, move some old external page caching functions to a filter that needs a wee bit of attention before it can graduate.
2007-07-07move smiley parsing to a filter. this allows the use of smileys in all ↵Max Kremmel1-27/+1
format parsers
2007-07-06update commentsMax Kremmel1-7/+5
2007-07-06load permissions of person who stored the page to work out if we need to ↵Max Kremmel1-5/+21
escape html chars - this permission check might be better this way, but it's still not perfect in some odd situations.
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
2007-06-12Move html purification stuff into filters. Still need to address style ↵Nick Palmer1-5/+3
purifier user issue and filter ordering.
2007-06-12remove unused codeMax Kremmel1-25/+1