Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-16 | comment on part of Joey's comment | http://www.cse.unsw.edu.au/~willu/ | |
2009-08-16 | Add sentence to clarify how to get feeds for the RecentChanges page. | PaulePanter | |
2009-08-16 | Fix (hopefully) grammar. | PaulePanter | |
2009-08-15 | po: Better fix for missing underlay translation problem. | Joey Hess | |
If a page is taken from the underlay, and one of the specified languages does not have po files in the underlay, it would create a broken link to the translated version of the page for that language. With this change, there's no broken link. | |||
2009-08-15 | replace N/A with 0 | Joey Hess | |
I think the N/A was not intended to be visible, but it can show up as the percent translated to a language. This happens if the page is located in an underlay, and not translated to the language in any other underlay. | |||
2009-08-15 | update | Joey Hess | |
2009-08-15 | apache config details | Joey Hess | |
2009-08-15 | another problem.. | Joey Hess | |
2009-08-15 | update | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | link to l10n.ikiwiki.info website | Joey Hess | |
2009-08-15 | further otherlanguages list styling | Joey Hess | |
2009-08-15 | update for consistency | Joey Hess | |
2009-08-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-15 | Add basic styling of po plugin's languages list. | Joey Hess | |
2009-08-15 | another problem | Joey Hess | |
2009-08-15 | resolve conflict | Joey Hess | |
2009-08-15 | noticed a problem | Joey Hess | |
2009-08-15 | reorg and cleanup | Joey Hess | |
2009-08-15 | Allow building ikiwiki on systems w/o po4a -- building of the translated ↵ | Joey Hess | |
underlays will be skipped in this case. | |||
2009-08-15 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-15 | review of ready branch | Joey Hess | |
2009-08-15 | indentation | Joey Hess | |
2009-08-15 | meta: depend on absolute page name, not relative | Simon McVittie | |
Previously, [[!meta redir="foo"]] on bar, where bar/foo exists, would depend on "foo" (which matches nothing, probably) rather than "bar/foo". (cherry picked from commit f27ec09b72f886415e63fe394e18d9c3cb3913bf) | |||
2009-08-15 | img: depend on absolute page name, not relative | Simon McVittie | |
Previously, [[!img bar.jpg]] on foo, where foo/bar.jpg exists, would get a dependency equivalent to "glob(bar.jpg)" (which might not match anything), rather than the correct "glob(foo/bar.jpg)". (cherry picked from commit 85b2ec49ecd12dd23e5c432933457a72744ce7cb) | |||
2009-08-14 | (no commit message) | http://www.cse.unsw.edu.au/~willu/ | |
2009-08-14 | new dependency added | http://www.cse.unsw.edu.au/~willu/ | |
2009-08-14 | Related comments on openid redirection. | http://www.cse.unsw.edu.au/~willu/ | |
2009-08-14 | forwarded upstream with analysis | Joey Hess | |
2009-08-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-08-14 | (no commit message) | lludwig | |
2009-08-14 | poll vote (Accept only password logins) | 62.147.182.222 | |
2009-08-14 | optimise brokenlinks by gathering the data when calculating backlinks | Joey Hess | |
During backlink calulation, all links are examined and broken links can be detected for free, so store a list of broken links and have brokenlinks use it. Exposing the %brokenlinks structure is a bit ugly, but the speedup seems worth it: Around 1 second for wikis the size of the doc wiki that use brokenlinks. | |||
2009-08-14 | orphans: Reuse backlinks info | Joey Hess | |
This plugin was building essentially the same data that is built to handle backlinks, so reuse that as an optimisation. | |||
2009-08-13 | po: use discussionpage config setting | Joey Hess | |
This was tricky. $links{$page/discussion} must be checked; with it in lowercase. | |||
2009-08-13 | Add discussionpage configuration setting | Joey Hess | |
By adding this setting, we get both more configurability, and a minor optimisation too, since gettext does not need to be called continually to get the Discussion value. | |||
2009-08-13 | removed | dave | |
2009-08-13 | change PROFILE to use Devel::NYTProf | Joey Hess | |
2009-08-13 | optimise gettext calls | Joey Hess | |
2009-08-13 | disable pagecount here, sorta of excessive since the bug has been done | Joey Hess | |
2009-08-13 | fix name | Joey Hess | |
2009-08-13 | review: question | Joey Hess | |
2009-08-13 | response | Joey Hess | |
2009-08-13 | add me new repo, yarrr | http://schmonz.livejournal.com/ | |
2009-08-13 | (no commit message) | lludwig | |
2009-08-13 | poll vote (Accept only OpenID for logins) | 91.105.86.99 | |
2009-08-13 | add comment about automenu plugin | lnussel | |
2009-08-13 | yes please | lnussel | |
2009-08-12 | (no commit message) | dave | |
2009-08-12 | version po4a build-dep to 0.34 | Joey Hess | |
0.35 is much better, but 0.34 is the minimum version that will work |