Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | organizing and pulling together syntax highlighting info | Joey Hess | 2008-10-26 |
| | |||
* | include temp file for attachment change too | Joey Hess | 2008-10-24 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-10-24 |
|\ | |||
| * | Typo fix. | tschwinge | 2008-10-24 |
| | | |||
* | | updates | Joey Hess | 2008-10-24 |
|/ | |||
* | check_canattach hooked up | Joey Hess | 2008-10-23 |
| | |||
* | more work on untrusted committers | Joey Hess | 2008-10-23 |
| | | | | | Wired up check_canedit and check_canremove, still need to deal with check_canattach, and test. | ||
* | initial support for git repos with untrusted committers | Joey Hess | 2008-10-22 |
| | | | | | Still need to wire up the calls to check_* , but it's cold out here and my hands are going numb, so enough for now. | ||
* | displaytime hook is gone | Joey Hess | 2008-10-21 |
| | |||
* | thanks! | intrigeri | 2008-10-21 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-10-21 |
|\ | |||
| * | added link to po plugin | intrigeri | 2008-10-21 |
| | | |||
* | | function injection overhaul | Joey Hess | 2008-10-21 |
| | | | | | | | | | | | | | | | | | | | | | | Add an inject function, that can be used by plugins that want to replace one of ikiwiki's functions with their own version. (This is a scary thing that grubs through the symbol table, and replaces all exported occurances of a function with the injected version.) external: RPC functions can be injected to replace exported functions. Removed the stupid displaytime hook, and use injection instead. | ||
* | | change obsolete example | Joey Hess | 2008-10-21 |
|/ | |||
* | response | Joey Hess | 2008-10-20 |
| | |||
* | answering joey | intrigeri | 2008-10-20 |
| | |||
* | use relativedate as the css class for dates that should display relative | Joey Hess | 2008-10-20 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-10-20 |
|\ | |||
| * | formatting, added git clone information | intrigeri | 2008-10-20 |
| | | |||
* | | wow | Joey Hess | 2008-10-20 |
|/ | |||
* | initial plugin public apparition | intrigeri | 2008-10-20 |
| | |||
* | add header | Joey Hess | 2008-10-20 |
| | |||
* | update | Joey Hess | 2008-10-20 |
| | |||
* | fix name | Joey Hess | 2008-10-20 |
| | |||
* | pull together info on converting to ikiwiki from other systems | Joey Hess | 2008-10-20 |
| | |||
* | split into subpages? | http://alcopop.org/me/openid/ | 2008-10-20 |
| | |||
* | add displaytime hook | Joey Hess | 2008-10-19 |
| | | | | | | | | Need to use a hook because an exported function cannot be reliably overridden. The replacement verstion was actually only affecting plugins loaded after it. formattime doesn't need a hook, since there's no reason to export it. | ||
* | Correct copy&paste-o. | tschwinge | 2008-10-19 |
| | |||
* | relativedate: New javascript-alicious plugin that makes all dates display ↵ | Joey Hess | 2008-10-17 |
| | | | | relative, in a very nice way, if I say so myself. | ||
* | Add an underlay for javascript, and add ikiwiki.js containing some utility code. | Joey Hess | 2008-10-17 |
| | | | | | | | * Add an underlay for javascript, and add ikiwiki.js containing some utility code. * toggle: Stop embedding the full toggle code on each page using it, and move it to toggle.js in the javascript underlay. | ||
* | document google plugin | Joey Hess | 2008-10-10 |
| | |||
* | (no commit message) | bremner | 2008-10-10 |
| | |||
* | (no commit message) | http://yag.myopenid.com/ | 2008-10-09 |
| | |||
* | problem fixed | Joey Hess | 2008-10-09 |
| | |||
* | (no commit message) | http://yag.myopenid.com/ | 2008-10-09 |
| | |||
* | tag updates | Joey Hess | 2008-10-09 |
| | |||
* | (no commit message) | http://josephturian.blogspot.com/ | 2008-10-09 |
| | |||
* | lockedit: Support specifying which users (and IP addresses) a page is locked ↵ | Joey Hess | 2008-10-08 |
| | | | | 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.) | ||
* | remove page_locking page, move content to plugins/lockedit | Joey Hess | 2008-10-08 |
| | | | | | | Also, removed obsolte para about using the prefs page to configure locked pages, that interface is obsolete, hidden by default, and the locked_pages setup file setting is used instead. | ||
* | Merge branch 'tova' | Joey Hess | 2008-10-01 |
|\ | |||
| * | Merge branch 'master' into tova | Joey Hess | 2008-09-30 |
| |\ | | | | | | | | | | | | | | | | Conflicts: debian/changelog | ||
| * | | add newpagefile function | Joey Hess | 2008-09-29 |
| | | | |||
* | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2008-10-01 |
|\ \ \ | |_|/ |/| | | |||
| * | | The plugins have been rewritten and now should function properly. | tschwinge | 2008-09-30 |
| |/ | |||
* / | httpauth: Document that ikiwiki.cgi has to be in a directory subject to ↵ | Joey Hess | 2008-09-30 |
|/ | | | | authentication. Closes: #500524 | ||
* | response | Joey Hess | 2008-09-27 |
| | |||
* | Thoughts on the new wikistate variable | http://www.cse.unsw.edu.au/~willu/ | 2008-09-27 |
| | |||
* | Add %wikistate, which is like %pagestate except not specific to a given ↵ | Joey Hess | 2008-09-27 |
| | | | | page, and is preserved across rebuilds. | ||
* | Export pagetitle, titlepage, linkpage. | Joey Hess | 2008-09-27 |
| | |||
* | clarify when to use utlto and when to use htmlpage | Joey Hess | 2008-09-27 |
| | | | | suggestion from smcv |