aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* typoJoey Hess2010-04-20
|
* fix stat to use unmunged filenameJoey Hess2010-04-20
|
* oops, fix for no_chdir modeJoey Hess2010-04-20
| | | | $_ will be absolute then
* remove 2 argument form of file_prunedJoey Hess2010-04-20
|
* switch to 1 parameter version of file_prunedJoey Hess2010-04-20
| | | | | Another bit of code that didn't realize that File::Find sets $_ to the relative filename.
* remove explicit absolute testJoey Hess2010-04-20
| | | | file_pruned now tests for that
* use one parameter form of file_pruned here tooJoey Hess2010-04-20
| | | | | In File::Find, $_ is relative to the current directory, so that is ok. Also, the directory name doesn't need to be stripped from $_.
* clarify why absolute is tested & stripped hereJoey Hess2010-04-20
| | | | file_prune also fails on absolute filenames now
* Merge branch 'master' into file_pruned_revampJoey Hess2010-04-20
|\
| * fix minor bug if a page's name is "0"Joey Hess2010-04-20
| |
| * similarity to internal pagesJoey Hess2010-04-20
| |
| * no need to return content from postscan hookJoey Hess2010-04-20
| |
| * responseJoey Hess2010-04-19
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-19
| |\
| | * non comprendhttp://kerravonsen.dreamwidth.org/2010-04-20
| | |
| | * formattinghttp://kerravonsen.dreamwidth.org/2010-04-20
| | |
| | * further clarificationhttp://kerravonsen.dreamwidth.org/2010-04-20
| | |
| * | change wordingJoey Hess2010-04-19
| |/ | | | | | | This is more accurate when a file that is not a page is what is removed.
| * responseJoey Hess2010-04-19
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-19
| |\
| | * responsehttp://kerravonsen.dreamwidth.org/2010-04-20
| | |
| * | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-19
| |\|
| | * Merge branch 'master' of git://git.ikiwiki.infoSvend Sorensen2010-04-19
| | |\
| | * | Remove www prefix from Svend's website URLsSvend Sorensen2010-04-19
| | | |
| * | | move message into if blockJoey Hess2010-04-19
| | |/ | |/|
| * | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-19
| |\|
| | * Respondhttp://oblomov.myopenid.com/2010-04-19
| | |
| | * response to the further thoughtshttp://kerravonsen.dreamwidth.org/2010-04-19
| | |
| * | thinking about changing how templatedir works and allowing wikitemplate ↵Joey Hess2010-04-19
| |/ | | | | | | files into the srcdir
| * (no commit message)PeteG2010-04-18
| |
| * (no commit message)PeteG2010-04-18
| |
* | unfinished file_prune revampJoey Hess2010-04-17
|/ | | | | | | | | Many calls to file_prune were incorrectly calling it with 2 parameters. In cases where the filename being checked is relative to the srcdir, that is not needed. Made absolute filenames be pruned. (This won't work for the 2 parameter call style.)
* recommend gitJoey Hess2010-04-17
|
* bzr getmtime doneJoey Hess2010-04-17
|
* note that tla plugin is not being maintainedJoey Hess2010-04-17
|
* bzr: changelog and refactorJoey Hess2010-04-17
|
* Fix get_ctime implementation in Bazaar plugin, add get_mtime implementation.Jelmer Vernooij2010-04-17
|
* document the gitbranch templateJoey Hess2010-04-17
|
* reformatJoey Hess2010-04-17
|
* my autotag branchJoey Hess2010-04-17
|
* few more suggestionsJoey Hess2010-04-17
|
* typoJoey Hess2010-04-17
|
* autoindex: Switch to using %wikistate instead of abusing $pagestate{index}.Joey Hess2010-04-17
|
* add list of compatability breaking changesJoey Hess2010-04-16
|
* remove note about needing --gettime; automatically run on first build nowJoey Hess2010-04-16
|
* squelch warningJoey Hess2010-04-16
|
* update changelogJoey Hess2010-04-16
|
* implement rcs_getmtime for svnJoey Hess2010-04-16
| | | | | | | | | This is a slow implementation; it runs svn log once per file still, rather than running svn log once on the whole srcdir. I did it this way because in my experience, svn log, run on a directory, does not always list every change to files inside that directory. I don't know why, and I use svn as little as possible these days.
* automatically run --gettime, and optimise it for gitJoey Hess2010-04-16
| | | | | | | | | | * Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane.
* fix file, should be symlinkJoey Hess2010-04-16
|