]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/loadsave.php
Upper case
[SourceForge/phpwiki.git] / lib / loadsave.php
2004-09-25 rurbandeferr notifies (to be improved)
2004-09-17 rurbanupdate comments
2004-09-08 rurbanimprove loadfile stability by using markup=2 as default...
2004-07-08 rurbanmore unittest fixes (file backend, metadata RatingsDb)
2004-07-08 rurbanless verbose for tests
2004-07-08 rurbanvarious unit test fixes: print error backtrace on _DEBU...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-07-01 rurbansupport pages and exclude arguments for all 4 dump...
2004-07-01 rurbandumphtml: added exclude, print pagename before processing
2004-06-28 rurbanimproved dumphtml and virgin setup
2004-06-27 rurbanoci8 patch by Philippe Vanhaesendonck + some ADODB...
2004-06-25 rurbanWikiGroup refactoring:
2004-06-21 rurbanfixed the StartLoadDump html argument hack.
2004-06-21 rurbanadd DEFAULT_DUMP_DIR and HTML_DUMP_DIR constants, for...
2004-06-17 rurbanjump back to label after dump/upgrade
2004-06-16 rurban4.0.6 cannot use this errorhandler (not found)
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-06-13 rurbanCatch fatals on the four dump calls (as file and zip...
2004-06-08 rurbanfixed foreign setup: no ugly skipped msg for the Generi...
2004-06-08 rurbansome comments only
2004-06-08 rurbanbetter acl dump representation, read back acl and owner
2004-06-06 rurbanadded more required ActionPages for foreign languages
2004-06-04 rurbanSeveral locale related improvements suggested by Pierri...
2004-05-02 rurbanlimit user session data (HomePageHandle and auth_dbi...
2004-05-02 rurbannew finally reliable way to detect if /index.php is...
2004-04-29 rurbanre-ordered locale init (as in 1.3.9)
2004-04-29 rurbanfixed lib/interwiki.map loading on PrettyWiki: cwd...
2004-04-19 zorlocConnect the rest of PhpWiki to the IniConfig system...
2004-04-18 rurbanmore numeric pagename fixes.
2004-03-14 rurbandont load backup files
2004-02-26 rurbanalso copy css and images with XHTML Dump
2004-02-26 rurbanfix empty and #-anchored links in XHTML Dumps
2004-02-24 rurbandebugging helpers only
2004-02-24 rurbanfixed \r\r\n with dumping on windows
2004-02-24 rurbanfixed action=upload problems on Win32, and remove Merge...
2004-02-22 rurbanfixed DumpHtmlToDir,
2004-01-26 rurban* changed stored pref representation as before.
2003-12-02 carstenklappMinor enhancement: Provide more meaningful filenames...
2003-11-30 carstenklappMinor code optimization: use include_once instead of...
2003-11-26 carstenklappRedo bugfix: My last refactoring broke merge-edit ...
2003-11-20 carstenklappNew feature: h1 during merge-edit displays WikiLink...
2003-11-18 carstenklappFixed missing gettext _() for button name.
2003-11-18 carstenklappBugfix: In the Load File function of PhpWikiAdministrat...
2003-03-07 dairikiOmit checks for safe_mode before set_time_limit()....
2003-02-26 dairikiOnly zip pages with legal pagenames.
2003-02-24 dairikiFix "n bytes written" message when dumping HTML.
2003-02-21 dairikiMinor fixes for new cached markup.
2003-02-16 dairikiUpdate WikiDB timestamp when editing or deleting pages.
2003-02-15 dairikiFix for WikiUser constructor API change.
2003-02-15 dairikiWhen default language was English (at least), pgsrc...
2003-01-28 zorlocThe get_cfg_var() function should only be used when...
2003-01-03 carstenklappCosmetic fix to "Merge Edit" & "Overwrite" buttons...
2003-01-03 carstenklappfunction SavePage: Added loadfile options for overwriti...
2002-09-18 dairikiClean up language/locale setting code.
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-08-22 rurbanFirst (unfinished) UserAuth version, storing prefs...
2002-08-19 rurbanfixed TitleSearch and other plugin-form problems with...
2002-03-28 carstenklappAdded PHPWIKI_VERSION to zipfile comments, $HTML_DUMP_S...
2002-03-25 carstenklappAdded an option to control the suffix appended to filen...
2002-03-02 carstenklappShow pages skipped during loading with italics
2002-02-25 carstenklapp(from Patrick Henry) New function to dump html files...
2002-02-24 rurbanovercoming windows time-outs again on dumping. reset...
2002-02-23 rurbandon't set_time_limit with safe_mode on. to overcome... release-1_3_3
2002-02-21 carstenklappFixed Template('browse') for html output. (Thanks to...
2002-02-20 dairikiOkay, I was a little harsh in my last comments. I...
2002-02-20 dairikiPHP 4.0.4 does not have array_search. (And in this...
2002-02-20 carstenklappNew function for dumping pages as html. It mostly works...
2002-02-19 carstenklappremoved hr from InterWikiMap, no longer needed with...
2002-02-17 carstenklappTo make it simpler to maintain localized variants of...
2002-02-17 carstenklappThis appears to fix the author field from being incorre...
2002-02-09 dairikiBug fix: missing 'break;' causes all pages loaded from...
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 carstenklappbugfix, removed extra brace
2002-01-28 carstenklappAdded argument include=all to filedumps.
2002-01-27 carstenklappRemoved quotes from X-Rcs-Id. (Any US-ASCII, except...
2002-01-27 carstenklappNew constant in config.php 'HomePage' as _("HomePage...
2002-01-27 carstenklappDefer _("HomePage") loading until the end. Comments...
2002-01-26 dairikiMinor cleanup
2002-01-26 carstenklappremove 1 extra line leftover from debugging
2002-01-26 carstenklappSmall refactor of LoadDir function using fileSet class...
2002-01-26 dairikiFix bugs.
2002-01-25 dairikiMoved Content-Transfer-Encoding generation back into
2002-01-25 carstenklappTry to load page using urlencoded filename when filenam...
2002-01-25 dairikiAdded a comment. RFC 1521 is obsolete.
2002-01-25 carstenklappAdd/change pagedump headers for improved MIME interoper...
2002-01-25 carstenklappBugfix for typo causing broken pagedumps: Fatal error...
2002-01-24 dairikiFix StartLoadDump() so that it works with new template...
2002-01-24 carstenklappbugfix for "Fatal error: Call to undefined function...
2002-01-24 carstenklappRemoved gettext from debug, db and internal php error...
2002-01-24 dairikiBig Template cleanup and refactor.
2002-01-23 carstenklappfinished moving LinkExistingWikiWord to Theme
2002-01-23 dairikiRefactor/cleanup of login code continues.
2002-01-22 dairikiFix to handle loads from symbolic links.
2002-01-22 dairikiFinish conversion to new OO HTML generation scheme.
2002-01-19 dairikiTemporary fix for "Loading up virgin wiki: Fatal error...
2002-01-19 dairikiBig refactor of lib/WikiUser.php. The login mechanism...
2002-01-18 carstenklappOutput $pagedump_format used when "Dumping Pages".
2002-01-10 carstenklappConverted presentational markup to semantic markup...
2002-01-10 carstenklappconvert presentational markup to semantic markup
next