1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-16 02:23:01 +00:00
Commit graph

163 commits

Author SHA1 Message Date
4e126710aa Correct subsection spelling error on help page. 2017-01-02 20:41:21 +00:00
d17925a662 Improve security of PHP session variable by setting HttpOnly flag. Fixes #129. 2016-12-23 21:31:33 +00:00
855079b438 Put space into settings 2016-12-23 18:36:23 +00:00
c4796c57bd Add user preferences button next to username 2016-12-23 18:18:39 +00:00
7868028f2c Bugfix: Correct user data env population 2016-12-23 17:44:08 +00:00
3358b8b100 Implement (untested) backend for password changing 2016-12-21 22:03:38 +00:00
7ba0d62cc8 Update users object to support storing arbitrary data. 2016-12-12 18:38:26 +00:00
421521ab2b Add master settings filename to env, and describe each env entry in a comment 2016-12-11 19:03:06 +00:00
388cab99d9 Send short datalist if dynamic page listing is turned on - fixes #122 2016-11-22 07:31:58 +00:00
e45e956301 Bugfix: Reset target attribute after submitting form with Alt + Enter 2016-11-20 13:32:49 +00:00
9f6336b12d Add Alt + Enter support to the main search box 2016-11-20 11:40:24 +00:00
0c625cd3da Bugfx: Correct new JS api. 2016-11-05 14:08:50 +00:00
fc87997f77 Create new JS snippet API 2016-10-30 10:06:46 +00:00
475ae9f805 [stack_trace] in -> calling 2016-10-25 15:39:18 +01:00
7e662bc835 Add unknown file / line text 2016-10-25 14:57:25 +01:00
b97dfe7d4f Enhance stack_trace() method. 2016-10-25 14:47:53 +01:00
ace3eb61ee Bugfix: Undefined variable in page filename constructor 2016-10-22 16:41:04 +01:00
6476877c60 Attempted to implement Opensearch (#112), but it doesn't work :/ 2016-10-18 18:57:24 +01:00
0ade04c3bb Set the expiry on the session cookie. Fixes #113.\nThis commit adds a new settings property, 'sessionlifetime', so we need to add in #83 now. 2016-10-18 18:57:14 +01:00
fe165bec3e Bugfix: Properly escape page names in the datalist 2016-10-18 18:57:14 +01:00
cbde150075 Bugfix: Add space between new dynamic theming classes 2016-10-18 18:57:14 +01:00
2ea14bc4ec Add more themeing classes 2016-10-18 18:57:14 +01:00
0982db9d6c Add extra themeing classes 2016-10-18 18:57:14 +01:00
9883b58379 Bugfix: Clear up a bunch of issues with the recent history overhaul. 2016-10-18 18:46:41 +01:00
0253ab6c0e Moved history logic to core & tied it in with $env.
Also fixed a few bugs in view & upgraded the display mode.
2016-10-18 18:34:27 +01:00
6267fe79d4 Autofill the name box on the file upload page when a new file is selected 2016-08-22 17:24:22 +01:00
9ef2cfce32 Bugfix: Fix edit button for pages that contain quotes. 2016-08-22 15:59:30 +01:00
ca89ccd33d Bugfix: Pageindex data for parent pages disappears when a child page is edited. Fixes #98. 2016-08-21 21:02:36 +01:00
60b4bbf125 Allow unicode characters in page names. Fixes #95. 2016-08-21 13:12:28 +01:00
6411ce9b2a Added wiki size to dev help. Fixes #97. 2016-08-20 13:50:48 +01:00
6c4c00b156 Added size + decode time for major indexes 2016-08-20 11:27:26 +01:00
27acc2420b Make sure that all files are stored in the data directories.
Fixes #89.
2016-08-19 10:00:03 +01:00
60856e4046 Fix login issues under new settings system, and tweak login bar a bit too 2016-06-22 13:04:04 +01:00
ad6a12da5b Finish initial settings rewrite 2016-06-22 09:13:32 +01:00
a2900d4fb2 Reindent comment 2016-06-15 19:38:34 +01:00
60505dfb0a Finish documentation. 2016-06-15 19:20:03 +01:00
c76602f5de Document a bunch more stuff 2016-06-13 11:55:40 +01:00
77ffa2bcfc apidoc is awesome. document a bunch of stuff, more to go 2016-06-12 21:15:43 +01:00
d1320aa467 Rename rchange functions. Fixes #74. 2016-06-08 17:41:30 +01:00
78a3a866dd Bugfix: Fixed CSS content unicode character 2016-06-06 19:04:20 +01:00
06653661a2 Improved robustness of page deleter and id system 2016-06-05 15:16:44 +01:00
0abc88e98e Squashed login status thingy 2016-06-05 12:26:16 +01:00
1bf49fe6ae Converted performance timeing comments and headers to use milliseconds 2016-04-30 12:00:48 +01:00
bb10011606 Polyfill getallheaders() 2016-04-10 11:13:24 +01:00
9b457bb5da Add option to optimise inline css. 2016-04-09 21:48:08 +01:00
881a5ff345 Fix issue in editor with blockquotes. 2016-04-08 20:13:11 +01:00
03c52c06a1 Overhual image parsedown extension again.
Made a *ton* of bug fixes and stability improvements too.
2016-04-08 09:01:12 +01:00
7b638725ff Sort datalist by page name. 2016-04-08 07:27:07 +01:00
d4769658f7 Add generation time to preview generation.
Also fixed an inconsistency in the global timing system.
2016-04-06 18:30:11 +01:00
b84e4cdadb Add help section on math expression rendering 2016-04-03 17:56:42 +01:00