bootstraponline
420bb06988
Fix create test.
2012-08-25 18:58:20 -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
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
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
bootstraponline
3a14ab92f0
Fix new page when using map '/wiki' in config.ru.
2012-08-22 13:15:18 -06:00
bootstraponline
62d5f52398
Fix anchor for Firefox.
2012-08-22 13:10:11 -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
6cfc807db0
Revert still broken in Grit.
2012-08-15 12:22:03 -06:00
bootstraponline
be366f8103
v2.1.4
v2.1.4
2012-08-15 12:06:12 -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
b76fef9143
Update version to 2.1.3
v2.1.3
2012-08-13 11:37:56 -06:00
bootstraponline
e935af83d5
Update gemspec.
2012-08-13 11:35:15 -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
bootstraponline
2e738828c6
Merge pull request #467 from jamesduncombe/pygments_initialize
...
Added Pygments.start to initialize Pygments on startup, fixes #465
2012-08-09 10:21:59 -07:00
James Duncombe
fd7dc93778
Added Pygments.start to initialize Pygments on startup
2012-08-09 09:14:55 +01:00
bootstraponline
3df407d9ee
Merge pull request #464 from giga/master
...
Fix editor when base url is '/'
2012-08-08 10:53:45 -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
410cd912ac
Fix releasing.
2012-08-06 18:31:36 -06:00
bootstraponline
d234bbd861
Test get %r{/(.+?)/([0-9a-f]{40})} do
2012-08-06 18:27:12 -06:00
Corey Donohoe
3f68d96815
setup proper gem version numbers
v2.1.2
2012-08-06 16:32:16 -07:00
bootstraponline
015cd895d2
Don't ignore version.
v2.1.1
2012-08-06 17:18:30 -06:00
bootstraponline
5fa4b48d85
Fix new page default dir.
2012-08-06 15:57:46 -06:00
bootstraponline
88a3783bbc
Remove wpage.
2012-08-06 15:55:05 -06:00