3581cc1437
Handle reversions in recent changes - for #78
2018-07-03 12:28:01 +01:00
d0171d041d
Update changelog
2018-07-03 12:27:28 +01:00
b31301be38
Implement history_max_revisions
setting
2018-07-03 12:15:16 +01:00
819489a7fb
Bugfix: Correct is logged in check when restoring page revisions
2018-07-03 11:57:53 +01:00
6e7698b4a9
Bugfix: Display all revisions on page history page
2018-07-03 11:54:54 +01:00
06c2b38868
Resave
2018-07-03 11:36:36 +01:00
a7d9661711
Update user accounts section of configuring in README
2018-07-03 11:36:20 +01:00
fffadb829a
Add history-revert action, but it isn't tested yet.
2018-07-02 23:44:10 +01:00
2853cf4da5
Add link to user table on credits page
...
Also fix a typo in the API status module description
2018-07-02 12:23:11 +01:00
10b374871f
Improve image caption help text
2018-07-01 20:56:08 +01:00
cd2497cea4
Get search redirector to check ucwords(pagename) too - fixes #160
2018-07-01 13:46:06 +01:00
0e3104415a
Add random_page_exclude_redirects setting - fixes #159
2018-07-01 13:33:42 +01:00
31d555f482
Bump version of search module
2018-07-01 12:14:06 +01:00
1f6f780177
Restyle matching tags in search results
2018-06-30 11:46:07 +01:00
20e3596f4e
Update changelog
2018-06-30 11:20:53 +01:00
aa77f3f2db
Fiddle with search context display css
2018-06-30 11:20:47 +01:00
8955d6d131
Save the character offset, not the token offset in the inverted index
2018-06-30 11:19:38 +01:00
1b3bc1cee7
Bugfix: Squash warning in the search redirector
2018-06-30 11:19:17 +01:00
cdee30c286
Add $capture_offsets option to tokenize().
...
TODO: Utilise this in the indexer & update the changelog mentioning that
_all_ inverted indexes will need to be rebuilt
2018-06-30 00:08:57 +01:00
8403ffd5c3
Bugfix: Increment $i when we hit a stop word when indexing.
...
There's also another bug here - in that the offsets generated contain
are the index in the array of tokens, when we need it to be the index in
the source text!
2018-06-29 23:51:10 +01:00
c687a9b029
Update changelog
2018-06-29 12:09:17 +01:00
9d7a21e993
Format the index action nicely
2018-06-29 12:08:38 +01:00
80f2cc77a8
Add issue number ot changelog
2018-06-26 16:53:43 +01:00
deb4e0da02
Update changelog
2018-06-26 16:10:04 +01:00
19e49777b2
Search System; Don't bother getting a page's id if we don't need to
2018-06-26 14:28:11 +01:00
3d3b6c491a
Seriously optimise the search system via some profiling.
2018-06-26 14:15:19 +01:00
67648199d7
Add search time header for analysis purposes
2018-06-26 00:11:01 +01:00
75b6b6c55f
Optimise the search context extractor, but evediently there's more work to be done.
2018-06-26 00:06:20 +01:00
93494b6729
Transliterate in the suggest-pages action too
2018-06-25 23:03:00 +01:00
49b91aa6f9
Search: Transliterate characters so you don't have to remember the diacritics when searching
2018-06-25 22:53:53 +01:00
bdf47a2540
Update todo list in README
2018-05-27 10:45:57 +01:00
707d1c6853
Add moar docblock comments
2018-05-25 12:07:51 +01:00
b6eda24ada
Implement user deleting
2018-05-15 23:25:39 +01:00
f7f408280f
Add nice title comment :D
2018-05-15 19:40:46 +01:00
4e9882d6dd
Bugfix user table unauthorised message
2018-05-15 19:38:32 +01:00
116b643c6a
Update changelog
2018-05-15 19:33:20 +01:00
8927674b5a
Add apidoc comments for new usertable actions
2018-05-15 19:32:45 +01:00
b4a25438d5
Add set-password action
2018-05-15 19:28:26 +01:00
b367ef42b0
Fix typo
2018-05-15 17:59:43 +01:00
f95e482d85
Link to usertable in guiconfig
2018-05-13 23:37:26 +01:00
5961d11e76
Make sure the user actually exists before checking their password
2018-05-13 17:13:25 +01:00
651d456793
Update build
2018-05-12 23:20:00 +01:00
aac9d15eb9
Bugfix: Correct save_settings() return value (o lack thereof)
2018-05-12 23:17:42 +01:00
2339505194
Finish user-add implementation, but it's not tested yet
2018-05-12 17:25:26 +01:00
ef530baaed
Fix full_url() and make email_user report correctly
2018-05-12 17:24:08 +01:00
269fa8f83c
Validate the new user's username & email address
2018-05-11 23:41:25 +01:00
f8b6e38b97
Start creating the user table
2018-05-11 23:29:43 +01:00
e11766bbe1
Make site secret generator cryptographically secure
2018-05-11 12:45:34 +01:00
4abe3ecc29
Update the user preferences to support the new password hashing system
2018-05-11 11:41:40 +01:00
62dff18b4d
Comment verify_password
2018-05-11 11:36:29 +01:00