]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/loadsave.php
Connect the rest of PhpWiki to the IniConfig system. Also the keyword regular expres...
[SourceForge/phpwiki.git] / lib / loadsave.php
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
2002-01-10 carstenklappMinor fixes for xhtml conformance <br> --> <br />.
2002-01-09 carstenklappAdded comment "FIXME: better message?". Reindenting...
2002-01-09 carstenklappCleaned up binary pagedump hack a bit (importing binary...
2002-01-09 carstenklappQuick fix to hide "X-RCS_ID: $Id$" from the sf CVS...
2002-01-09 carstenklappQuick fix to hide "X-RCS_ID: $Id$" from the sf CVS...
2002-01-09 carstenklappAdded X-RCS_ID: $Id$ to page header. Added a partial...
2001-12-19 carstenklappgettext-ified a bunch of strings in here. (I think...
2001-12-16 dairikiRefactor $WikiPlugin::name and $WikiPlugin::description...
2001-12-14 dairikiFix typo/bug.
2001-12-11 dairikiDelete ctime() and rfc1123date() from lib/ziplib.php...
2001-11-26 dairikiFix my last fix: minor cleanup of file load diagnostics.
2001-11-21 dairikiTypo fix.
2001-11-14 dairikiWhen loading pages from a directory, ignore file names...
2001-11-09 dairikiEncode leading '.' in filenames for both zip dumps...
2001-09-19 dairikiFixed a couple bugs having to do with file uploads...
2001-09-18 dairikiJeff's hacks II.
2001-06-26 uckelmanlib/editpage.php
2001-05-31 dairikiGettext()ification of more strings, by Jan Nieuwenhuize...
2001-04-07 dairikiUse strftime() for dates/times instead of date().
2001-02-14 dairikiVarious minor bug fixes and cleanups.
2001-02-14 dairikilog
2001-02-13 dairikilog
2001-02-12 dairikilog