summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-16Issue with [[!meta date]] / [[!meta updated]] vs. RSS / Atom feeds?Thomas Schwinge
2009-10-16A list of stuff that would be nice to work on for enhancing the GNU Hurd web ↵Thomas Schwinge
pages.
2009-10-16Handling non-existing pages in parentlinks.Thomas Schwinge
2009-10-16shortcuts: local file.tschwinge
2009-10-16minor: tiny rendering errortschwinge
2009-10-15not another hidden requirement...http://smcv.pseudorandom.co.uk/
2009-10-15add a bit more attribution so it's clearer what Joey wrotehttp://smcv.pseudorandom.co.uk/
2009-10-15comments after trying to implement joey's ideahttp://smcv.pseudorandom.co.uk/
2009-10-15slight optimisationJoey Hess
2009-10-15typoJoey Hess
2009-10-15typoJoey Hess
2009-10-15updateJoey Hess
2009-10-15addJoey Hess
2009-10-15Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-10-15inline: Optimize generation of archives, etcJoey Hess
Don't generate inlined page content if the template does not use it.
2009-10-15(no commit message)http://seanh.myopenid.com/
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