Commit Graph

1863 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 3504d5bcad
Patch alt+enter support 2018-08-22 21:48:37 +01:00
Starbeamrainbowlabs b613d2b2dc
Add moar icons to nav & more menus 2018-07-03 12:54:57 +01:00
Starbeamrainbowlabs 3581cc1437
Handle reversions in recent changes - for #78 2018-07-03 12:28:01 +01:00
Starbeamrainbowlabs d0171d041d
Update changelog 2018-07-03 12:27:28 +01:00
Starbeamrainbowlabs b31301be38
Implement `history_max_revisions` setting 2018-07-03 12:15:16 +01:00
Starbeamrainbowlabs 819489a7fb
Bugfix: Correct is logged in check when restoring page revisions 2018-07-03 11:57:53 +01:00
Starbeamrainbowlabs 6e7698b4a9
Bugfix: Display all revisions on page history page 2018-07-03 11:54:54 +01:00
Starbeamrainbowlabs 06c2b38868
Resave 2018-07-03 11:36:36 +01:00
Starbeamrainbowlabs a7d9661711
Update user accounts section of configuring in README 2018-07-03 11:36:20 +01:00
Starbeamrainbowlabs fffadb829a
Add history-revert action, but it isn't tested yet. 2018-07-02 23:44:10 +01:00
Starbeamrainbowlabs 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
Starbeamrainbowlabs 10b374871f
Improve image caption help text 2018-07-01 20:56:08 +01:00
Starbeamrainbowlabs cd2497cea4
Get search redirector to check ucwords(pagename) too - fixes #160 2018-07-01 13:46:06 +01:00
Starbeamrainbowlabs 0e3104415a
Add random_page_exclude_redirects setting - fixes #159 2018-07-01 13:33:42 +01:00
Starbeamrainbowlabs 31d555f482
Bump version of search module 2018-07-01 12:14:06 +01:00
Starbeamrainbowlabs 1f6f780177
Restyle matching tags in search results 2018-06-30 11:46:07 +01:00
Starbeamrainbowlabs 20e3596f4e
Update changelog 2018-06-30 11:20:53 +01:00
Starbeamrainbowlabs aa77f3f2db
Fiddle with search context display css 2018-06-30 11:20:47 +01:00
Starbeamrainbowlabs 8955d6d131
Save the character offset, not the token offset in the inverted index 2018-06-30 11:19:38 +01:00
Starbeamrainbowlabs 1b3bc1cee7
Bugfix: Squash warning in the search redirector 2018-06-30 11:19:17 +01:00
Starbeamrainbowlabs 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
Starbeamrainbowlabs 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
Starbeamrainbowlabs c687a9b029
Update changelog 2018-06-29 12:09:17 +01:00
Starbeamrainbowlabs 9d7a21e993
Format the index action nicely 2018-06-29 12:08:38 +01:00
Starbeamrainbowlabs 80f2cc77a8
Add issue number ot changelog 2018-06-26 16:53:43 +01:00
Starbeamrainbowlabs deb4e0da02
Update changelog 2018-06-26 16:10:04 +01:00
Starbeamrainbowlabs 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
Starbeamrainbowlabs 3d3b6c491a
Seriously optimise the search system via some profiling. 2018-06-26 14:15:19 +01:00
Starbeamrainbowlabs 67648199d7
Add search time header for analysis purposes 2018-06-26 00:11:01 +01:00
Starbeamrainbowlabs 75b6b6c55f
Optimise the search context extractor, but evediently there's more work to be done. 2018-06-26 00:06:20 +01:00
Starbeamrainbowlabs 93494b6729
Transliterate in the suggest-pages action too 2018-06-25 23:03:00 +01:00
Starbeamrainbowlabs 49b91aa6f9
Search: Transliterate characters so you don't have to remember the diacritics when searching 2018-06-25 22:53:53 +01:00
Starbeamrainbowlabs bdf47a2540
Update todo list in README 2018-05-27 10:45:57 +01:00
Starbeamrainbowlabs 707d1c6853
Add moar docblock comments 2018-05-25 12:07:51 +01:00
Starbeamrainbowlabs b6eda24ada
Implement user deleting 2018-05-15 23:25:39 +01:00
Starbeamrainbowlabs f7f408280f
Add nice title comment :D 2018-05-15 19:40:46 +01:00
Starbeamrainbowlabs 4e9882d6dd
Bugfix user table unauthorised message 2018-05-15 19:38:32 +01:00
Starbeamrainbowlabs 116b643c6a
Update changelog 2018-05-15 19:33:20 +01:00
Starbeamrainbowlabs 8927674b5a
Add apidoc comments for new usertable actions 2018-05-15 19:32:45 +01:00
Starbeamrainbowlabs b4a25438d5
Add set-password action 2018-05-15 19:28:26 +01:00
Starbeamrainbowlabs b367ef42b0
Fix typo 2018-05-15 17:59:43 +01:00
Starbeamrainbowlabs f95e482d85
Link to usertable in guiconfig 2018-05-13 23:37:26 +01:00
Starbeamrainbowlabs 5961d11e76
Make sure the user actually exists before checking their password 2018-05-13 17:13:25 +01:00
Starbeamrainbowlabs 651d456793
Update build 2018-05-12 23:20:00 +01:00
Starbeamrainbowlabs aac9d15eb9
Bugfix: Correct save_settings() return value (o lack thereof) 2018-05-12 23:17:42 +01:00
Starbeamrainbowlabs 2339505194
Finish user-add implementation, but it's not tested yet 2018-05-12 17:25:26 +01:00
Starbeamrainbowlabs ef530baaed
Fix full_url() and make email_user report correctly 2018-05-12 17:24:08 +01:00
Starbeamrainbowlabs 269fa8f83c
Validate the new user's username & email address 2018-05-11 23:41:25 +01:00
Starbeamrainbowlabs f8b6e38b97
Start creating the user table 2018-05-11 23:29:43 +01:00
Starbeamrainbowlabs e11766bbe1
Make site secret generator cryptographically secure 2018-05-11 12:45:34 +01:00