Commit Graph

107 Commits

Author SHA1 Message Date
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 0ae8adc872 Always use a fresh Page instance with #populate (for safety). 2010-07-26 16:55:34 -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 a1db39195c fetching pages from a bad version returns nil 2010-07-23 16:36:49 -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 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
Tom Preston-Werner 5b24f623a2 Merge branch 'editbar' 2010-07-20 16:44:58 -05:00
Tom Preston-Werner 863eff20b2 Finish up editbar! 2010-07-20 16:23:37 -05:00
Tom Preston-Werner 5f86d4e983 Proper show/hide of help sections. 2010-07-20 13:29:12 -05:00
Tom Preston-Werner 69420cb184 Initial work on help sections. 2010-07-20 13:14:26 -05:00
Tom Preston-Werner 8ea176a16b Remove roff support. 2010-07-15 16:15:47 -07:00
Tom Preston-Werner 004a0b2849 Fully operational ul and ol buttons. 2010-07-15 16:13:29 -07:00
Tom Preston-Werner 05de03461b Initial twiddle mechanics. 2010-07-14 14:58:25 -07:00
Tom Preston-Werner c1ac944508 Basic link and image insertion from editbar. 2010-07-14 14:30:11 -07:00
rick 5135de1c3f when linking images, assume '.' is the root path 2010-07-14 13:42:21 -07:00
rick ecbb902e62 Gollum::Markup uses Wiki#base_path when linking images/files 2010-07-14 13:32:32 -07:00
rick 6bd375de2e Wiki#pages only returns pages 2010-07-14 12:26:51 -07:00
Tom Preston-Werner 9f4af3173c Initial work on the editbar. 2010-07-13 22:08:23 -07:00
rick 0e888454ba update Gollum::Wiki.new tomdoc 2010-07-13 17:12:18 -07:00
rick 158eb0b718 ocd whitespace. currently seeking professional help 2010-07-13 17:10:47 -07:00
Tom Preston-Werner 90ba8476b2 Allow changine of format in Wiki#update_page. 2010-07-13 15:31:50 -07:00
Tom Preston-Werner 77791940a5 Standarize on name instead of page as URL param. 2010-07-13 13:27:45 -07:00
Tom Preston-Werner a2b63f5d12 Allow selection of format and entering of commit message via frontend. 2010-07-13 13:22:09 -07:00
Tom Preston-Werner c88a1ca5a5 Gollum executable. 2010-07-12 17:54:13 -07:00
Tom Preston-Werner 96be504069 Merge branch 'frontend' 2010-07-12 17:17:27 -07:00
rick e2403bf46c Gollum::Wiki defaults to Gollum::Page and Gollum::File 2010-07-12 17:08:32 -07:00
Tom Preston-Werner baaa7c6b93 Allow base path to be specified for wiki links. 2010-07-12 17:05:48 -07:00
Tom Preston-Werner 8f1100fbd6 Make version selector active (add jquery). 2010-07-11 21:52:26 -07:00
Tom Preston-Werner 06e2cbbf59 View old versions of pages. 2010-07-11 21:23:42 -07:00
Tom Preston-Werner 74e42c47cc Add admin footer. 2010-07-10 21:27:54 -07:00
Tom Preston-Werner d14c16bf61 Add Creole to valid markup formats. 2010-07-09 16:46:52 -07:00
Tom Preston-Werner 970bb92c7a Preserve orgmode-style double links. 2010-07-09 16:09:24 -07:00
Tom Preston-Werner e46a845ef5 Show human name as title. 2010-07-09 16:09:01 -07:00
Tom Preston-Werner 9b98a81f2a Switch to GitHub styles. 2010-07-09 15:01:34 -07:00
Tom Preston-Werner 752a544f39 Extract code before tags. 2010-07-08 19:25:35 -07:00