Commit Graph

198 Commits

Author SHA1 Message Date
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
Starbeamrainbowlabs 6476877c60 Attempted to implement Opensearch (#112), but it doesn't work :/ 2016-10-18 18:57:24 +01:00
Starbeamrainbowlabs 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
Starbeamrainbowlabs fe165bec3e Bugfix: Properly escape page names in the datalist 2016-10-18 18:57:14 +01:00
Starbeamrainbowlabs cbde150075 Bugfix: Add space between new dynamic theming classes 2016-10-18 18:57:14 +01:00
Starbeamrainbowlabs 2ea14bc4ec Add more themeing classes 2016-10-18 18:57:14 +01:00
Starbeamrainbowlabs 0982db9d6c Add extra themeing classes 2016-10-18 18:57:14 +01:00
Starbeamrainbowlabs 9883b58379 Bugfix: Clear up a bunch of issues with the recent history overhaul. 2016-10-18 18:46:41 +01:00
Starbeamrainbowlabs 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
Starbeamrainbowlabs 6267fe79d4 Autofill the name box on the file upload page when a new file is selected 2016-08-22 17:24:22 +01:00
Starbeamrainbowlabs 9ef2cfce32 Bugfix: Fix edit button for pages that contain quotes. 2016-08-22 15:59:30 +01:00
Starbeamrainbowlabs ca89ccd33d Bugfix: Pageindex data for parent pages disappears when a child page is edited. Fixes #98. 2016-08-21 21:02:36 +01:00
Starbeamrainbowlabs 60b4bbf125 Allow unicode characters in page names. Fixes #95. 2016-08-21 13:12:28 +01:00
Starbeamrainbowlabs 6411ce9b2a Added wiki size to dev help. Fixes #97. 2016-08-20 13:50:48 +01:00
Starbeamrainbowlabs 6c4c00b156 Added size + decode time for major indexes 2016-08-20 11:27:26 +01:00
Starbeamrainbowlabs 27acc2420b Make sure that all files are stored in the data directories.
Fixes #89.
2016-08-19 10:00:03 +01:00
Starbeamrainbowlabs 60856e4046 Fix login issues under new settings system, and tweak login bar a bit too 2016-06-22 13:04:04 +01:00
Starbeamrainbowlabs ad6a12da5b Finish initial settings rewrite 2016-06-22 09:13:32 +01:00
Starbeamrainbowlabs a2900d4fb2 Reindent comment 2016-06-15 19:38:34 +01:00
Starbeamrainbowlabs 60505dfb0a Finish documentation. 2016-06-15 19:20:03 +01:00
Starbeamrainbowlabs c76602f5de Document a bunch more stuff 2016-06-13 11:55:40 +01:00
Starbeamrainbowlabs 77ffa2bcfc apidoc is awesome. document a bunch of stuff, more to go 2016-06-12 21:15:43 +01:00
Starbeamrainbowlabs d1320aa467 Rename rchange functions. Fixes #74. 2016-06-08 17:41:30 +01:00
Starbeamrainbowlabs 78a3a866dd Bugfix: Fixed CSS content unicode character 2016-06-06 19:04:20 +01:00
Starbeamrainbowlabs 06653661a2 Improved robustness of page deleter and id system 2016-06-05 15:16:44 +01:00
Starbeamrainbowlabs 0abc88e98e Squashed login status thingy 2016-06-05 12:26:16 +01:00
Starbeamrainbowlabs 1bf49fe6ae Converted performance timeing comments and headers to use milliseconds 2016-04-30 12:00:48 +01:00
Starbeamrainbowlabs bb10011606 Polyfill getallheaders() 2016-04-10 11:13:24 +01:00
Starbeamrainbowlabs 9b457bb5da Add option to optimise inline css. 2016-04-09 21:48:08 +01:00
Starbeamrainbowlabs 881a5ff345 Fix issue in editor with blockquotes. 2016-04-08 20:13:11 +01:00
Starbeamrainbowlabs 03c52c06a1 Overhual image parsedown extension again.
Made a *ton* of bug fixes and stability improvements too.
2016-04-08 09:01:12 +01:00
Starbeamrainbowlabs 7b638725ff Sort datalist by page name. 2016-04-08 07:27:07 +01:00
Starbeamrainbowlabs d4769658f7 Add generation time to preview generation.
Also fixed an inconsistency in the global timing system.
2016-04-06 18:30:11 +01:00
Starbeamrainbowlabs b84e4cdadb Add help section on math expression rendering 2016-04-03 17:56:42 +01:00
Starbeamrainbowlabs ba3b3609dd Implement math expression parsing. Closes #61. 2016-04-03 17:49:38 +01:00
Starbeamrainbowlabs f39ea4e138 Rewrite all function comments in the core code. 2016-03-26 15:55:50 +00:00
Starbeamrainbowlabs a80a2b677f Add debug action for administrators. 2016-01-23 15:25:36 +00:00
Starbeamrainbowlabs 7cdd083ed6 Shink printable logo. Fixes #51. 2016-01-23 14:21:05 +00:00
Starbeamrainbowlabs e1f5283785 Finish revamp of help page. 2015-12-21 14:39:56 +00:00
Starbeamrainbowlabs 9e63f0f64b Lots of small stability fixes. 2015-12-21 14:35:27 +00: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 f0e18ebf64 Further improvements to all pages listing 2015-12-16 19:05:08 +00:00
Starbeamrainbowlabs 71131f973f Finish bugfixing #35 - search has been implemented at last! 2015-12-05 18:59:23 +00:00
Starbeamrainbowlabs 29399a379c Bugfix: check whether file is directory unpon pageindex recreation. Fixes #42. 2015-12-05 18:34:50 +00:00
Starbeamrainbowlabs b139f204b4 Debug the pageindex regenerator. Fixes #41. 2015-11-14 21:24:57 +00:00
Starbeamrainbowlabs 10da7a3d60 Fix #39. 2015-11-14 15:48:30 +00:00
Starbeamrainbowlabs 1cca9a9f73 Redirect to the last page viewed. Fixes #38. 2015-11-14 15:41:28 +00:00
Starbeamrainbowlabs 3711f10e5c Add option to require login before viewing pages. Currently halfway through #38. 2015-11-14 15:22:35 +00:00
Starbeamrainbowlabs 1f68038636 Attempt to detect associated files when rebuilding the pageindex. Implements #27. 2015-11-12 11:03:41 +00:00
Starbeamrainbowlabs 9c1b5faf28 Switch over another stray path in the core to the new system 2015-11-12 10:01:21 +00:00
Starbeamrainbowlabs 6eea1700d6 Delete page names from the id index upon page deletion. 2015-11-11 19:24:40 +00:00
Starbeamrainbowlabs 43d15f9212 Update the idindex when moving a page. Fixes #33. 2015-11-11 18:49:08 +00:00
Starbeamrainbowlabs 97391466ed Re-added mb_stripos_all. How on earth did THAT get removed?! 2015-11-09 07:30:00 +00:00
Starbeamrainbowlabs e7dfda5f75 Umm I forgot to add to the globals list... :P 2015-11-09 07:25:28 +00:00
Starbeamrainbowlabs 0f18dcdc82 Add better errors by phperror.nnet 2015-11-09 07:08:37 +00:00
Starbeamrainbowlabs 8425660d6b Update the core to use ->storage_prefix. Currently untested. 2015-11-06 20:11:41 +00:00
Starbeamrainbowlabs af49ad610e More preliminary work on the new variable. Still non-functional. 2015-11-05 21:05:07 +00:00
Starbeamrainbowlabs 14c389810d finish merge 2015-11-05 10:01:13 +00:00
Starbeamrainbowlabs d12271ac3e Merge branch 'master' of github.com:sbrl/Pepperminty-Wiki 2015-11-05 10:00:14 +00:00
Starbeamrainbowlabs 22dad4cab3 Begin work on access control. Add variable and a setting, but they aren't used yet. 2015-11-05 10:00:04 +00:00
Starbeamrainbowlabs 98fff659a3 Account for missing ms_stripos 2015-11-02 14:20:06 +00:00
Starbeamrainbowlabs e79e522d78 Integrate search into top bar 2015-11-01 10:13:35 +00:00
Starbeamrainbowlabs 29acc3a5e2 More work on inverted indexes. I think we're getting there. 2015-10-28 14:31:27 +00:00
Starbeamrainbowlabs 6e2faf6250 Spelling in comment 2015-10-25 21:02:20 +00:00
Starbeamrainbowlabs 8fc527fc07 Add page index parse time header 2015-10-25 20:59:21 +00:00
Starbeamrainbowlabs 4d37db9f3c Rework templating engine a bit ready for the file previews 2015-10-24 10:16:26 +01:00
Starbeamrainbowlabs 093960133b Allow *single* dots in page names 2015-10-22 08:54:59 +01:00
Starbeamrainbowlabs 35a1161be4 Bugfix: Include system_mime_type_extensions not system_extension_mime_types 2015-10-22 08:51:43 +01:00
Starbeamrainbowlabs 02d4659a32 Initial (untested) image uploader. 2015-10-22 08:38:50 +01:00
Starbeamrainbowlabs e5af71c1b5 Reword footer 2015-10-16 20:28:35 +01:00
Starbeamrainbowlabs 99e1251d5d Reworked version system to use separate file 2015-10-10 10:24:04 +01:00
Starbeamrainbowlabs 2fafae3184 Add logo option 2015-10-08 10:07:51 +01:00
Starbeamrainbowlabs 4a8f0d608a Add option to clean raw html and fixed new parser system 2015-10-04 13:08:59 +01:00
Starbeamrainbowlabs 2b2cd7b396 Add option to clean raw html on save 2015-10-04 12:42:53 +01:00
Starbeamrainbowlabs bdfec1c6f3 Rewrite parser backend. Currently untested. 2015-10-04 09:10:14 +01:00
Starbeamrainbowlabs 6c5c11562a Bump version 2015-10-03 13:56:16 +01:00
Starbeamrainbowlabs 10cb0600bd Bugfix: Misspelling of preprocessors 2015-10-03 13:22:19 +01:00
Starbeamrainbowlabs 1f1d1cd685 Add (untested) support for save preprocessors. 2015-09-30 08:08:10 +01:00
Starbeamrainbowlabs c10e0fbe29 Correct spelling of Syntaxtic 2015-09-30 07:09:56 +01:00
Starbeamrainbowlabs 881418dded Add footer message setting. 2015-09-30 06:39:01 +01:00
Starbeamrainbowlabs 4f6174152e Bugfix: Undefined variable $user when logged in 2015-09-22 14:54:03 +01:00
Starbeamrainbowlabs 7d425c3998 Bugfix: undefined variable on line 1831 2015-09-22 14:47:12 +01:00
Starbeamrainbowlabs 4cabf42666 Convert all existing modules over to new $env 2015-09-22 14:34:18 +01:00
Starbeamrainbowlabs 2cfea69ecb Bugfix: Missed a conversion to the new $env object 2015-09-22 14:22:34 +01:00
Starbeamrainbowlabs 1ead4c9d59 *Everything is broken!* Begin converting everything over to a new environment object.
Currently only the core has been converted.
2015-09-21 21:02:27 +01:00
Starbeamrainbowlabs 516aebeaac Bugfix: Don't replace {body} twice in the page renderer 2015-09-20 15:58:51 +01:00
Starbeamrainbowlabs f5af74e867 Bugfix: Redirect to invalid default page 2015-09-19 10:24:20 +01:00
Starbeamrainbowlabs e465a05083 Erm what's happening here...? 2015-09-19 10:19:56 +01:00
Starbeamrainbowlabs 7b26a06d52 add padding to the sides of the printable view 2015-08-05 12:58:46 +01:00
Starbeamrainbowlabs d2b9efda52 bump version: 0.6 -> 0.7 2015-08-04 20:13:28 +01:00
Starbeamrainbowlabs e8ae17d4ae Enhance sidebar display logic 7 bugfixes 2015-07-28 13:32:18 +01:00
Starbeamrainbowlabs 2c2325ad40 Created new page-export module 2015-07-18 10:58:42 +01:00
Starbeamrainbowlabs daabf74406 organisation of theme css & more menu implementation 2015-07-17 21:04:24 +01:00
Starbeamrainbowlabs e553cba9ce Group all the utility functions together 2015-07-16 10:44:38 +01:00
Starbeamrainbowlabs 505eae21d0 continuing work on the new theme. $settings->navlinks is now $settings->nav_links 2015-07-16 10:16:02 +01:00
Starbeamrainbowlabs c02243921c begun work on a brand new theme. WARNING: HTML changes and link removals abound! Not all the links that should be are visiable at the moment. 2015-07-15 20:40:58 +01:00
Starbeamrainbowlabs ce43496df3 Bugfix get_subpages() and add subpage list to bottom of page 2015-07-14 16:59:29 +01:00
Starbeamrainbowlabs 3fa1905070 Enhanced credits page and cleaned up comments 2015-07-14 16:11:59 +01:00
Starbeamrainbowlabs 94358ff72b Add extra link to force display of favicon 2015-07-14 15:49:41 +01:00