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
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
bootstraponline
0cf0fad50e
Finish removing MathJax from Live Preview.
2012-09-02 15:27:32 -06:00
Vicent Marti
a7a2479f85
Release 2.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
Vicent Marti
1c475f3215
Release 2.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
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
bootstraponline
85eeecd140
Add save hotkey.
2012-08-30 20:48:44 -06:00
bootstraponline
30fd40fbe5
Fix #498
...
Ruby 1.8.7 and ri can't deal with <!-- appearing in documentation.
Please upgrade to the latest Ruby if you're able to.
2012-08-30 20:29:53 -06:00
bootstraponline
2ed262cacd
v2.1.9
2012-08-30 20:12:28 -06:00
bootstraponline
dd604d9942
Fix #498
2012-08-30 19:57:20 -06:00
bootstraponline
85abc83427
v2.1.8
2012-08-30 19:41:54 -06:00
bootstraponline
6d8220629c
Fix #500
2012-08-30 19:37:57 -06:00
bootstraponline
6ff7ada096
Fix #495
2012-08-30 18:31:35 -03:00
bootstraponline
8575049de5
Update get /data
...
Remove leading slash from page
Fix edge case with path set to '/'
2012-08-30 11:40:07 -03:00
bootstraponline
bb6fb0c253
pathName is undefined when not found instead of 0
2012-08-30 11:18:02 -03:00
bootstraponline
eb2ad9f840
Fix path
...
.key now returns undefined on failure so path can be 0.
If path is undefined then use an empty string.
2012-08-30 11:14:24 -03:00
bootstraponline
d0dd23fc11
Fix path
2012-08-30 11:09:44 -03:00
bootstraponline
7ae4acbdb0
Fix #497 #492
...
Data url now includes path.
2012-08-30 11:03:11 -03:00
Jan Bernacki
5e479dc5d9
move require
2012-08-28 22:44:09 +04:00
bootstraponline
7db9c2e762
Merge pull request #487 from jm/master
...
Fix bug with missing variable 'ext'
2012-08-27 11:08:19 -07:00
bootstraponline
ce6b0ac095
v2.1.7
2012-08-25 19:21:13 -06:00
bootstraponline
20566f8acf
Fix #484
2012-08-25 18:54:07 -06:00
bootstraponline
1d5f69704a
Clean paths so they start with one slash.
2012-08-25 18:41:13 -06:00
bootstraponline
0da664299e
Fix edit.
2012-08-24 13:47:17 -06:00
bootstraponline
6e8fb2b457
Disable exact on edit for now.
2012-08-24 13:38:34 -06:00
bootstraponline
d1c72a4ff3
Fix #483 and #481
...
Exact matching of requested pages
- /page is no longer the same as /a/page
- Deleting /page only deletes /page (before it would delete /a/page instead of /page)
- Edit currently breaks the unit tests if exact matching is enabled
- Fix redirect on create
- Add @giga's checked_dir = '' fix https://github.com/giga/gollum/commit/936958b47324a09c683cb90a2560484b47e09529
- Fix create unit test
2012-08-24 13:35:37 -06:00
bootstraponline
0bf05392e4
Redirect to correct path. #481
2012-08-24 12:26:59 -06:00
bootstraponline
7ecef0c045
Fix #479
2012-08-23 14:11:28 -06:00
bootstraponline
33ca329253
Handle nil slash.
2012-08-23 12:30:08 -06:00
bootstraponline
01fa4770cb
Fix page lookup. #473
2012-08-23 12:16:40 -06:00
bootstraponline
b76257c49c
Restore foward slash.
2012-08-23 11:59:56 -06:00
bootstraponline
e2fbf22f38
Fix #473 .
2012-08-23 11:51:20 -06:00
bootstraponline
134432d029
v2.1.6
2012-08-23 11:33:00 -06:00
bootstraponline
8d4d6e80b8
Fix #475 .
2012-08-23 11:27:40 -06:00
bootstraponline
85e6ef3dca
v2.1.5
2012-08-22 19:57:22 -06:00
bootstraponline
60f1467229
Fix encoding for 1.8.
2012-08-22 18:51:41 -06:00
bootstraponline
1757242382
Don't unpack Fixnum.
2012-08-22 17:40:53 -06:00
bootstraponline
55df7bb9c4
Use encodeURIComponent instead of CGI::escape when output is sent to browser.
2012-08-22 17:30:46 -06:00
bootstraponline
686b8acd38
Fix encodeURIComponent on Ruby 1.8.
...
Replace .ord with .unpack('U')[0]
2012-08-22 17:23:08 -06:00
bootstraponline
a5f9df6170
Restore CGI::escape.
2012-08-22 16:57:24 -06:00
bootstraponline
27f61a870a
Merge pull request #477 from LuminosoInsight/master
...
Fix titles created with the "New" button.
2012-08-22 15:54:23 -07:00
bootstraponline
a48e8d1c5c
New editor style.
...
Disable MathJax in live preview. Parser isn't MathJax aware.
Performance of MathJax in live preview is not great.
Auto hide editor overflow.
2012-08-22 16:50:57 -06:00
bootstraponline
b80f74bccd
Remove protocol and host.
2012-08-22 13:32:18 -06:00
bootstraponline
1e768734ef
Disable MathJax by default.
...
GitHub.com doesn't support MathJax. The parser is not MathJax aware which causes problems.
--mathjax enables MathJax.
2012-08-22 13:31:21 -06:00
bootstraponline
11c9cabeb3
Fix edit baseUrl.
2012-08-22 13:21:01 -06:00