237d10f908
Bugfix: Display link when redirect page sends user to a another page that doesn't exist Note that this only shows for users with permission to edit the target page at the moment.
2020-06-04 19:11:29 +01:00
83c9d527cb
Bugfix: Squash empty tags when saving an edit to a page
2020-02-04 01:45:14 +00:00
83bf9acd86
Add tag input autocomplete when editing pages.
...
Thanks to Awesomplete by @LeaVerou :D
2020-01-26 21:04:39 +00:00
1602fab2c3
Correctly handle utf-8 in email_user()
2019-12-23 17:39:18 +00:00
d3e83a0aea
page_renderer: Don't generate the page list for the datalist if it's not displayed
2019-12-08 20:27:20 +00:00
803677ba69
Add id to tags input box on page editor
2019-11-10 15:44:21 +00:00
edf1be5801
Fix a *huge* number of bugs in the new search system, but it's not ready just yet
2019-08-22 21:38:17 +01:00
ce6df06817
Start refactoring the search system to use a new key-value store backend
...
....but it's not finished yet.
It should improve performance significantly when it's done & optimised,
as we won't have to load the entire search index into memory & decode it
just to perform a single query.
2019-08-18 18:52:29 +01:00
2c474b3ec5
[apidoc] Bugfix: correct typo
2019-08-08 18:29:49 +01:00
712e95474c
Minify the pageindex by default, but also add a setting to control this
2019-06-01 15:55:48 +01:00
4f9f1a6cf9
Add support for core sharding to build script
2019-03-02 21:13:41 +00:00
5b670f5981
Refactor method names in page renderer
2019-01-27 22:56:51 +00:00
a235a99ff3
Bugfix: Pressing enter in the tag box now previews again
2018-09-30 11:35:41 +01:00
707d1c6853
Add moar docblock comments
2018-05-25 12:07:51 +01:00
f8b6e38b97
Start creating the user table
2018-05-11 23:29:43 +01:00
3c21f371f6
Add additional headers to save action
2018-04-22 17:58:48 +01:00
121183a7fd
Update docs again
2018-04-22 15:57:11 +01:00
21474a311d
Add acquire-edit-lock action & update docs
2018-04-22 15:55:14 +01:00
3dc505992d
Nuke all usages of utf8_encode, as I misunderstood what it did.
2018-03-18 16:37:25 +00:00
f367237ccc
Update docs
2018-02-14 22:19:11 +00:00
4f9f3cb395
Make view source message more meaningful when editing is disabled & disallow uploads when editing is disdabled
2017-12-31 23:17:25 +00:00
e5881550f2
Bump version of page-edit
2017-12-10 15:19:20 +00:00
a2c18ce210
Escape stuff more when saving edits - fixes #99
2017-12-10 15:17:13 +00:00
a15085d67d
Bugfix moving pages with comments & the login to post a comment button
2017-11-23 15:16:08 +00:00
59047af5eb
Delete todo
2017-11-21 20:11:21 +00:00
53e97c90ef
Add title to new button
2017-11-21 20:09:34 +00:00
bcf562e7ca
Add restore locally changed content button
2017-11-21 20:07:50 +00:00
09a26653c9
Add remote file system
2017-11-13 23:12:13 +00:00
ecd155c4d4
Moar htmlentities calls
2017-07-29 10:50:42 +01:00
a90b72e3ad
Use rawurlencode / htmlentities in more places
2017-07-29 10:44:58 +01:00
e3fcecdc1a
Fix small bug in new preview function.
...
https://github.com/sbrl/Pepperminty-Wiki/pull/140#issuecomment-31269952
2017-07-03 18:33:25 +01:00
7e14eb609a
Bump version of page-edit module after PR
2017-07-03 18:23:22 +01:00
e9381da756
Fix permissions
2017-07-03 18:05:57 +01:00
Isabeau Kisler
070afff19b
Add preview functionality -- actually change preview message this time
2017-07-02 14:15:20 -07:00
Isabeau Kisler
8eee12bd6b
Add page preview functionality -- more tweaks
...
Change order of save and preview buttons, tweak HTML and styling for preview message.
2017-07-02 13:14:50 -07:00
Isabeau Kisler
5e51ebf213
Add preview page -- Make changes based on code review
...
Adjust styles, add preview header, change underbar to dash.
2017-06-28 22:33:57 -07:00
Isabeau Kisler
c478f50f68
Add preview page edit functionality
...
Make changes to edit action, add preview_edit action, adjust styles
2017-06-27 22:44:05 -07:00
191d5370e0
Make editing textarea automatically expand with it's contents!
2017-03-05 16:15:50 +00:00
9702343735
Added help section for user pages.
2017-02-18 20:55:25 +00:00
94e597a895
Restrict editing of user pages correctly.
2017-02-11 15:22:04 +00:00
d4fe19d1ed
Begin wiring up settings gui & create settings object generator.
2016-12-11 18:52:53 +00:00
0c625cd3da
Bugfx: Correct new JS api.
2016-11-05 14:08:50 +00:00
fc87997f77
Create new JS snippet API
2016-10-30 10:06:46 +00:00
b7b34bff16
Don'tr estore content if there's something in the editor already.
2016-10-22 16:48:21 +01:00
d3b6b1c54e
Add 'smart save' feature to page creator.
...
Never again will people loose their work.
2016-10-22 16:43:53 +01:00
673fe033ee
Bugfix: Recent changes break when the number of changes reach $settings->max_recent_changes. Fixes #104 .
2016-10-18 18:51:14 +01:00
ca89ccd33d
Bugfix: Pageindex data for parent pages disappears when a child page is edited. Fixes #98 .
2016-08-21 21:02:36 +01:00
d72cd50ba1
Bump moar module version numbers.
2016-08-19 19:56:37 +01:00
27acc2420b
Make sure that all files are stored in the data directories.
...
Fixes #89 .
2016-08-19 10:00:03 +01:00
3a7b9412ac
Re-fix #84
2016-08-18 20:53:19 +01:00