Commit Graph

68 Commits

Author SHA1 Message Date
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
Tom Preston-Werner 2c2bf68a3b Escape lisp-quoted wiki links. 2010-07-08 19:04:36 -07:00
Tom Preston-Werner 5f7685d5fd Sanitize HTML output. 2010-07-08 18:31:16 -07:00
Tom Preston-Werner 3ceae59524 Better code styling for frontend. 2010-07-08 13:55:43 -07:00
Tom Preston-Werner f3cbbb8652 Handle stupid 0x0D bytes because browsers are stupid. 2010-07-07 17:33:04 -07:00
Tom Preston-Werner 6c7fcf89c3 Add create/edit powers to frontend. Support external image URLs. 2010-07-07 16:02:26 -07:00
Tom Preston-Werner 0485c67b3d Distinguish between present and absent page links. 2010-07-07 13:49:55 -07:00
Tom Preston-Werner 2e49f2c9e7 Minimal working frontend. 2010-07-07 00:29:51 -07:00
rick b770089da2 allow configurable page/file classes 2010-07-06 07:39:56 -07:00
rick 6f4ae420a2 add pagination for getting log entries from wikis 2010-07-05 18:34:18 -07:00
rick e0f90982b0 add Gollum::Wiki#pages 2010-07-01 16:32:08 -07:00
rick 4fe728b38a add Gollum::Wiki#exist? 2010-06-21 15:22:21 -07:00
rick ad299f0105 remove vendored albino, use the gem instead. 2010-05-04 16:21:08 -07:00
Tom Preston-Werner 2bbc9fbd5c need an extra blank line here according to tomdoc 2010-04-21 00:36:28 -07:00
Tom Preston-Werner 63099ec5c0 delete_page 2010-04-20 18:19:54 -07:00
Tom Preston-Werner a6079f3abd code highligting 2010-04-20 13:39:37 -07:00
Tom Preston-Werner 0b848d720c Gollum.canonical_name -> Page.cname 2010-04-19 17:07:10 -07:00
Tom Preston-Werner 8cca294c25 fix img vert and horiz align 2010-04-19 16:11:43 -07:00
Tom Preston-Werner 24e0555fd3 fix parse_image_tag_options tomdoc 2010-04-19 15:59:06 -07:00
Tom Preston-Werner 41432ddc60 nicer to look at 2010-04-19 15:54:09 -07:00
Tom Preston-Werner 4cec243aa0 get image tag attributes rollin 2010-04-19 15:50:10 -07:00
Tom Preston-Werner 475278fc99 reorganize img tag attr parsing 2010-04-19 12:09:38 -07:00
Tom Preston-Werner 354372705f image alt 2010-04-19 11:49:46 -07:00
Tom Preston-Werner 857c6b5eb8 file links 2010-04-19 11:24:55 -07:00
Tom Preston-Werner 342edec448 image tag with relative path 2010-04-19 11:10:26 -07:00
Tom Preston-Werner 5f037e5e47 fix index clobbering and tighten some stuff up 2010-04-19 10:51:52 -07:00
Tom Preston-Werner 2b20054d5c make markup take page as the param 2010-04-18 11:41:24 -07:00
Tom Preston-Werner 37ef17f047 start of gollum tag markup processing 2010-04-18 11:16:37 -07:00
Tom Preston-Werner d78e2d200b use initialize/render flow for markup 2010-04-18 09:53:35 -07:00
Tom Preston-Werner 9d29ec6485 pull out markup to its own class 2010-04-17 22:56:16 -07:00
Tom Preston-Werner 8bbd44fdfc this -> the 2010-04-17 19:46:34 -04:00
Tom Preston-Werner a5b420bff7 typo 2010-04-17 19:43:41 -04:00
Tom Preston-Werner 8b878b3e1f improve code comments 2010-04-17 19:42:54 -04:00
Tom Preston-Werner c4fc92dfaa use new-style Public: instead of Private: to denote API 2010-04-17 19:01:43 -04:00
Tom Preston-Werner 9037b06e62 properly define the public api 2010-04-17 16:46:25 -04:00
Tom Preston-Werner 78a9396421 mark stuff as private in tomdoc and organize a bit better 2010-04-17 16:19:13 -04:00
Tom Preston-Werner 2b701ec675 implement Wiki#update_page 2010-04-16 12:50:10 -04:00
Tom Preston-Werner 6dc55d916a better docs for write_page hash args 2010-04-16 12:32:21 -04:00
Tom Preston-Werner 9d743ba341 implement Wiki#write_page 2010-04-13 14:54:40 -04:00
Tom Preston-Werner bcd8a0d1a4 implement File#version 2010-04-11 13:09:54 -06:00