Commit Graph

32 Commits

Author SHA1 Message Date
Hiroshi Saito dc7693dbd0 FIX: Sanitize.clean raise Encoding::CompatibilityError if a page contains non ASCII-7 characters 2010-10-08 23:39:18 +09:00
rick dd7dddddcf Revert "Gollum::Wiki#pages come back sorted by title, not permalink or the default ordering from git ls-tree."
This reverts commit e37a8b9da4.
2010-10-06 13:17:47 -07:00
rick e37a8b9da4 Gollum::Wiki#pages come back sorted by title, not permalink or the default ordering from git ls-tree. 2010-09-16 09:16:42 -07:00
rick bf37f44970 pull default name/email for commits from wiki repo's git config 2010-08-30 18:11:03 -07:00
rick 847e6c00a4 Merge branch 'master' of github.com:github/gollum 2010-08-30 18:04:36 -07:00
rick ba18cbebe8 more tree_map tests 2010-08-30 17:56:03 -07:00
rick 646c8e21b2 Add Wiki#size to efficiently count pages without loading them. 2010-08-30 17:52:20 -07:00
rick 7e2b1fdbc6 Wiki#tree_map_for returns an array of BlobEntry instances 2010-08-30 17:31:19 -07:00
Tom Preston-Werner db1ccc4525 DRY up test commit details. 2010-08-30 16:38:01 -07:00
Tom Preston-Werner dddb73672a Minor readme typo and various whitespace fixups. 2010-08-30 16:38:01 -07:00
Tom Preston-Werner 94f05b0796 Update working dir (if present) when edited via the API. Closes #6. 2010-08-30 16:37:59 -07:00
rick 068a902a00 don't modify path names in cached wiki treemaps 2010-08-24 11:47:02 -07:00
rick cc3d9529cc add a cached Wiki#tree_map_for method 2010-08-24 11:24:49 -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
rick ee04dd84aa normalize commit hashes so they at least show 'anonymous' if no git user is set. 2010-08-16 07:36:32 -07:00
rick 1e96ce6e1e Track a page's versions across renames 2010-08-04 15:57:37 -07:00
rick 760d9c1640 Wiki#update_page takes a name parameter for renames 2010-08-02 15:39:04 -07:00
rick f0b22390fb Change Page#name to Page#filename, and add extension-less Page#name 2010-08-02 15:32:05 -07:00
Tom Preston-Werner 206c8b0712 Implement Wiki#preview_page. 2010-07-31 14:29:54 -04:00
Tom Preston-Werner 1af9898b4d Implement Page#title. 2010-07-22 15:31:58 -07:00
rick 6bd375de2e Wiki#pages only returns pages 2010-07-14 12:26:51 -07:00
Tom Preston-Werner 90ba8476b2 Allow changine of format in Wiki#update_page. 2010-07-13 15:31:50 -07:00
Tom Preston-Werner 2e49f2c9e7 Minimal working frontend. 2010-07-07 00:29:51 -07:00
rick 6f4ae420a2 add pagination for getting log entries from wikis 2010-07-05 18:34:18 -07:00
rick e0f90982b0 add Gollum::Wiki#pages 2010-07-01 16:32:08 -07:00
rick 4fe728b38a add Gollum::Wiki#exist? 2010-06-21 15:22:21 -07:00
Tom Preston-Werner 63099ec5c0 delete_page 2010-04-20 18:19:54 -07:00
Tom Preston-Werner 5f037e5e47 fix index clobbering and tighten some stuff up 2010-04-19 10:51:52 -07:00
Tom Preston-Werner 2b701ec675 implement Wiki#update_page 2010-04-16 12:50:10 -04:00
Tom Preston-Werner 9d743ba341 implement Wiki#write_page 2010-04-13 14:54:40 -04:00
Tom Preston-Werner 0aa67bb508 make coverage task work 2010-04-08 16:39:42 -07:00
Tom Preston-Werner 3ff115048d start work on formatted_page 2010-04-08 16:20:05 -07:00