summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-02po plugin: added test cases for index.*intrigeri
(Translatable index is currently buggy, let's fix this.) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: removed last (?) bit of deprecated custom hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: replace targetpage hook with wrapper functionintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02Revert "added the targetpage hook"intrigeri
This reverts commit fc299df955879bf958aa78338ba64d56a7df17a9. Such functionality can now be achieved using the inject() function. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: replace tweakurlpath hook with a wrapper functionintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02Revert "added hook urlpath" and "rename urlpath hook into tweakurlpath..."intrigeri
This reverts commits d9b9022c13af3aa6c469df05beaa293fcf33cafc and 39d44d443d2271ec8787e6192b8b5811bee41ebf. This functionality should now be achieved using the new inject() function. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: added TODO about charset/encoding in new translationsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: replace tweakbestlink hook with a wrapper functionintrigeri
... thanks to the new inject() feature. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02Revert "added the tweakbestlink hook"intrigeri
This reverts commit e51089e11fc1093a253fc13ebfbd5d55912eba59. The new "inject()" feature should replace this ad-hoc hook. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02po plugin: added testsuiteintrigeri
I want to have an easy way to know if I break something when I'll convert custom added hooks to the new "inject" feature. It will also be useful after this conversion, to trigger an alert when IkiWiki's internals change enough to break my wrapper functions. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02disable istranslatable memoizationintrigeri
It makes some test cases cry once every two tries; this may be related to the artificial way the testsuite is run, or not. In the meantime, stop memoizing this function. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02Merge commit 'origin/master' into prv/pointrigeri
2008-10-31(no commit message)http://thewordnerd.info/
2008-10-31(no commit message)http://thewordnerd.info/
2008-10-31renameJoey Hess
2008-10-31Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-10-31(no commit message)alexander
2008-10-31(no commit message)alexander
2008-10-31reorgJoey Hess
2008-10-31typoJoey Hess
2008-10-31format: New plugin, allows embedding differntly formatted text inside a page ↵Joey Hess
(ie, otl inside a mdwn page, or syntax highlighted code inside a page).
2008-10-30require srcdir and destdir params when --render used w/o --setupJoey Hess
The srcdir is needed by --render, so if --setup is not specified, read it at the command line.
2008-10-30fix --setup --renderJoey Hess
In this mode, rebuild mode should not be on
2008-10-30set ctime in --render mode if not knownJoey Hess
Avoids some uninitialised value warnings.
2008-10-30responseJoey Hess
2008-10-30responseJoey Hess
2008-10-30don't rely on plugin load order when determining generated directivesJoey Hess
Instead, shortcuts will explicitly be marked as such when registered, and listdirectives can filter them out.
2008-10-30start discussion of the pluginjwalzer
2008-10-30opml-Plugin - Stub-Pagejwalzer
2008-10-30(no commit message)http://lollipopman.myopenid.com/
2008-10-30question about relative links?jwalzer
2008-10-30Userpage setupjwalzer
2008-10-30(no commit message)jwalzer
2008-10-30(no commit message)jwalzer
2008-10-30(no commit message)jwalzer
2008-10-29Forum questionJason Blevins
2008-10-29Suggest user stylesheetsJason Blevins
2008-10-29Note on fixhttp://www.cse.unsw.edu.au/~willu/
2008-10-29oopsJoey Hess
2008-10-29responseJoey Hess
2008-10-29wordingJoey Hess
2008-10-29Just remembered that '#' already has a meaning in WikiLinks.https://yag.myopenid.com//
2008-10-29Clarified my question about selectively disabling backlinks.https://yag.myopenid.com//
2008-10-29Added syntax suggestions for accessing meta information in Ikiwiki links.https://yag.myopenid.com//
2008-10-29I'm not sure whether I understand this "raw_enabled" setting in the context ↵https://yag.myopenid.com//
of rst.
2008-10-29Fixed broken link.https://yag.myopenid.com//
2008-10-29Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`Joey Hess
The syslog value from the setup file is purposfully ignored when doing ikiwiki -setup, so that it will output to stdout (while generating wrappers that do use the syslog). But that caused -dumpsetup to not preserve the syslog value from the setup file.
2008-10-29fix preview of shortcutsJoey Hess
Move shortcut processing back to checkconfig, and avoid it failing if the srcdir is not defined.
2008-10-29allow_symlinks_before_srcdir is a booleanJoey Hess
2008-10-29fix display of error msgJoey Hess