summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-15inline: Optimize generation of archives, etcJoey Hess
Don't generate inlined page content if the template does not use it.
2009-10-15response3Joey Hess
2009-10-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-15override LC_ALL, not LANGJoey Hess
2009-10-15why the wrapper is a binaryhttp://jmtd.livejournal.com/
2009-10-15(no commit message)http://seanh.myopenid.com/
2009-10-15Asking for a repost of page, as the link is broken.Chadius
2009-10-14sparkline: show error if php does not runJoey Hess
2009-10-14Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-14build wiki in C locale, to ensure that the "no broken links" message is not ↵Joey Hess
translated
2009-10-14abort test if cvs prereq perl modules are not availableJoey Hess
2009-10-13point to "rsync" .htaccess trickhttp://schmonz.livejournal.com/
2009-10-13.htaccess hackhttp://schmonz.livejournal.com/
2009-10-13(no commit message)Jogo
2009-10-13Merge branch 'dependency-types'Joey Hess
Conflicts: doc/todo/dependency_types.mdwn
2009-10-13Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-13remove debugging and cruftJoey Hess
2009-10-13fix some broken influence blocking testing, add more testsJoey Hess
2009-10-13tests for influence blockingJoey Hess
2009-10-13influence blocker implementationJoey 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-13updateJoey Hess
2009-10-13Added a question about permissions.http://jeremiahfoster.myopenid.com/
2009-10-13match_link: dynamic influence needed for page that currently has no linksJoey Hess
2009-10-13add shortcut for novell bugzillalnussel
2009-10-12(no commit message)Jogo
2009-10-12year calendar: Avoid highlighting the current month in a different yearJoey Hess
2009-10-12year calendar: only link to months that have postsJoey Hess
This does mean the year calendars depend on existence of all posts made in the year and have to be updated.
2009-10-12remove whitespace from within arrow linksJoey Hess
2009-10-12calendar: Add creation time limits to user's pagespecJoey Hess
This avoids all calendars rebuilding when a new page is added that will only show in one of them.
2009-10-12Added minimal default CSS for calendar plugin, just highlighting the current ↵Joey Hess
day.
2009-10-12calendar: 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-12skip mergesJoey 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-12formattingJoey Hess
2009-10-11add some TODO tests for influence blockingJoey Hess
2009-10-11allow spansJoey Hess
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
2009-10-11can't use --reverse with git log --followJoey Hess
Meh, git.
2009-10-11responseJoey Hess
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
Conflicts: debian/changelog
2009-10-11git: --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-11calendar: avoid inline images in linksJoey Hess
2009-10-11calendar: use left and right arrows for next/prev monthsJoey Hess
This is consistent with the year display, and I think it is less visually confusing than using the full month names.
2009-10-11fix next/prev month padding bugJoey Hess
2009-10-11fix day linksJoey Hess
I broke this recently.
2009-10-11calendar: Fix bug in next/previous year/month links, which sometimes linked ↵Joey Hess
to an archive page from the wrong year.
2009-10-11calendar: 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-11avoid temporary variablesJoey Hess
and fix a bug in pagespec variable name
2009-10-11Merge branch 'master' into dependency-typesJoey Hess
2009-10-11remove lockingJoey Hess
Problem is that even rcs_add may cause a commit for certian RCSs and then it would deadlock.
2009-10-11Merge branch 'master' into dependency-typesJoey Hess