Commit Graph

1081 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 3e6f374b72
Bump version 2018-10-06 12:05:33 +01:00
Starbeamrainbowlabs 197d065266
Restrict new hidden hash-cost-test action to moderators or better 2018-09-30 14:50:35 +01:00
Starbeamrainbowlabs 57ec8b82b5
Bugfix: Fix inadvertent cost-climbing when recalculating the password hashing cost 2018-09-30 14:47:54 +01:00
Starbeamrainbowlabs 1a11c84e1d
Update changelog 2018-09-30 14:16:56 +01:00
Starbeamrainbowlabs a45a3aa087
Update changelog 2018-09-30 11:54:39 +01:00
Starbeamrainbowlabs a235a99ff3
Bugfix: Pressing enter in the tag box now previews again 2018-09-30 11:35:41 +01:00
Starbeamrainbowlabs c7d7de3d7e
Don't include semicolons in greedy internal links 2018-09-29 23:40:23 +01:00
Starbeamrainbowlabs 39098ac0fb
Display an ellipsis at the beginning of a search context if it doesn't start at the beginning of a page 2018-09-29 13:32:17 +01:00
Starbeamrainbowlabs 24775724d1
Bugfix: Correctly calculate the end offset of search context snippets 2018-09-29 13:27:17 +01:00
Starbeamrainbowlabs 284b404946
Typos in comments 2018-09-12 21:27:51 +01:00
Starbeamrainbowlabs a7014a4bd1
Bugfix: Fix crash in meta generator version insertion 2018-08-24 18:44:21 +01:00
Starbeamrainbowlabs 39c8f48019
Add <meta name='generator' /> to all output pages 2018-08-24 16:42:35 +01:00
Starbeamrainbowlabs 96a27f32b1
Bugfix: Spelling correction 2018-08-23 23:15:29 +01:00
Starbeamrainbowlabs de0aa7c4db
Bugfix: Squash crash due to new HTTP/2.0 server push support 2018-08-23 11:48:09 +01:00
Starbeamrainbowlabs 516b55ac96
Update title of configuration guide page 2018-08-23 00:24:18 +01:00
Starbeamrainbowlabs 1d0ab7be00
Update description for http2_server_push_items to include info about testing 2018-08-22 23:55:26 +01:00
Starbeamrainbowlabs 4d65b3529e
Add new http2_server_push_items setting.
Still untested! I really need to do that.
2018-08-22 23:44:24 +01:00
Starbeamrainbowlabs 21cbd620d6
Add initial (untested!) support for HTTP/2.0 server push.
Next up, testing! :D
2018-08-22 23:01:54 +01:00
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