risk
cd4704aed7
prefix name attributes too
2011-08-08 15:02:10 -07:00
risk
82fd4d8b26
update the changelog
2011-08-04 14:18:38 -07:00
risk
08a58b7520
Sanitization#id_prefix can be modified
2011-08-04 14:02:24 -07:00
risk
c7d8026ac5
when extracting the code blocks, use the SHA of the lang code AND contents to uniquely identify the snippet
2011-08-04 13:38:05 -07:00
risk
c7729f81ad
Release 1.3.1
v1.3.1
2011-07-21 16:30:59 -07:00
risk
7e12de0087
tomdoc
2011-07-21 16:19:48 -07:00
risk
c9c7db5a53
add backwards compatible Gollum::Wiki.markup_class
2011-07-21 16:17:09 -07:00
risk
aadbdd8b76
keep the versions of rake in the gemspec and gemfile in sync for cry babies
2011-07-21 16:04:08 -07:00
risk
b2d372ab3c
id attribute transformers should always return a hash or nil
2011-07-21 15:47:00 -07:00
risk
c47a47bc30
disable notifications
2011-07-21 15:43:03 -07:00
risk
ad5ec77f41
smaller #inspect output for wiki and page objects
2011-07-21 15:27:56 -07:00
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
risk
267323c7c3
merge gfm
2011-07-21 15:04:50 -07:00
risk
d9b1ea3d51
track builds in travis-ci
2011-07-21 14:53:05 -07:00
risk
70bf86f561
specify rake gem in gemfile
2011-07-21 14:53:05 -07:00
rick
e1eebb2f75
Merge pull request #182 from schacon/test-fixes
...
Fixing Tests
2011-07-21 14:37:58 -07:00
Scott Chacon
aa258dbe6b
fix test breaking due to new footnote anchor
2011-07-19 12:55:43 -07:00
Scott Chacon
5a7659e1c3
fix tests breaking due to whitespace issues
2011-07-19 12:55:19 -07:00
Scott Chacon
d51a829038
rake is needed to run the tests in dev
2011-07-19 12:54:13 -07:00
Ryan Tomayko
b7ffc4051c
Wiki#tree_list returns an empty array if the ref doesnt resolve
...
Signed-off-by: risk <technoweenie@gmail.com >
2011-07-14 14:35:58 -07:00
risk
bb06b566cd
GitAccess#ref_to_sha should never return a blank string
2011-07-14 14:30:23 -07:00
Vicent Marti
fc6149a171
Bless Gollum with the power of GFM
...
With these changes, the Markdown rendered in Gollum wikis will have the
same quality and safety as the MD we render everywhere else @ GitHub.
This commit also changes the old `markup_class` accessor to
`markup_classes`, allowing users to specify a custom Markup class for
each markup language.
2011-06-21 18:28:28 +02:00
rick
4abc32f1ec
Merge pull request #143 from kashif/patch-1
...
Fixed spelling.
2011-06-20 09:18:22 -07:00
rick
efd734d962
Merge pull request #162 from ttscoff/master
...
Spacing fix for issue #145
2011-06-20 09:17:59 -07:00
rick
8158610587
Merge pull request #164 from arr2036/patches_1.3.0
...
Remove edit button on preview pages
2011-06-20 09:15:38 -07:00
rick
2bb62309be
Merge pull request #157 from nealpoole/master
...
Fixed broken preview functionality
2011-06-20 09:15:23 -07:00
rick
401e41b699
Merge pull request #169 from JoshCheek/fix_page_file_dir_option
...
Fix page_file_dir option
2011-06-07 23:44:51 -07:00
Josh Cheek
3015831d66
fix bug where can't edit pages while using page_file_dir
2011-06-07 22:47:01 -05:00
Josh Cheek
c2919897e2
add test that fails when editing pages while using page_file_dir
2011-06-07 22:45:41 -05:00
Arran Cudbard-Bell
83d6cae53f
Remove edit button on preview pages
2011-05-26 21:35:34 -07:00
Brett Terpstra
7ad54e3c94
Added spacing to allow has-rightbar and has-footer classes to work
2011-05-23 13:12:47 -05:00
Neal Poole
c1fc3a92c0
Fixed broken preview functionality in Gollum.
2011-05-16 17:10:08 -04:00
Aman Gupta
23508d3867
Merge pull request #153 from guilleiguaran/patch-1
...
default_executable= have been deprecated
2011-05-08 22:43:00 -07:00
Guillermo Iguaran
b5cb2e6dd6
default_executable= have been deprecated
2011-05-08 22:38:24 -07:00
rick
1ff486e16c
Merge pull request #146 from schuyler1d/master
...
allow prefixed @id attributes to allow internal linking
2011-05-06 03:51:13 -07:00
Schuyler Duveen
c22050fca8
allow @id attributes but force a "wiki-" prefix
2011-05-04 11:50:38 -04:00
Kashif Rasul
e910dd0ccf
Fixed spelling.
2011-05-02 07:15:11 -07:00
rick
748d76dff1
Release 1.3.0
v1.3.0
2011-04-25 20:59:57 -04:00
rick
2ebed41225
Merge branch 'master' of github.com:github/gollum
2011-04-25 20:47:46 -04:00
rick
86d14fa7ab
Merged pull request #134 from mrjbq7/master.
...
Fixing search box location.
2011-04-25 11:38:01 -07:00
rick
82e31e971a
Merged pull request #136 from freerange/master.
...
Remove redundant 1.8 compatibilty
2011-04-25 11:37:21 -07:00
Chris Roos
3d591b49cb
Updated the gemspec.
...
Commit df505a7289 removed ruby1.8.rb but it was still included in the gemspec which caused Bundler to complain about an invalid Gemspec.
*NOTE* There are five test failures when running 'rake'. I checked out the last commit before Tom's change (d3594f6652 ) and that also has these five failures so I'm happy that we didn't introduce them.
2011-04-15 15:54:35 +01: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
17dcde1f61
fix xss vulnerability in mathjax parsing
2011-04-11 23:29:06 -04:00
John Benediktsson
2a052cae8d
Remove default width of page name header.
2011-04-10 22:28:37 -07:00
Tom Clark
d3594f6652
Added 'All Pages' route and view
2011-04-09 14:09:36 -07:00
rick
ad561226b9
merrrge
2011-03-31 15:11:24 -07:00
rick
2523b4e849
Release 1.2.0
v1.2.0
2011-03-31 14:44:45 -07:00
rick
9a96d76099
Merge branch 'bugfixes' of https://github.com/philc/gollum into philc-bugfixes
2011-03-31 14:35:54 -07:00
rick
e0494a6321
fix tests
2011-03-10 11:06:18 -08:00