summaryrefslogtreecommitdiff
path: root/IkiWiki
AgeCommit message (Expand)Author
2007-02-23* Patch from HenrikBrixAndersen to fix a broken use of foreach in thejoey
2007-02-21using setsid before import.. how did that ever work?joey
2007-02-21fix breakagejoey
2007-02-21* Since the CGI had to drop the wiki lock to avoid deadlocking thejoey
2007-02-21* Elegant patch from Ethan to clean up the display of page names in thejoey
2007-02-20* Make img plugin not fail immediately if Image::Magick is not available.joey
2007-02-20* Don't error out if estcmd fails, just print a warning message. estcmd isjoey
2007-02-20* Changed calling convention for httmllink slightly. The first threejoey
2007-02-15improve stringjoey
2007-02-15add day of week to prettydate, and i18njoey
2007-02-15italisise urlsjoey
2007-02-15supress redef warningjoey
2007-02-15* Add a prettydate plugin that formats dates in a more readable fashion.joey
2007-02-15* Patch from Ethan to allow using meta tags to set creation dates of pages.joey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
2007-02-14* Allow multiple tag settings to appear in a single page.joey
2007-02-14* Fix the template, toggle, and conditional plugins to filter text beforejoey
2007-02-12* Allow plugins to add new types of tests that can be used in PageSpecs.joey
2007-02-10* Fix a security hole that allowed a web user to edit images and otherjoey
2007-02-08* Add "reverse" option to inline to invert sort orders.joey
2007-02-06* Patch based on a patch from Ethan to support relative matching injoey
2007-02-05* Add feedshow option to allow reducing the number of items included injoey
2007-02-03 code checking for locked pages into a new "lockedit" plugin. Both arejoey
2007-02-03missing IkiWiki::joey
2007-02-02* Add canedit hook, allowing arbitrary controls over when a page can bejoey
2007-01-31* Fix several more missing translations of Discussion.joey
2007-01-31* Fix for missing backlinks() in pagestats plugin.joey
2007-01-31* Fix one more missing translation of Discussion.joey
2007-01-30* Fix openid signin secret generation code. This fixes the bug that madejoey
2007-01-28* Replace underscores in shortcut texts with spaces when formatting forjoey
2007-01-28* Always call rcs_update after a commit during a web edit, to work aroundjoey
2007-01-28* Improve use of svn merge, by specifying the file to merge, rather thanjoey
2007-01-27* Make gitorigin_branch and gitmaster_branch configurable via the setupjoey
2007-01-18* Fix handling of discussion links on discussion pages when l10n is used.joey
2007-01-14* Fix missing categories in rss/atom feeds.joey
2007-01-14fehjoey
2007-01-14qoutingjoey
2007-01-14fix formatjoey
2007-01-14* Change the RecentChanges page to show the path of changed pages.joey
2007-01-14fix broken format string, manual unfuzzyjoey
2007-01-14* In the aggregator, check for and deal with post filenames that arejoey
2007-01-12Improve error message when postsignin (probably from openid) fails due tojoey
2007-01-12* Search in default location for templates as a fallback when templatedir isjoey
2007-01-11remove \n from gettexed string, and unfuzzyjoey
2007-01-10* Fix --locale to control LC_ALL now.joey
2007-01-08* Add a rawhtml plugin that allows copying raw html files from the srcdir.joey
2007-01-04added some comments for translatorsjoey
2007-01-03fix whitespacejoey
2007-01-03* Corrected a bum regexp in openid munging.joey
2006-12-31deal with http:// partjoey