Commit Graph

600 Commits

Author SHA1 Message Date
Chris Roos 3d591b49cb Updated the gemspec.
Commit df505a7289 removed ruby1.8.rb but it was still included in the gemspec which caused Bundler to complain about an invalid Gemspec.

*NOTE* There are five test failures when running 'rake'.  I checked out the last commit before Tom's change (d3594f6652) and that also has these five failures so I'm happy that we didn't introduce them.
2011-04-15 15:54:35 +01:00
Tom Ward df505a7289 ruby1.8 compatibility isn't required to run gollum using ruby 1.8.7
The sanitize gem requires 1.8.7 or later, so compatibility with earlier versions is moot
2011-04-12 15:23:23 +01:00
Tom Clark d3594f6652 Added 'All Pages' route and view 2011-04-09 14:09:36 -07:00
rick ad561226b9 merrrge 2011-03-31 15:11:24 -07:00
rick 2523b4e849 Release 1.2.0 v1.2.0 2011-03-31 14:44:45 -07:00
rick 9a96d76099 Merge branch 'bugfixes' of https://github.com/philc/gollum into philc-bugfixes 2011-03-31 14:35:54 -07:00
rick e0494a6321 fix tests 2011-03-10 11:06:18 -08:00
rick 45a300c6bc add gollum-{{format}}}-content class names to rendered wiki body divs 2011-03-10 10:54:32 -08:00
rick 32a33e0c15 update to albino v1.3.2 2011-03-10 10:33:35 -08:00
rick ecb44b50e1 use Albino::Multi 2011-03-03 16:28:13 -08:00
rick 83c0dbaaf2 update to albino v1.3.0 2011-03-03 15:22:46 -08:00
rick f8b25f44f7 i think ruby 1.9 needs this. can't live without
it.
2011-03-03 15:22:31 -08:00
eston aabed7a6cc Add absent links for wiki 2011-03-03 13:48:13 -08:00
eston 2468aa9350 Stop this font scaling madness 2011-03-02 18:17:25 -08:00
eston 234f248b17 More fixes 2011-03-02 18:09:24 -08:00
eston d87750c39d Fix up sidebar conditional 2011-03-02 17:56:34 -08:00
eston 175408e6bd Tweak definition lists some more 2011-03-02 17:32:42 -08:00
eston 56408bdaa4 Move editor stuff to same directories as GitHub to keep from URI confusion 2011-03-02 17:28:32 -08:00
eston 118e0df2c3 Gollum-specific image styles 2011-03-02 17:14:54 -08:00
eston 59eaae8e73 Gollum-specific framed images, table styles 2011-03-02 16:46:33 -08:00
eston d0900520a3 Org-mode generates invalid lists 2011-03-01 23:46:41 -08:00
eston 385b56bf77 Fix up line endings on headers 2011-03-01 23:45:03 -08:00
eston 3bc1e8513e definition lists 2011-03-01 19:30:10 -08:00
eston 5c95264192 Clean up readability and typography in Gollum wikis 2011-02-28 17:24:47 -08:00
eston c73a6b0045 Merge branch 'master' of git://github.com/github/gollum 2011-02-28 17:10:51 -08:00
Tom Clark 8403868ac3 Test that wikis can write to different branches in isolation 2011-02-22 00:12:32 -05:00
Tom Clark a1d760df1e Write pages to the proper branch 2011-02-21 23:32:27 -05:00
philc e4d63ec8a2 Make the search case insensitive 2011-02-10 11:16:35 -08:00
philc a0ba81c763 Fix a bug where each time the editor is loaded, all of its existing content is indented by two spaces.
Must've been caused by some markup restructuring.
2011-02-10 11:16:35 -08:00
Caleb Spare d76a40b1a8 [Frontend] Small fix (no change in functionality) based on technoweenie's CR. 2011-02-09 16:33:51 -08:00
Caleb Spare db3d534ee5 [Frontend] Fixed bug that gave a bad redirect on page edit. 2011-02-09 13:33:31 -08:00
eston fb240fa79e Fix Org-mode mismatched quotes; clean up syntax 2011-02-03 15:09:27 -08:00
Puneeth Chaganti c088cc0617 Add help for the use of tables in org-mode 2011-02-03 16:32:43 +05:30
Puneeth Chaganti 2648e75328 Remove references to Markdown 2011-02-03 05:11:13 +05:30
Puneeth Chaganti 46d70e0492 Add support for Org-mode to the new editor 2011-02-03 03:22:35 +05:30
rick 732e8a9361 fix bug where relative images in previews did not render 2011-01-27 16:34:29 -08:00
Randy Merrill e3950d52c1 Removing the ref as an argument to the Committer#parents and just using the @wiki.ref.
Updated the test to reflect the change and to test creating a wiki with a custom ref returns the correct parent for the `Committer#parents`.
2011-01-27 13:59:39 -08:00
Randy Merrill 7427ddd900 Adding some tests to test that the commiter can retrieve parents that are not the same as the wiki ref.
Also testing that the default wiki ref works without passing a ref.
2011-01-27 13:00:54 -08:00
Randy Merrill 364b2b85ae Moving the ref to be an argument to the parents that defaults to the @wiki.ref 2011-01-27 12:46:29 -08:00
Randy Merrill a71ab7c418 Changing from using branch as the variable to using ref. 2011-01-27 11:38:48 -08:00
Randy Merrill 2bb1937fa9 Fixing the docs for the default branch. 2011-01-27 11:29:21 -08:00
Randy Merrill 3c44205be7 Adding the logic to accept a command line flag for the branch to use to retrieve pages. 2011-01-27 11:24:15 -08:00
Brian Lopez f708dc7002 fix bug due to the way Array#to_s works in 1.9 2011-01-20 15:06:21 -08:00
rick feef486f63 add wikicloth as a dev gem dep 2011-01-20 14:37:35 -08:00
rick a78964ae30 upgrade to sanitize 2.0 2011-01-20 14:14:40 -08:00
rick 8ddb781588 yield the created SHA1 in the after_commit callback 2011-01-19 05:51:16 -08:00
rick 2b1510af11 edit a page, sidebar, and footer all in one commit 2011-01-19 05:20:58 -08:00
rick aae9eb1883 refactor wiki commit logic into Gollum::Committer class 2011-01-19 05:16:16 -08:00
eston 05b53462df Fix backreferencing/replacement issues
Add in a way to short-circuit missing language definitions
2011-01-18 23:08:08 -08:00
eston 56bd0b9757 Merge branch 'master' of github.com:github/gollum 2011-01-18 22:59:51 -08:00