Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | po: fixed last unaddressed item from Joey's review, please have a look | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-03-08 | po doc: po4a 0.35 has been released, eventually | intrigeri | |
2009-03-08 | rename hook: run once per file to be renamed | intrigeri | |
... 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-08 | Merge commit 'upstream/master' into prv/po | intrigeri | |
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-07 | look for wmd/wmd.js | Joey 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-07 | wmd stuff | Joey Hess | |
2009-02-23 | link to other todo item, personal opinions | intrigeri | |
2009-02-20 | Fix wikilink to correct todo page | http://taozhyn.myopenid.com/ | |
2009-02-20 | Moved to patch to todo/auto-create | http://taozhyn.myopenid.com/ | |
2009-02-19 | rename tag() to tagged(); add docs | Joey Hess | |
2009-02-19 | Add noextension parameter to htmlize hooks to support, eg, Makefile. | Joey Hess | |
2009-02-17 | revert addition of several blank lines | Joey Hess | |
2009-02-17 | (no commit message) | http://arpitjain11.myopenid.com/ | |
2009-02-17 | easy access to the userdb for apache auth? | NicolasLimare | |
2009-02-16 | correct WikiLinks to the WikiLink page | AlexandreDupas | |
2009-02-14 | apply patch to fix googleform xhtml | Joey Hess | |
2009-02-13 | patch for googleform.tmpl to produce valid XHTML | http://weakish.int.eu.org/ | |
2009-02-12 | update deps and bundles | Joey Hess | |
2009-02-12 | shortcut: If default_pageext is set, first look for shortcuts.default_pageext | Joey 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-12 | patch for shortcut.pm to use $default_pageext instead of hardcode .mdwn. | http://weakish.int.eu.org/ | |
2009-02-12 | warning about disable mdwn | http://weakish.int.eu.org/ | |
2009-02-12 | typo | http://weakish.int.eu.org/ | |
2009-02-12 | use shortcut with mdwn disabled | http://weakish.int.eu.org/ | |
2009-02-11 | removed | http://weakish.int.eu.org/ | |
2009-02-11 | [tiny] add a link to meta plugin page | http://weakish.int.eu.org/ | |
2009-02-11 | add instruction of lighttpd | http://weakish.int.eu.org/ | |
2009-02-10 | more details on ikiwiki directives | http://weakish.int.eu.org/ | |
2009-02-10 | ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl | http://weakish.int.eu.org/ | |
2009-02-09 | document writefile symlink checks | Joey Hess | |
2009-02-07 | Note todo with patch attached to solve listed problem | http://www.cse.unsw.edu.au/~willu/ | |
2009-02-06 | (no commit message) | http://taozhyn.myopenid.com/ | |
2009-02-05 | note about path | Joey Hess | |
2009-02-04 | note possible abandonment of sourcehighlight in favour of sourcecode | bremner | |
2009-02-04 | fix joeyh's link :-) | bremner | |
2009-02-04 | (no commit message) | bremner | |
2009-01-31 | rename apache404 -> 404 | Joey 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-31 | Split cgi_goto into a goto plugin | Simon McVittie | |
2009-01-31 | Split apache404 into an independent plugin | Simon McVittie | |
Also make it ignore the 'do' parameter at Joey's suggestion, to have one less thing to remember when configuring. | |||
2009-01-29 | removed | http://weakish.int.eu.org/ | |
2009-01-27 | contrib/po: announce my meta-po integration branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po/todo: drop a note about my meta-po branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | response | Joey Hess | |
2009-01-27 | contrib/po: misc answers and questions | intrigeri | |
Step by step... :) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po/todo: take note of the commit that will need to be reverted later | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po: remove all dependencies on nicepagetitle | intrigeri | |
... 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> | |||
2009-01-27 | rename hook: instead of modifying the passed-by-name array, return a copy | intrigeri | |
This is intended to solve Joey's concerns expressed on http://ikiwiki.info/todo/need_global_renamepage_hook/, i.e. the need to make it possible to use this hook from external plugins. A plugin using this hook still can add/modify/remove elements of the @torename array. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-26 | Merge commit 'smcv/underlay' | Joey Hess | |
2009-01-26 | comments | Joey Hess | |
2009-01-27 | contrib/po: backlinks=>dependencies is now an option | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-27 | po: make the "backlinks involve dependencies" feature optional | intrigeri | |
It can now be configured with the po_strictly_refresh_backlinks setting. Signed-off-by: intrigeri <intrigeri@boum.org> |