aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* htmltidy: Return an error message if tidy fails. Closes: #543722Joey Hess2009-08-27
| | | | | On second^Wthird^Wfourth thought, putting the message into the page seems better than using stderr.
* fix mergedJoey Hess2009-08-27
|
* Merge commit 'intrigeri/po'Joey Hess2009-08-27
|\
| * po: do not inject custom bestlink function when po_link_to eq defaultintrigeri2009-08-27
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * po: override the title template variable for coherent homepage titlingintrigeri2009-08-27
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * po(scan): removed scary comment about only wanting to change the first linkintrigeri2009-08-27
| | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
| * Merge commit 'upstream/master' into prv/pointrigeri2009-08-27
| |\
| * | po: do not beautify urls on the recentchanges pageintrigeri2009-08-26
| | | | | | | | | | | | | | | | | | | | | | | | ... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page.
| * | po: (hopefully) fixed WikiLink to self with po_link_to=defaultintrigeri2009-08-26
| | |
* | | fix cherry-pickedJoey Hess2009-08-27
| | |
* | | po: override the title template variable for coherent homepage titlingintrigeri2009-08-27
| | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit 6c0f9c691c3df3a2ec30dec626c997623568a400)
* | | change cherry-picked; move to discussionJoey Hess2009-08-27
| | |
* | | po(scan): removed scary comment about only wanting to change the first linkintrigeri2009-08-27
| | | | | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org> (cherry picked from commit 3c2bffe21b91684971155ab41b15dacc515b2fc5)
* | | doc/po(self-links): follow-upsintrigeri2009-08-27
| | | | | | | | | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | | doc/po: follow-upintrigeri2009-08-27
| | |
* | | doc/po: follow-upintrigeri2009-08-27
| |/ |/| | | | | Signed-off-by: intrigeri <intrigeri@boum.org>
* | followupsJoey Hess2009-08-27
| |
* | cherry-picked fix for recentchanges linksJoey Hess2009-08-27
| |
* | po: do not beautify urls on the recentchanges pageintrigeri2009-08-27
| | | | | | | | | | | | | | | | | | ... else, the recentchanges page shows a link such as "sandbox.es". But, clicking on it goes to the English (or negotiated language) version of the page. It is better in this one case if the link goes direct to the translated version of the page. (cherry picked from commit 496e8523c6706d096f1b794e3f3ba5dd2fa260f3)
* | unsure if this patch is enoughJoey Hess2009-08-27
| |
* | forwardedJoey Hess2009-08-27
| |
* | initial patch proposalintrigeri2009-08-26
| |
* | Forgot to mention I have multimarkdown enabledhttps://infosoph.myopenid.com/2009-08-26
| |
* | htmltidy: Print a warning message if tidy fails. Closes: #543722Joey Hess2009-08-26
| |
* | close; multimarkdown not enabled by defaultJoey Hess2009-08-26
| |
* | translation of directivesJoey Hess2009-08-26
| |
* | typoJoey Hess2009-08-26
| |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-08-26
|\ \
| * | initial reporthttps://infosoph.myopenid.com/2009-08-26
| | |
| * | suggestionmartin2009-08-26
| | |
| * | po: more TODO items comments and patchesintrigeri2009-08-26
| | |
| * | po: commenting some TODO itemsintrigeri2009-08-26
| | |
| * | po: maybe fixed self linksintrigeri2009-08-26
| |/
* / fix emphasis examples to actually workJoey Hess2009-08-26
|/
* don't use pagespec_match_listJoey Hess2009-08-25
| | | | | | | | This should be more efficient than pagespec_match_list since it short-circuits after the first match is found. The other problem with using pagespec_match_list here is it may throw an error if a bad or failing pagespec somehow got into the dependencies.
* changelog and news file, also make postinst rebuild on upgradeJoey Hess2009-08-25
|
* Merge commit 'remotes/smcv/ready/remove-pagespec-merge'Joey Hess2009-08-25
|\
| * Indicate that pagespec_merge() is no longer needed (much rejoicing?)Simon McVittie2009-08-25
| |
| * Remove now-unused function pagespec_mergeSimon McVittie2009-08-25
| | | | | | | | | | | | | | | | | | Now that dependencies are a list of pagespecs with an implicit "or" operation, there's no need to try to merge pagespecs under normal use. ikiwiki-transition contains the only use of the function, so move it there rather than deleting it entirely (it's used to concatenate all admins' lists of locked pages).
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-08-25
|\ \
| * | replySimon McVittie2009-08-25
| | |
* | | Revert "Allow add_depends to take an arrayref"Joey Hess2009-08-25
| | | | | | | | | | | | | | | | | | This reverts commit e4cd168ebedd95585290c97ff42234344bfed46c. There was no benefit to this change.
* | | Merge commit 'smcv/ready/optimize-depends'Joey Hess2009-08-25
|\ \ \ | |/ / |/| / | |/
| * Mark "should optimise pagespecs" as doneSimon McVittie2009-08-25
| |
| * use pagespec_match_listSimon McVittie2009-08-25
| |
| * IkiWiki::pagename: memoize resultsSimon McVittie2009-08-25
| | | | | | | | | | This relies for its correctness on %config, %hooks and pagetype() not changing.
| * Allow add_depends to take an arrayrefSimon McVittie2009-08-25
| |
| * Use a hash to de-duplicate dependenciesSimon McVittie2009-08-25
| |
| * Don't bother to save {depends} to the indexSimon McVittie2009-08-24
| | | | | | | | As per Joey's review.
| * calendar, inline, map: don't pre-join dependenciesSimon McVittie2009-08-24
| | | | | | | | | | | | The new dependency handling works better (eliminates more duplicates) if dependencies are split up. On the same wiki mentioned in the previous commit, this saves about a second (i.e. 4%) on the same test.