Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-13 | match_link: dynamic influence needed for page that currently has no links | Joey Hess | |
2009-10-13 | add shortcut for novell bugzilla | lnussel | |
2009-10-12 | (no commit message) | Jogo | |
2009-10-12 | year calendar: Avoid highlighting the current month in a different year | Joey Hess | |
2009-10-12 | year calendar: only link to months that have posts | Joey Hess | |
This does mean the year calendars depend on existence of all posts made in the year and have to be updated. | |||
2009-10-12 | remove whitespace from within arrow links | Joey Hess | |
2009-10-12 | calendar: Add creation time limits to user's pagespec | Joey Hess | |
This avoids all calendars rebuilding when a new page is added that will only show in one of them. | |||
2009-10-12 | Added minimal default CSS for calendar plugin, just highlighting the current ↵ | Joey Hess | |
day. | |||
2009-10-12 | calendar: Fix CSS for year calendar to match the plugin documentation. | Joey Hess | |
The names in the documentation were completly different, but also seemed better chosen than the names in the code. | |||
2009-10-12 | skip merges | Joey Hess | |
git log --follow seems to sometimes show merges from before the file was ever created. So, skip them, a file shouldn't be first created during a merge anyway. | |||
2009-10-12 | formatting | Joey Hess | |
2009-10-11 | add some TODO tests for influence blocking | Joey Hess | |
2009-10-11 | allow spans | Joey Hess | |
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-11 | can't use --reverse with git log --follow | Joey Hess | |
Meh, git. | |||
2009-10-11 | response | Joey Hess | |
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
Conflicts: debian/changelog | |||
2009-10-11 | git: --getctime will now follow renames back to the original creation of a file. | Joey Hess | |
This will be a bit more expensive, but --getctime does not need to be fast. And getting the real creation time a very useful when untangling blog histories that involve renames. | |||
2009-10-11 | calendar: avoid inline images in links | Joey Hess | |
2009-10-11 | calendar: use left and right arrows for next/prev months | Joey Hess | |
This is consistent with the year display, and I think it is less visually confusing than using the full month names. | |||
2009-10-11 | fix next/prev month padding bug | Joey Hess | |
2009-10-11 | fix day links | Joey Hess | |
I broke this recently. | |||
2009-10-11 | calendar: Fix bug in next/previous year/month links, which sometimes linked ↵ | Joey Hess | |
to an archive page from the wrong year. | |||
2009-10-11 | calendar: Fix midnight rebuild trigger of calendars with explicit month/year. | Joey Hess | |
It was just broken for calendars with an explicit month or year, not triggering at all. Now it will update those at appropriate times. | |||
2009-10-11 | avoid temporary variables | Joey Hess | |
and fix a bug in pagespec variable name | |||
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-11 | remove locking | Joey Hess | |
Problem is that even rcs_add may cause a commit for certian RCSs and then it would deadlock. | |||
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
2009-10-11 | install ikiwiki-calendar | Joey Hess | |
2009-10-11 | influences returns hash ref now | Joey Hess | |
2009-10-11 | typo | Joey Hess | |
2009-10-11 | Merge branch 'master' into dependency-types | Joey Hess | |
Conflicts: debian/changelog doc/plugins/calendar.mdwn | |||
2009-10-11 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-11 | ikiwiki-calendar: New command automates creation of archive pages using the ↵ | Joey Hess | |
calendar plugin. | |||
2009-10-11 | typo | Joey Hess | |
2009-10-11 | typo | Joey Hess | |
2009-10-11 | (no commit message) | Jogo | |
2009-10-11 | (no commit message) | Jogo | |
2009-10-10 | (no commit message) | Jogo | |
2009-10-10 | (no commit message) | trianta | |
2009-10-09 | update | Joey Hess | |
2009-10-09 | added tests of SuccessReason/FailReason objects | Joey Hess | |
2009-10-09 | update | Joey Hess | |
2009-10-09 | Merge branch 'master' into dependency-types | Joey Hess | |
Conflicts: doc/bugs/transitive_dependencies.mdwn | |||
2009-10-09 | add news item for ikiwiki 3.20091009 | Joey Hess | |
2009-10-09 | releasing version 3.20091009 | Joey Hess | |
2009-10-09 | response | http://www.cse.unsw.edu.au/~willu/ | |
2009-10-09 | remove highlevel influence calculation stuff | Joey Hess | |
I have it implemented in both add_depends and pagespec_match_list. The add_depends implementation is optimised to only try one page if the pagespec's influences are all static, and do not vary by page matched. | |||
2009-10-09 | add_depends: optimise influence calculation | Joey Hess | |
I made match_* functions whose influences can vary depending on the page matched set a special "" influence to indicate this. Then add_depends can try just one page, and if static influences are found, stop there. | |||
2009-10-09 | response | Joey Hess | |