Table of contents
No headers
I like lists. Especially outlined lists ;)
- Permission system improvements
- Advanced perm dialog (duh!)
- Expose restrictions via API
- New permission operations: COMMENT, USERADMIN, STYLEADMIN, SERVICEADMIN, CONTENTADMIN (#4835, 4123)
- Archive persists page restriction (#4855)
- Expiring grants (invites? control panel screen to manage invites?)
- Undo permission change
- Recent changes with filtering and aggregation of RSS feeds
- Filter by language, change type (page, attachment, comment, tag, etc), user
- Aggregate feeds from other wikis/bug trackers/svn/etc
- Per user watch list redesign
- Tagging API
- Find tag by substring
- Decouple from lucene
- Comment API
- Retrieve global comments. Done in (#5321)
- Filter by page and optionally descendants
- Sort by date
- Usage stats exposed via API
- get: users
- Count page edits, comment posts, per user. Sort by these fields
- Expose timestamp of a users last auth. Allow sorting by this field
- n most recent pages edited
- Consider API around recent changes
- Popular pages
- Notification API (SUBscribe api allows custom PUBlishing)
- User/Page/Attachment properties API. Done with Property API
- Integrate/Test attachment rewrite
- External authentication
- External users can join groups upon addition (#4772)
- Automatically rename users upon login if the external account's display-name does not match the username
- User delete! seriously.
- Nested LDAP groups (#3118, patch)
- Refactor API data access (*DA) to not require a running Deki instance
- OpenID support