2416 Commits

Author SHA1 Message Date
rick c6e2acbf62 history is written by the victors 2010-08-16 17:39:17 -07:00
rick 28a29f49f2 Gollum::Wiki#add_to_tree_map updates pages if a file with the matching name + extension exists 2010-08-16 17:37:53 -07:00
Tom Preston-Werner acdb04ba4e Handle duplicate page error in frontend. Closes #10. 2010-08-16 16:54:01 -07:00
rick dd30a7bdc2 fix markup on framed absolute image urls 2010-08-16 15:49:47 -07:00
rick c7e172f5ca can't access trees as files 2010-08-16 14:57:39 -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
Tom Preston-Werner 763387979a Update history for op4g/1.9_compat. 2010-08-15 11:54:02 -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 8b0c971552 Merge remote branch 'dblugeon/correct_url_markup' 2010-08-14 11:34:18 -07:00
Tom Preston-Werner f4069f1dfb Update history for rgrove/newer-sanitize. 2010-08-14 11:17:41 -07:00
Tom Preston-Werner 3d730295b3 Merge remote branch 'rgrove/newer-sanitize' 2010-08-14 10:57:09 -07:00
rick edcfdfa402 return nil for bad file version 2010-08-13 16:11:37 -07:00
dblugeon 45446f3481 update the source code url of github markup 2010-08-13 18:23:57 +02:00
Tom Preston-Werner 2a905cedc9 Release 1.0.1 v1.0.1 2010-08-12 16:04:51 -07:00
Ryan Grove f159c54dc8 Increase minimum Sanitize version requirement to 1.1.0.
1.0.x versions of Sanitize require Hpricot instead of Nokogiri
and have bugs that may allow non-whitelisted HTML to sneak
through.
2010-08-12 14:18:43 -07:00
Tom Preston-Werner 541b58af8f Release 1.0.0 v1.0.0 2010-08-12 12:56:58 -07:00
rick dfb453c7f9 dont depend on order of the clicked versions 2010-08-12 11:05:43 -07:00
rick f8594b06a6 inaccessibility 2010-08-12 09:52:03 -07:00
rick b4a913ecf3 return found pages to their rightful owner
see https://github.com/github/gollum/commit/39117ae44a5c3d0aaf934e6813ad15813ab49b4c
2010-08-12 09:45:06 -07:00
rick 45de814154 pagination on the history page 2010-08-12 09:38:28 -07:00
rick b118436fa9 accessibility 2010-08-12 09:10:02 -07:00
rick 6649dd4812 bookmarkable compare urls 2010-08-12 09:09:33 -07:00
Tom Preston-Werner 8c09e26fc1 Revise description in readme. 2010-08-05 19:05:54 -06:00
Tom Preston-Werner ca8ab2f374 Strip dashes from page name shown on creation page. 2010-08-05 18:26:21 -06:00
Tom Preston-Werner 10d2f53d40 Polish up page titles. 2010-08-05 18:00:55 -06:00
Tom Preston-Werner af4c2f8002 Remove old, redundant stylesheet. 2010-08-05 16:24:21 -06:00
Tom Preston-Werner 39117ae44a Set version on _Footer files. 2010-08-05 12:33:13 -06:00
Tom Preston-Werner 47ce6d21d7 Fix gemspec dep specs and summary/description. 2010-08-05 12:32:58 -06:00
Tom Preston-Werner 9ae62d8029 Add nowrap to date on history page. 2010-08-05 11:28:14 -07: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 2b1120756b marinate New Page form in edit bar spices 2010-08-04 16:41:24 -07:00
rick 6d2ec96d5c add rename support to the frontend 2010-08-04 16:38:24 -07:00
Tom Preston-Werner 500b697ecb Javascript goodies for History page. 2010-08-04 16:59:19 -06:00
rick 1e96ce6e1e Track a page's versions across renames 2010-08-04 15:57:37 -07:00
Tom Preston-Werner 207b0ccddd Merge branch 'history' 2010-08-04 13:39:55 -06:00
Tom Preston-Werner 54902fa443 Implement compare view. 2010-08-04 13:36:47 -06:00
Tom Preston-Werner e4fa888c38 Implement simple history. 2010-08-02 18:15:41 -06:00
Tom Preston-Werner 17278fcf09 Fix help selection snafu. 2010-08-02 18:03:19 -06:00
rick 760d9c1640 Wiki#update_page takes a name parameter for renames 2010-08-02 15:39:04 -07:00
rick 6609b2d636 tomdocd 2010-08-02 15:34:25 -07:00
rick f0b22390fb Change Page#name to Page#filename, and add extension-less Page#name 2010-08-02 15:32:05 -07:00
rick ed576a88ce tomdoc'd 2010-08-02 11:32:54 -07:00
Tom Preston-Werner db0f747a77 Fix format selection help trigger. 2010-07-31 15:50:34 -04:00
Tom Preston-Werner 9cca26b2a1 Small positioning tweaks for frontend. 2010-07-31 15:34:00 -04:00
Tom Preston-Werner 16d048c804 Fix spelling error in readme. 2010-07-31 14:48:08 -04:00
Tom Preston-Werner 6438d69775 Add preview functionality to frontend. 2010-07-31 14:30:38 -04:00
Tom Preston-Werner 206c8b0712 Implement Wiki#preview_page. 2010-07-31 14:29:54 -04:00
Tom Preston-Werner 4fc446b8a3 Pass port through to gollum executable. 2010-07-29 23:04:35 -04:00
Tom Preston-Werner 46e006272e A few tweaks to the contributors section of the readme. 2010-07-29 22:43:36 -04:00