Commit Graph

  • f516b1cb79 Merge pull request #1477 from gollum/sidebar_position Bart Kamphorst 2020-03-14 19:44:14 +01:00
  • 0e4c8342ab Restore functionality for determining the position of the sidebar (left or right). Bart Kamphorst 2020-03-14 19:28:54 +01:00
  • 6f61ddae77 Merge pull request #1476 from gollum/update_rake Dawa Ometto 2020-03-14 00:01:06 +01:00
  • e312641cbd Update rake to mitigate CVE-2020-8130. Bart Kamphorst 2020-03-13 20:09:18 +01:00
  • 07de956b1d Merge pull request #1475 from gollum/fix_cloned_test_path Bart Kamphorst 2020-03-13 17:19:56 +01:00
  • 4d549b1660 Use tmpdir instead of tempfile for creating temporary repos in the test suite. Bart Kamphorst 2020-03-13 17:07:15 +01:00
  • e1a13aef1f Remove sanitize Dawa Ometto 2020-03-13 15:11:31 +01:00
  • cc3eb233c7 Disregard letter case for emojis (#1474) TheCedarPrince 2020-03-13 07:16:28 -04:00
  • f0b04f1334 gollum --versions: output used markdown gem (#1471) Dawa Ometto 2020-03-09 14:22:02 +01:00
  • 9b89e31679 5.x: Fix a couple of upload issues (#1469) flowerysong 2020-03-04 05:41:19 -05:00
  • 2b380ee6bc URI decode path in rename dialog (#1447) Dawa Ometto 2019-12-30 21:55:58 +01:00
  • caf4da73e2 Fix Windows assets and tests (#1425) Dawa Ometto 2019-12-15 21:52:37 +01:00
  • 56e36df6bd Fix editable section link (#1438) Dawa Ometto 2019-10-10 19:56:00 +02:00
  • c8fed4d50d Provide JS with correct exts via template (#1437) Dawa Ometto 2019-10-10 16:36:06 +02:00
  • c619920452 Merge pull request #1436 from gollum/upload_notices Bart Kamphorst 2019-10-09 18:56:01 +02:00
  • 70ede99545 Show flashNotice instead of JS alert for (un)successful uploads. FadeOut success notices after 5s. Bart Kamphorst 2019-10-09 13:46:28 +02:00
  • 9862c51e3f Merge pull request #1433 from gollum/redirects Bart Kamphorst 2019-10-08 21:50:45 +02:00
  • f0dbc2801b Use clean_url helper. Bart Kamphorst 2019-10-08 20:26:59 +02:00
  • 7c65d65cb1 Rake precompile: Add missing requires (#1434) jamieforth 2019-10-08 11:52:20 +01:00
  • 5dd6c40933 Make redirect functionality conditional on @redirect_enabled (defaults to true). Bart Kamphorst 2019-10-07 11:37:52 +02:00
  • 5487563a71 Make regex more lenient. Nest redirect logic. Bart Kamphorst 2019-10-07 11:22:00 +02:00
  • 7458e396ee Add tests to ensure protection of redirects file. Bart Kamphorst 2019-10-05 18:07:54 +02:00
  • 8f104ec09c Add redirect support (e.g., after renames). Fixes #1023. Bart Kamphorst 2019-10-05 13:32:28 +02:00
  • 8fe4c614db Fix redirect location for editor submit (#1430) Dawa Ometto 2019-10-01 15:47:25 +02:00
  • c137c2af4b Advanced search. Implements #615 (#1427) Dawa Ometto 2019-09-30 15:30:34 +02:00
  • 2402c9ef3b Enable CriticMarkup on Preview (#1429) Dawa Ometto 2019-09-30 12:58:15 +02:00
  • bbe609974a Fix change of format (#1419) Dawa Ometto 2019-09-25 11:44:42 +02:00
  • 88c624877e Extract page dir from latest changes. Fix #1388 (#1395) Dawa Ometto 2019-09-18 18:10:09 +02:00
  • 41d7cf75c5 Preview hotkeys also for create view (#1426) Dawa Ometto 2019-09-14 19:02:40 +02:00
  • 9da11dba10 Split editor and app JS. Fix asset precompilation (#1422) Dawa Ometto 2019-09-13 00:59:55 +02:00
  • d1857e5824 No symlink for ACE (#1423) Dawa Ometto 2019-09-12 23:54:50 +02:00
  • fc64d88ce9 Ace modes for all compatible markups (#1420) Dawa Ometto 2019-09-12 22:25:55 +02:00
  • 3713890b5e Improve preview. Resolves #1414 (#1421) Dawa Ometto 2019-09-12 20:28:58 +02:00
  • efaa6a0ba2 Editable sections. Resolves #1000 (#1415) Dawa Ometto 2019-09-12 12:37:24 +02:00
  • d55a3432a2 Solve minor issue involving Preview title (#1417) Dawa Ometto 2019-09-11 15:47:41 +02:00
  • 0fda253457 Add CSS for table.toc Fix #925 (#1418) Dawa Ometto 2019-09-11 14:42:47 +02:00
  • 2216d67d5a Have upload modal ignore base-path when generating upload path. Resolves #1410. Bart Kamphorst 2019-09-06 10:10:03 +02:00
  • a04af6c638 Remove failing base-path test because base-path functionality is implemented in Rack middleware. Bart Kamphorst 2019-09-04 13:56:26 +02:00
  • 91c04cd44c Merge pull request #1412 from gollum/more_upload_tests Bart Kamphorst 2019-09-03 22:35:08 +02:00
  • 1c98a787ab Reopen the tempfile before passing it to Rack::Test::UploadedFile. Bart Kamphorst 2019-09-03 22:03:43 +02:00
  • 87902f258a Remove base_path in upload path determination. Bart Kamphorst 2019-09-03 13:05:24 +02:00
  • 3740a7f6ff DRY language definitions (#1411) Dawa Ometto 2019-09-03 11:58:17 +02:00
  • b6b176fdc1 Add uploading tests for mode page, with and without base-path enabled. Bart Kamphorst 2019-09-03 11:33:53 +02:00
  • 77aaeef5ff Add clipboard button to upload modal. Fixes #1401. Bart Kamphorst 2019-09-02 12:33:11 +02:00
  • d1b1375629 Fix usericons (#1408) Dawa Ometto 2019-09-01 21:45:55 +02:00
  • 569eac3a06 Improve page-info-toggle JS (#1409) Dawa Ometto 2019-08-31 21:45:21 +02:00
  • a5ecb772ae Merge pull request #1407 from gollum/file_upload_tests Bart Kamphorst 2019-08-29 19:52:03 +02:00
  • 736897a168 Merge branch 'repotag-remove_fontawesome' into 5.x Dawa Ometto 2019-08-29 19:20:12 +02:00
  • c1f6f0b429 Merge branch 'remove_fontawesome' of https://github.com/repotag/gollum into repotag-remove_fontawesome Dawa Ometto 2019-08-29 19:19:47 +02:00
  • 9fd9acb573 Use pure CSS spinner Dawa Ometto 2019-08-29 19:18:34 +02:00
  • beff52a68e Added tests for file_upload route. Bart Kamphorst 2019-08-29 16:01:20 +02:00
  • cc33d81473 Refactor Dawa Ometto 2019-08-29 14:10:54 +02:00
  • 1a27f04577 Minor fix in handling conflict message in drag-and-drop uploading. Bart Kamphorst 2019-08-29 11:56:34 +02:00
  • 2f2487150a Remove AnchorJS, native anchor styling Dawa Ometto 2019-08-28 23:51:05 +02:00
  • 6d44bd7bc8 Anchors with AnchorJS Dawa Ometto 2019-08-28 17:02:12 +02:00
  • e2d9d1f4d5 Add AnchorJS Dawa Ometto 2019-08-28 17:01:18 +02:00
  • 958410146b Add and rename .erb extension where needed Dawa Ometto 2019-08-28 17:01:01 +02:00
  • 0a9b9ff709 Align symbol for reStructuredText with github-markup (#1406) David Yates 2019-08-28 11:16:09 +02:00
  • bce9800142 Restore upload_file route implementation from b40a344c49. Bart Kamphorst 2019-08-27 20:49:33 +02:00
  • 7f07f652d4 Also prepare drag-and-drop uploading for conflict detection. Bart Kamphorst 2019-08-27 13:19:19 +02:00
  • 1b5f0b910b Remove FontAwesome Dawa Ometto 2019-08-27 12:42:21 +02:00
  • e1aa4c02a0 Fix uploading (#1312). Requires updating git adapters. Bart Kamphorst 2019-08-23 20:24:18 +02:00
  • 976f55e1b2 Pagination for history and latest changes. (#1396) Dawa Ometto 2019-08-21 23:28:49 +02:00
  • 29a8b893f1 Merge pull request #1399 from repotag/editor_fixes Bart Kamphorst 2019-08-20 12:42:38 +02:00
  • c991149422 Fix RTL button. Rename Edit Mode label to Markup. Bart Kamphorst 2019-08-19 22:38:54 +02:00
  • 175c0ceab5 Show sidebars in preview (#1398) Dawa Ometto 2019-08-19 12:08:12 +02:00
  • 9d48ea0079 Fix typo (#1397) Dawa Ometto 2019-08-18 19:16:06 +02:00
  • 042ad2d8c4 Merge pull request #1393 from gollum/primer_css Bart Kamphorst 2019-08-14 20:24:13 +02:00
  • 19868a10ef Minor fix for the footer div in preview pages. Bart Kamphorst 2019-08-14 17:07:51 +02:00
  • 92b17f9053 Removed some inline CSS. Removed footer from preview pages. Bart Kamphorst 2019-08-14 16:39:55 +02:00
  • 2dc527b60f Merge branch 'primer_css' of https://github.com/gollum/gollum into primer_css Bart Kamphorst 2019-08-14 15:01:03 +02:00
  • fa08ce35cc Add travis fix for running the tests properly. Bart Kamphorst 2019-08-14 15:00:25 +02:00
  • 8413e5b5ee Merge branch '5.x' into primer_css Bart Kamphorst 2019-08-13 22:46:19 +02:00
  • aa16f6ba2a Major CSS/styling overhaul with Primer.css. Bart Kamphorst 2019-08-13 22:10:10 +02:00
  • 22e0fdc822 Gemspec: drop EOL'd property rubyforge_project (#1391) Olle Jonsson 2019-08-12 16:03:05 +02:00
  • 0de56202e9 Attempt travis fix (#1392) Dawa Ometto 2019-08-12 15:33:34 +02:00
  • bcec052e35 Add revert route helper. Resolves #1385 (#1386) Dawa Ometto 2019-05-18 14:43:10 +02:00
  • e28a41bb8f Fix breadcrumbs (#1387) Dawa Ometto 2019-05-18 14:42:42 +02:00
  • 17c574467f Merge pull request #1384 from gollum/dometto-patch-1 Dawa Ometto 2019-05-17 11:06:58 +02:00
  • 8f350976a1 Don't lookup page's last version on edit Dawa Ometto 2019-05-17 01:34:57 +02:00
  • dfb4281a14 Add MediaWiki language def (#1382) Dawa Ometto 2019-05-16 21:03:07 +02:00
  • 7881237de2 Improve RTL support. Resolves #1314 (#1350) Dawa Ometto 2019-05-16 20:38:33 +02:00
  • 05daab661e Merge pull request #1218 from ProgramFan/bundle-mathjax-slim Bart Kamphorst 2019-05-12 15:14:16 +02:00
  • c0e6de899b Upgrade to mathjax-2.7.5 and use original mathjax config (fix comments in #1218) Yang Zhang 2019-05-12 14:30:45 +08:00
  • c103f3ebdc Fix mathjax loading and remove unused config Yang Zhang 2017-04-08 23:01:59 +08:00
  • 7cabd684a9 Bundle a slim mathjax (4.5MB uncompressed, 1.5MB compressed) Yang Zhang 2017-04-08 22:49:45 +08:00
  • af344c1d25 Update dependencies (#1379) Dawa Ometto 2019-05-04 20:01:52 +02:00
  • b40a344c49 Remove page file dir from frontend. Resolves #1052 #1241 (#1369) Dawa Ometto 2019-05-04 01:19:59 +02:00
  • e0a2b183ad Merge pull request #1373 from hirocaster/fix-h1-title-org-mode-for-ver5 Bart Kamphorst 2019-03-21 09:46:16 +01:00
  • 97857d0e3f Fix h1-title at org-mode hirocaster 2019-03-16 01:57:55 +09:00
  • 6fcfe7895e Merge pull request #1363 from gollum/page_breadcrumb Bart Kamphorst 2019-01-07 08:52:47 +01:00
  • f5f655e3a1 Feature/fix gem 3 (#1364) Michael Gissing 2019-01-05 10:16:07 +01:00
  • 94fe2f59d3 Implements a breadcrumb for normal wiki pages. Resolves #629. Bart Kamphorst 2019-01-03 09:45:08 +01:00
  • 66fd8eef1f Merge pull request #1362 from gollum/fix_header_layout Bart Kamphorst 2019-01-01 09:20:24 +01:00
  • fb5c65827d Move page title (h1) down. Move Home button to upper left corner on all views. Bart Kamphorst 2018-12-30 19:09:52 +01:00
  • bb79cf5ce6 Merge branch 'repotag-use_path_helpers' into 5.x Dawa Ometto 2018-12-28 23:42:21 +01:00
  • f72e8610da Merge branch 'use_path_helpers' of https://github.com/repotag/gollum into repotag-use_path_helpers Dawa Ometto 2018-12-28 23:41:56 +01:00
  • b76a250596 Use AJAX button click for cmd-s hotkey. Fixes 1356 (#1361) Dawa Ometto 2018-12-28 23:40:32 +01:00
  • 2aea55a92c [WIP] Improve editor buttons: insert markup at the correct position. Resolves #504 (#1348) Dawa Ometto 2018-12-28 23:23:06 +01:00
  • 073137af7d Merge pull request #1358 from gollum/fix_1340 Bart Kamphorst 2018-12-28 23:10:48 +01:00