1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-02 06:40:24 +02:00

Commit Graph

  • bcf863f60f Add support for PHP via FastCGI (#15) master Christian Tietze 2022-02-28 11:18:06 +01:00
  • b8abb694eb Update Parsedown to 1.8.0-beta7 Christian Tietze 2022-02-17 17:30:05 +01:00
  • 7db1d8df73 Added menu button which toggles TOC for small screens v3 til-schneider 2016-05-26 11:14:34 +02:00
  • 0292f11d81 Added config option to disable TOC and optimized responsive behaviour (TOC is now only hidden for small screens) til-schneider 2016-05-25 17:39:23 +02:00
  • cb13fb33a7 Added TOC til-schneider 2016-05-25 17:01:52 +02:00
  • dd1a4579c5 Added lib "tocbot" version 2.1 til-schneider 2016-05-25 16:54:26 +02:00
  • 02422904aa Removed comma-part from generated password salt til-schneider 2016-05-25 09:40:35 +02:00
  • d81da7a120 Fixed typo: config.php instead of config.xml til-schneider 2016-04-30 10:35:25 +02:00
  • cb9ef0e4c9 Added option to open external links in new browser tab (by adding target="_blank") til-schneider 2016-03-24 14:00:32 +01:00
  • 59b84c680c Added basic theme support til-schneider 2016-03-22 11:50:46 +01:00
  • efa639d6cf Fixed: Links to directories are now working with or without a trailing / v2 til-schneider 2016-03-14 15:15:55 +01:00
  • 127b3bb03a Fixed encoding problems with directory names til-schneider 2016-03-14 12:04:30 +01:00
  • f2ec534e69 Added a special readme to include into the release zip til-schneider 2016-02-03 19:55:44 +01:00
  • 408d9d0491 Enhanced Markdown cheat sheet til-schneider 2016-02-03 19:33:03 +01:00
  • ce422ba835 Moved directory articles into data (one top-level directory less) til-schneider 2016-02-03 19:10:51 +01:00
  • 1cab2c2832 Fixed: Syntax errors in the editor (like non-matching closing XML tags) were shown in the same color as the foreground which made them not readable til-schneider 2016-02-03 19:02:04 +01:00
  • a6c55c13f4 Fixed: If a page's text contained HTML entities, the were decoded when a page was opened in the editor (so the were destroyed when saving) til-schneider 2016-02-03 18:53:41 +01:00
  • 92195f431a Fixed: Saving editor caused error if editing a page of a subdirectory while the password was only entered for that subdirectory (and not on root level) til-schneider 2016-02-03 18:49:32 +01:00
  • 149204ff86 Using GitHub releases rather than a zip download from the demo server v1 til-schneider 2016-02-03 09:29:29 +01:00
  • 89c977b920 Fixed typos til-schneider 2016-02-03 09:16:18 +01:00
  • 3a4e8be732 Improved sample pages til-schneider 2016-02-02 20:09:06 +01:00
  • 308a2d25e2 Added a note why node.js is needed (for the build) til-schneider 2016-02-02 19:52:44 +01:00
  • 0f32db992b Added grunt task for creating a release zip til-schneider 2016-02-02 19:47:26 +01:00
  • 3264add61b Improved styling of sample page til-schneider 2016-02-02 19:34:18 +01:00
  • 8920988642 Fixed: Scroll sync didn't work in Firefox til-schneider 2016-02-02 18:18:06 +01:00
  • 82209d2b20 Added support for TODO and trailing colon (e.g. TODO:) til-schneider 2016-02-02 16:37:07 +01:00
  • 8bbf36d97d Linking to demo in readme til-schneider 2016-02-02 16:22:24 +01:00
  • 7d5aee8654 Removed bottom-margin from lists til-schneider 2016-02-02 16:13:36 +01:00
  • 324dec1bf9 Improved sample pages til-schneider 2016-02-02 16:13:12 +01:00
  • 2ca0179692 Fixed: Close button of edit mode wasn't clickable in Firefox til-schneider 2016-02-02 14:46:42 +01:00
  • 7617b353f7 Faking "create new article" in demo mode til-schneider 2016-02-02 14:46:04 +01:00
  • c5ec51530c Added demo mode (edit mode is public, changes won't be saved) til-schneider 2016-02-02 11:40:49 +01:00
  • 28bd12a13a Removed warnings coming up if no footerHtml was configured til-schneider 2016-02-02 10:46:49 +01:00
  • 382ba9ac9f Updated GitHub user name til-schneider 2016-02-02 10:08:21 +01:00
  • 4552072c1a Made text color a little darker til-schneider 2016-01-30 12:11:05 +01:00
  • 6f1b15bbbd Fixed: Nested lists had too much margin til-schneider 2015-12-30 20:25:48 +01:00
  • 12860e7b5b Fixed overflow behaviour (e.g. for small screens) til-schneider 2015-12-28 18:03:06 +01:00
  • d18fb24e08 Fixed: Code block had white background when scrolling to the right til-schneider 2015-12-28 17:55:42 +01:00
  • 99493b2af0 Fixed: Prism autoloader caused endless loop, because non-existing language files were delivered with an error page having status code 200 til-schneider 2015-12-28 17:08:52 +01:00
  • 9dee28ef6c Creating data directory in dist til-schneider 2015-12-28 15:17:23 +01:00
  • ffce00dece Showing directories having no 'index.md' in breadcrumbs (configurable) til-schneider 2015-12-28 15:14:43 +01:00
  • 6938b498a4 Switched highlighting engine from highlight.js to prism (version 1.3.0) til-schneider 2015-12-28 14:57:02 +01:00
  • 9e0ccea233 code doesn't line-break any more til-schneider 2015-12-28 11:33:08 +01:00
  • c104846b5d Added support for FIXME til-schneider 2015-12-28 11:30:07 +01:00
  • ddf876679c Added dummy file in order to add the data directory to git til-schneider 2015-12-28 08:22:22 +01:00
  • 49b618dbff Added "powered by" to footer til-schneider 2015-12-28 08:13:49 +01:00
  • 83f6687a3e Added install instructions til-schneider 2015-12-26 13:08:42 +01:00
  • 48b635f424 Added Favicon til-schneider 2015-12-26 12:54:39 +01:00
  • 4d63af476d Added "create article" support til-schneider 2015-12-26 12:40:09 +01:00
  • 9651972351 Changed indentation til-schneider 2015-12-24 21:48:14 +01:00
  • 72b9ae7323 Fixed: the root article file had extra '/' til-schneider 2015-12-24 21:07:35 +01:00
  • e13a759294 Showing better error message if write permissions are missing til-schneider 2015-12-24 15:04:33 +01:00
  • 51787c25ac Showing error message if RPC fails til-schneider 2015-12-24 13:45:06 +01:00
  • 0dca0f2247 Moved JavaScript code for createUser to edit.js til-schneider 2015-12-24 13:34:35 +01:00
  • 2ae55dd150 Showing error message if JavaScript is off or browser not supported (not for view mode) til-schneider 2015-12-24 12:57:46 +01:00
  • 1c523e772d Showing page name in title til-schneider 2015-12-23 21:09:15 +01:00
  • 3210b98a07 Added buttons to change between modes til-schneider 2015-12-23 21:04:34 +01:00
  • d262d2040a Fixed: Footer had wrong height after box-sizing was changed globally til-schneider 2015-12-23 19:42:20 +01:00
  • 2f1878803a Fixed: Directories were not shown any more in breadcrumbs til-schneider 2015-12-23 19:24:50 +01:00
  • 664979eb56 Added login via base authentication til-schneider 2015-12-23 19:20:29 +01:00
  • d3ae27ca9c Added "createUser" page til-schneider 2015-12-23 17:39:50 +01:00
  • 520d0aead7 Added Bootstrap 3.3.5 til-schneider 2015-12-23 12:38:53 +01:00
  • db6b4e7276 Fixed: In code blocks, scroll bars looked screwed up together with the borders til-schneider 2015-12-22 23:06:08 +01:00
  • 458ccc676f Removed background flickering while the editor loads til-schneider 2015-12-22 23:01:43 +01:00
  • fc285d8ad4 Staying in edit mode when user clicks on local links til-schneider 2015-12-22 22:50:08 +01:00
  • df95ea7f8e Starting edit mode using mypage?edit instead of /edit/mypage til-schneider 2015-12-22 22:35:30 +01:00
  • 9597efe4dc Moved index.php code in function in order to prevent pollution of the global namespace (because former global variables are local now) til-schneider 2015-12-22 22:28:34 +01:00
  • c0814d3445 Synchronizing scroll position of preview when editor is scrolled til-schneider 2015-12-22 21:25:59 +01:00
  • b771b39ba5 Added saving articles automatically til-schneider 2015-12-22 20:36:23 +01:00
  • e8e9d8de75 Updating syntax highlighting after preview was updated til-schneider 2015-12-22 12:52:31 +01:00
  • 40389176cf Fixed: Selection background of editor wasn't visible til-schneider 2015-12-22 12:38:58 +01:00
  • 0b36d30e61 Automatically updating preview while editing til-schneider 2015-12-22 10:56:59 +01:00
  • 1c5bd3847f Fixed: Added editor support for ~~~ code blocks til-schneider 2015-12-21 19:04:41 +01:00
  • 4bdc404d7a Added edit mode (just showing the source in editor - no saving, no preview update) til-schneider 2015-12-21 18:36:59 +01:00
  • 79b6597459 Made font rendering less heavy til-schneider 2015-12-21 13:58:18 +01:00
  • 4734839f93 Added footer til-schneider 2015-12-21 13:52:42 +01:00
  • 8180d323fc Made wiki name configurable til-schneider 2015-12-21 12:32:19 +01:00
  • 11e3c050de Moved finding the article file into a helper method and corrected headers til-schneider 2015-12-21 12:24:00 +01:00
  • 5db605de20 Showing underscores in directory and file names as spaces in breadcrumbs til-schneider 2015-12-21 11:28:44 +01:00
  • eb95407e17 Made .md extension optional til-schneider 2015-12-21 11:21:20 +01:00
  • c8141b3b9e Removed extra / from base tag til-schneider 2015-12-21 11:16:43 +01:00
  • 08e3d7db20 Improved styling til-schneider 2015-12-21 11:10:00 +01:00
  • 29d6fe9a12 Added examples for internal links til-schneider 2015-12-21 10:54:24 +01:00
  • 4942af7072 Added breadcrumbs til-schneider 2015-12-21 10:19:59 +01:00
  • ec191181cb Renamed $appPath to $basePath (analog to $baseUrl) til-schneider 2015-12-21 09:17:48 +01:00
  • 4d253598ba Added syntax highlighting til-schneider 2015-12-20 22:24:16 +01:00
  • 4e394d9ed7 Showing index.md if a directory was requested til-schneider 2015-12-20 11:00:08 +01:00
  • 781c5b2e72 Added styling til-schneider 2015-12-19 22:48:15 +01:00
  • dbc509c004 Added basic markdown page rendering til-schneider 2015-12-19 19:59:20 +01:00
  • 4d04fe0b6c Added parsedown version 1.6.0 til-schneider 2015-12-19 19:58:03 +01:00
  • dd602fcf5d Initial commit til-schneider 2015-12-19 10:16:03 +01:00