Commit Graph

  • 3bc1e8513e definition lists eston 2011-03-01 19:30:10 -08:00
  • 5c95264192 Clean up readability and typography in Gollum wikis eston 2011-02-28 17:24:47 -08:00
  • c73a6b0045 Merge branch 'master' of git://github.com/github/gollum eston 2011-02-28 17:10:51 -08:00
  • 8403868ac3 Test that wikis can write to different branches in isolation Tom Clark 2011-02-22 00:12:32 -05:00
  • a1d760df1e Write pages to the proper branch Tom Clark 2011-02-21 23:32:27 -05:00
  • e4d63ec8a2 Make the search case insensitive philc 2011-02-10 11:15:09 -08:00
  • a0ba81c763 Fix a bug where each time the editor is loaded, all of its existing content is indented by two spaces. philc 2011-02-07 20:00:04 -08:00
  • d76a40b1a8 [Frontend] Small fix (no change in functionality) based on technoweenie's CR. Caleb Spare 2011-02-09 16:33:51 -08:00
  • db3d534ee5 [Frontend] Fixed bug that gave a bad redirect on page edit. Caleb Spare 2011-02-09 13:06:00 -08:00
  • fb240fa79e Fix Org-mode mismatched quotes; clean up syntax eston 2011-02-03 15:09:27 -08:00
  • c088cc0617 Add help for the use of tables in org-mode Puneeth Chaganti 2011-02-03 16:32:43 +05:30
  • 2648e75328 Remove references to Markdown Puneeth Chaganti 2011-02-03 05:11:13 +05:30
  • 46d70e0492 Add support for Org-mode to the new editor Puneeth Chaganti 2011-02-03 03:22:35 +05:30
  • 732e8a9361 fix bug where relative images in previews did not render rick 2011-01-27 16:34:29 -08:00
  • e3950d52c1 Removing the ref as an argument to the Committer#parents and just using the @wiki.ref. Randy Merrill 2011-01-27 13:59:39 -08:00
  • 7427ddd900 Adding some tests to test that the commiter can retrieve parents that are not the same as the wiki ref. Randy Merrill 2011-01-27 13:00:54 -08:00
  • 364b2b85ae Moving the ref to be an argument to the parents that defaults to the @wiki.ref Randy Merrill 2011-01-27 12:46:29 -08:00
  • a71ab7c418 Changing from using branch as the variable to using ref. Randy Merrill 2011-01-27 11:38:48 -08:00
  • 2bb1937fa9 Fixing the docs for the default branch. Randy Merrill 2011-01-27 11:29:21 -08:00
  • 3c44205be7 Adding the logic to accept a command line flag for the branch to use to retrieve pages. Randy Merrill 2011-01-27 11:24:15 -08:00
  • f708dc7002 fix bug due to the way Array#to_s works in 1.9 Brian Lopez 2011-01-20 15:06:21 -08:00
  • feef486f63 add wikicloth as a dev gem dep rick 2011-01-20 14:37:35 -08:00
  • a78964ae30 upgrade to sanitize 2.0 rick 2011-01-20 14:03:27 -08:00
  • 8ddb781588 yield the created SHA1 in the after_commit callback rick 2011-01-19 05:51:16 -08:00
  • 2b1510af11 edit a page, sidebar, and footer all in one commit rick 2011-01-19 05:20:58 -08:00
  • aae9eb1883 refactor wiki commit logic into Gollum::Committer class rick 2011-01-19 05:11:11 -08:00
  • 05b53462df Fix backreferencing/replacement issues Add in a way to short-circuit missing language definitions eston 2011-01-18 23:08:08 -08:00
  • 56bd0b9757 Merge branch 'master' of github.com:github/gollum eston 2011-01-18 22:59:51 -08:00
  • 049d9d6d1f Remove widon't code eston 2011-01-18 22:58:44 -08:00
  • e1f92e3ca2 update readme with new features rick 2011-01-17 10:30:26 -08:00
  • 1150303f77 update history rick 2011-01-17 10:21:22 -08:00
  • d0a8b66607 Merge branch 'master' of https://github.com/sleeplessgeek/gollum into sleeplessgeek-master rick 2011-01-17 10:18:13 -08:00
  • a9d4e117aa fix markup formatting edge case rick 2011-01-17 10:17:14 -08:00
  • feff07ae9c Merge branch 'org-mode-file-links' of https://github.com/hugoduncan/gollum into hugoduncan-org-mode-file-links rick 2011-01-17 10:12:50 -08:00
  • e77cba96fd add git test fixture for page_file_dir tests rick 2011-01-17 10:08:58 -08:00
  • f6f8428daf merge page-file-dir_option branch rick 2011-01-17 10:05:21 -08:00
  • 11fcf0c784 fix whitespace, remove old no_follow code (nokogiri to the rescue) rick 2011-01-17 09:09:00 -08:00
  • ca2aaa543a Merge branch 'mediawiki_fixups' of https://github.com/qmx/gollum into qmx-mediawiki_fixups rick 2011-01-17 09:06:00 -08:00
  • a1876ccd7a Fixed formatting mistake (auto-wrap in vim) Nathan Long 2011-01-14 13:59:03 -05:00
  • dda8a7374f Clarified a couple of points in the documentation Nathan Long 2011-01-14 13:55:49 -05:00
  • e2a4514be5 add the ability to revert whole commits that touch multiple files rick 2011-01-13 15:50:35 -08:00
  • 002fe8d409 add method for getting the reverse diff without a page path rick 2011-01-13 13:32:15 -08:00
  • 710741813b upgrade to grit ~2.4.0 to take advantage of Grit::Process rick 2011-01-13 13:22:36 -08:00
  • daa07326df docs for some of the diffing methods rick 2011-01-13 13:21:14 -08:00
  • 9a4e2e39a8 update albino to 1.2.3, handle bad code blocks gracefully rick 2011-01-12 15:00:58 -08:00
  • 0a1ecde7b6 typo Douglas Campos 2011-01-12 01:00:01 -02:00
  • 2dbb4e9fa7 fixed mediawiki link handling Douglas Campos 2011-01-11 23:57:22 -02:00
  • e4103e6181 testing link labeling current behavior Douglas Campos 2011-01-11 22:50:59 -02:00
  • c5e4935e85 tweak code markup parser so that blocks without a language are just output in pre tags rick 2011-01-11 00:47:46 -08:00
  • 45765eb161 add proper shell escaping for Albino rick 2011-01-11 00:30:22 -08:00
  • 86ff1766b4 1.1.1 bump v1.1.1 rick 2011-01-11 00:56:19 -08:00
  • 26624b70bd tweak code markup parser so that blocks without a language are just output in pre tags rick 2011-01-11 00:47:46 -08:00
  • fc84a4e989 add proper shell escaping for Albino rick 2011-01-11 00:30:22 -08:00
  • 992ec36295 accidental removal rick 2011-01-11 00:04:38 -08:00
  • 41a21efe9f don't attempt to serve public assets from sinatra rick 2011-01-10 16:44:20 -08:00
  • 0fd639a149 whitespace plugin rick 2011-01-10 16:44:07 -08:00
  • 32d1f9eb2f Add parsing of org-mode [[file:path.org][label]] links Hugo Duncan 2011-01-07 23:59:36 -05:00
  • cc85879810 Don't short circuit now eston 2011-01-04 17:15:13 -08:00
  • 74a58ce8b5 Turn off debug mode in editor by default eston 2011-01-04 17:10:42 -08:00
  • a93a2fb53d Merge branch 'master' of github.com:github/gollum eston 2011-01-04 13:49:16 -08:00
  • ea49ef806b Fail nicely with a malformed language definition, play by Crockford's rules Eston Bond 2011-01-03 16:48:42 -08:00
  • 21332010ab new textmate whitespace killa rick 2011-01-03 15:52:27 -08:00
  • f7b7d0d965 add mediawiki support rick 2011-01-03 15:52:13 -08:00
  • 87da1eaa6d apparently gemfile.lock is baddd rick 2011-01-03 14:54:51 -06:00
  • 4fa3951718 fix tests for normalize_dir rick 2010-12-31 12:30:23 -06:00
  • 6ffff4e586 Merge branch 'master' of https://github.com/jondot/gollum into jondot-master rick 2010-12-31 12:25:48 -06:00
  • e641f69589 add test for BlobEntry.normalize_dir rick 2010-12-31 12:25:18 -06:00
  • 096edd20da fixing dir normalization under windows jondot 2010-12-31 19:21:54 +02:00
  • 491eee7ebd each test file that clones a repo gets its own repo path rick 2010-12-21 10:37:04 -08:00
  • 58a680ab6d Merge branch 'master' of git://github.com/github/gollum Eston Bond 2010-12-21 02:36:43 -08:00
  • d0a4fcb7cd Merge branches 'redesign' and 'master' Eston Bond 2010-12-21 02:34:48 -08:00
  • ed38357ac8 Reset type size for syntax highlighting Eston Bond 2010-12-21 02:33:57 -08:00
  • 3a6d98aa37 Fix font size in sidebar Eston Bond 2010-12-21 02:33:20 -08:00
  • 9004e21d93 Goodbye, scratch directory Eston Bond 2010-12-13 14:35:05 -08:00
  • 8b032f03f2 Adding absent link color Eston Bond 2010-12-13 14:34:44 -08:00
  • 87be3ff414 Fix line heights of captions Eston Bond 2010-12-13 14:27:22 -08:00
  • 55aaa5ee08 Fix deprecated style classes Eston Bond 2010-12-13 14:25:43 -08:00
  • d934ed9d80 Fix checkbox selector Eston Bond 2010-12-13 14:07:48 -08:00
  • 6a60bd9544 Put revert action where it should be Eston Bond 2010-12-13 13:58:01 -08:00
  • 32b938905e better html structure for the compare action menu rick 2010-12-09 18:26:27 -08:00
  • 0f15a05ee6 search page has no edit/history links rick 2010-12-09 18:23:47 -08:00
  • 17a57b8071 show appropriate error message when revert wont apply rick 2010-12-09 18:11:46 -08:00
  • d0475a45ed add revert button, omg its fugly rick 2010-12-09 18:06:11 -08:00
  • 19ef3710c3 fix compare view if there is no diff between 2 versions rick 2010-12-09 17:29:14 -08:00
  • 8769e3475b it does not assume you want to revert the parent of the first sha when reverting 2 shas rick 2010-12-09 17:21:09 -08:00
  • 979d89a23f add revert action rick 2010-12-09 17:19:18 -08:00
  • 1875eef8f6 update frontend tests to use sample 'revert' repo rick 2010-12-09 17:00:52 -08:00
  • 79a1fb860d add ability to change footer and sidebar of page rick 2010-12-09 16:49:03 -08:00
  • 6edd327ff0 refactor page update logic rick 2010-12-09 16:29:43 -08:00
  • 511b62c5ab add page rename test rick 2010-12-09 16:29:18 -08:00
  • 0b37597834 helps if the test has some kind of assertion rick 2010-12-09 16:22:37 -08:00
  • ff1c8868dc add duplicate page test rick 2010-12-09 16:20:34 -08:00
  • f5480c21d2 fix previews rick 2010-12-09 16:15:28 -08:00
  • 2c8be3d95b add tests for creating/updating wikis, fix page name bug along the way rick 2010-12-09 16:11:12 -08:00
  • aeb90c6293 use expand_path so ruby doesnt load helper.rb twice rick 2010-12-09 13:58:51 -08:00
  • 8946d098f9 fix the page editor to show footer/sidebar content rick 2010-12-09 13:31:51 -08:00
  • f222bbcbac extract page revert tests to a separate file rick 2010-12-09 13:31:22 -08:00
  • 319fb4dc3f Add code block styling (for syntax highlighter) Eston Bond 2010-12-08 16:36:59 -08:00
  • 8022208c47 Add syntax highlighting to template Eston Bond 2010-12-08 16:35:59 -08:00
  • d7daa331bd Change revert nomenclature to reset Eston Bond 2010-12-08 16:33:45 -08:00