| Commit message (Expand) | Author | Age |
... | |
* | htmllink: allow a title attribute to be specified | Joey Hess | 2009-11-26 |
* | remove info about how to manually add relativedates•••The date directive is a better approach.
| Joey Hess | 2009-11-25 |
* | date: New plugin that allows inserting date directives that expand to pretty-... | Joey Hess | 2009-11-25 |
* | httpauth: Add cgiauthurl setting that can be used to do http basic auth only ... | Joey Hess | 2009-11-10 |
* | localstyle: New plugin, allows overrding the toplevel local.css with one that...•••I chose not to have it override style.css, because style.css is not really
intended to be edited; the one from the underlay is intended to be used as
a base that local.css overrides.
I chose to use a plugin rather than changing the default behavior, both
because I didn't want to have to worry about possibly breaking backwards
compatability (though this seems unlikely), and because it seemed cleaner
to not include style template parameters in the main page template code.
I suppose someone might want a way to not override the toplevel
local.css, but instead include it as well as foo/local.css. Probably the
best way to do that would be to have foo/local.css @import ../local.css
(modulo browser compatability issues). Alternatively, edit page.tmpl
to always include the toplevel local.css, or swap out this plugin for
another one.
| Joey Hess | 2009-11-09 |
* | Moved the postscan hook to run on the raw html of a page, before the template... | Joey Hess | 2009-11-08 |
* | rm empty discussion page | Jon Dowland | 2009-11-05 |
* | move forum | http://mcfrisk.myopenid.com/ | 2009-11-05 |
* | from html to ikiwiki with url compatibility | http://mcfrisk.myopenid.com/ | 2009-11-04 |
* | google: Pass the whole wiki url to google, not just the domain, so that searc... | Joey Hess | 2009-10-29 |
* | the setup file wants `rsync_command`, not `rsync` | Amitai Schlair | 2009-10-28 |
* | update URL to mediawiki plugin | Jon Dowland | 2009-10-28 |
* | Google will take a full URL, request that the plugin send it | Amitai Schlair | 2009-10-27 |
* | 403 response may be a "not found" too | Jogo | 2009-10-27 |
* | moderatedcomments: New plugin to allow comment moderation w/o relying on blog... | Joey Hess | 2009-10-26 |
* | shortcuts: local file. | tschwinge | 2009-10-16 |
* | not another hidden requirement... | http://smcv.pseudorandom.co.uk/ | 2009-10-15 |
* | add a bit more attribution so it's clearer what Joey wrote | http://smcv.pseudorandom.co.uk/ | 2009-10-15 |
* | comments after trying to implement joey's idea | http://smcv.pseudorandom.co.uk/ | 2009-10-15 |
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-10-14 |
|\ |
|
| * | .htaccess hack | http://schmonz.livejournal.com/ | 2009-10-13 |
* | | Merge branch 'dependency-types'•••Conflicts:
doc/todo/dependency_types.mdwn
| Joey Hess | 2009-10-13 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into dependency-types | Joey Hess | 2009-10-11 |
| |\ |
|
| * \ | Merge branch 'master' into dependency-types•••Conflicts:
debian/changelog
doc/plugins/calendar.mdwn
| Joey Hess | 2009-10-11 |
| |\ \ |
|
| * | | | typo | Joey Hess | 2009-10-11 |
| * | | | add_depends: optimise influence calculation•••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.
| Joey Hess | 2009-10-09 |
| * | | | pagespec_match_list: change limit to filter | Joey Hess | 2009-10-09 |
| * | | | pagespec_match_list allow additional pagespec limit parameters again | Joey Hess | 2009-10-09 |
| * | | | rename use_pagespec to pagespec_match_list•••To avoid breaking plugins, also support the old pagespec_match_list
calling convention, with a deprecation warning.
| Joey Hess | 2009-10-08 |
| * | | | inline: switch to use_pagespec•••Taking advantage of every single one of its features, of course.
Even had to add one more..
| Joey Hess | 2009-10-08 |
| * | | | add use_pagespec and deptype functions | Joey Hess | 2009-10-08 |
| * | | | add type info to influence information | Joey Hess | 2009-10-07 |
| * | | | add influence info to match_*•••Also update docs, test suite.
| Joey Hess | 2009-10-07 |
| * | | | Merge branch 'master' into dependency-types | Joey Hess | 2009-10-07 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into dependency-types | Joey Hess | 2009-10-05 |
| |\ \ \ \ |
|
| * | | | | | switch plugins page to use a map instead of an inline•••A map just seems a better fit for reference, since it deliniates the
contrib plugins better, and orders better.
It also has the advantage of being less expensive, since the plugins page
does not need to update when eg, the pagecount page changes.
Only downside is, no rss feed of new plugins. Which I know a few people
were subscribed to.
| Joey Hess | 2009-10-05 |
| * | | | | | syntax | Joey Hess | 2009-10-05 |
| * | | | | | omit forum and javascript from list | Joey Hess | 2009-10-05 |
| * | | | | | make links dependencies fire if broken links change | Joey Hess | 2009-10-05 |
| * | | | | | rework dependency types code•••Simplify, change default content depends number to 1,
change interface to make more sense.
| Joey Hess | 2009-10-04 |
| * | | | | | document effect of contentless dependencies on sidebar efficiency | Joey Hess | 2009-10-04 |
| * | | | | | document add_depends dependency type interface | Joey Hess | 2009-10-03 |
* | | | | | | (no commit message) | Jogo | 2009-10-12 |
| |_|_|_|/
|/| | | | |
|
* | | | | | response | Joey Hess | 2009-10-11 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2009-10-11 |
|\ \ \ \ |
|
| * | | | | (no commit message) | Jogo | 2009-10-11 |
| * | | | | (no commit message) | Jogo | 2009-10-10 |
| | |_|/
| |/| | |
|
* | | | | ikiwiki-calendar: New command automates creation of archive pages using the c... | Joey Hess | 2009-10-11 |
* | | | | typo | Joey Hess | 2009-10-11 |
|/ / / |
|
* | / | mention that pagespec_match returns an overloaded value | Joey Hess | 2009-10-07 |
| |/
|/| |
|