Walter Smith
d98547a33c
Fix lack of CoffeeScript livepreview
...
Pygments calls it coffeescript, but Ace calls it coffee.
2012-10-10 14:20:50 -07:00
Walter Smith
b7cdeabbf6
Catch all Pygments errors
...
An unrecognized language was generating a MentosError rather than a
PythonError. Just catch anything that goes wrong in Pygments.
2012-10-10 14:20:50 -07:00
bootstraponline
be9907a0cc
v2.2.2
v2.2.2
2012-10-04 18:17:24 -06:00
bootstraponline
30f42c50a9
Fix #528
2012-10-04 17:18:47 -06:00
bootstraponline
7cba65b138
Gemnasium is not including all deps.
...
pygments.rb is missing for example. Will restore once Gemnasium has fixed the issue.
2012-10-01 23:50:35 -06:00
bootstraponline
f34a78b336
Proc.new instead of lambda.
2012-10-01 23:45:04 -06:00
bootstraponline
e1942dda03
Merge pull request #513 from bootstraponline/embed_code
...
Embed code. #508 .
2012-10-01 22:36:25 -07:00
bootstraponline
7142e284fa
.call instead of .() for 1.8.7
2012-10-01 23:29:15 -06:00
bootstraponline
3c1c588953
Restore wiki_factory.
2012-10-01 23:23:40 -06:00
bootstraponline
52cc6bae34
Update dependencies.
2012-09-29 13:50:11 -06:00
bootstraponline
955c608115
Update rake.
2012-09-29 13:40:02 -06:00
bootstraponline
2e00cf312c
Merge pull request #524 from osener/patch-1
...
Update org-ruby
2012-09-29 12:17:59 -07:00
Ozan Sener
09bbc144d1
Update org-ruby
...
Fixes #81
2012-09-29 11:19:09 +03:00
bootstraponline
d02b63a434
Fix test.
2012-09-26 00:08:11 -06:00
bootstraponline
9b63c67d8c
Try to fix tests.
2012-09-25 23:57:35 -06:00
bootstraponline
05c4bf3374
Add local file support.
...
Example of absolute path to local file.
```html:/home```
Example of relative path to local file.
```html:home```
1.8.7 string fix. 's'[0..0] instead of 's'[0]
Fix regex.
Add absolute and relative tests.
2012-09-25 23:31:58 -06:00
bootstraponline
424b4d3f4e
Remove debug statements.
2012-09-25 23:31:25 -06:00
bootstraponline
f9a6187fab
Fix undefined method `[]' for nil:NilClass
2012-09-25 23:31:08 -06:00
Henrik
d406472882
1.8.7 fixes
2012-09-25 23:29:11 -06:00
Henrik
749b5a5ff8
Adding functionality for fetching code from github
...
hack for 1.8.7
Don't miss test_markup's relative require
need some food now
2012-09-25 23:29:08 -06:00
bootstraponline
091d5fe750
Update multibyte caracters.
2012-09-25 22:58:07 -06:00
bootstraponline
c8894fb465
New pygments.rb works correctly.
...
The expected output from the tests differs only in newlines.
git diff makes it seem like everything changed. bzr qdiff has a better default diff. git doesn't do per char diffs.
Revert "New pygments has issues."
This reverts commit 2dd41cbfac .
2012-09-25 22:45:57 -06:00
bootstraponline
2dd41cbfac
New pygments has issues.
...
Revert "Update pygments. Solves #225 #490 #517 "
This reverts commit c0c77c5ba7 .
Revert "Fix pygments.rb tests."
This reverts commit 1f2165e68b .
2012-09-25 21:54:49 -06:00
bootstraponline
1f2165e68b
Fix pygments.rb tests.
2012-09-25 21:47:24 -06:00
bootstraponline
e9b6bdbdd7
Add dependency status.
2012-09-25 21:38:09 -06:00
bootstraponline
c0c77c5ba7
Update pygments. Solves #225 #490 #517
2012-09-25 21:36:37 -06:00
Corey Donohoe
12403172ac
Merge pull request #521 from Vanuan/update_nokogiri
...
Update nokogiri
2012-09-25 12:16:50 -07:00
John Yani
3b41ab8d75
Update nokogiri
2012-09-25 22:04:43 +03:00
bootstraponline
7bcf35f5b1
Fix #517 . Thanks @roa
2012-09-23 16:26:48 -06:00
bootstraponline
9a7e1c94c7
Merge pull request #515 from realmacsoftware/master
...
Populate author details using the session.
2012-09-16 10:32:33 -07:00
Keith Duncan
30c2e675da
Test that author details from the session are committed into the repository
2012-09-16 16:49:17 +01:00
Keith Duncan
ac405803e8
Add notes on providing author details to the Rack documentation section
2012-09-16 16:25:09 +01:00
Keith Duncan
7dee787a92
Add documentation for where the commit_message parameters are passed and where they're source from
2012-09-16 15:59:49 +01:00
Keith Duncan
ae4b1cdeca
Add support for author parameters coming in from the session, to be set by rack middleware further up the stack
2012-09-15 21:06:08 +01:00
bootstraponline
572982cbf9
Use a professional right left button.
2012-09-09 21:11:16 -06:00
bootstraponline
74290874f9
Fix #383 test.
2012-09-09 14:05:10 -06:00
bootstraponline
847f08d952
Use block form of gsub to avoid regexp backref interpolation
...
The content of this commit message is from @kislyuk's comments on the below two issues.
Fix #383
Fix #511
`gsub!(pattern, replacement) interpolates` regexp backreferences
`gsub!(pattern) do block` doesn't
http://stackoverflow.com/questions/2082457/ruby-gsub-problem-when-using-backreference-and-hashes
2012-09-09 12:22:56 -06:00
Neal Pisenti
0bcd616668
fix mathjax option, fixes #509
2012-09-09 11:50:48 -06:00
bootstraponline
9dd701ccc4
Grit is broken. #508 #356
2012-09-04 17:52:56 -06:00
bootstraponline
56a5a7d92b
Fix #507
2012-09-04 16:24:16 -06:00
bootstraponline
0cf0fad50e
Finish removing MathJax from Live Preview.
2012-09-02 15:27:32 -06:00
bootstraponline
5f9e91656e
Fix LaTeX tests.
2012-09-02 15:03:56 -06:00
Vicent Marti
a7a2479f85
Release 2.2.1
v2.2.1
2012-09-02 22:43:50 +02:00
Vicent Marti
a8b230a490
Properly escape TeX data.
2012-09-02 22:27:04 +02:00
bootstraponline
041b01f171
Fix #490
2012-09-01 12:33:08 -06:00
Vicent Marti
1c475f3215
Release 2.2.0
v2.2.0
2012-09-01 12:24:17 +02:00
Vicent Marti
ab699d94b0
Do not render LaTeX locally
...
Offload the rendering service to MathTran.org, the free and open-source
LaTeX rendering engine.
2012-09-01 12:23:02 +02:00
bootstraponline
942d32c9b6
Fix uninstall command
2012-08-30 21:36:11 -06:00
bootstraponline
97f15f0b18
Add edit hotkey. #496
2012-08-30 21:07:57 -06:00
bootstraponline
ed49358c50
Add h1-3 shortcuts. #496
2012-08-30 20:54:20 -06:00