diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-01 15:45:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-01 16:45:04 -0400 |
commit | bb394fdae8ba488f1031d6f053f1544c689a3628 (patch) | |
tree | 760791186780419e0b0428435b00cdd25a481609 /doc/roadmap.mdwn | |
parent | 4324746bea58784ad82a2de7832cafad2a25ed63 (diff) | |
download | ikiwiki-bb394fdae8ba488f1031d6f053f1544c689a3628.tar ikiwiki-bb394fdae8ba488f1031d6f053f1544c689a3628.tar.gz |
admin prefs move to setup file, stage 1
The locked pages configuration is moving to a locked_pages option in the
setup file, and the allowed attachments configuration to
allowed_attachments. The admin prefs page can still be used for these, but
that's depreacted and will only be shown if there's currently a value.
Diffstat (limited to 'doc/roadmap.mdwn')
-rw-r--r-- | doc/roadmap.mdwn | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index 32752715d..6447e8c52 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -39,21 +39,20 @@ backwards compatability. # 3.0 -Still in the early planning stages, version 3.0 will be an opportunity to -make significant transitions. +Version 3.0 will be an opportunity to make significant transitions. * Default to using `prefix_directives`. * Default to using `aggregateinternal`. +* Remove deprecated prefs form settings for `allowed_attachments` and + `locked_pages`. ---- # future goals -* Improved [[todo/html]] stylesheets and templates. - _(status: [[css_market]] exists; it could always provide more stylesheets. No alternate templates yet, though.)_ -* More documentation in the basewiki, including documentation for all enabled plugins. Probably need some solution for [[todo/conditional_underlay_files]], too. +* More documentation in the basewiki, including documentation for all enabled plugins. * Conversion support for existing other wikis. (Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]] and Jamey Sharp; support for other wikis should fit into the same framework.) -* [[TODO]], [[bugs]], [[soc]], ... +* [[TODO]], [[bugs]], ... |