summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2009-03-27link changesJoey Hess
2009-03-27Merge branch 'master' into poJoey Hess
Conflicts: debian/control
2009-03-11formattingintrigeri
2009-03-11apache vs. passwordauth: done a bit more researchintrigeri
2009-03-09Merge commit 'upstream/master' into prv/pointrigeri
2009-03-09po: fixed last unaddressed item from Joey's review, please have a lookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-08po doc: po4a 0.35 has been released, eventuallyintrigeri
2009-03-08rename hook: run once per file to be renamedintrigeri
... as Joey suggested on todo/need_global_renamepage_hook This hook is applied recursively to returned additional rename hashes, so that it handles the case where two plugins use the hook: plugin A would see when plugin B adds a new file to be renamed. The full set of rename hashes can no longer be changed by hook functions, that are only allowed to return any additional rename hashes it wants to add. Rationale: the correct behavior of the recursion would be hard, if not impossible, to define, if already considered pages were changing on the run. Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-08Merge commit 'upstream/master' into prv/pointrigeri
Conflicts: IkiWiki/Plugin/editpage.pm debian/control debian/copyright doc/todo/need_global_renamepage_hook.mdwn Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-07look for wmd/wmd.jsJoey Hess
This means that the underlay needs to have a wmd/wmd/wmd.js, which is a trifle weird, but it isolates all the wmd stuff in a single wmd subdirectory of the built wiki. The wmd/images creating a toplevel images directory was particularly bad.
2009-03-07wmd stuffJoey Hess
2009-02-23link to other todo item, personal opinionsintrigeri
2009-02-20Fix wikilink to correct todo pagehttp://taozhyn.myopenid.com/
2009-02-20Moved to patch to todo/auto-createhttp://taozhyn.myopenid.com/
2009-02-19rename tag() to tagged(); add docsJoey Hess
2009-02-19Add noextension parameter to htmlize hooks to support, eg, Makefile.Joey Hess
2009-02-17revert addition of several blank linesJoey Hess
2009-02-17(no commit message)http://arpitjain11.myopenid.com/
2009-02-17easy access to the userdb for apache auth?NicolasLimare
2009-02-16correct WikiLinks to the WikiLink pageAlexandreDupas
2009-02-14apply patch to fix googleform xhtmlJoey Hess
2009-02-13patch for googleform.tmpl to produce valid XHTMLhttp://weakish.int.eu.org/
2009-02-12update deps and bundlesJoey Hess
2009-02-12shortcut: If default_pageext is set, first look for shortcuts.default_pageextJoey Hess
Falls back to looking for shortcuts.mdwn for backwards compatabiity; there probably exist wikis that have changed the pageext but still use shortcuts.mdwn.
2009-02-12patch for shortcut.pm to use $default_pageext instead of hardcode .mdwn.http://weakish.int.eu.org/
2009-02-12warning about disable mdwnhttp://weakish.int.eu.org/
2009-02-12typohttp://weakish.int.eu.org/
2009-02-12use shortcut with mdwn disabledhttp://weakish.int.eu.org/
2009-02-11removedhttp://weakish.int.eu.org/
2009-02-11[tiny] add a link to meta plugin pagehttp://weakish.int.eu.org/
2009-02-11add instruction of lighttpdhttp://weakish.int.eu.org/
2009-02-10more details on ikiwiki directiveshttp://weakish.int.eu.org/
2009-02-10ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perlhttp://weakish.int.eu.org/
2009-02-09document writefile symlink checksJoey Hess
2009-02-07Note todo with patch attached to solve listed problemhttp://www.cse.unsw.edu.au/~willu/
2009-02-06(no commit message)http://taozhyn.myopenid.com/
2009-02-05note about pathJoey Hess
2009-02-04note possible abandonment of sourcehighlight in favour of sourcecodebremner
2009-02-04fix joeyh's link :-)bremner
2009-02-04(no commit message)bremner
2009-01-31rename apache404 -> 404Joey Hess
This may already work with other web servers that have copied apache's interface, and it should be easy to add support to it for web servers that use some other interface. So, make the name more general.
2009-01-31Split cgi_goto into a goto pluginSimon McVittie
2009-01-31Split apache404 into an independent pluginSimon McVittie
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring.
2009-01-29removedhttp://weakish.int.eu.org/
2009-01-27contrib/po: announce my meta-po integration branchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po/todo: drop a note about my meta-po branchintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27responseJoey Hess
2009-01-27contrib/po: misc answers and questionsintrigeri
Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po/todo: take note of the commit that will need to be reverted laterintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-27po: remove all dependencies on nicepagetitleintrigeri
... as my meta branch probably won't be merged before the po plugin is, contrary to what I was originally supposing. This implies removing the po_translation_status_in_links and po_strictly_refresh_backlinks options. Added a note to the TODO section to think of bringing these features back later, as they really enhance user experience on a translatable wiki. Signed-off-by: intrigeri <intrigeri@boum.org>