aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Expand)AuthorAge
* po: Fixed to run rcs_add ralative to srcdir.Joey Hess2009-08-19
* use pagespec_match_list for feedpages•••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.. Joey Hess2009-08-16
* po: Better fix for missing underlay translation problem.•••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. Joey Hess2009-08-15
* replace N/A with 0•••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. Joey Hess2009-08-15
* update for consistencyJoey Hess2009-08-15
* indentationJoey Hess2009-08-15
* meta: depend on absolute page name, not relative•••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) Simon McVittie2009-08-15
* img: depend on absolute page name, not relative•••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) Simon McVittie2009-08-15
* optimise brokenlinks by gathering the data when calculating backlinks•••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. Joey Hess2009-08-14
* orphans: Reuse backlinks info•••This plugin was building essentially the same data that is built to handle backlinks, so reuse that as an optimisation. Joey Hess2009-08-14
* po: use discussionpage config setting•••This was tricky. $links{$page/discussion} must be checked; with it in lowercase. Joey Hess2009-08-13
* Add discussionpage configuration setting•••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. Joey Hess2009-08-13
* optimise gettext callsJoey Hess2009-08-13
* more idiomatic use of foreachJoey Hess2009-08-12
* fix some more foreaches that clal functions to not use $_Joey Hess2009-08-12
* use a more idiomatic foreach myJoey Hess2009-08-12
* inline: Avoid use of my $_ as it fails with older perls. Closes: #541215Joey Hess2009-08-12
* po: Detect if nowrapi18n can't be passed to po4a, and warn about the old vers...Joey Hess2009-08-12
* po: Fix copy of po file from underlay when editing•••When first editing a page that was in the underlay, avoid losing the translation by copying the po file over from the underlay. Joey Hess2009-08-10
* verify page name is sane•••paranoia; I was thinking about XSS attacks specificaly Joey Hess2009-08-08
* fix misleading commentJoey Hess2009-08-08
* Merge commit 'smcv/ready/getsource'•••Conflicts: debian/changelog Joey Hess2009-08-08
|\
| * getsource: remove temporary variableSimon McVittie2009-07-27
| * getsource: remove unnecessary IkiWiki:: prefixes•••Many variables and functions are exported. Simon McVittie2009-07-26
| * getsource: don't allow getting the source of an attachment•••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). Simon McVittie2009-07-26
| * getsource: turn missing pages into a 404•••Also restructure so we return early on missing pages. Simon McVittie2009-07-26
| * getsource: default to saying page source is in UTF-8, and make the example ma...•••IkiWiki mostly assumes that pages are in UTF-8; anyone this doesn't work for can override it in the setup file. Simon McVittie2009-07-26
| * getsource: run as plain CGI, rather than sessioncgi•••As I suggested when reviewing Will's code, calling loadindex() should be sufficient. Simon McVittie2009-07-26
| * Add getsource pluginWill Uther2009-07-26
* | Merge commit 'remotes/smcv/ready/inline-pagenames' into stagingJoey Hess2009-07-31
|\ \
| * | inline: add pagenames parameter•••If given instead of pages, this is interpreted as a space-separated list of links to pages (with the same LinkingRules as in a WikiLink), and they are inlined in exactly the order given. The sort and pages parameters cannot be used in conjunction with this one. Simon McVittie2009-06-16
* | | Merge commit 'remotes/smcv/ready/harishcm-map-fix' into stagingJoey Hess2009-07-31
|\ \ \
| * | | Fix failure to close <ul> in maps with no items•••Signed-off-by: Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> harishcm2009-07-25
| | |/ | |/|
* | | Merge commit 'remotes/smcv/ready/among'Joey Hess2009-07-31
|\ \ \
| * | | pagestats: add `among` parameter, which only counts links from specified pagesSimon McVittie2009-07-17
| * | | IkiWiki::Render: split out backlink_pages() function from backlinks()•••This separates style from content - backlinks() performs lossy transformations on the page names to get it in the form that the page template wants. Simon McVittie2009-07-17
| * | | pagestats: when making a tag cloud, don't emit links where the tag is unusedSimon McVittie2009-07-17
* | | | img: Fix adding of dependency from page to the image.•••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. Joey Hess2009-07-27
| |/ / |/| |
* | | revert revertJoey Hess2009-07-23
* | | improve string to be less confusingJoey Hess2009-07-23
* | | reverted a few of the string changes•••Improved one string. Joey Hess2009-07-23
* | | Merge branch 'master' of git://git.ikiwiki.infoJonas Smedegaard2009-07-23
|\ \ \
| * | | add --previous at bubulle's suggestionJoey Hess2009-07-22
* | | | Change rendering→building in translatable strings, to ease translations.Jonas Smedegaard2009-07-23
* | | | Rephrase suggestion to not get confused as info on action already done.Jonas Smedegaard2009-07-23
* | | | Rephrase 'linked to by' confusing for translators.Jonas Smedegaard2009-07-23
* | | | Improve translatable texts to ease translation (e.g. to→into and from→ins...Jonas Smedegaard2009-07-23
* | | | Fix typo attepting→attemptingJonas Smedegaard2009-07-23
|/ / /
* | | relocate po directory up a levelJoey Hess2009-07-21
* | | turn off pot file underlay againJoey Hess2009-07-21