Vicent Martí
adc3abe82a
Update README
2012-04-12 22:59:44 +02:00
bootstraponline
00b6f5c3fb
Add desc to tasks so they show up in rake -T.
2012-04-12 13:58:57 -07:00
Vicent Martí
b5a2a8df67
Keep a MarkupGFM class for compatibility reasons
2012-04-12 22:54:45 +02:00
Vicent Martí
0cc4c9f2c2
Remove the GFM parser; it makes no sense
...
The new versions of GitHub::Markup will automatically render GFM for
Markdown documents if the necessary gems are installed.
2012-04-12 22:54:11 +02:00
Vicent Martí
7317a9ba2d
Allow indented code blocks in Gollum syntax
2012-04-12 22:52:08 +02:00
Corey Donohoe
d6a4009989
nuke whitespace
2012-04-10 18:38:04 -07:00
Corey Donohoe
8ee52e7d05
cleanup whitespace
2012-04-10 18:26:13 -07:00
Corey Donohoe
b9a970a19a
minor css fixups from github's internal copy
2012-04-10 18:25:09 -07:00
Corey Donohoe
bee93eade1
release 1.4.0
2012-04-10 18:15:39 -07:00
Corey Donohoe
5d157eea54
update what changed in this release
2012-04-10 18:15:00 -07:00
Corey Donohoe
28b494c913
Merge remote-tracking branch 'andrew0/editor_hooks'
2012-04-10 17:50:02 -07:00
Corey Donohoe
817f189154
be a little more rubyish
2012-04-10 17:40:47 -07:00
Corey Donohoe
0bfa049778
Merge remote-tracking branch 'origin/master' into websequencediagrams
...
Conflicts:
README.md
lib/gollum.rb
lib/gollum/markup.rb
2012-04-10 17:37:48 -07:00
Corey Donohoe
8745314ad8
Merge pull request #281 from muzuiget/master
...
Fix searchbar position and button appearance
2012-04-10 17:11:19 -07:00
Corey Donohoe
846d6d62c7
Merge pull request #257 from hulihanapplications/default-editor-markup
...
Make default markup changeable through sinatra settings
2012-04-10 17:10:12 -07:00
Corey Donohoe
c625440161
Merge pull request #249 from ChrisCauser/master
...
Fix spaces in filenames breaking redirect with Sinatra 1.3.1
2012-04-10 16:10:02 -07:00
Corey Donohoe
aa544f03fb
Merge pull request #166 from arr2036/mediawiki_compat
...
Gollum doesn't play nice with un-canonicalized filenames, and breaks offsite links when replacing mediawiki
2012-04-10 16:04:09 -07:00
bootstraponline
8d42c06fb0
Remove MathJax.
2012-04-10 15:59:05 -07:00
Corey Donohoe
4480ff0520
update the gemspec to reflect mathjax being gone
2012-04-10 15:55:30 -07:00
Corey Donohoe
eed9b2695a
Merge branch 'master' into code_with_multibyte
...
Conflicts:
lib/gollum/markup.rb
test/test_markup.rb
2012-04-10 15:49:37 -07:00
Corey Donohoe
337a9b180e
Merge remote-tracking branch 'xdite/highlight-utf8'
2012-04-10 15:27:46 -07:00
Corey Donohoe
66a6ee97f0
Merge pull request #273 from polarblau/code_block_ascii_bug
...
Added test for ASCII characters in code blocks created with back ticks.
2012-04-10 15:26:31 -07:00
Corey Donohoe
26d5abe7a5
Merge pull request #264 from github/remove_contents
...
remove contents of script and style elements
2012-04-10 15:26:00 -07:00
Corey Donohoe
bf8246c705
minor api updates
2012-04-10 15:21:34 -07:00
Corey Donohoe
73cd25b05f
Merge remote-tracking branch 'origin/master' into xdite-merge
...
Conflicts:
lib/gollum/markup.rb
2012-04-10 15:16:13 -07:00
Corey Donohoe
c5cc6905de
Merge pull request #283 from dentarg/master
...
Serve Gravatars via SSL
2012-04-10 15:06:30 -07:00
Patrik Ragnarsson
7b0a714e1f
Serve Gravatars via SSL.
2012-03-17 19:06:11 +01:00
muzuiget
b47d83a7f2
Fix searchbar position and button appearance
2012-03-04 17:57:31 +08:00
Polarblau
5f4d312b8e
Added test for ASCII characters in code blocks created with back ticks.
2012-02-07 12:52:06 +02:00
Jesse Newland
be4c52202c
remove contents of script and style elements
...
Avoids rendering HTML-ized CSS and/or Javascript by removing the
contents of script and style elements as well as the elements
themselves.
/cc @technoweenie
Pull Request: master
2012-01-08 22:07:33 -05:00
Dave Hulihan
4e9111976e
Make default markup changeable through sinatra settings
2011-12-22 20:20:03 -07:00
rick
5163f11ecb
allow ftp and irc protocol links in wiki pages
2011-12-22 09:30:27 -07:00
xdite
5a1d5fa4f0
syntax highlight should with utf-8
2011-12-21 15:18:12 +08:00
Chris Causer
d389390523
Escape names on page create redirect
2011-12-14 13:10:44 +00:00
Chris Causer
5a661fdacc
Add tests for escaped characters in title
2011-12-14 13:07:13 +00:00
Vicent Marti
bd6dfcd51c
Merge branch 'drop-redcarpet' of github.com:github/gollum into drop-redcarpet
2011-12-07 19:10:43 +01:00
Vicent Marti
8014486fd8
XHTML is dead
...
Do not enforce the XHTML conversion for Wiki pages. HTML is cool!
2011-12-07 18:57:07 +01:00
Vicent Marti
654b5b176b
Bump GitHub::Markup dependency
2011-12-07 16:54:35 +01:00
Vicent Marti
af09f99c8a
Fix newline tests in code blocks
2011-12-07 13:02:54 +01:00
Vicent Marti
108876d9a1
Do not assume Markdown output is XHTML
...
Self-closing tags are bad for your health.
2011-12-07 12:34:59 +01:00
Vicent Marti
1eb65caff4
Remove dependency on Redcarpet
...
Now Gollum does all its Markdown processing through GitHub::Markup; if
you require a custom Markdown renderer using Redcarpet or another
library, you can hot-load it from your own code base:
Gollum::Wiki.markup_classes[:markdown] = YourRedcarpetRenderer
2011-12-07 12:12:02 +01:00
xdite
7924e8c9a9
compatible with RedCarpet 2.0+
2011-12-01 19:26:14 +08:00
Joshua Peek
101f43947f
Merge pull request #222 from github/server-side-tex
...
Render Tex on Server
2011-11-29 08:46:45 -08:00
Joshua Peek
68a0ead0c5
Use posix-spawn for tex shell out
2011-11-29 09:47:32 -06:00
Joshua Peek
3d119c0d5d
Depend on posix-spawn
2011-11-29 09:35:27 -06:00
Joshua Peek
f3e8cbf41d
Requires ghostscript too
2011-11-28 16:45:29 -06:00
Joshua Peek
f0fa42a50e
Fix error check order
2011-11-28 16:41:03 -06:00
Joshua Peek
a20fd4fdcf
Raise Tex::Error
2011-11-28 13:53:36 -06:00
Joshua Peek
32fb1cdb23
Better tex errors
2011-11-28 13:49:42 -06:00
Joshua Peek
ac24213d53
Link to tex image at wiki base path
2011-11-28 13:41:43 -06:00