]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Template.php
Add () for new WikiPluginLoader
[SourceForge/phpwiki.git] / lib / Template.php
2013-04-26 vargenauAdd () for new WikiPluginLoader
2013-04-02 vargenauUse HTML 5 DOCTYPE; force CHARSET=utf-8
2012-11-19 vargenauRemove extra empty lines
2012-11-14 vargenauRemove empty lines
2012-10-11 vargenauRemove useless semicolon
2012-10-06 vargenauReformat code
2012-10-02 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...
2012-08-31 vargenauextra_empty_lines
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-07-02 vargenauAdd rule for <?php echo
2010-06-10 rurbanlinebreak
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-03-31 vargenauRemove history
2008-08-22 vargenauActivated Id substitution for Subversion
2007-09-15 rurbanImprove multi-page format handling: abstract _DumpHtmlT...
2007-09-12 rurbanlink only VALID_LINKS with pagelist HTML_DUMP
2007-07-14 rurbanfix template inclusion with a recursion cycle leading...
2007-05-13 rurbanProtect against erronously closed template file
2007-01-02 rurbanspeed up Template expansion. revision only necessary...
2006-12-22 rurbanensure $revision to be ste for all templates
2005-04-08 rurbanfix Template("theme/name") inclusion
2005-02-02 rurbanadd $SEP
2005-02-02 rurbansupport theme overrides
2005-01-25 rurbanupdate comments about future plans
2004-11-17 rurbanjust whitespace
2004-11-09 rurban* revert to the wikidb ref passing. there's no memory...
2004-11-05 rurbanshorten the template chain in errmsg
2004-11-01 rurbanseperate PassUser methods into seperate dir (memory...
2004-10-07 rurbanfixed broken FileUser session handling.
2004-10-04 rurbanfix nested loops on htmldump errors
2004-09-06 rurbanprevent errorhandler to fail on empty templates
2004-06-28 rurbanfixed endless recursion in WikiGroup: isAdmin()
2004-06-25 rurbanWikiGroup refactoring:
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-05-18 rurbanrename split_pagename to SplitPagename
2004-05-15 rurbanfix some too loose PagePerms for signed, but not authen...
2004-05-01 rurbanAdd $charset to template locals (instead of constant...
2004-04-12 rurbanadded auth_create: self-registering Db users
2004-04-02 rurbanfixed a nasty ADODB_mysql session update bug
2004-03-02 rurbanCreateToc support: Pass the preparsed markup to each...
2004-02-22 rurbanfixed DumpHtmlToDir,
2003-12-20 carstenklappInternal change: Added rcs Log tag & emacs php mode...
2003-12-20 carstenklappMinor internal change: Reformatted DEBUGging output...
2003-03-05 dairikiMore HTML comment reduction patches by "Klaus-Guenter...
2003-02-26 dairikiFix and refactor FrameInclude plugin (more or less).
2003-02-21 dairikiAdd new argument $basepage to WikiPlugin::run() and...
2003-02-21 dairikiAllow overriding of $user and $page.
2002-09-15 rurbanfix that <?plugin-head is only invoked when it is the...
2002-09-02 rurbanfixed target problem for FrameInclude
2002-09-02 rurbanfixed plugin/FrameInclude: missing are the targets...
2002-09-02 rurbanfixed RedirectTo action=edit and such.
2002-09-02 rurbanfix for <?plugin-head
2002-08-27 rurbanLANG still broken, working on better locale handling.
2002-08-23 rurbanfixed problem with remove
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-03-25 carstenklappAdded an option to control the suffix appended to filen...
2002-02-21 carstenklappNew template top-htmldump for hiding 'base href' and...
2002-02-21 carstenklappAdded globals for hiding base href and other tags which...
2002-02-20 carstenklappsplit pagename for html dump
2002-02-19 carstenklapphook for saving page output to a file
2002-01-28 dairikiGeneralized "ActionPages". To get LikePage for SomePag...
2002-01-25 dairikiHackish fixes for some problems with ViewSource.
2002-01-24 dairikiRestore Template::getExpansion() method, as it's needed...
2002-01-24 dairikiBug fix for sign-in code (when password required.)
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 dairikiRefactoring continues:
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-19 dairikiBig refactor of lib/WikiUser.php. The login mechanism...
2002-01-17 dairikiFix-up/restore <base href=""> usage.
2002-01-17 dairikiBeginning of major template code clean-up and refactor.
2002-01-15 dairikiBeginnings of yet another refactor of the templates:
2002-01-15 carstenklapp<link media="print"> is interpreted very strict by...
2002-01-11 carstenklappAdds link to PhpWikiAdministration when user is signed...
2002-01-11 dairikiMove global function CSS_URL() to static member function
2002-01-08 dairikiRefactor to eliminate global $thankyou.
2002-01-08 carstenklappNew template token ${THANK_YOU} for post-edit messages...
2002-01-05 carstenklappFixes a missing "Warning: You are editing an old revisi...
2002-01-05 carstenklappNew token: ${EDIT_WARNINGS}, rename token ${EditTips...
2002-01-03 carstenklappEditPage tips using Toolbar function.
2002-01-03 carstenklappSome template sections have been simplified with tokens...
2002-01-03 carstenklappremoved comment about CSS_URL from BASE_URL (no longer...
2002-01-03 carstenklappCSS now stored in an array, and <link rel="stylesheet...
2001-12-30 carstenklappAdded accept-charset attribute to form elements. New...
2001-12-26 carstenklappchanged CSS_URL from constant into a variable for themes
2001-12-26 carstenklappNew function BaseURL, outputs the correct BaseURL in...
2001-12-11 dairikiName the wiki (SF task #34142).
2001-11-29 dairikiLanguage independent templates.
2001-11-21 dairikiChange calling conventions for ErrorManager::pushErrorH...
2001-09-19 wainsteadUpdated the "emacs local variables" blocks.
2001-09-18 dairikiJeff's hacks II.