Commit Graph

225 Commits

Author SHA1 Message Date
Eston Bond 00a934b85d Abstracting Dialog out of editor 2010-11-12 13:37:59 -08:00
Eston Bond 1a2ba11abe Meh, whitespace 2010-11-11 16:21:53 -08:00
Eston Bond ba35b2249c Hide MathJax loading messages 2010-11-11 16:15:43 -08:00
Eston Bond 530700932f Adding to Pod 2010-11-11 16:15:04 -08:00
Eston Bond 4afc7dce64 Fix nodeSelector bug where out-of-range node is selected 2010-11-11 16:14:29 -08:00
Eston Bond 8b0590ff8e Reintegrate MathJax 2010-11-10 17:26:12 -08:00
Eston Bond a9ea80f430 Commenting is wrong 2010-11-10 17:10:02 -08:00
Eston Bond 24e1305fe4 Basic Pod definition file 2010-11-10 17:09:30 -08:00
Eston Bond 6d11f1bc85 Adding basic rdoc editor definition 2010-11-10 17:00:17 -08:00
Eston Bond c04d22675b Don't select checkboxes between ranges 2010-11-10 15:06:07 -08:00
Eston Bond a37272d4e5 Select revision ranges instead of individual revisions 2010-11-10 15:00:08 -08:00
Eston Bond e019a38621 Fix CSS bug where long commit messages break checkbox padding 2010-11-09 19:36:30 -08:00
Eston Bond d6d4e8b26a Getting edit/create flows working, changing flag names 2010-11-09 19:33:50 -08:00
Eston Bond 6a3522c0be Add error page CSS 2010-11-09 19:28:16 -08:00
Eston Bond fcbb54772b Recursion problem fixed 2010-11-09 19:26:50 -08:00
Eston Bond 404ec5935e Adding error page 2010-11-09 18:45:42 -08:00
rick b9aad7e2c9 Merge branch 'master' of github.com:eston/gollum into eston 2010-11-09 14:16:41 -08:00
rick 39d16b8c43 Merge branch 'text_data_method' of https://github.com/hiroshi/gollum into hiroshi-text_data_method 2010-11-09 12:19:29 -08:00
rick 3b94a6723c integrate Sanitization class 2010-11-09 12:07:54 -08:00
Eston Bond 34b75c2a60 Changing display of page title depending on edit/create state 2010-11-08 14:48:04 -08:00
Eston Bond 46104dcb83 Fixing some CSS bugs 2010-11-08 14:34:52 -08:00
Eston Bond 83e5c7fe5d Fixing sprite BG 2010-11-08 14:03:39 -08:00
Eston Bond bc00c0f2ae Adding footer and sidebar fields to editor 2010-11-08 13:57:48 -08:00
rick 740ed4362b only allow <a> to have href and <img> to have src 2010-11-05 16:46:44 -07:00
Eston Bond 055e80bbee Build a rudimentary placeholder engine into the editor 2010-11-04 17:06:46 -07:00
Eston Bond a24d1ca78e Adding history field 2010-11-04 16:47:20 -07:00
Eston Bond a1c6829cfc Added title field for create page 2010-11-04 16:27:53 -07:00
Eston Bond ca5bf8b31e Beginning of gollum redesign 2010-11-04 14:10:58 -07:00
Tom Preston-Werner 74b7248334 Use @wiki.page_class in Gollum::Markup where appropriate. Fixes #63. 2010-10-28 15:15:34 -07:00
Tom Preston-Werner 996f81d63d Release 1.1.0 2010-10-28 12:18:27 -07:00
7rans ac1d1c47e2 fix misspelling of sanitization 2010-10-27 14:20:33 -04:00
7rans 3e8d2773be allow deactivation of sanitization 2010-10-27 14:17:24 -04:00
7rans 26df05374c provide customizable sanitization 2010-10-27 14:04:26 -04:00
Marko Anastasov 16ef859073 Ignore case when matching image paths.
Otherwise images with file extensions in caps don't get rendered.
2010-10-12 12:07:07 +02:00
rick e7b1265873 Gollum::Wiki#size returns 0 if the repo is invalid or empty 2010-10-11 17:40:09 -07:00
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 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 cc929bbc56 tomdoc'd 2010-09-30 15:36:14 -07:00
rick 05a7b4c06c Allow users to pass anchors to page links.
http://github.com/github/gollum/issues/\#issue/21
2010-09-30 15:32:02 -07:00
rick 4b313944fe merge 2010-09-30 14:22:18 -07:00
rick 9786f5f347 Merge branch 'master' into special-chars-in-page-names 2010-09-30 14:02:39 -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 d51f42e647 theres no blank? in ruby 2010-09-13 15:49:10 -07:00
rick 430436ce8d handle non strings passed to Page.cname 2010-09-13 15:48:54 -07:00
rick e774ceaf1f dont bomb when trying to find a page with a blank name 2010-09-12 20:04:21 -07:00
rick 42bd6c221a invalid shas return empty treemaps 2010-09-03 10:59:30 -07:00
Paul Baumgart 50e9a42503 fix documentation for Wiki.size 2010-09-02 20:30:13 -07:00
Paul Baumgart 5fcb5d971a Add support for RFC 1738 special characters in page names.
Escape all links and redirects to support this. Some changes to app.rb
necessary for correct routing by Sinatra.
2010-09-01 22:02:19 -07:00
Jon Frisby e9239050e0 Properly handle pages that exist in sub-dirs in search results 2010-08-31 10:48:10 +02:00