Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | fix merged | Joey Hess | |
2009-08-27 | Merge commit 'intrigeri/po' | Joey Hess | |
2009-08-27 | fix cherry-picked | Joey Hess | |
2009-08-27 | po: override the title template variable for coherent homepage titling | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit 6c0f9c691c3df3a2ec30dec626c997623568a400) | |||
2009-08-27 | change cherry-picked; move to discussion | Joey Hess | |
2009-08-27 | po(scan): removed scary comment about only wanting to change the first link | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit 3c2bffe21b91684971155ab41b15dacc515b2fc5) | |||
2009-08-27 | doc/po(self-links): follow-ups | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | po: do not inject custom bestlink function when po_link_to eq default | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | doc/po: follow-up | intrigeri | |
2009-08-27 | po: override the title template variable for coherent homepage titling | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | doc/po: follow-up | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | po(scan): removed scary comment about only wanting to change the first link | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-08-27 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-08-27 | followups | Joey Hess | |
2009-08-27 | cherry-picked fix for recentchanges links | Joey Hess | |
2009-08-27 | po: do not beautify urls on the recentchanges page | intrigeri | |
... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page. (cherry picked from commit 496e8523c6706d096f1b794e3f3ba5dd2fa260f3) | |||
2009-08-27 | unsure if this patch is enough | Joey Hess | |
2009-08-27 | forwarded | Joey Hess | |
2009-08-26 | initial patch proposal | intrigeri | |
2009-08-26 | Forgot to mention I have multimarkdown enabled | https://infosoph.myopenid.com/ | |
2009-08-26 | htmltidy: Print a warning message if tidy fails. Closes: #543722 | Joey Hess | |
2009-08-26 | close; multimarkdown not enabled by default | Joey Hess | |
2009-08-26 | translation of directives | Joey Hess | |
2009-08-26 | typo | Joey Hess | |
2009-08-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-26 | fix emphasis examples to actually work | Joey Hess | |
2009-08-26 | initial report | https://infosoph.myopenid.com/ | |
2009-08-26 | suggestion | martin | |
2009-08-26 | po: more TODO items comments and patches | intrigeri | |
2009-08-26 | po: do not beautify urls on the recentchanges page | intrigeri | |
... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page. | |||
2009-08-26 | po: commenting some TODO items | intrigeri | |
2009-08-26 | po: maybe fixed self links | intrigeri | |
2009-08-26 | po: (hopefully) fixed WikiLink to self with po_link_to=default | intrigeri | |
2009-08-25 | don't use pagespec_match_list | Joey Hess | |
This should be more efficient than pagespec_match_list since it short-circuits after the first match is found. The other problem with using pagespec_match_list here is it may throw an error if a bad or failing pagespec somehow got into the dependencies. | |||
2009-08-25 | changelog and news file, also make postinst rebuild on upgrade | Joey Hess | |
2009-08-25 | Merge commit 'remotes/smcv/ready/remove-pagespec-merge' | Joey Hess | |
2009-08-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-25 | reply | Simon McVittie | |
2009-08-25 | Revert "Allow add_depends to take an arrayref" | Joey Hess | |
This reverts commit e4cd168ebedd95585290c97ff42234344bfed46c. There was no benefit to this change. | |||
2009-08-25 | Merge commit 'smcv/ready/optimize-depends' | Joey Hess | |
2009-08-25 | Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510 | Joey Hess | |
2009-08-24 | better analysis of why the depends keep growing | Joey Hess | |
2009-08-24 | at this point I'm down to deciding which specific commits to merge and | Joey Hess | |
which were dead ends | |||
2009-08-25 | Respond with benchmarks and an updated branch | Simon McVittie | |
2009-08-25 | Indicate that pagespec_merge() is no longer needed (much rejoicing?) | Simon McVittie | |
2009-08-25 | Remove now-unused function pagespec_merge | Simon McVittie | |
Now that dependencies are a list of pagespecs with an implicit "or" operation, there's no need to try to merge pagespecs under normal use. ikiwiki-transition contains the only use of the function, so move it there rather than deleting it entirely (it's used to concatenate all admins' lists of locked pages). | |||
2009-08-25 | Mark "should optimise pagespecs" as done | Simon McVittie | |
2009-08-25 | use pagespec_match_list | Simon McVittie | |
2009-08-25 | IkiWiki::pagename: memoize results | Simon McVittie | |
This relies for its correctness on %config, %hooks and pagetype() not changing. | |||
2009-08-25 | Allow add_depends to take an arrayref | Simon McVittie | |