]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/shortlog
SourceForge/phpwiki.git
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.
2003-02-16 dairikiWhen redirecting to a page, use an absolute URL.
2003-02-16 dairikiUpdate WikiDB timestamp when editing or deleting pages.
2003-02-16 dairikiNew function hash(). This is a helper, primarily for...
2003-02-16 dairikiNew methods:
2003-02-16 dairikiTypo fix.
2003-02-16 dairikiStarting to fix handling of the HTTP validator headers...
2003-02-16 dairikiNew member functions:
2003-02-16 dairikiNew functions:
2003-02-15 dairikiDocs (& demo) for RedirectTo plugin.
2003-02-15 dairikiUsability improvements for the RedirectTo plugin.
2003-02-15 dairikiNew method WikiPlugin::disabled($message).
2003-02-15 dairikiFix for PHP warning (when host PHP does not have gzip...
2003-02-15 dairikiRedirect back to browse current version of page upon...
2003-02-15 dairikiA couple of fixes so that this passes w3.org's CSS...
2003-02-15 dairikiFix for WikiUser constructor API change.
2003-02-15 dairikiAdd id="logo-img" to the logo image.
2003-02-15 dairikiDon't use "Printer" style for media=screen.
2003-02-15 dairikiFix for API change in WikiUser constructor.
2003-02-15 dairikiAPI Change! Explicit $request argument added to contru...
2003-02-15 dairikiWhen default language was English (at least), pgsrc...
2003-02-15 dairikiOutput newlines between content-less non-inline elements.
2003-02-15 dairikiTheme::getCSS(): Add Default-Style HTTP(-eqiv) header...
2003-02-15 dairikiAdded HTML::meta() for <meta> tag.
2003-02-11 rurbanfix by Steven D. Brewer <sbrewer@bio.umass.edu> to...
2003-02-01 carstenklappCommented-out debugging message.
2003-01-31 carstenklappNew plugin which provides entry forms to search any...
2003-01-31 carstenklappNew plugin which provides entry forms to search any...
2003-01-31 carstenklappAdded hook/hack to allow plugins to provide their own...
2003-01-30 carstenklappBugfix: Plugin was redirecting to nonexistant local...
2003-01-29 carstenklappUpdated my e-mail
2003-01-29 carstenklappForgot to remove dead website link & use my correct...
2003-01-29 carstenklappAdded note about www permissions for wiki_access.log.
2003-01-29 carstenklappBugfix for &nbsp showing on diff page.
2003-01-28 zorlocBetter error messages from PhpWeather Plugin -- Martin...
2003-01-28 zorlocThe get_cfg_var() function should only be used when...
2003-01-28 zorlocThe regexp that matches InterWiki links was too greedy...
2003-01-28 zorlocA fix for problems when file_exists($file) triggers...
2003-01-28 zorlocI have added all of the values for Part One of our...
2003-01-28 zorlocAdded some more Validator subclasses to handle arrays...
2003-01-28 carstenklappMartin Geisler's clever Comment plugin.
2003-01-28 zorlocThis file holds all of the config settings for the...
2003-01-28 zorlocMostly done but ConfigArray will probably need some...
2003-01-23 zorlocInitial work for classes to hold configuration constant...
2003-01-22 zorlocModified WikiUser constructor to move the DB request...
2003-01-21 zorlocModified WikiUser::_ok() -- Inverted the logic so the...
2003-01-21 zorlocAdded Log entry and page footer.
next