Commit Graph

196 Commits

Author SHA1 Message Date
Starbeamrainbowlabs fad6d8f391 Move Rest API docs and create main php docs! Hooray!
This should make things _much_ easier.
2017-09-16 11:47:42 +01:00
Starbeamrainbowlabs 307d1bc889 Document *all* teh things.
Well, _almost_ all teh things :P I'm experimenting with phpDocumentor,
so expect some better module api docs to appear sometime soon :D
2017-09-15 23:06:10 +01:00
Starbeamrainbowlabs 891143b80a {settings} -> //{settings} for phpDocumentor 2017-09-15 17:30:35 +01:00
Starbeamrainbowlabs 6fd99e5b82 Add « Parent page link to subpages 2017-09-15 17:15:11 +01:00
Starbeamrainbowlabs b687271af5 Fix awkward invisible PHP warning on some error pages 2017-07-29 10:51:06 +01:00
Starbeamrainbowlabs 5859a8dd70 Send the user to the default page if when logging under a weird logout edge case :P Fixes #143. 2017-07-25 20:16:51 +01:00
Starbeamrainbowlabs 0fd9ba7d61 Have a bash at getting alt + enter support in the ssearch box working in firefox
....aparently it's some weirdness surrounging the way firefox handles
forms with only one input. Perhaps we should switch this out for JS
then? It would make it not work in some terminal browsers though that
don't have JS, so I'm not sure.
2017-07-25 19:57:34 +01:00
Starbeamrainbowlabs 111a8b9707 Display stats in a human-friendly manner :D 2017-07-14 22:13:13 +01:00
Starbeamrainbowlabs 6adb919c2a Fix access by secret when login is forced 2017-07-14 20:46:22 +01:00
Starbeamrainbowlabs 9021afe851 Create statistics calculation core. More statistics coming soon! Personally, I'm most excited about the most wanted pages....! :D 2017-07-13 20:48:57 +01:00
Starbeamrainbowlabs 4ea4315c5a Allow access to opensearch-description when not logged in, and make opsearch description use search-redirect 2017-06-28 11:21:42 +01:00
Starbeamrainbowlabs eb137df2b4 Fix apidoc comments & update api docs 2017-06-28 09:45:13 +01:00
Starbeamrainbowlabs bfafaec564 Comment tweak 2017-06-26 12:22:47 +01:00
Starbeamrainbowlabs 7a326cb52f Add api status action for #138 2017-06-26 11:36:49 +01:00
Starbeamrainbowlabs 837cae618b Add avatars to admin list at bottom of page 2017-06-18 14:20:44 +01:00
Starbeamrainbowlabs 9abda2f323 Add link to avatar upload to user preferences page 2017-06-18 14:10:58 +01:00
Starbeamrainbowlabs 1d09c22f3a Add has_action method 2017-06-18 13:54:15 +01:00
Starbeamrainbowlabs 3ec7722453 Initial avatar display! More coming soon, including a button on the user preferences page to the upload page :P 2017-06-18 12:00:40 +01:00
Starbeamrainbowlabs 677e1340aa Fight the build system to make open search work. I win! I should really consider upgrading it though. 2017-06-06 21:33:11 +01:00
Starbeamrainbowlabs f72a12ee90 Remove that pesky path by using dongles and widgets! For #112. 2017-06-06 21:10:13 +01:00
Starbeamrainbowlabs 94378d8c31 Add str_replace_once to core 2017-05-20 15:58:55 +01:00
Starbeamrainbowlabs f6c9ac075a Fix email_user 2017-05-20 15:35:25 +01:00
Starbeamrainbowlabs c5dbe16222 Update MathJax CDN link 2017-05-13 16:17:17 +01:00
Starbeamrainbowlabs 2407d6e542 Improve makepathsafe() 2017-05-13 15:25:41 +01:00
Starbeamrainbowlabs 409eabd13c Upgrade the core y adding email_user and email_users functions to core 2017-05-12 22:25:05 +01:00
Starbeamrainbowlabs 477e065375 Add startsWith to core 2017-04-17 13:00:40 +01:00
Starbeamrainbowlabs 313bcc7edf Add method to return raw search result information as json 2017-03-23 21:13:20 +00:00
Starbeamrainbowlabs d83bbb3527 Clear out the id index when rebuilding the inverted index - it sometimes goes all funny otherwise, apparently 2017-03-23 20:48:42 +00:00
Starbeamrainbowlabs 3c5815bf76 Prevent users from including attacks in their names. 2017-02-18 21:45:52 +00:00
Starbeamrainbowlabs 33b39f46d3 Link usernames in recent changesto their respective user pages 2017-02-12 09:55:37 +00:00
Starbeamrainbowlabs 6b2cdc354a Link own username to your user page 2017-02-11 15:43:18 +00:00
Starbeamrainbowlabs b200820562 Write a few core functions for.... user pages! Yeah, #132, you're up! 2017-02-11 12:01:49 +00:00
Starbeamrainbowlabs 3d728542fb More user preferences stuff for #128 2017-01-26 20:59:04 +00:00
Starbeamrainbowlabs 4e126710aa Correct subsection spelling error on help page. 2017-01-02 20:41:21 +00:00
Starbeamrainbowlabs d17925a662 Improve security of PHP session variable by setting HttpOnly flag. Fixes #129. 2016-12-23 21:31:33 +00:00
Starbeamrainbowlabs 855079b438 Put space into settings 2016-12-23 18:36:23 +00:00
Starbeamrainbowlabs c4796c57bd Add user preferences button next to username 2016-12-23 18:18:39 +00:00
Starbeamrainbowlabs 7868028f2c Bugfix: Correct user data env population 2016-12-23 17:44:08 +00:00
Starbeamrainbowlabs 3358b8b100 Implement (untested) backend for password changing 2016-12-21 22:03:38 +00:00
Starbeamrainbowlabs 7ba0d62cc8 Update users object to support storing arbitrary data. 2016-12-12 18:38:26 +00:00
Starbeamrainbowlabs 421521ab2b Add master settings filename to env, and describe each env entry in a comment 2016-12-11 19:03:06 +00:00
Starbeamrainbowlabs 388cab99d9 Send short datalist if dynamic page listing is turned on - fixes #122 2016-11-22 07:31:58 +00:00
Starbeamrainbowlabs e45e956301 Bugfix: Reset target attribute after submitting form with Alt + Enter 2016-11-20 13:32:49 +00:00
Starbeamrainbowlabs 9f6336b12d Add Alt + Enter support to the main search box 2016-11-20 11:40:24 +00:00
Starbeamrainbowlabs 0c625cd3da Bugfx: Correct new JS api. 2016-11-05 14:08:50 +00:00
Starbeamrainbowlabs fc87997f77 Create new JS snippet API 2016-10-30 10:06:46 +00:00
Starbeamrainbowlabs 475ae9f805 [stack_trace] in -> calling 2016-10-25 15:39:18 +01:00
Starbeamrainbowlabs 7e662bc835 Add unknown file / line text 2016-10-25 14:57:25 +01:00
Starbeamrainbowlabs b97dfe7d4f Enhance stack_trace() method. 2016-10-25 14:47:53 +01:00
Starbeamrainbowlabs ace3eb61ee Bugfix: Undefined variable in page filename constructor 2016-10-22 16:41:04 +01:00