]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/WikiPlugin.php
better support for case_exact search (not caseexact for consistency),
[SourceForge/phpwiki.git] / lib / WikiPlugin.php
2004-11-23 rurbanbetter support for case_exact search (not caseexact...
2004-11-19 rurbanModeratePage part1: change status
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-09-14 rurbannew plugin-list syntax, handle multiple plugin-list...
2004-09-06 rurbannew plugin-list syntax
2004-07-08 rurbanPrevent from more warnings, minor db and sort optimizations
2004-07-08 rurbanplugin->run consistency: request as reference, added...
2004-06-17 rurbanprevent from PhpWikiAdministration overwite warning
2004-06-03 rurbanpass start_debug to plugin-form
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-11 rurbanpgsrc/CreatePagePlugin
2004-04-09 rurbanAdded PhpWiki RssFeed to Sidebar
2004-04-06 rurbanCleanup of special PageList column types
2004-03-30 rurbanfixed yet another Prefs bug
2004-03-17 rurbanfixed p[] pagehash passing from WikiAdminSelect, fixed...
2004-03-08 rurbanAllow WikiForm overrides, such as method => POST, targe...
2004-03-02 rurbanCreateToc support: Pass the preparsed markup to each...
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-02-17 rurbansome plugins called getPlugin without pi arg, fixed...
2004-02-12 rurbanRename functional for PearDB backend
2004-01-26 rurban* changed stored pref representation as before.
2003-09-13 carstenklappAdded a default getVersion() function for any remaining
2003-03-13 dairikiHack so that (when using the IncludePage plugin) the...
2003-02-21 dairikiAdd new argument $basepage to WikiPlugin::run() and...
2003-02-16 dairikiRefactor the HTTP validator generation/checking code.
2003-02-16 dairikiStarting to fix handling of the HTTP validator headers...
2003-02-15 dairikiNew method WikiPlugin::disabled($message).
2002-11-04 carstenklappAllow plugins to override how cruft in plugin args...
2002-09-15 rurbanfix that <?plugin-head is only invoked when it is the...
2002-09-02 rurbanfixed target problem for FrameInclude
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
2002-02-28 carstenklappReverting back to old version, WikiPlugin already has...
2002-02-27 carstenklappAdded input 'size' arg to plugin-form.
2002-02-15 carstenklappMore css cleanup: eliminated table for wikiaction forms...
2002-02-10 carstenklappDowngraded error message from warning to notice for...
2002-02-09 dairikiNew method WikiPlugin::error(). To be used by plugins...
2002-02-06 dairikiHide PHP error messages from failed include of plugins.
2002-01-30 dairikiTwo new convenience functions in lib/Theme.php: WikiLin...
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiAdd tooltip by default to <?plugin-form?>s.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-12 carstenklappUpdated comment for future users looking in this file...
2002-01-07 carstenklappUpdated strings to provide localized error messages...
2002-01-07 carstenklappminor fix: when plugin fails to be included due to...
2001-12-16 dairikiRefactor $WikiPlugin::name and $WikiPlugin::description...
2001-12-16 carstenklappUpdated plugins for a more complete localized experience.
2001-12-15 carstenklappPlugin description "tooltip" is now localized if a...
2001-12-15 carstenklappMoved description from html template into plugins.
2001-12-14 dairikiBug fix.
2001-09-18 dairikiJeff's hacks II.