aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* update po filesJoey Hess2009-06-04
* fix further places where translated discussion case was assumed•••Another benefit is that consistently using gettext("Discussion") eliminates the need to translate one string. Joey Hess2009-06-04
* Avoid relying on translators preserving the case when translating "discussion...Joey Hess2009-06-04
* Reporting minor problems with cvonnecting to the remote repo.http://lj.rossia.org/users/imz/2009-06-04
* fix link, remove redirection page•••There was only one broken links. See plugins/brokenlinks for a list. Joey Hess2009-06-03
* update openid docs regarding openid 2, since smcv noticed•••a newer perl module supports it. Although, based on its bug reports at <http://rt.cpan.org/Public/Dist/Display.html?Name=Net-OpenID-Consumer>, there may be some problems (myspace is known not to work, for example). Joey Hess2009-06-03
* fixed upstream, debian bug openedhttp://smcv.pseudorandom.co.uk/2009-06-03
* (no commit message)http://smcv.pseudorandom.co.uk/2009-06-03
* Adding a plain link along with a redirect in order to track backlinks at the ...http://lj.rossia.org/users/imz/2009-06-03
* Fixing a broken link: since it's not obvious how many broken links point to t...http://lj.rossia.org/users/imz/2009-06-03
* po: fixed one of the last Joey's concerns•••Signed-off-by: intrigeri <intrigeri@boum.org> intrigeri2009-06-03
* new bug and patchintrigeri2009-06-03
* Correct wikilink.http://lj.rossia.org/users/imz/2009-06-03
* comment: Make comment directives no longer use the internal "_comment" form, ...•••Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat. Joey Hess2009-06-02
* Revert "testing 123"•••This reverts commit 15a3647b3f89d0629e77fbcf43335894329ffa24. Joey Hess2009-06-02
* revert my incorrect reversion. oopsJoey Hess2009-06-02
* Revert "add news item for ikiwiki 3.14"•••This reverts commit b0fb8a62554578738b8ee7b0ca42c09e8ada8c20. pilchu: abuse the front page again and you will be banned Joey Hess2009-06-02
* testing 123pilchu2009-06-02
* add news item for ikiwiki 3.14Joey Hess2009-06-01
* releasing version 3.14Joey Hess2009-06-01
* Mention need for localized templates, and separation of system and page locales.http://dr.jones.dk/2009-05-28
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-28
|\
| * Move po4a patch note up close to "translated basewiki", and expand with note ...http://dr.jones.dk/2009-05-28
| * add link to openSUSE packageslnussel2009-05-27
| * minor: A bit more wikilinks.http://lj.rossia.org/users/imz/2009-05-26
| * minor: Added wikilinks for better "connectivity".http://lj.rossia.org/users/imz/2009-05-26
| * Made the links to the userpage work in the prev.edit.http://lj.rossia.org/users/imz/2009-05-26
| * Added links to related work.http://lj.rossia.org/users/imz/2009-05-26
* | Danish translation update. Closes: #530877Joey Hess2009-05-28
|/
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-26
|\
| * minor invisible: I learned how to mark up code examples.http://lj.rossia.org/users/imz/2009-05-26
| * A wish.http://lj.rossia.org/users/imz/2009-05-26
| * minor: Added a wikilink (for connectivity).http://lj.rossia.org/users/imz/2009-05-26
| * minor: A text for a link, otherwise it's not displayed; also rm unneeded esca...http://lj.rossia.org/users/imz/2009-05-26
| * A misfeature I stumbled upon.http://lj.rossia.org/users/imz/2009-05-26
| * Added a wikilink (for connectivity).http://lj.rossia.org/users/imz/2009-05-26
| * One more suggestion for the wiki-synatx.http://lj.rossia.org/users/imz/2009-05-26
| * A workaround without introducing different kinds of links (but with completel...http://lj.rossia.org/users/imz/2009-05-26
| * Comment: this illustrates there is no workaround.http://lj.rossia.org/users/imz/2009-05-26
| * Report the unpleasant need to press "reload" in firefox.http://lj.rossia.org/users/imz/2009-05-26
| * Added a reason for this to be an ikiwiki's concern.http://lj.rossia.org/users/imz/2009-05-26
| * Mention bug#530574: improved po4a Markdown supporthttp://dr.jones.dk/2009-05-25
* | call initLanguage after initTheme•••See #530654 Joey Hess2009-05-26
|/
* Fix test suite to not rely on an installed copy of ikiwiki after underlaydir ...Joey Hess2009-05-25
* updated spanish translationVĂ­ctor Moral2009-05-25
* New wish.http://lj.rossia.org/users/imz/2009-05-25
* cache highlighters to optimise•••Setting up a new highlighter object is slightly expensive since it reads and parses the langfile each time. So cache them. This also speeds up ext2langfile by avoiding it needing to check for the existence of a language file in some cases. Joey Hess2009-05-23
* updateJoey Hess2009-05-23
* mention highlightJoey Hess2009-05-23
* allow format to use any language supported by highlight•••format: Provide a htmlizefallback hook that other plugins can use to handle formats that are not suitable for general-purpose htmlize hooks. highlight: Use the hook to allow formatting of any language/extension, without it needing to be enabled for standalone source files. highlight: If the highlight perl binding is not available, fallback safely to a passthrough mode. Joey Hess2009-05-23