summaryrefslogtreecommitdiff
path: root/plugins/format.tikiwiki.php
AgeCommit message (Expand)AuthorFilesLines
2007-06-12Move html purification stuff into filters. Still need to address style purifi...Nick Palmer1-5/+3
2007-06-12remove unused codeMax Kremmel1-25/+1
2007-06-09convert maketoc into a post parser filter - maketoc will now work on any form...Max Kremmel1-6/+1
2007-06-07Fix double escape in comments. Add Force Allow HTML feature to deal withNick Palmer1-3/+3
2007-05-18Move caching out of tikiwiki format and into LibertyContent so all formatsNick Palmer1-32/+6
2007-05-17Integrate HTMLPurifier into liberty.Nick Palmer1-13/+3
2007-05-16add alternate two field blogpost editing as admin option - off by defaultwjames51-2/+3
2007-04-14change parser to allow headings and lists on the same line as the beginning o...Max Kremmel1-8/+10
2007-04-05xing commit: fix comment preview by checking for pCommonObjectbitweaver.org1-2/+2
2007-03-21add liberty cache refresh link, clean up some caching issues, add method to c...Max Kremmel1-4/+4
2007-03-20 use proper gBitSystem->isFeatureActive( 'liberty_cache_pages' ) for checking...Christian Fowler1-2/+2
2007-02-17add auto_activate to tikiwiki plugin so reset works properlyChristian Fowler1-1/+2
2007-02-13check for null pCommonObject on cache_links callbitweaver.org1-3/+3
2007-02-02Changes to avoid error when saving users homepage without a title set.Nick Palmer1-2/+2
2007-01-10initiate $retMax Kremmel1-1/+2
2006-12-31basic code cleanup for the sake of readabilityMax Kremmel1-21/+21
2006-12-30move email encoding function to central location (preflight?)Max Kremmel1-95/+2
2006-12-28transparently encode email addresses. this will encode the email addresses re...Max Kremmel1-12/+103
2006-12-25allow the use of \n in tables to insert <br />Max Kremmel1-2/+2
2006-12-25adding a ~ at the beginning of a table, will generate a th instead or td in t...Max Kremmel1-19/+33
2006-12-18refine ~clear~ a bit that it doesn't generate too many <br />sMax Kremmel1-3/+3
2006-12-18add ~clear~ which can be used to insert a <br style="clear:both;" />Max Kremmel1-1/+4
2006-12-18add ~copy~ to the list of available html substitutionsMax Kremmel1-15/+16
2006-12-16make better use of getDisplayLink() - this will display pretty url style link...Max Kremmel1-18/+19
2006-12-08can't use /x modifier for page rename perl regex due to whitespaces that migh...Max Kremmel1-19/+20
2006-11-25make sure only ppl with the correct permissions get to see create wiki page l...Max Kremmel1-3/+6
2006-11-02Re-add content_allow_html preference because existing sites wiht any HTML in ...Christian Fowler1-2/+2
2006-09-21get ))WikiWord(( working again (i hope)Max Kremmel1-4/+13
2006-09-20fix tikiwiki_rename to work in more situations and insert the correct text wh...Max Kremmel1-9/+40
2006-09-18another crack at fixing this parser - wierd, wierd, wierd...Max Kremmel1-2/+2
2006-09-17fix odd case of undefined vars for bogus postsChristian Fowler1-2/+2
2006-09-17fix odd case of undefined vars for bogus postsChristian Fowler1-2/+2
2006-09-17fix odd case of undefined vars for bogus postsChristian Fowler1-2/+2
2006-09-16another attempt at trying to solve this wiki link bug in tables - this time w...Max Kremmel1-6/+5
2006-09-12till trying to sort out this strange parsing bugMax Kremmel1-4/+6
2006-09-11remove unused codeMax Kremmel1-44/+1
2006-09-11fix tables for guests viewing 'create page' links starting numerically within...Max Kremmel1-50/+53
2006-09-06remove commentChristian Fowler1-2/+2
2006-09-06initialize return value in case nothing comes backChristian Fowler1-2/+2
2006-08-26Make more information available to pluginsJams H Thompson1-4/+4
2006-08-23Fixed a problem with prototype's show and hide functions hiding the bitweaverNick Palmer1-2/+2
2006-08-06remove unnecessarey check for wiki package active, fixes upgrade script build...Jams H Thompson1-4/+1
2006-06-30simplify pattern match to avoid PHP seg faults on large pagesJams H Thompson1-2/+2
2006-06-20allow caching to various files by allowing specification of cache file extens...Max Kremmel1-46/+47
2006-06-19lots of caching work. cleaned up functions and made them more logicalMax Kremmel1-7/+7
2006-06-18liberty based caching: caching done to file, added call to parser expunge fun...Max Kremmel1-32/+70
2006-05-06indentationMax Kremmel1-5/+5
2006-05-05use <strong> and <em> instead of <b> and <i> respectivelyMax Kremmel1-3/+3
2006-04-29get html per article working as well and reduce load by only parsing content ...Max Kremmel1-2/+9
2006-04-29make it possible to store html data on a per page basisMax Kremmel1-18/+17