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
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
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
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.
v2.1.10
2012-08-30 20:29:53 -06:00
bootstraponline
2ed262cacd
v2.1.9
v2.1.9
2012-08-30 20:12:28 -06:00
bootstraponline
29a1ef8f8a
Skip doc on install
2012-08-30 20:04:20 -06:00
bootstraponline
772d18ee62
Fix uninstall command
2012-08-30 20:00:54 -06:00
bootstraponline
dd604d9942
Fix #498
2012-08-30 19:57:20 -06:00
bootstraponline
85abc83427
v2.1.8
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
bootstraponline
881590ab37
Merge pull request #494 from releu/fix-requiring-uri-encoding-components
...
Move require "uri_encode_component"
2012-08-28 18:33:18 -07: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
v2.1.7
2012-08-25 19:21:13 -06:00
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