mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add user pages to changelog
This commit is contained in:
parent
355d6fbb56
commit
3c7e4fb09a
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
- The cog is customisable via the new `user_preferences_button_text` setting.
|
- The cog is customisable via the new `user_preferences_button_text` setting.
|
||||||
- You can change your password
|
- You can change your password
|
||||||
- [Module API] Added `$env->user_data` and `save_userdata()` to interact with the logged in users' data
|
- [Module API] Added `$env->user_data` and `save_userdata()` to interact with the logged in users' data
|
||||||
|
- User pages! Every page under `Users/` by default belongs to their respective users. e.g. `Users/admin` and all the pages under it belong to the `admin` user, so no other user can edit them.
|
||||||
|
- Added the `user_page_prefix` setting to allow customisation of where user pages should be located. Default value: `Users`
|
||||||
|
- [Module API] Added `get_user_pagename()` and `extract_user_from_userpage()` to allo programatic detection etc.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Overhauled internal history logic - history logic is now done in core.
|
- Overhauled internal history logic - history logic is now done in core.
|
||||||
|
|
Loading…
Reference in a new issue