Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-15 | why the wrapper is a binary | http://jmtd.livejournal.com/ | |
2009-10-15 | (no commit message) | http://seanh.myopenid.com/ | |
2009-10-15 | Asking for a repost of page, as the link is broken. | Chadius | |
2009-10-14 | sparkline: show error if php does not run | Joey Hess | |
2009-10-14 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-14 | build wiki in C locale, to ensure that the "no broken links" message is not ↵ | Joey Hess | |
translated | |||
2009-10-14 | abort test if cvs prereq perl modules are not available | Joey Hess | |
2009-10-13 | point to "rsync" .htaccess trick | http://schmonz.livejournal.com/ | |
2009-10-13 | .htaccess hack | http://schmonz.livejournal.com/ | |
2009-10-13 | (no commit message) | Jogo | |
2009-10-13 | Merge branch 'dependency-types' | Joey Hess | |
Conflicts: doc/todo/dependency_types.mdwn | |||
2009-10-13 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-10-13 | remove debugging and cruft | Joey Hess | |
2009-10-13 | fix some broken influence blocking testing, add more tests | Joey Hess | |
2009-10-13 | tests for influence blocking | Joey Hess | |
2009-10-13 | influence blocker implementation | Joey Hess | |
This avoids unnecessary influences being recorded from pagespecs such as "link(done) and bugs/*", when a page cannot ever possibly match. A pagespec term that returns a value without influence is an influence blocker. If such a blocker has a false value (possibly due to being negated) and is ANDed with another term, it blocks that term's influence from propigating out. If the term is ORed, or has a true value, it does not block influence. (Consider "link(done) or bugs/*" and "link(done) and !nosuchpage") In the implementation in merge_influence, I had to be careful to never negate $this or $other when testing if they are an influence blocker, since negation mutates the object. Thus the slightly weird if statement. | |||
2009-10-13 | update | Joey Hess | |
2009-10-13 | Added a question about permissions. | http://jeremiahfoster.myopenid.com/ | |
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 |