]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/Theme.php
PageList enhanced and improved.
[SourceForge/phpwiki.git] / lib / Theme.php
2004-02-15 rurbanPageList enhanced and improved.
2004-01-26 rurban* changed stored pref representation as before.
2003-12-05 carstenklappNew feature: Easier to run multiple wiks off of one...
2003-03-04 dairikiInconsequential decrufting.
2003-02-26 dairikiNew action=create. Essentially the same as action...
2003-02-26 dairikiMore/better/different checks for bad page names.
2003-02-24 dairikiFix stupid typo.
2003-02-24 dairikiAttempts to fix auto-selection of printer CSS when...
2003-02-23 dairikiStupid typo/bug fix.
2003-02-21 dairikiNew WikiLink type 'if_known'. This gives linkified...
2003-02-18 dairikiFix so that one can still link to wiki pages with ...
2003-02-15 dairikiTheme::getCSS(): Add Default-Style HTTP(-eqiv) header...
2003-01-04 carstenklappNew: display a "Never edited." message instead of an...
2002-10-12 carstenklappFix for "==Object(wikipagename)==" displaying instead...
2002-09-18 dairikiAlways use the english version of the ActionPage name...
2002-09-16 dairikiAdded support for named anchors within wiki-text.
2002-09-16 dairikiDocumentation fixes.
2002-09-15 rurbanAutoSplit Buttons and links in navbar also
2002-09-02 rurbanfixed target problem for FrameInclude
2002-08-27 rurbanLANG still broken, working on better locale handling.
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.