Commit Graph

23 Commits

Author SHA1 Message Date
rick 430436ce8d handle non strings passed to Page.cname 2010-09-13 15:48:54 -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
rick 8a189d4d53 Gollum::Page#versions sets :follow to false by default, and skips pagination options. 2010-08-05 11:28:00 -07:00
rick 1e96ce6e1e Track a page's versions across renames 2010-08-04 15:57:37 -07:00
Tom Preston-Werner afcaacbdf6 Footers should have a nil #footer. 2010-07-26 16:48:52 -07:00
Tom Preston-Werner 2bc9b2ec86 Implement Page#footer and display footer in frontend. 2010-07-26 16:33:19 -07:00
rick a1db39195c fetching pages from a bad version returns nil 2010-07-23 16:36:49 -07:00
Tom Preston-Werner a5d460636d Make Wiki#page case insensitive. 2010-07-22 16:06:33 -07:00
Tom Preston-Werner 1af9898b4d Implement Page#title. 2010-07-22 15:31:58 -07:00
Tom Preston-Werner 2e49f2c9e7 Minimal working frontend. 2010-07-07 00:29:51 -07:00
Tom Preston-Werner 7f2aa7b77f test Page.cname 2010-04-19 17:11:06 -07:00
Tom Preston-Werner 2e328e6a83 implement File finding 2010-04-11 13:08:16 -06:00
Tom Preston-Werner 769bf89587 implement version-specific page find 2010-04-11 12:40:29 -06:00
Tom Preston-Werner 61076b38b4 implement Page#versions 2010-04-11 12:17:32 -06:00
Tom Preston-Werner e3772b1879 compute directory path of pages 2010-04-11 12:03:31 -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 8132f4c602 add Page#format 2010-04-09 23:02:14 -06:00
Tom Preston-Werner badff21cc4 make Page#data call safe 2010-04-08 16:43:29 -07:00
Tom Preston-Werner 0aa67bb508 make coverage task work 2010-04-08 16:39:42 -07:00
Tom Preston-Werner 0a30b2ffc9 test extension match 2010-04-08 16:35:15 -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