Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-01 | rename: implemented new canrename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | remove: implemented a new canremove hook; use it in the po plugin | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(todo): test results for markup languages support, thoughts about ↵ | intrigeri | |
renaming/deleting Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-01 | Render.pm: also use 'our' for $backlinks_calculated | intrigeri | |
Since %backlinks are now declared with 'our', this variable must be as well. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po(myurlto): more robust run_by_editpage logic | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: some code/comments refactoring | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: follow new coding style (removed Vim folding markers | intrigeri | |
) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-01 | po: added postscan hook, to make pages depend on the pages linking to them | intrigeri | |
... so that nicepagetitle hook's effects, such as translation status displayed in links, are updated when the linked page changes. The replacement of 'my %backlinks' with 'our %backlinks' in Render.pm made this work: previously, every postscan hook was called with an almost empty %backlinks, which defeated all my attempts to implement this feature. This feature hits performance a bit. Its cost was quite small in my real-world use-cases (a few percents bigger refresh time), but could be bigger in worst cases. Time will tell. NB: this hack could also be used by my meta branch. It may even be a ikiwiki optional feature. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | Fix version. | JoshTriplett | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | fix link | Joey Hess | |
2008-12-31 | fix link | Joey Hess | |
2008-12-31 | 3.0 annoucement | Joey Hess | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | formatting | Joey Hess | |
2008-12-31 | add news item for ikiwiki 3.00 | Joey Hess | |
2008-12-31 | releasing version 3.00 | Joey Hess | |
2008-12-31 | fix moveprefs transition | Joey Hess | |
2008-12-31 | move to correct location | Joey Hess | |
2008-12-31 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-31 | Merge branch 'next' | Joey Hess | |
2008-12-31 | need_global_renamepage_hook: proposed solution implemented in my po branch | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po/todo: reflect current link-related work status | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po: new po_translation_status_in_links option | intrigeri | |
... to make configurable the last implemented feature. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po(nicepagetitle): forgot to display % | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po(percenttranslated): fix issue with leading / | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po(nicepagetitle): append translation status to links to translated pages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po: inject our own (currently a no-op) nicepagetitle function | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po/todo: reflect current status of links-related work | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po: fix redirect after edit, using a somehow tricky hack | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | po: delete translations of deleted master pages | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-31 | * Now unofficial Ikiwiki backports for Ubuntu Intrepid | http://ptecza.myopenid.com/ | |
2008-12-31 | websetup: Avoid a crash when a new array setup item has been added in a new ↵ | Joey Hess | |
ikiwiki release, and is thus not present in the setup file yet. This happened with camelcase_ignore. The code tried to convert the undef value for it into an array. | |||
2008-12-31 | make sure value is defined before using it as an array | Joey Hess | |
2008-12-30 | po: remove debug statements | intrigeri | |
2008-12-30 | po: remove renamed pages special handling, not needed anymore | intrigeri | |
Thanks to the new rename hook behaviour, the whole renaming work is now done by the rename plugin, and we don't need to remember which pages were renamed. | |||
2008-12-30 | the rename hook can now change the list of pages to rename | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-30 | renamed the renamepage hook to renamelink, added rename hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-30 | French translation update from Philippe Batailler. Closes: #510216 | Joey Hess | |
2008-12-30 | po.t: adapted a few tests to match the current ikiwiki behaviour | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-30 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: debian/control debian/copyright doc/ikiwiki/pagespec.mdwn Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-29 | planning a future plugin | http://smcv.pseudorandom.co.uk/ | |
2008-12-29 | update | Joey Hess | |
2008-12-29 | Merge branch 'master' into next | Joey Hess | |
2008-12-29 | htmlbalance: Demand-load HTML::TreeBuilder to avoid failing test suite if it ↵ | Joey Hess | |
is not present. | |||
2008-12-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-29 | some initial instructions for publishing wikis on github | Joey Hess | |
2008-12-29 | (no commit message) | http://blog.mithis.net/ | |
2008-12-29 | (no commit message) | http://blog.mithis.net/ | |