rick
|
6d2ec96d5c
|
add rename support to the frontend
|
2010-08-04 16:38:24 -07:00 |
|
Tom Preston-Werner
|
500b697ecb
|
Javascript goodies for History page.
|
2010-08-04 16:59:19 -06:00 |
|
rick
|
1e96ce6e1e
|
Track a page's versions across renames
|
2010-08-04 15:57:37 -07:00 |
|
Tom Preston-Werner
|
207b0ccddd
|
Merge branch 'history'
|
2010-08-04 13:39:55 -06:00 |
|
Tom Preston-Werner
|
54902fa443
|
Implement compare view.
|
2010-08-04 13:36:47 -06:00 |
|
Tom Preston-Werner
|
e4fa888c38
|
Implement simple history.
|
2010-08-02 18:15:41 -06:00 |
|
Tom Preston-Werner
|
17278fcf09
|
Fix help selection snafu.
|
2010-08-02 18:03:19 -06:00 |
|
rick
|
760d9c1640
|
Wiki#update_page takes a name parameter for renames
|
2010-08-02 15:39:04 -07:00 |
|
rick
|
6609b2d636
|
tomdocd
|
2010-08-02 15:34:25 -07:00 |
|
rick
|
f0b22390fb
|
Change Page#name to Page#filename, and add extension-less Page#name
|
2010-08-02 15:32:05 -07:00 |
|
rick
|
ed576a88ce
|
tomdoc'd
|
2010-08-02 11:32:54 -07:00 |
|
Tom Preston-Werner
|
db0f747a77
|
Fix format selection help trigger.
|
2010-07-31 15:50:34 -04:00 |
|
Tom Preston-Werner
|
9cca26b2a1
|
Small positioning tweaks for frontend.
|
2010-07-31 15:34:00 -04:00 |
|
Tom Preston-Werner
|
16d048c804
|
Fix spelling error in readme.
|
2010-07-31 14:48:08 -04:00 |
|
Tom Preston-Werner
|
6438d69775
|
Add preview functionality to frontend.
|
2010-07-31 14:30:38 -04:00 |
|
Tom Preston-Werner
|
206c8b0712
|
Implement Wiki#preview_page.
|
2010-07-31 14:29:54 -04:00 |
|
Tom Preston-Werner
|
4fc446b8a3
|
Pass port through to gollum executable.
|
2010-07-29 23:04:35 -04:00 |
|
Tom Preston-Werner
|
46e006272e
|
A few tweaks to the contributors section of the readme.
|
2010-07-29 22:43:36 -04:00 |
|
Tom Preston-Werner
|
68a370aad2
|
A few small fixes for the readme.
|
2010-07-29 22:30:11 -04:00 |
|
Tom Preston-Werner
|
38b8700651
|
Code hilighter needs to handle blanks lines.
|
2010-07-29 21:57:30 -04:00 |
|
Tom Preston-Werner
|
f23d093d6f
|
Strip code indents (two spaces or one tab) if present.
|
2010-07-29 21:45:17 -04:00 |
|
Tom Preston-Werner
|
076194a34d
|
There is no default width/height in reality.
|
2010-07-29 21:07:54 -04:00 |
|
Tom Preston-Werner
|
188c90ba8d
|
More docs on sanitization.
|
2010-07-29 21:00:13 -04:00 |
|
Tom Preston-Werner
|
7e94a80bd2
|
Document gollum executable in readme.
|
2010-07-29 17:29:23 -04:00 |
|
Tom Preston-Werner
|
762608f344
|
Improved readme.
|
2010-07-28 00:58:59 -04:00 |
|
Tom Preston-Werner
|
0ae8adc872
|
Always use a fresh Page instance with #populate (for safety).
|
2010-07-26 16:55:34 -07:00 |
|
Tom Preston-Werner
|
aa7ae33107
|
Document Page#footer in Readme.
|
2010-07-26 16:52:04 -07:00 |
|
Tom Preston-Werner
|
afcaacbdf6
|
Footers should have a nil #footer.
|
2010-07-26 16:48:52 -07:00 |
|
Tom Preston-Werner
|
2bc9b2ec86
|
Implement Page#footer and display footer in frontend.
|
2010-07-26 16:33:19 -07:00 |
|
Tom Preston-Werner
|
6dc19f0dde
|
Nicer bg colors for editbar buttons.
|
2010-07-26 14:09:39 -07:00 |
|
Tom Preston-Werner
|
b91888e712
|
Fix main body width.
|
2010-07-25 22:48:58 -07:00 |
|
Tom Preston-Werner
|
d37d57596b
|
Support TeX-style math equations via MathJax.
|
2010-07-25 22:40:09 -07:00 |
|
Tom Preston-Werner
|
9ccb84f8d8
|
Replace ALL instances of tags.
|
2010-07-24 22:23:06 -07:00 |
|
rick
|
00227a118b
|
pass Grit::Commit to Gollum::Page instances from Gollum::Wiki#pages
|
2010-07-23 17:39:33 -07:00 |
|
Tom Preston-Werner
|
5ce149715f
|
Properly extract and display title for all formats.
|
2010-07-23 16:45:28 -07:00 |
|
rick
|
bd3721d4d3
|
fix markup tests for nokogiri 1.4.2
|
2010-07-23 16:36:57 -07:00 |
|
rick
|
a1db39195c
|
fetching pages from a bad version returns nil
|
2010-07-23 16:36:49 -07:00 |
|
rick
|
9ca94a2106
|
bump nokogiri dependency to 1.4.2 so #first_element_child is available
|
2010-07-22 20:23:36 -07:00 |
|
rick
|
88934902fd
|
fix markup test errors
|
2010-07-22 20:20:12 -07:00 |
|
Tom Preston-Werner
|
c88d3bc747
|
Make editbar buttons awesome.
|
2010-07-22 17:26:02 -07:00 |
|
Tom Preston-Werner
|
a5d460636d
|
Make Wiki#page case insensitive.
|
2010-07-22 16:06:33 -07:00 |
|
Tom Preston-Werner
|
1af9898b4d
|
Implement Page#title.
|
2010-07-22 15:31:58 -07:00 |
|
Tom Preston-Werner
|
792c682f1d
|
New editbar buttons.
|
2010-07-22 14:30:44 -07:00 |
|
rick
|
80518a4990
|
remove unneeded trailing comma (haters gonna hate)
|
2010-07-22 10:22:07 -07:00 |
|
Tom Preston-Werner
|
04aa89af5b
|
Alphabetize formats and tell how to install them.
|
2010-07-20 23:05:32 -05:00 |
|
Tom Preston-Werner
|
244d85db5c
|
Document external links in Readme.
|
2010-07-20 22:49:51 -05:00 |
|
Tom Preston-Werner
|
9e917e235a
|
Support external links.
|
2010-07-20 22:44:39 -05:00 |
|
Tom Preston-Werner
|
8221bd6321
|
Fix file link with external path.
|
2010-07-20 22:26:13 -05:00 |
|
Tom Preston-Werner
|
8595ca5645
|
Fix tests and handle touching tags.
|
2010-07-20 22:22:22 -05:00 |
|
Tom Preston-Werner
|
9d68c4ef8a
|
Support external file links.
|
2010-07-20 21:06:54 -05:00 |
|