]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/shortlog
SourceForge/phpwiki.git
2003-02-26 dairikiNew config settings in index.php to control cache contr...
2003-02-26 dairikiTuning/fixing of POST action URLs and hidden inputs.
2003-02-26 dairikiOnly zip pages with legal pagenames.
2003-02-26 dairikiBug fix: for magic PhpWiki URLs, "lock page to enable...
2003-02-26 dairikiUse new checking functionality of class WikiPageName...
2003-02-26 dairikiMore/better/different checks for bad page names.
2003-02-25 dairikiAdd some sanity checking for pagenames.
2003-02-25 dairikiFix so that SQL tables get unlocked upon SQL error.
2003-02-25 carstenklappAdded "See: " in front of url, so for browsers that...
2003-02-24 dairikiFix stupid typo.
2003-02-24 dairikiAttempts to fix auto-selection of printer CSS when...
2003-02-24 dairikiBug fix.
2003-02-24 dairikiGet rid of unused method Request::debugVars().
2003-02-24 carstenklappAdded iframe title (bobby.org accessibility guidelines).
2003-02-24 dairikiFix "n bytes written" message when dumping HTML.
2003-02-24 dairikiBug fix. Don't need to urldecode pagenames in WikiDB_b...
2003-02-24 dairikiDon't use PHPWIKI_DIR unless it's defined.
2003-02-24 dairikiFirst argument of trigger_error must be a string (or...
2003-02-24 carstenklappUpdated to work with recent changes to WikiLink functio...
2003-02-24 carstenklappPHP's closing tag \?\> within // cvs log comments cause...
2003-02-23 dairikiFix to allow empty labels for anchors. E.g. #[|Anchor...
2003-02-23 dairikiDisable currently broken plugin to prevent fatal PHP...
2003-02-23 dairikiFix for PHP warning.
2003-02-23 dairikiFix for PHP warning.
2003-02-23 dairikiFixes for SF bug #657661.
2003-02-23 dairikiStupid typo/bug fix.
2003-02-22 dairikiHackish fix for SF bug #622784.
2003-02-22 dairikiFix for SF bug #630700
2003-02-22 dairikiFixed SF bug #630747.
2003-02-22 dairikiFixes for "Call-time pass by reference has been depreca...
2003-02-22 dairikiDelete unused (and unnecessary) sanify_input cruft.
2003-02-22 dairikiFix comment regarding connecting to SQL server over...
2003-02-22 dairikiIf DATA_PATH is not defined (by user in index.php)...
2003-02-22 dairikiRenamed method Request::compress_output to Request...
2003-02-22 dairikiBogus page names weren't being deleted by "Excorcise...
2003-02-22 dairikiMinor changes while figuring out why bogus pages weren...
2003-02-21 dairikiSet alt="" on the link icon image tags.
2003-02-21 dairikiFixes to support new $basepage argument of WikiPlugin...
2003-02-21 dairikiFix SF bug #676309.
2003-02-21 dairikiAdd new argument $basepage to WikiPlugin::run() and...
2003-02-21 dairikiMake sure to interpret relative links (like [/Subpage...
2003-02-21 dairikiEnsure that language preference is a string.
2003-02-21 dairikiGet rid of MakeWikiForm, and form-style MagicPhpWikiURLs.
2003-02-21 dairikiClean up regexp for bracket-links.
2003-02-21 carstenklappList the invalid pagenames which were deleted.
2003-02-21 dairikiFix DATA_PATH when PhpWiki installed in htdoc root.
2003-02-21 dairikiUpdate PHPWIKI_VERSION to 1.3.5pre.
2003-02-21 dairikiMinor, nitpicky, currently inconsequential changes.
2003-02-21 dairikiMore attempts to fix problems having to do with ambiguities
2003-02-21 dairikiChanges for chached markup.
2003-02-21 dairikiFix <td> </td> nesting. (Was generating invalid HTML.)
2003-02-21 dairikiMinor robustness tweaks. (No substantive changes.)
2003-02-21 dairikiAllow overriding of $user and $page.
2003-02-21 dairikiMake this work for array-valued data. Make display...
2003-02-21 dairikiAdjust button appearance.
2003-02-21 dairikiCSS for wikiblog, interwikimap.
2003-02-21 dairikiSet pagetype to interwikimap
2003-02-21 dairikiBig refactor. Formatting now done by the stuff in PageT...
2003-02-21 dairikiComplete rewrite.
2003-02-21 dairikiExtract pagetype from MIMEified page meta-data.
2003-02-21 dairikiDelete now irrelevant comment.
2003-02-21 dairikiDon't NORETURN from redirect.
2003-02-21 dairikiCleanup redirect code. Request::redirect() is now...
2003-02-21 dairikiRemoved file. This has been unused for awhile now.
2003-02-21 dairikiNew WikiLink type 'if_known'. This gives linkified...
2003-02-21 dairikiNew plugin to perform miscellaneous easy administrative...
2003-02-21 dairikiNew file. Template for class Alert in stdlib.php.
2003-02-21 dairikiWikiPageName: fixes for new cached links.
2003-02-21 dairikiMinor fixes for new cached markup.
2003-02-21 dairikiFixes for new cached markup.
2003-02-21 dairikiChanges for cached markup.
2003-02-21 dairikiChanges for cached markup.
2003-02-21 dairikiNew class DebugTimer in prepend.php to help report...
2003-02-21 dairikiQuery-arg hook 'nocache' to disable markup cache.
2003-02-21 dairikiBig changes to allow caching of marked up page text.
2003-02-20 carstenklappWorkaround for recent changes to WikiPlugin->getPlugin.
2003-02-20 carstenklappNew experimental WikiPlugin for internal use only by...
2003-02-18 dairikiWups again. Typo fix.
2003-02-18 dairikiWups-- remove debuggin cruft.
2003-02-18 dairikiFix so that one can still link to wiki pages with ...
2003-02-18 dairikiSome fixes for nested nestled markup.
2003-02-18 dairikisplit_pagename():
2003-02-18 dairikiFixes/refactor of the tight/loose stuff.
2003-02-18 dairikiNew methods to help manipulate elements' CSS class...
2003-02-18 dairikiWups. Don't tighten headers and <hr>s.
2003-02-18 dairikiFinish tight/loose list refactor.
2003-02-17 dairikiRefactoring BlockParser in an attempt to fix the tight...
2003-02-17 dairikiFix bug. Couldn't unset attributes.
2003-02-17 dairikiFix bug. Regular <dl>s after table-style <dl>s cause...
2003-02-17 dairikiDisable plugin unless action='browse'.
2003-02-17 dairikiFix form POST action URLS.
2003-02-17 dairikiRefactor & code cleanup.
2003-02-17 dairikiRemove functions HiddenGets() and HiddenPosts().
2003-02-17 dairikiFix form action URI and hidden inputs.
2003-02-17 dairikiNew method getPostURL() to get URL for use in form...
2003-02-17 dairikiFix so that submit buttons match the other wikiaction...
2003-02-17 dairikiFix so that PageHistory will work when the current...
2003-02-17 dairikiFix so that PageInfo will work when current version...
2003-02-17 dairikiFix so that action=diff will work when the most recent...
2003-02-16 dairikiRefactor the HTTP validator generation/checking code.
next