aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
Commit message (Collapse)AuthorAge
* Pass along wrapper args to ikiwiki, then handle the "cvs add dir"Amitai Schlair2009-08-22
| | | | | case with a getopt hook directly in my plugin. If the wrapper change is safe, we won't need a wrapper wrapper.
* Put old unixauth plugin under git control. Needs some serious attention.Amitai Schlair2009-08-21
|
* Add my CVS plugin and related patches.Amitai Schlair2009-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 ↵Joey Hess2009-08-12
| | | | version, but continue. Closes: #541205
* po: Fix copy of po file from underlay when editingJoey Hess2009-08-10
| | | | | When first editing a page that was in the underlay, avoid losing the translation by copying the po file over from the underlay.
* verify page name is saneJoey Hess2009-08-08
| | | | paranoia; I was thinking about XSS attacks specificaly
* fix misleading commentJoey Hess2009-08-08
|
* Merge commit 'smcv/ready/getsource'Joey Hess2009-08-08
|\ | | | | | | | | Conflicts: debian/changelog
| * getsource: remove temporary variableSimon McVittie2009-07-27
| |
| * getsource: remove unnecessary IkiWiki:: prefixesSimon McVittie2009-07-26
| | | | | | | | Many variables and functions are exported.
| * getsource: don't allow getting the source of an attachmentSimon McVittie2009-07-26
| | | | | | | | | | | | 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).
| * getsource: turn missing pages into a 404Simon McVittie2009-07-26
| | | | | | | | Also restructure so we return early on missing pages.
| * getsource: default to saying page source is in UTF-8, and make the example ↵Simon McVittie2009-07-26
| | | | | | | | | | | | | | 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.
| * getsource: run as plain CGI, rather than sessioncgiSimon McVittie2009-07-26
| | | | | | | | | | As I suggested when reviewing Will's code, calling loadindex() should be sufficient.
| * Add getsource pluginWill Uther2009-07-26
| |
* | Merge commit 'remotes/smcv/ready/inline-pagenames' into stagingJoey Hess2009-07-31
|\ \
| * | inline: add pagenames parameterSimon McVittie2009-06-16
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge commit 'remotes/smcv/ready/harishcm-map-fix' into stagingJoey Hess2009-07-31
|\ \ \
| * | | Fix failure to close <ul> in maps with no itemsharishcm2009-07-25
| | |/ | |/| | | | | | | Signed-off-by: Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
* | | 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()Simon McVittie2009-07-17
| | | | | | | | | | | | | | | | | | | | | | | | This separates style from content - backlinks() performs lossy transformations on the page names to get it in the form that the page template wants.
| * | | 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.Joey Hess2009-07-27
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | 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.
* | | revert revertJoey Hess2009-07-23
| | |
* | | improve string to be less confusingJoey Hess2009-07-23
| | |
* | | reverted a few of the string changesJoey Hess2009-07-23
| | | | | | | | | | | | Improved one string.
* | | 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 ↵Jonas Smedegaard2009-07-23
| | | | | | | | | | | | | | | | from→inside)
* | | | 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
| | |
* | | improve invalid gettext messageJoey Hess2009-07-21
| | | | | | | | | | | | (and gettext it as translators will see this!)
* | | updateJoey Hess2009-07-21
| | |
* | | updateJoey Hess2009-07-21
| | |
* | | po: Add support for mo files in underlaysJoey Hess2009-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to support translated basewiki and other underlays, we need support for mo files in underlays. The code did not allow this before, because if a mo file was in an underlay, then it might try to update it, and its pot, and write to the underlay, which is guaranteed to either fail due to permissions, or be undesirable. To fix, my approach is to just detect if a mo or pot file that is about to be updated is in an underlay, and skip updating it. This seems to work well: - If the mo is out of date in the underlay, it won't get updated, but this would probably be due to a problem in the underlay, or more likely, the wiki is being rebuilt and so it *thinks* the mo is out of date, but it's really not (and it would be a waste of time to rebuild it anyway). - If a page from the basewiki is edited, it is saved to the srcdir, which causes generation of an updated mo and pot also in the srcdir; the underlay stops being used for that page, and everything seems to work. Note that I am not including an underlay search directory for pot files. They *seem* to be unnecessary for the underlay, since the mo files in there never need to be updated.
* | | fix exampleJoey Hess2009-07-21
| | |
* | | po: Support running with a non-english master lang; add translated underlaysJoey Hess2009-07-20
| | | | | | | | | | | | | | | It seem to make sense to remove the check for there being slave languages as part of this, since one might want a wiki that is only in non-English.
* | | remove prototype from renamehookJoey Hess2009-07-20
| | | | | | | | | | | | | | | Recursive calls make perl whine about protypes, and it wasn't adding any value.
* | | create translated underlays in mdwn formatJoey Hess2009-07-20
| | | | | | | | | | | | | | | | | | These are for use by wikis where the primary language is not English. On such a wiki, it makes sense to use an underlay has the source for pages in the native language.
* | | split two helper functions of of render()Joey Hess2009-07-20
| | |
* | | s//bad//invalid// # jonas=Joey Hess2009-07-19
| | |