Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-04 | Fix bzr plugin to work with bzr 2.0. | Lars Wirzenius | |
The output of "bzr log" seems to have changed a bit, so we change the parsing accordingly. This has not been tested with earlier versions of bzr. Several problems seemed to occur, all in the bzr_log subroutine: 1. The @infos list would contain an empty hash, which would confuse the rest of the program. 2. This was because bzr_log would push an empty anonymous hash to the list whenever it thought a new record would start. 3. However, a new record marker (now?) also happens at th end of bzr log output. 4. Now we collect the record to a hash that gets pushed to the list only if it is not empty. 5. Also, sometimes bzr log outputs "revno: 1234 [merge]", so we catch only the revision number. 6. Finally, there may be non-headers at the of the output, so we ignore those. | |||
2010-04-04 | advertise some bugfixes | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | bug report + patch: unnecessary YAML::Any dependency | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | (no commit message) | http://hendry.iki.fi/ | |
2010-04-04 | Typo. | PaulePanter | |
2010-04-04 | (no commit message) | http://liw.fi/ | |
2010-04-04 | (no commit message) | http://liw.fi/ | |
2010-04-04 | (no commit message) | http://liw.fi/ | |
2010-04-04 | Add the Banu website | https://mukund.startssl.com/ | |
2010-04-04 | Remove my homepage | https://mukund.startssl.com/ | |
2010-04-04 | Rename sort parameter to meta title/author to sortas=bar | Simon McVittie | |
Joey pointed out that sort=x usually takes a sort order. | |||
2010-04-04 | meta: generalize meta_title into meta(title); support author, updated, date | Simon McVittie | |
I've left meta_title in, undocumented, as a possible replacement for sort=title in IkiWiki 4.0 or something. | |||
2010-04-04 | updated branch | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | update fieldsort plugin to be compatible with the latest version of my branch | http://smcv.pseudorandom.co.uk/ | |
2010-04-04 | Add a unit test for changed-link calculation | Simon McVittie | |
2010-04-04 | Remove the typedlink(tag foo) pagespec feature, which is less friendly than ↵ | Simon McVittie | |
tagged() Plugins that introduce a link type should also introduce pagespec syntax for it. | |||
2010-04-04 | Remove tagged_is_strict option, and just behave as though it was enabled | Simon McVittie | |
Jon was worried about the backwards-compatibility break involved in making tagged() not match non-tag links, but Joey seems less concerned about it. | |||
2010-04-04 | Fix some typos that would break Render during changed-link calculation | Simon McVittie | |
2010-04-04 | implement typed links; add tagged_is_strict config option | Simon McVittie | |
2010-04-03 | answer about autofiles for tags | David Riebenbauer | |
2010-04-03 | link to commits | David Riebenbauer | |
2010-04-03 | Make sure deleted tag pages don't get recreated. | David Riebenbauer | |
The reason to do this is basically a user interaction design decision. It is achieved by adding an entry, associated to the creating plugin, to %pagestate. To find out if files were deleted a new global hash %del_hash is %introduced. | |||
2010-04-03 | Revert "Revert the effects of find_del_files() for (re)autoadded files." | David Riebenbauer | |
This reverts commit 31680111f0062f07727d14fcf291c98978ad5a2f. | |||
2010-04-03 | Check for existence off srcfile in add_autofile | David Riebenbauer | |
add_autofile has to have checks, whether to create the file, anyway, so this will make things more consistent. Correcter check for the result of verify_src_file(). Cosmetic rename of a variable $addfile to $autofile. | |||
2010-04-03 | slightly more consistent capitalisation of ikiwiki | Joey Hess | |
For a while, I was avoiding capitalizing ikiwiki at the beginning of a sentence. I now think that's a bad idea (unless explicitly referring to the `ikiwiki` command). Still, I don't go all the way and always cap it, as a proper noun. That would make the logo look bad. ;) I also tend to avoid capping it as IkiWiki, except when referring to the perl internals, which do use that capitalization. (Too late to change that.) However, it's also reasonable to do so in a WikiLink, as a nod to historical camelcase wikis. | |||
2010-04-03 | add news item for ikiwiki 3.20100403 | Joey Hess | |
2010-04-03 | releasing version 3.20100403 | Joey Hess | |
2010-04-03 | fix buggy program installation code | Joey Hess | |
2010-04-03 | updated branch | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | Move sort hooks to the IkiWiki::SortSpec namespace | Simon McVittie | |
Also rename cmpspec_translate (internal function) to sortspec_translate for consistency. | |||
2010-04-03 | Remove support for check_cmp_foo (pre-sort checks) | Simon McVittie | |
2010-04-03 | Split out sortnaturally into a plugin | Simon McVittie | |
2010-04-02 | response | Joey Hess | |
2010-04-02 | response | Joey Hess | |
2010-04-03 | cross-reference | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | vague musings about wikilinks | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | perhaps the typedlink(tag foo) pagespec isn't so useful | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | reduced difference | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | sort-order could usefully be overridden for meta author, too | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | actually I can see a second use for "nonlinear" syntax - but I don't think ↵ | http://smcv.pseudorandom.co.uk/ | |
it's worth it | |||
2010-04-03 | make questions to Joey more explicit | http://smcv.pseudorandom.co.uk/ | |
2010-04-03 | respond at some length | http://smcv.pseudorandom.co.uk/ | |
2010-04-02 | respond (also unindent Joey's review to avoid very deep indentation) | http://smcv.pseudorandom.co.uk/ | |
2010-04-02 | idea | Joey Hess | |
2010-04-02 | comments | Joey Hess | |
2010-04-02 | minor comment | Joey Hess | |
2010-04-02 | fix branch name | Joey Hess | |
2010-04-02 | qualify template_file | Joey Hess | |
2010-04-02 | template: Search for templates in the templatedir, if they are not found as ↵ | Joey Hess | |
pages in the wiki. | |||
2010-04-02 | review from the woods | Joey Hess | |