Commit Graph

31 Commits

Author SHA1 Message Date
risk c0bf387cb4 requiring gollum doesnt require the load path to be set to the lib directory ahead of time (good for rake console) 2011-07-21 15:27:34 -07:00
rick 748d76dff1 Release 1.3.0 2011-04-25 20:59:57 -04: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
rick 2523b4e849 Release 1.2.0 2011-03-31 14:44:45 -07:00
rick aae9eb1883 refactor wiki commit logic into Gollum::Committer class 2011-01-19 05:16:16 -08:00
rick 0b8bc597a7 merge latest tweaks to master 2010-11-09 12:39:28 -08:00
rick 3b94a6723c integrate Sanitization class 2010-11-09 12:07:54 -08:00
rick 740ed4362b only allow <a> to have href and <img> to have src 2010-11-05 16:46:44 -07:00
Tom Preston-Werner 996f81d63d Release 1.1.0 2010-10-28 12:18:27 -07:00
7rans 26df05374c provide customizable sanitization 2010-10-27 14:04:26 -04:00
rick 62c4b795be add basic GitAccess class 2010-10-11 16:58:46 -07:00
rick 4dbe3ea844 ensures rel="nofollow" is added to all anchors if a page is retrieved with a SHA 2010-09-30 17:19:37 -07:00
rick 7e2b1fdbc6 Wiki#tree_map_for returns an array of BlobEntry instances 2010-08-30 17:31:19 -07:00
rick c69a5f80dd prevent Gollum::Wiki instances from creating new pages that overwrite pages with the same name. 2010-08-16 07:56:46 -07:00
Chris Hoffman 4e3b4e23da Ruby 1.9 compatibility
* Adds current directory to load path for tests because 1.9 does not
* Aliases String#lines to String#to_a under 1.8 to match 1.9 behavior
* Sets encoding magic comment in test file with characters outside ascii
* Require 'ostruct' explicitly

This depends on a patch to Grit to have full functionality through the
whole stack.
2010-08-14 21:37:00 +00:00
Tom Preston-Werner 2a905cedc9 Release 1.0.1 2010-08-12 16:04:51 -07:00
Tom Preston-Werner 541b58af8f Release 1.0.0 2010-08-12 12:56:58 -07:00
Tom Preston-Werner e4fa888c38 Implement simple history. 2010-08-02 18:15:41 -06:00
Tom Preston-Werner 5f7685d5fd Sanitize HTML output. 2010-07-08 18:31:16 -07:00
rick 6f4ae420a2 add pagination for getting log entries from wikis 2010-07-05 18:34:18 -07:00
Tom Preston-Werner a6079f3abd code highligting 2010-04-20 13:39:37 -07:00
Tom Preston-Werner 0b848d720c Gollum.canonical_name -> Page.cname 2010-04-19 17:07:10 -07:00
Tom Preston-Werner 9d29ec6485 pull out markup to its own class 2010-04-17 22:56:16 -07:00
Tom Preston-Werner 9307900b09 add Gollum::File 2010-04-11 12:53:03 -06:00
Tom Preston-Werner 9b412d200b return Grit::Commit objects instead of Gollum::Version 2010-04-11 12:30:45 -06:00
Tom Preston-Werner 6c1b65158a implement Page.version 2010-04-11 11:32:09 -06:00
Tom Preston-Werner c37204e42a move formatted vs raw into Page 2010-04-10 11:29:57 -06:00
Tom Preston-Werner a328e15dc3 ensure filename has an allowed extension 2010-04-08 16:31:28 -07:00
Tom Preston-Werner 3ff115048d start work on formatted_page 2010-04-08 16:20:05 -07:00
Tom Preston-Werner c8d9b351e2 stub of Repo#formatted_page 2010-04-07 17:16:02 -07:00
Tom Preston-Werner c1abbec2f1 initial library setup 2010-04-07 00:41:50 -07:00