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
bootstraponline
e1942dda03
Merge pull request #513 from bootstraponline/embed_code
...
Embed code. #508 .
2012-10-01 22:36:25 -07: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
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
0cf0fad50e
Finish removing MathJax from Live Preview.
2012-09-02 15:27:32 -06: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
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
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
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
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
11c9cabeb3
Fix edit baseUrl.
2012-08-22 13:21:01 -06:00
bootstraponline
3a14ab92f0
Fix new page when using map '/wiki' in config.ru.
2012-08-22 13:15:18 -06:00
Rob Speer
2b4848566c
Fix names created with the 'New' button.
...
Previously, a page created with the 'New' button would get all of its
spaces turned into the + symbol when submitted, which Gollum would then
convert into "-plus-" in the title. So, for example, a request to create
a page called "Test page" would instead get "test plus page".
This change changes + to - in the parameter received by /create/.
2012-08-22 14:15:20 -04:00
bootstraponline
7c825e877c
Remove protocol + host.
2012-08-20 15:51:07 -06:00
bootstraponline
8417c277e6
Fix delete link when using baseUrl.
2012-08-20 15:23:07 -06:00
bootstraponline
9cef423908
Remove default value in new page.
2012-08-19 14:25:02 -06:00
bootstraponline
e73c84490e
Remove prefix. #470 .
2012-08-16 12:01:03 -06:00
bootstraponline
2d13bd796f
Improve #470 fix.
2012-08-15 12:03:48 -06:00
bootstraponline
523f8f80ca
Fix #470 .
2012-08-15 11:48:17 -06:00
bootstraponline
d4e019ef42
Merge pull request #331 from tjh/home-page-link-issue
...
Redirect from root to /Home, fixes #250
2012-08-09 10:41:31 -07:00
Jean-Philippe Garcia Ballester
6fbba84725
Revert "Base path is relative."
...
This reverts commit 69e453ea0b .
2012-08-08 13:49:11 +02:00
Jean-Philippe Garcia Ballester
37d20fa9cc
Base url without trailing '/'
...
This will allow cleaner url in templates and javascripts.
2012-08-08 13:49:09 +02:00
bootstraponline
015cd895d2
Don't ignore version.
2012-08-06 17:18:30 -06:00
bootstraponline
5fa4b48d85
Fix new page default dir.
2012-08-06 15:57:46 -06:00
bootstraponline
ea2254b9bd
Fix #462 .
...
Add test for 462.
2012-08-06 15:52:19 -06:00
bootstraponline
9a0c1f2605
Fix path.
2012-08-06 15:18:15 -06:00
bootstraponline
008f26bb7d
Fix app.
2012-08-06 14:49:56 -06:00
bootstraponline
69e453ea0b
Base path is relative.
2012-08-06 14:28:24 -06:00