summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-17Updated French program translation from Philippe Batailler. Closes: #542036Joey Hess
2009-08-16clarificationJoey Hess
2009-08-16add l10n branchJoey Hess
2009-08-16Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective pages from ↵Joey Hess
the basewiki.
2009-08-16minor problemJoey Hess
2009-08-16changelogJoey Hess
2009-08-16Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-16created_before/after: throw error if specified page does not existJoey Hess
This assumes that no ctime means the page doesn't exist, which seems reasonable.
2009-08-16use pagespec_match_list for feedpagesJoey Hess
This is both faster, and propigates any error in processing the feedpages pagespec out to display on the page. Which may have been why I didn't use it before, but currently seems like a good thing to do, since it explains why your feeds are empty..
2009-08-16fix error message displayJoey Hess
The gettext call can clear $@ in at least some cases.
2009-08-16Life is simpler on a git branch.Amitai Schlair
2009-08-16switched my DreamHost install to pkgsrc, happilyAmitai Schlair
2009-08-16comment on part of Joey's commenthttp://www.cse.unsw.edu.au/~willu/
2009-08-16Add sentence to clarify how to get feeds for the RecentChanges page.PaulePanter
2009-08-16Fix (hopefully) grammar.PaulePanter
2009-08-15po: 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-15replace N/A with 0Joey 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-15updateJoey Hess
2009-08-15apache config detailsJoey Hess
2009-08-15another problem..Joey Hess
2009-08-15updateJoey Hess
2009-08-15another problemJoey Hess
2009-08-15link to l10n.ikiwiki.info websiteJoey Hess
2009-08-15further otherlanguages list stylingJoey Hess
2009-08-15update for consistencyJoey Hess
2009-08-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-15Add basic styling of po plugin's languages list.Joey Hess
2009-08-15another problemJoey Hess
2009-08-15resolve conflictJoey Hess
2009-08-15noticed a problemJoey Hess
2009-08-15reorg and cleanupJoey Hess
2009-08-15Allow building ikiwiki on systems w/o po4a -- building of the translated ↵Joey Hess
underlays will be skipped in this case.
2009-08-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-15review of ready branchJoey Hess
2009-08-15indentationJoey Hess
2009-08-15meta: depend on absolute page name, not relativeSimon 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-15img: depend on absolute page name, not relativeSimon 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-14new dependency addedhttp://www.cse.unsw.edu.au/~willu/
2009-08-14Related comments on openid redirection.http://www.cse.unsw.edu.au/~willu/
2009-08-14forwarded upstream with analysisJoey Hess
2009-08-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-14(no commit message)lludwig
2009-08-14poll vote (Accept only password logins)62.147.182.222
2009-08-14optimise brokenlinks by gathering the data when calculating backlinksJoey 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-14orphans: Reuse backlinks infoJoey Hess
This plugin was building essentially the same data that is built to handle backlinks, so reuse that as an optimisation.
2009-08-13po: use discussionpage config settingJoey Hess
This was tricky. $links{$page/discussion} must be checked; with it in lowercase.
2009-08-13Add discussionpage configuration settingJoey 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-13removeddave
2009-08-13change PROFILE to use Devel::NYTProfJoey Hess