]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Theme.php
new PrevNext plugin with two buttons
[SourceForge/phpwiki.git] / lib / Theme.php
2002-08-24 rurbannew PrevNext plugin with two buttons
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanadded SUBPAGE_SEPARATOR in code
2002-08-17 rurbanNew "Today" button if the user has a Calender Page...
2002-08-17 rurbanadded SubPages support: see SUBPAGE_SEPERATOR in index.php
2002-03-28 carstenklapphtml dump: fix broken links of page names containing...
2002-03-25 carstenklappAdded an option to control the suffix appended to filen...
2002-02-26 lakkaWorkaround absence of %e date format specifier in Windo...
2002-02-22 carstenklapplocalization fix
2002-02-18 lakkaFix for time formatting on Windows. Windows does not...
2002-02-14 carstenklappFor submit buttons, pass the third argument as the...
2002-02-12 carstenklappAdded warning message when the default stylesheet is...
2002-02-10 carstenklappDowngraded error message from warning to notice when...
2002-02-08 dairikiCleanup/refactor time-zone offset preference and relati...
2002-02-08 dairikiRemove unused <hr> hooks in Theme.
2002-02-08 carstenklappTiny refactor to allow (interim solution) for overridin...
2002-02-07 dairikiSubmit buttons default to class 'button'.
2002-02-07 carstenklappRestore date & time back to a default of non-relative...
2002-02-06 carstenklappnew themed hr
2002-02-06 dairikiWikiLink(): Fix so that $type defaults to 'known' ...
2002-02-03 carstenklappEnhancements to format dates as relative dates, such...
2002-02-03 carstenklappFormat more incidents of time with user's timezone...
2002-02-03 carstenklappformatTime function now returns the time converted...
2002-02-01 dairikiMinor bug fix.
2002-01-31 dairikiChange default diff mode to 'major'.
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-28 dairikiGeneralized "ActionPages". To get LikePage for SomePag...
2002-01-24 dairikiPossibly fix the "call_user_method deprecated" warning?
2002-01-23 dairikicleanup buttonseparator defaulting
2002-01-23 dairikiNo really... don't warn if no button directory...
2002-01-23 dairikiDon't warn if no button directory
2002-01-23 carstenklappAdded comment: Error only in Hawaiian theme, which...
2002-01-23 carstenklappfix to allow blank button separator
2002-01-22 dairikiAdded support for image <input> tags. (Image form...
2002-01-22 dairikiCleaned up and fixed Theme file finding code.
2002-01-22 dairikiTheme::getButtonURL() had problems when running under...
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-22 carstenklappSearch buttons/lang for button images. It's very kludgy...
2002-01-21 dairikiMore infiltration of new object-based HTML generation.
2002-01-20 carstenklappSuppressed warning about a depreciated function for...
2002-01-19 dairikiMinor theme cleanups.
2002-01-19 carstenklappBeginning of move of LinkExistingWikiWord to Theme...
2002-01-19 carstenklappMoved LinkUnknownWikiWord to Theme.php, removed get...
2002-01-19 carstenklappNew Theme functions wikiMark for specifying question...
2002-01-19 carstenklappNew functions for _wikiMark "?%s"
2002-01-19 carstenklappFinished up get/setButtonSeparator functions.
2002-01-18 carstenklappNew property in $Theme for customizing the button separ...
2002-01-18 dairikiEliminate RC_SEPARATOR_{A,B} in favor of messy but...
2002-01-17 dairikiEliminate DataURL() in favor of Theme::getImageURL().
2002-01-17 dairikiNew class Theme.