Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-20 | Merge branch 'master' into file_pruned_revamp | Joey Hess | |
2010-04-20 | fix uninitialized value warning | Joey Hess | |
$cgi->params('do') may not be defined. The CSRF code may delete all cgi params. This uninitalized value was introduced when do=register support was added recently. | |||
2010-04-20 | Clarifications | http://oblomov.myopenid.com/ | |
2010-04-20 | typo | Joey Hess | |
2010-04-20 | fix stat to use unmunged filename | Joey Hess | |
2010-04-20 | oops, fix for no_chdir mode | Joey Hess | |
$_ will be absolute then | |||
2010-04-20 | remove 2 argument form of file_pruned | Joey Hess | |
2010-04-20 | switch to 1 parameter version of file_pruned | Joey Hess | |
Another bit of code that didn't realize that File::Find sets $_ to the relative filename. | |||
2010-04-20 | remove explicit absolute test | Joey Hess | |
file_pruned now tests for that | |||
2010-04-20 | use one parameter form of file_pruned here too | Joey Hess | |
In File::Find, $_ is relative to the current directory, so that is ok. Also, the directory name doesn't need to be stripped from $_. | |||
2010-04-20 | clarify why absolute is tested & stripped here | Joey Hess | |
file_prune also fails on absolute filenames now | |||
2010-04-20 | Merge branch 'master' into file_pruned_revamp | Joey Hess | |
2010-04-20 | internal pages: the revenge? | http://smcv.pseudorandom.co.uk/ | |
2010-04-20 | clarify whether the raw files would be put in destdir | Jon Dowland | |
2010-04-20 | fix minor bug if a page's name is "0" | Joey Hess | |
2010-04-20 | similarity to internal pages | Joey Hess | |
2010-04-20 | no need to return content from postscan hook | Joey Hess | |
2010-04-19 | response | Joey Hess | |
2010-04-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-19 | change wording | Joey Hess | |
This is more accurate when a file that is not a page is what is removed. | |||
2010-04-20 | non comprend | http://kerravonsen.dreamwidth.org/ | |
2010-04-20 | formatting | http://kerravonsen.dreamwidth.org/ | |
2010-04-20 | further clarification | http://kerravonsen.dreamwidth.org/ | |
2010-04-19 | response | Joey Hess | |
2010-04-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-20 | response | http://kerravonsen.dreamwidth.org/ | |
2010-04-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-19 | move message into if block | Joey Hess | |
2010-04-19 | Merge branch 'master' of git://git.ikiwiki.info | Svend Sorensen | |
2010-04-19 | Remove www prefix from Svend's website URLs | Svend Sorensen | |
2010-04-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-19 | thinking about changing how templatedir works and allowing wikitemplate ↵ | Joey Hess | |
files into the srcdir | |||
2010-04-19 | Respond | http://oblomov.myopenid.com/ | |
2010-04-19 | response to the further thoughts | http://kerravonsen.dreamwidth.org/ | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-18 | (no commit message) | PeteG | |
2010-04-17 | unfinished file_prune revamp | Joey Hess | |
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.) | |||
2010-04-17 | improve docs | Joey Hess | |
2010-04-17 | move File::Find control back into its code blocks | Joey Hess | |
Ok, this is longer, but features less scary action at a distance. | |||
2010-04-17 | move decode_utf8 closer to reason for it | Joey Hess | |
Filenames need to be decoded, as File::Find does not provide them in decoded form, but other callers of verify_src_file will be using utf8. | |||
2010-04-17 | fix autotag behavior for relative tags | Joey Hess | |
A tag like ./foo is searched for relative to the tagging page. However, if multiple pages use such a tag, the only one sure to be in common is in the root, so autocreate it there to avoid scattering redunadant autocreated tags around the tree. (This is probably not ideal.) Also renamed the tagpage and taglink functions for clarity. | |||
2010-04-17 | call gentag for taglinks too | Joey Hess | |
2010-04-17 | fix autofile call | Joey Hess | |
2010-04-17 | tag_autocreate fixups | Joey Hess | |
Fix style of prompt. Optional to rebuild when it is changed. (Needed to get new all missing tags) | |||
2010-04-17 | document add_autofile | Joey Hess | |
2010-04-17 | recommend git | Joey Hess | |
2010-04-17 | bzr getmtime done | Joey Hess | |
2010-04-17 | note that tla plugin is not being maintained | Joey Hess | |
2010-04-17 | bzr: changelog and refactor | Joey Hess | |
2010-04-17 | Fix get_ctime implementation in Bazaar plugin, add get_mtime implementation. | Jelmer Vernooij | |