aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lockedit: Support specifying which users (and IP addresses) a page is locked ↵Joey Hess2008-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.)
* fix name of admin() pagespec testJoey Hess2008-10-08
|
* remove page_locking page, move content to plugins/lockeditJoey Hess2008-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.
* (no commit message)bstpierre2008-10-07
|
* (no commit message)bstpierre2008-10-07
|
* Updated Spanish translation from Victor Moral.Joey Hess2008-10-07
|
* avoid $_ in a few other for loopsJoey Hess2008-10-06
| | | | | These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_.
* remove: Avoid $_ breakage. (Stupid, stupid perl.)Joey Hess2008-10-06
| | | | | This avoids another one of those $_ scoping issues where a deep call to a function that changes $_ clobbers the array that is being looped over.
* remove post, since this is intended to be an example people copy and use,Joey Hess2008-10-06
| | | | it should not get cluttered up
* done, documented workaroundintrigeri2008-10-06
|
* (no commit message)foob2008-10-06
|
* (no commit message)foob2008-10-06
|
* (no commit message)lschiere2008-10-06
|
* add news item for ikiwiki 2.66Joey Hess2008-10-05
|
* releasing version 2.66Joey Hess2008-10-05
|
* fix lintian warningJoey Hess2008-10-05
|
* make set -eJoey Hess2008-10-05
|
* closeJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* fix tagJoey Hess2008-10-02
|
* renameJoey Hess2008-10-02
|
* closeJoey Hess2008-10-02
|
* doneJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* tagJoey Hess2008-10-02
|
* wishlistJoey Hess2008-10-02
|
* moveJoey Hess2008-10-02
|
* this is a wishlist todo item, rename tooJoey Hess2008-10-02
|
* responseJoey Hess2008-10-02
|
* thoughtsJoey Hess2008-10-02
|
* pingJoey Hess2008-10-02
|
* closeJoey Hess2008-10-02
|
* move to todo, responseJoey Hess2008-10-02
|
* typoJoey Hess2008-10-02
|
* fix bug closureJoey Hess2008-10-02
|
* Updated French translation. Closes: #500929Joey Hess2008-10-02
|
* remove, rename: Allow acting on attachments as a page is being created.Joey Hess2008-10-02
|
* attachment: Support adding attachments to pages even as they are being created.Joey Hess2008-10-02
|
* don't special case previewJoey Hess2008-10-02
| | | | | | | | | | Whenever the edit form is submitted, but not saved, the page location select should reduce to the currently selected value. This was only done when previewing before, but is also needed in order to support the case of adding an attachment to a page that is just being created. Before this change, the attachment plugin would get a weird value in $form->field("page"), that did not reflect the actual page location.
* updateJoey Hess2008-10-01
|
* inline: Fix handling of rootpage that doesn't exist.Joey Hess2008-10-01
| | | | | It makes sense to use bestlink to determine which page rootpage refers to, but if no page matches, just use the raw value.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-01
|\
| * (no commit message)Plareplane2008-10-01
| |
* | first reviewJoey Hess2008-10-01
|/
* add padding between inlined page title and contentJoey Hess2008-10-01
| | | | | Some aggregated contents do not include a span element, so there was zero padding without this.
* typoJoey Hess2008-10-01
|
* Merge branch 'tova'Joey Hess2008-10-01
|\