Commit Graph

  • 316b6feccb Write_page changes not yet merged. bootstraponline 2012-07-10 11:46:00 -06:00
  • 6c7417e0a2 Add transliteration test. bootstraponline 2012-07-10 11:40:36 -06:00
  • af89dc881e Merge pull request #424 from bootstraponline/unicode_to_ascii bootstraponline 2012-07-10 09:52:57 -07:00
  • 5714cef3de Page names are no longer case sensitive. bootstraponline 2012-07-10 10:47:15 -06:00
  • 3d2c8e7cc5 ASCII only filenames. Fix test_unicode. bootstraponline 2012-07-09 13:33:14 -06:00
  • 772ffcc5e8 Ensure ascii only filenames. Fix #423. bootstraponline 2012-07-09 13:22:45 -06:00
  • 8c30bb3a9f Merge pull request #422 from nature/sidebar_rendering_in_subfolders bootstraponline 2012-07-09 09:19:11 -07:00
  • 89bc121d3f Merge pull request #421 from nature/create_new_page_in_subdir bootstraponline 2012-07-09 09:15:42 -07:00
  • 1cc9d7b647 Slight optimisations... Darren Oakley 2012-07-09 13:01:40 +01:00
  • 50e494e8e9 Make pages inherit their sidebar/header/footer from parent directories regardless of the current 'page_file_dir' of the wiki. refs #413 (https://github.com/github/gollum/issues/413) Darren Oakley 2012-07-09 12:10:41 +01:00
  • 19325930a2 Add a new file and sub-directory - 'Rivendell/Elrond.md' so we can test Sidebar/Header/Footer inheritance from parent directory. Darren Oakley 2012-07-09 11:40:11 +01:00
  • ac97f7e9a2 Make the 'New Page' button create pages in sub directories if the user puts a slash in the path/page name. Darren Oakley 2012-07-09 10:41:51 +01:00
  • 33f133b8b2 Livepreview is 102KB again. java -jar compiler.jar --compilation_level WHITESPACE_ONLY --js sundown_o2_m0.js --js_output_file sundown_o2_wo.js bootstraponline 2012-07-06 23:26:12 -06:00
  • 2e9995e80a Use sundown_o2_m0. Fix #415. bootstraponline 2012-07-06 16:20:53 -06:00
  • 53f676bf2e Do not load data on github.com. bootstraponline 2012-07-06 12:21:55 -06:00
  • 874d658d2a Ace is broken on Safari 6. Fix #414. bootstraponline 2012-07-06 12:01:31 -06:00
  • d27c455ab7 Update sundown. bootstraponline 2012-07-05 12:01:09 -06:00
  • 9291431c61 Fix #413. bootstraponline 2012-07-04 12:24:35 -06:00
  • 2e5f51e9ae Update comment. bootstraponline 2012-07-04 11:20:38 -06:00
  • 2aa7e466ed File view links use '-' instead of %20. bootstraponline 2012-07-04 11:04:51 -06:00
  • 3767a11d21 Rename variables to be more clear and fix reference to non-existent 'ext' variable Jeremy McAnally 2012-07-04 12:32:47 -04:00
  • 8c8b72d482 Restore path support to livepreview.js. bootstraponline 2012-07-03 23:55:28 -06:00
  • bb9effa282 Prevent wrapping on long file names. Fix formatting. bootstraponline 2012-07-03 20:41:14 -06:00
  • 52e96bfa0f Detect typed array support based on user agent. http://caniuse.com/typedarrays bootstraponline 2012-07-03 15:26:40 -06:00
  • 00ded65b7f Fall back to old edit mode if typed arrays are not supported. bootstraponline 2012-07-03 14:47:27 -06:00
  • f738aa4234 Disable ie 9 live preview support for now. bootstraponline 2012-07-03 14:19:27 -06:00
  • 6ff939451c Update livepreview. Update ace. Replace pagedown with sundown. Live preview is now able to render markdown identical to regular gollum by leveraging the same library. bootstraponline 2012-07-03 13:55:08 -06:00
  • 32930cee01 extract_path fails on nil paths. bootstraponline 2012-07-03 10:55:42 -06:00
  • 3f45c76f48 Extract path on edit. Fix #410. bootstraponline 2012-07-03 10:53:18 -06:00
  • 1511baf12d Restore Home.md. bootstraponline 2012-07-02 10:37:46 -06:00
  • 20dd0816a6 Revert "Merge pull request #379 from pipex/latex-dollar-sign" bootstraponline 2012-07-02 10:27:30 -06:00
  • 41cd43ebc6 Updated Home (markdown) bootstraponline 2012-07-02 10:18:40 -06:00
  • 4a63899722 Livepreview JavaScript fix for base_url Sunny Ripert 2012-07-02 15:03:01 +02:00
  • c31ead493a Fixed tests to make up for base url Sunny Ripert 2012-06-27 17:56:04 +02:00
  • 7485733fba Sinatra base url to allow subdirectories Sunny Ripert 2012-04-24 22:35:03 +02:00
  • e930b5d07b Merge pull request #390 from arr2036/app_rest_fix bootstraponline 2012-06-26 13:27:57 -07:00
  • 4543781153 Add tests to check page redirects to create Arran Cudbard-Bell 2011-07-17 15:44:13 +02:00
  • 1d5bfbb162 Add URL for page creation to allow preemption by extensions Arran Cudbard-Bell 2011-06-19 21:25:16 +02:00
  • 7045f7f92d Fix searching for page titles. bootstraponline 2012-06-22 16:04:57 -06:00
  • 5e7974f30b Fix file ext removal. bootstraponline 2012-06-22 11:45:42 -06:00
  • 1079a888d3 nil.to_i == 0 bootstraponline 2012-06-22 11:28:34 -06:00
  • b1837abbc2 Fix nil error in search. bootstraponline 2012-06-22 11:24:13 -06:00
  • 611e1a536c Merge pull request #403 from trans/file bootstraponline 2012-06-22 09:59:31 -07:00
  • c152ae1557 Merge pull request #401 from nature/make_gollum_search_count_additive bootstraponline 2012-06-22 09:49:04 -07:00
  • de3020c1aa Merge pull request #400 from nature/new_page_within_dir bootstraponline 2012-06-22 09:48:23 -07:00
  • f12c3fe06f Fix docs for File#populate. trans 2012-06-22 08:45:57 -04:00
  • 754485c306 Add Wiki#files for list of non-page files. trans 2012-06-22 08:23:46 -04:00
  • 088448a8a1 Update the Wiki.search function to make the results counts 'additive'. Darren Oakley 2012-06-22 12:01:39 +01:00
  • 6e35a09abd Add a 'New Page' button to the /pages browser that allows users to create a new page within a subdirectory. Darren Oakley 2012-06-22 11:41:42 +01:00
  • 8fd11e8fdb Fix #396. Use ls-files to search file names (which define the page title). bootstraponline 2012-06-21 19:18:46 -06:00
  • 40855103ad Disable failing test. bootstraponline 2012-06-21 17:26:19 -06:00
  • 02041dbdb7 Work around #363 (grit is broken). bootstraponline 2012-06-21 16:45:38 -06:00
  • 18ccc01501 Remove #head boarder in /pages because it's now defined by .breadcrumb. bootstraponline 2012-06-21 13:16:34 -06:00
  • 1ff3f9c0da Merge pull request #393 from nature/dir_support bootstraponline 2012-06-21 09:39:12 -07:00
  • 7a251248f1 Re-work the compare URL matchers so that CGI escaping etc shouldn't be so needed. Darren Oakley 2012-06-21 11:20:48 +01:00
  • 971cbb94f6 Make the Sinatra app directory aware. Darren Oakley 2012-06-18 16:00:14 +01:00
  • b53c961db2 Merge pull request #379 from pipex/latex-dollar-sign bootstraponline 2012-06-19 13:22:49 -07:00
  • 9c40cbea76 Merge pull request #377 from pipex/latex-align bootstraponline 2012-06-19 13:22:26 -07:00
  • a8ce7e93cd Enable MathJax for live preview. bootstraponline 2012-06-19 11:58:09 -06:00
  • 4b02b74d6f Fix #389. Set page name correctly on preview. bootstraponline 2012-06-19 10:59:24 -06:00
  • 67dd3afd92 Fix for 1.8 versions of ruby Arran Cudbard-Bell 2012-06-19 15:33:47 +02:00
  • 7aca7fa0ec Update Ace. bootstraponline 2012-06-18 12:32:27 -06:00
  • c0564a1467 Update readme. bootstraponline 2012-06-18 12:32:14 -06:00
  • b0a8984d3b Update livepreview for new Ace. bootstraponline 2012-06-18 12:31:30 -06:00
  • 0f451d6833 Fix #386. File view defines its own layout. bootstraponline 2012-06-18 10:53:06 -06:00
  • c704d1f3b3 Hacky fix for encoding issues Arran Cudbard-Bell 2012-06-18 09:44:20 +02:00
  • e6d568fd49 Merge pull request #385 from bootstraponline/sequence_no_conflict bootstraponline 2012-06-17 15:20:19 -07:00
  • ee56509302 Fix #376. New syntax for sequence diagrams is {{{{{{ }}}}}}. bootstraponline 2012-06-17 16:11:59 -06:00
  • bc5896b51f Update readme. bootstraponline 2012-06-17 16:01:48 -06:00
  • 3224f5f422 Document building the gem from master. [ci skip] bootstraponline 2012-06-16 12:17:13 -06:00
  • f9cd97edaa [Fix] Replaced random escaping of $ Felipe Lalanne 2012-06-11 20:18:22 +02:00
  • e1ce3d46de Fix location for live preview. bootstraponline 2012-06-11 10:07:17 -06:00
  • 294a8e9642 [New] Support $ and $$ as formula delimiters. Felipe Lalanne 2012-06-11 12:06:54 +02:00
  • 44fb6d9648 [Removed] Unnecessary require 'time' line. Felipe Lalanne 2012-06-11 11:39:37 +02:00
  • 74c1ba1653 [Fix] Inline latex formula alignment Felipe Lalanne 2012-06-11 11:25:25 +02:00
  • 0cb39f049f Fix IE check. bootstraponline 2012-06-08 16:57:19 -06:00
  • f7a3a8aa55 Live preview supports IE 9. bootstraponline 2012-06-08 16:54:28 -06:00
  • cbc37eb006 Fix live_preview option #374. bootstraponline 2012-06-08 16:39:44 -06:00
  • 097f45eeb3 Use Ace for code highlighting. Update Ace. Fix CSS for new Ace. Prevent flickering of toolpanel. Add GitHub theme for Ace. Remove gutter in static highlight ext. Update languages for Ace. bootstraponline 2012-06-08 15:50:20 -06:00
  • 4c5b3dd76f Remove highlightjs. Remove old Ace. bootstraponline 2012-06-08 15:49:05 -06:00
  • ccf70590a4 Merge pull request #374 from arr2036/optional_livepreview bootstraponline 2012-06-07 09:08:58 -07:00
  • 3c709a27ac Add commandline option for disabling livepreview Arran Cudbard-Bell 2012-06-07 18:05:15 +02:00
  • 8554654ee9 Add option to disable livepreview from settings Arran Cudbard-Bell 2012-06-07 10:40:52 +02:00
  • 59ac86cf6e Add header example to readme. bootstraponline 2012-06-05 15:56:02 -06:00
  • a4ecc9a187 Merge pull request #371 from bootstraponline/searchfix bootstraponline 2012-06-03 15:42:21 -07:00
  • cc67c8b68e Don't use assert_not_match. bootstraponline 2012-06-03 16:17:52 -06:00
  • b41f660fec Merge pull request #358 from blmarket/koreanfix bootstraponline 2012-06-03 15:00:37 -07:00
  • 00edcbbf64 Move build status to top of readme. bootstraponline 2012-06-03 15:56:29 -06:00
  • c530c70575 Add tests for file_view. bootstraponline 2012-06-03 15:53:11 -06:00
  • 21840bb344 Remove debug code. bootstraponline 2012-06-03 14:00:50 -06:00
  • 57bc23779d Merge pull request #370 from cholick/master bootstraponline 2012-06-03 12:41:23 -07:00
  • 78e649f30a fix for broken file view when only a single directory Matt Cholick (phenom2-desktop) 2012-06-03 11:56:18 -05:00
  • eaa7a61f71 Fixed 1.8.7 compatible issue blmarket 2012-05-31 21:23:58 +09:00
  • 150a019b8d Added test cases to test Unicode handling issue. Neon 2012-05-24 22:13:41 +09:00
  • 5dd1158025 Use grit with force_encoding('ascii-8bit') Jeong, Heon 2012-05-24 10:22:09 +09:00
  • c60ca4a8d2 Merge pull request #367 from bootstraponline/browser_fallback bootstraponline 2012-05-29 17:35:01 -07:00
  • e1b28f0805 Rename is_supported to supported_useragent?. bootstraponline 2012-05-29 18:28:19 -06:00
  • aeeaeb1eae Fall back to old edit mode for browsers that are not officially supported by Ace. bootstraponline 2012-05-29 16:32:39 -06:00
  • 76f87f9094 stay on 1.8.7 for the foreseeable future Corey Donohoe 2012-05-28 10:55:57 -07:00
  • 01e1c92813 Add --base-path option. bootstraponline 2012-05-24 20:45:33 -06:00