Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | po: Fixed to run rcs_add ralative to srcdir. | Joey Hess | |
2009-08-16 | use pagespec_match_list for feedpages | Joey 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-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 for consistency | 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 | 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 | optimise gettext calls | Joey Hess | |
2009-08-13 | Add my CVS plugin and related patches. | Amitai Schlair | |
2009-08-12 | more idiomatic use of foreach | Joey Hess | |
2009-08-12 | fix some more foreaches that clal functions to not use $_ | Joey Hess | |
2009-08-12 | use a more idiomatic foreach my | Joey Hess | |
2009-08-12 | inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 | Joey Hess | |
2009-08-12 | po: Detect if nowrapi18n can't be passed to po4a, and warn about the old ↵ | Joey Hess | |
version, but continue. Closes: #541205 | |||
2009-08-10 | po: Fix copy of po file from underlay when editing | Joey Hess | |
When first editing a page that was in the underlay, avoid losing the translation by copying the po file over from the underlay. | |||
2009-08-08 | verify page name is sane | Joey Hess | |
paranoia; I was thinking about XSS attacks specificaly | |||
2009-08-08 | fix misleading comment | Joey Hess | |
2009-08-08 | Merge commit 'smcv/ready/getsource' | Joey Hess | |
Conflicts: debian/changelog | |||
2009-07-31 | Merge commit 'remotes/smcv/ready/inline-pagenames' into staging | Joey Hess | |
2009-07-31 | Merge commit 'remotes/smcv/ready/harishcm-map-fix' into staging | Joey Hess | |
2009-07-31 | Merge commit 'remotes/smcv/ready/among' | Joey Hess | |
2009-07-27 | img: Fix adding of dependency from page to the image. | Joey Hess | |
This was impressively broken. add_depends was being called with params backwards, and on parameter was set to the name of the generated file, which isn't in the source. Now updates to images will update the page that contains them, thus updating them. This is unncessary for fullsize images, so skipped. | |||
2009-07-27 | getsource: remove temporary variable | Simon McVittie | |
2009-07-26 | getsource: remove unnecessary IkiWiki:: prefixes | Simon McVittie | |
Many variables and functions are exported. | |||
2009-07-26 | getsource: don't allow getting the source of an attachment | Simon McVittie | |
Serving up images etc. as text/plain; charset=utf-8 is unlikely to work very well, and there's no point in having this CGI action for attachments (since they're copied into the output as-is anyway). | |||
2009-07-26 | getsource: turn missing pages into a 404 | Simon McVittie | |
Also restructure so we return early on missing pages. | |||
2009-07-26 | getsource: default to saying page source is in UTF-8, and make the example ↵ | Simon McVittie | |
match the default IkiWiki mostly assumes that pages are in UTF-8; anyone this doesn't work for can override it in the setup file. | |||
2009-07-26 | getsource: run as plain CGI, rather than sessioncgi | Simon McVittie | |
As I suggested when reviewing Will's code, calling loadindex() should be sufficient. | |||
2009-07-26 | Add getsource plugin | Will Uther | |
2009-07-25 | Fix failure to close <ul> in maps with no items | harishcm | |
Signed-off-by: Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | |||
2009-07-23 | revert revert | Joey Hess | |
2009-07-23 | improve string to be less confusing | Joey Hess | |
2009-07-23 | reverted a few of the string changes | Joey Hess | |
Improved one string. | |||
2009-07-23 | Merge branch 'master' of git://git.ikiwiki.info | Jonas Smedegaard | |
2009-07-23 | Change rendering→building in translatable strings, to ease translations. | Jonas Smedegaard | |
2009-07-23 | Rephrase suggestion to not get confused as info on action already done. | Jonas Smedegaard | |
2009-07-23 | Rephrase 'linked to by' confusing for translators. | Jonas Smedegaard | |
2009-07-23 | Improve translatable texts to ease translation (e.g. to→into and ↵ | Jonas Smedegaard | |
from→inside) | |||
2009-07-23 | Fix typo attepting→attempting | Jonas Smedegaard | |
2009-07-22 | add --previous at bubulle's suggestion | Joey Hess | |
2009-07-21 | relocate po directory up a level | Joey Hess | |
2009-07-21 | turn off pot file underlay again | Joey Hess | |
2009-07-21 | improve invalid gettext message | Joey Hess | |
(and gettext it as translators will see this!) | |||
2009-07-21 | update | Joey Hess | |
2009-07-21 | update | Joey Hess | |