| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-27 | plugin changes to cover namespace and style changes for PHP8.4 | lsces | 1 | -41/+37 | |
| 2025-05-13 | PHP8 fixes: curly params; use ::verifyIdParameter() | spiderr | 1 | -1/+1 | |
| 2021-02-06 | fix deprecated with BitBase.flipWithSign | spiderr | 1 | -2/+2 | |
| 2021-02-06 | return microtime as float in tikiwiki | spiderr | 1 | -2/+1 | |
| 2021-02-01 | fix tikiwik and bitlinks parsing | modela bitweaver | 1 | -1/+3 | |
| 2021-01-31 | PHP7 clean up dual static + object use of parseData, and create ↵ | spiderr | 1 | -10/+2 | |
| ->getParsedData & ::filterDataHash | |||||
| 2017-02-13 | remove-PHP_Compat | modela bitweaver | 1 | -1/+0 | |
| 2013-07-05 | use alter-info css style in tikiwiki bitbox | Christian Fowler | 1 | -1/+1 | |
| 2013-04-19 | tweak tikiwiki format. there should only be 1 <h1> per html document | Christian Fowler | 1 | -2/+3 | |
| 2013-04-01 | bootstrap-conversion | spiderr | 1 | -3/+3 | |
| 2012-09-28 | Function can't be called statically - e_strict compliance | lsces | 1 | -1/+1 | |
| 2012-05-05 | replace all calls to ::BitBase() with parent::__construct() | spiderr | 1 | -1/+1 | |
| 2011-06-28 | removed commented debug | Christian Fowler | 1 | -1/+0 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-03-16 | replace split with preg_split | Christian Fowler | 1 | -2/+2 | |
| 2010-02-14 | remove broken, problematic and somewhat illogical permission check on ↵ | Max Kremmel | 1 | -21/+3 | |
| parsing html in tikiwiki content. | |||||
| 2009-10-06 | comment out dynvars since there is no way to turn them off | Christian Fowler | 1 | -1/+3 | |
| 2008-10-22 | cleanup. perhaps table parsing could go into filters. that would allow us to ↵ | Max Kremmel | 1 | -12/+10 | |
| enable mediawiki tables in html content... | |||||
| 2008-10-21 | add option to use \n to create new lines in mediawiki tables. | Max Kremmel | 1 | -2/+2 | |
| 2008-10-21 | change edit to update like the rest | wjames5 | 1 | -2/+2 | |
| 2008-09-25 | rip out hotwords stuff | Max Kremmel | 1 | -31/+1 | |
| 2008-09-25 | remove commented code | Max Kremmel | 1 | -81/+2 | |
| 2008-06-19 | Move to the correct subpackage | Lester Caine | 1 | -5/+2 | |
| 2007-12-30 | fix and improve readability of userId extraction | Max Kremmel | 1 | -5/+8 | |
| 2007-12-18 | check for user_id for html include permission inclusion - other getLists ↵ | wjames5 | 1 | -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-23 | add option to store state in cookie for flipWithSign | Max Kremmel | 1 | -4/+4 | |
| 2007-09-14 | try to improve readability of code | Max Kremmel | 1 | -12/+10 | |
| 2007-09-10 | empty delimiter fix | Max Kremmel | 1 | -2/+2 | |
| 2007-08-31 | include php compat function | Max Kremmel | 1 | -1/+2 | |
| 2007-08-25 | only apply default table class if it hasn't been set manually | Max Kremmel | 1 | -5/+11 | |
| 2007-08-24 | remove <br /> for oneliner block elements | Max Kremmel | 1 | -4/+4 | |
| 2007-08-24 | fix indenting | Max Kremmel | 1 | -53/+53 | |
| 2007-08-23 | add euro to parsed html chars | Max Kremmel | 1 | -1/+2 | |
| 2007-08-10 | simplify code and use str_ireplace instead of preg_replace to speed things ↵ | Max Kremmel | 1 | -27/+28 | |
| up a bit | |||||
| 2007-08-10 | revert recent change: convert html special characters if we don't have the ↵ | Max Kremmel | 1 | -2/+2 | |
| permission to use them. | |||||
| 2007-08-10 | optional all null args on getDisplayUri | Christian Fowler | 1 | -2/+2 | |
| 2007-07-23 | extract wikilink handling and move it to a filter. this removes the need for ↵ | Max Kremmel | 1 | -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-14 | make it possible to call LibertyContent::parseData statically | Max Kremmel | 1 | -2/+2 | |
| 2007-07-14 | more xhmtl issues fixed in mediawiki type tables | Max Kremmel | 1 | -6/+21 | |
| 2007-07-14 | fix some issues with mediawiki tables: tr style and last closing </tr> | Max Kremmel | 1 | -6/+6 | |
| 2007-07-13 | get mediawiki tables working when they are the first thing on the page | Max Kremmel | 1 | -3/+3 | |
| 2007-07-13 | large update to how data plugins are parsed. data plugin parsing is not done ↵ | Max Kremmel | 1 | -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-10 | move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only ↵ | Max Kremmel | 1 | -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-07 | move smiley parsing to a filter. this allows the use of smileys in all ↵ | Max Kremmel | 1 | -27/+1 | |
| format parsers | |||||
| 2007-07-06 | update comments | Max Kremmel | 1 | -7/+5 | |
| 2007-07-06 | load permissions of person who stored the page to work out if we need to ↵ | Max Kremmel | 1 | -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-17 | fix regex that causes seg fault with some data input | Jams H Thompson | 1 | -2/+2 | |
| 2007-06-14 | Fixup allow html feature. | Nick Palmer | 1 | -2/+3 | |
| 2007-06-12 | Move html purification stuff into filters. Still need to address style ↵ | Nick Palmer | 1 | -5/+3 | |
| purifier user issue and filter ordering. | |||||
| 2007-06-12 | remove unused code | Max Kremmel | 1 | -25/+1 | |
