Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-08 | remove page_locking page, move content to plugins/lockedit | Joey Hess | |
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. | |||
2008-10-07 | (no commit message) | bstpierre | |
2008-10-07 | (no commit message) | bstpierre | |
2008-10-07 | Updated Spanish translation from Victor Moral. | Joey Hess | |
2008-10-06 | avoid $_ in a few other for loops | Joey Hess | |
These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_. | |||
2008-10-06 | remove: Avoid $_ breakage. (Stupid, stupid perl.) | Joey Hess | |
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. | |||
2008-10-06 | remove post, since this is intended to be an example people copy and use, | Joey Hess | |
it should not get cluttered up | |||
2008-10-06 | done, documented workaround | intrigeri | |
2008-10-06 | (no commit message) | foob | |
2008-10-06 | (no commit message) | foob | |
2008-10-06 | (no commit message) | lschiere | |
2008-10-05 | add news item for ikiwiki 2.66 | Joey Hess | |
2008-10-05 | releasing version 2.66 | Joey Hess | |
2008-10-05 | fix lintian warning | Joey Hess | |
2008-10-05 | make set -e | Joey Hess | |
2008-10-02 | close | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | fix tag | Joey Hess | |
2008-10-02 | rename | Joey Hess | |
2008-10-02 | close | Joey Hess | |
2008-10-02 | done | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | tag | Joey Hess | |
2008-10-02 | wishlist | Joey Hess | |
2008-10-02 | move | Joey Hess | |
2008-10-02 | this is a wishlist todo item, rename too | Joey Hess | |
2008-10-02 | response | Joey Hess | |
2008-10-02 | thoughts | Joey Hess | |
2008-10-02 | ping | Joey Hess | |
2008-10-02 | close | Joey Hess | |
2008-10-02 | move to todo, response | Joey Hess | |
2008-10-02 | typo | Joey Hess | |
2008-10-02 | fix bug closure | Joey Hess | |
2008-10-02 | Updated French translation. Closes: #500929 | Joey Hess | |
2008-10-02 | remove, rename: Allow acting on attachments as a page is being created. | Joey Hess | |
2008-10-02 | attachment: Support adding attachments to pages even as they are being created. | Joey Hess | |
2008-10-02 | don't special case preview | Joey Hess | |
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. | |||
2008-10-01 | update | Joey Hess | |
2008-10-01 | inline: Fix handling of rootpage that doesn't exist. | Joey Hess | |
It makes sense to use bestlink to determine which page rootpage refers to, but if no page matches, just use the raw value. | |||
2008-10-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-01 | first review | Joey Hess | |
2008-10-01 | (no commit message) | Plareplane | |
2008-10-01 | add padding between inlined page title and content | Joey Hess | |
Some aggregated contents do not include a span element, so there was zero padding without this. | |||
2008-10-01 | typo | Joey Hess | |
2008-10-01 | Merge branch 'tova' | Joey Hess | |