summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-25don't use pagespec_match_listJoey Hess
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.
2009-08-25changelog and news file, also make postinst rebuild on upgradeJoey Hess
2009-08-25Merge commit 'remotes/smcv/ready/remove-pagespec-merge'Joey Hess
2009-08-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-25replySimon McVittie
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
This reverts commit e4cd168ebedd95585290c97ff42234344bfed46c. There was no benefit to this change.
2009-08-25Merge commit 'smcv/ready/optimize-depends'Joey Hess
2009-08-25Fix example blog's tags/life to not have a broken PageSpec. Closes: #543510Joey Hess
2009-08-24better analysis of why the depends keep growingJoey Hess
2009-08-24at this point I'm down to deciding which specific commits to merge andJoey Hess
which were dead ends
2009-08-25Respond with benchmarks and an updated branchSimon McVittie
2009-08-25Indicate that pagespec_merge() is no longer needed (much rejoicing?)Simon McVittie
2009-08-25Remove now-unused function pagespec_mergeSimon McVittie
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).
2009-08-25Mark "should optimise pagespecs" as doneSimon McVittie
2009-08-25use pagespec_match_listSimon McVittie
2009-08-25IkiWiki::pagename: memoize resultsSimon McVittie
This relies for its correctness on %config, %hooks and pagetype() not changing.
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-25Use a hash to de-duplicate dependenciesSimon McVittie
2009-08-24Don't bother to save {depends} to the indexSimon McVittie
As per Joey's review.
2009-08-24calendar, inline, map: don't pre-join dependenciesSimon McVittie
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.
2009-08-24Optimize the dependencies listSimon McVittie
On a large wiki you can spend a lot of time reading through large lists of dependencies to see whether files need to be rebuilt (album, with its one-page-per-photo arrangement, suffers particularly badly from this). The dependency list is currently a single pagespec, but it's not used like a normal pagespec - in practice, it's a list of pagespecs joined with the "or" operator. Accordingly, change it to be stored as a list of pagespecs. On a wiki with many tagged photo albums, this reduces the time to refresh after `touch tags/*.mdwn` from about 31 to 25 seconds. Getting the benefit of this change on an existing wiki requires a rebuild.
2009-08-24move undownloadable item to discussion pageJoey Hess
2009-08-24close as wontfixJoey Hess
2009-08-24fixed via getsource pluginJoey Hess
2009-08-24responseJoey Hess
2009-08-24fix linkJoey Hess
2009-08-24clarify and add linkJoey Hess
2009-08-24Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-24responsehttp://schmonz.livejournal.com/
2009-08-24Comment on another possible solution to the use case.http://www.cse.unsw.edu.au/~willu/
2009-08-23why I needed this, in case it's useful to someone elseAmitai Schlair
2009-08-23responseAmitai Schlair
2009-08-23use a map insteadhttp://schmonz.livejournal.com/
2009-08-23update config file snippet to use current git_wrapper nameJoey Hess
2009-08-23new rsync pluginAmitai Schlair
2009-08-23Added closing parenthesishttp://rtfb.myopenid.com/
2009-08-22uh ohJoey Hess
2009-08-22(no commit message)http://xn--andreaskrger-llb.myopenid.com/
2009-08-22(no commit message)http://xn--andreaskrger-llb.myopenid.com/
2009-08-22no more wrapper wrapperAmitai Schlair
2009-08-22responseAmitai Schlair
2009-08-21responseJoey Hess
2009-08-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-08-20responseAmitai Schlair
2009-08-20Italian program translation from Luca Bruno.Joey Hess
2009-08-19formattingAlexandreDupas
2009-08-19Add some detailsAlexandreDupas
2009-08-19another issueJoey Hess
2009-08-19po: Fixed to run rcs_add ralative to srcdir.Joey Hess
2009-08-19bugs with po and git pluginsAlexandreDupas