]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/plugin/IncludePage.php
protected function extractParts
[SourceForge/phpwiki.git] / lib / plugin / IncludePage.php
2013-04-17 vargenauprotected function extractParts
2012-12-11 vargenauLess messages
2012-12-04 vargenauUse smart quotes
2012-11-26 vargenauLess messages
2012-11-19 vargenauRemove extra empty lines
2012-10-11 vargenauRemove useless semicolon
2012-10-09 vargenauAvoid warning in: <<IncludePages pages=<!plugin-list...
2012-10-05 vargenauReformat code
2012-10-01 vargenauWhitespace only
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2011-12-16 vargenauConsistent messages for missing required arguments
2011-05-18 vargenauNew FSF address
2011-05-04 vargenauCheck "rev" is a positive integer
2011-01-18 vargenauAdd revision (if any) to transclusion title
2011-01-17 vargenauRevert r7698 and r7699; when displaying an old version...
2011-01-17 vargenauRevert r7806; correction prevented to include a page...
2011-01-05 vargenauStyles for transclusion and transclusion-title are...
2011-01-04 vargenauMake trapping of recursive inclusion work.
2010-09-20 vargenauBetter test that a given revision exists
2010-09-20 vargenauAdd "version" as synonym of "rev"
2010-08-11 vargenauHarmonize file footer
2010-05-31 vargenauUse Wikicreole syntax for plugins in comments
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2010-05-19 vargenauversion of plugins no longer makes sense with Subversio...
2010-03-04 vargenauReplace tabs by spaces; remove EOL spaces
2009-11-20 vargenauCheck if page to include exists
2009-11-20 vargenauFollow redirects even when page name contains spaces
2009-11-01 vargenauNormalize header
2009-08-19 vargenauImprove redirect handling: allow Wikicreole syntax...
2009-07-29 vargenauTest isset
2009-04-09 vargenauCritical security fix: it was possible to see the conte...
2009-02-24 vargenauHonor <noinclude> and <includeonly> in IncludePage
2008-08-22 vargenauActivated Revision substitution for Subversion
2008-08-22 vargenauActivated Id substitution for Subversion
2008-07-03 vargenauImplemented "sections" parameter for IncludePagePlugin
2008-07-02 vargenauFix mix-up of bytes and lines
2007-06-03 rurbanFix for Bug #1713784
2006-04-17 rurbanhonor getWikiPageLinks change linkto=>relation
2004-11-17 rurbanjust whitespace
2004-09-25 rurbanuse stdlib firstNWordsOfContent, extractSection
2004-07-08 rurbanplugin->run consistency: request as reference, added...
2004-02-17 rurbanadded missing 4th basepage arg at plugin->run() to...
2003-03-25 dairikiRemove debugging cruft.
2003-03-13 dairikiHack so that (when using the IncludePage plugin) the...
2003-02-21 dairikiMinor fixes for new cached markup.
2003-01-18 carstenklappCode cleanup:
2002-03-02 carstenklappAdded argument to display the section heading when...
2002-02-09 dairikiUse new WikiPlugin::error() method to report errors.
2002-02-08 dairikiTransform API cleanup.
2002-02-01 carstenklappadd page name to error string if plugin invoked quietly
2002-01-30 dairikiTwo new convenience functions in lib/Theme.php: WikiLin...
2002-01-28 dairikiAnother refactor of the OOP HTML/XML generation code...
2002-01-26 dairikiNew markup code is now more or less working.
2002-01-23 carstenklapptypo fix in global
2002-01-23 carstenklappfinished moving LinkExistingWikiWord to Theme
2002-01-23 carstenklappfinished moving LinkExistingWikiWord to $Theme->LinkExi...
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-20 dairikiGet rid of hidden magic treatment of TextFormattingRule...
2002-01-20 carstenklappBypass recursion error message for the special case...
2002-01-09 carstenklappMinor reindenting & rewrapping.
2001-12-17 dairikiAdded plugin argument 'section', which allows one to...
2001-12-16 dairikiRefactor $WikiPlugin::name and $WikiPlugin::description...
2001-12-16 carstenklappMoved the TextFormattingRules from the editpage templat...
2001-12-06 dairikiDetect and bail upon recursive inclusions.
2001-12-02 joe_edelmanMy IncludePage plugin. Docs at phpwiki:IncludePage...