Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-05 | Merge commit 'intrigeri/po' | Joey Hess | |
2008-11-04 | response | Joey Hess | |
2008-11-04 | Question excluding images in inline pagespec | Jason Blevins | |
2008-11-02 | Merge commit 'origin/master' into prv/po | intrigeri | |
2008-10-31 | format: New plugin, allows embedding differntly formatted text inside a page ↵ | Joey Hess | |
(ie, otl inside a mdwn page, or syntax highlighted code inside a page). | |||
2008-10-30 | response | Joey Hess | |
2008-10-30 | question about relative links? | jwalzer | |
2008-10-29 | Just remembered that '#' already has a meaning in WikiLinks. | https://yag.myopenid.com// | |
2008-10-29 | Added syntax suggestions for accessing meta information in Ikiwiki links. | https://yag.myopenid.com// | |
2008-10-18 | po plugin: documented custom PageSpec tests, reorganized doc a bit | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | Revert "fix" | intrigeri | |
This reverts commit 40757bfa154d816f0843af468c9085d5b041c95b. | |||
2008-10-18 | fix | intrigeri | |
2008-10-14 | response | Joey Hess | |
2008-10-09 | (no commit message) | http://yag.myopenid.com/ | |
2008-10-09 | (no commit message) | https://yag.myopenid.com// | |
2008-10-09 | (no commit message) | https://yag.myopenid.com// | |
2008-10-08 | lockedit: Support specifying which users (and IP addresses) a page is locked ↵ | Joey Hess | |
for. This supports most of the ACL type things users have been wanting to be done. Closes: #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.) | |||
2008-10-08 | fix name of admin() pagespec test | Joey Hess | |
2008-09-29 | more changes for removal of blog page | Joey Hess | |
2008-09-25 | remove blog from pagespecs | Joey Hess | |
2008-09-25 | attachment: Add admin() pagespec to test if the uploading user is a wiki admin. | Joey Hess | |
2008-09-24 | document silent=yes parameter. | Joey Hess | |
2008-09-20 | Revert change now that listdirectives is enabled | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-19 | Add link to edittemplate | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-18 | Er, and actually make it work... | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-18 | Include a list of all directives if we don't have a list of currently ↵ | http://www.cse.unsw.edu.au/~willu/ | |
enabled directives | |||
2008-09-14 | fix links | Joey Hess | |
2008-09-12 | clarify | Joey Hess | |
2008-09-11 | two more links to blog | Joey Hess | |
2008-09-11 | move inline docs to ikiwiki/directive/inline | Joey Hess | |
ikiwiki/blog will be going away | |||
2008-09-11 | move inline documentation from blog to directive/inline | Joey Hess | |
2008-09-11 | fix link text on links to plugins | Joey Hess | |
2008-09-11 | update | Joey Hess | |
2008-09-11 | wording | Joey Hess | |
Specifically, places that refer to "plugin" when they're really talking about a directive. | |||
2008-09-11 | Move the directive documentation into its own underlay, separate from ↵ | Joey Hess | |
basewiki, since it's sorta large compared to the rest of basewiki. | |||
2008-09-11 | misc minor changes | Joey Hess | |
2008-09-11 | remove special case for shortcuts | Joey Hess | |
If shortcuts are enabled, the shortcut directive will appear on the list, and I think that's good enough. | |||
2008-09-11 | patch plugin documentation to refer to directive pages | William Uther | |
2008-08-27 | change for compatability with non-prefix-directives systems | Joey Hess | |
2008-08-25 | filecheck: New plugin factoring out the PageSpec additions that were ↵ | Joey Hess | |
originally part of the attachment plugin. | |||
2008-08-25 | fix a horrible mispelling | Joey Hess | |
2008-08-25 | use listdirectives if available | Joey Hess | |
2008-08-25 | rename preprocessordirective to directive | Joey Hess | |
Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-) | |||
2008-08-12 | (no commit message) | bremner | |
2008-08-12 | response | Joey Hess | |
2008-08-12 | remove mention of deprecated admin prefs page | Joey Hess | |
2008-08-10 | Could we factor out the attachment pagespec code so that other plugins can ↵ | bremner | |
use it? | |||
2008-07-21 | Migrate everything else via prefix_directives | Simon McVittie | |
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | |||
2008-07-12 | update, splitting parameters in two | Joey Hess | |
fixed some unclear descriptions | |||
2008-07-12 | Document [[inline guid="..."]] | Simon McVittie | |