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
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
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
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
Joshua Peek
fa20343253
Remove MathJax from README
2011-11-28 13:36:42 -06:00
Joshua Peek
f4d70d3748
Remove other mathjax support
2011-11-28 13:35:53 -06:00
Joshua Peek
b311730c7c
Remove MathJax
2011-11-28 13:34:11 -06:00
Joshua Peek
3cba98fee6
Merge branch 'master' into server-side-tex
2011-11-28 13:21:46 -06:00
Arran Cudbard-Bell
7c799323a5
Add additional tests to verify that existing filenames are processed properly and not cannonicalized
2011-11-24 11:07:27 +01:00
Arran Cudbard-Bell
6926746624
Do not re-canonicalize names referring to existing page files when updating format extensions
2011-11-24 11:07:27 +01:00
Arran Cudbard-Bell
af7a52970f
Repository page files with spaces, will now match using urls with hyphens, underscores and urlencoded spaces. This is for compatibility with mediawiki conversions.
2011-11-24 11:07:27 +01:00
rick
5ce3886651
Merge pull request #237 from bootstraponline/master
...
Update Gollum CSS based on GitHub's production CSS
2011-11-22 12:50:15 -08:00
bootstraponline
0bc883ee29
Update CSS based on GitHub's production Gollum CSS.
2011-11-22 10:56:10 -07:00
Joshua Peek
cc96786ac0
Fix Wiki XSS vuln
2011-11-15 15:29:05 -06:00
hibariya
5b84ecf372
ruby1.8 compatibility
2011-11-12 11:32:54 +09:00
hibariya
620926c379
add encoding option
2011-11-12 11:23:04 +09:00
Joshua Peek
7a4e57a49d
Fix Tex tests
2011-10-24 15:54:40 -05:00
Joshua Peek
cdca60ff1b
Remove test document
2011-10-24 15:52:48 -05:00
Joshua Peek
604f88939e
Render tex formulas to images
2011-10-24 15:50:02 -05:00
Joshua Peek
95a7d33848
2011-10-24 15:10:23 -05:00
rick
39e06e48bd
Merge pull request #217 from phlipper/fix-sinatra-api-warning
...
set :public_folder in frontend app instead of :public
2011-10-22 01:58:13 -07:00
Phil Cohen
9246c1443f
set :public_folder in frontend app
...
:public is no longer used to avoid overloading
Module#public, use :public_folder instead
2011-10-21 16:39:15 -07:00
Joshua Peek
d3e358817e
Merge pull request #209 from pal/edit-page-preview-fix
...
Fix edit page preview problems
2011-10-05 06:50:44 -07:00
pal
3682bc8558
Fix preview problems, also see #141
2011-10-05 12:11:09 +02:00