Commit Graph

17 Commits

Author SHA1 Message Date
Starbeamrainbowlabs fb9eec2d33
Fix & improve sidebar 2021-07-21 00:44:31 +01:00
Starbeamrainbowlabs cfd087d919
Add MPL 2.0 short header to core code files 2020-09-23 23:22:39 +01:00
Starbeamrainbowlabs 7d93aa6a10
Overhaul the way we use setcookie()
- Use SameSite=Strict to avoid issues in modern browsers & prevent 
session-stealing attacks
 - Use Secure when requests run over HTTPS by default to avoid 
downgrade-based session-stealing attacks
 - Add warning for PHP <= 7.2, as it doesn't support SameSite in 
setcookie().
2020-07-28 19:40:22 +01:00
Sean Feeney 386654f49f adding nosidebar docu 2020-04-18 20:32:39 -07:00
Starbeamrainbowlabs 157c6dabdd
If it's a list of strings, then it should be sorted correctly. 2019-09-03 18:16:01 +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 e2f87f80de Tweak the formatting of the new code
I'm just picky ;-)
2017-05-28 19:42:17 +01:00
Isabeau Kisler 9ed0d666f9 Fix repeated page names on sidebar
Check if page already appears in sidebar.  If so, continue the loop
2017-05-28 10:48:59 -07:00
Starbeamrainbowlabs 505b5319f0 Revamp help page. Currenty untested.
I will test it as soon as I have time.
2015-12-21 08:45:38 +00:00
Starbeamrainbowlabs e191887bcb Fix #40. 2015-11-14 16:00:51 +00:00
Starbeamrainbowlabs e465a05083 Erm what's happening here...? 2015-09-19 10:19:56 +01:00
Starbeamrainbowlabs 87b3bd7d81 sort the sidebar alphabetically. Fixes #17. 2015-08-05 13:12:25 +01:00
Starbeamrainbowlabs eb58c7921e extra-sidebar: Don't show the sidebar on printable pages. Fixes #16. 2015-08-05 12:51:38 +01:00
Starbeamrainbowlabs 978d3ef880 cleaned up sidebar css 2015-08-04 20:12:18 +01:00
Starbeamrainbowlabs 441a3c5ec2 Finished theming sidebar 2015-08-04 20:03:25 +01:00
Starbeamrainbowlabs 2201b06143 implementated sidebar & begun css theming 2015-08-04 10:44:23 +01:00
Starbeamrainbowlabs e8ae17d4ae Enhance sidebar display logic 7 bugfixes 2015-07-28 13:32:18 +01:00