Commit Graph

76 Commits

Author SHA1 Message Date
takezoe
1ab58d0363 Implementing authentication. 2013-06-03 00:36:51 +09:00
takezoe
f92018ee50 Refactor to use ProjectService instead of JGitUtil directly to retrieve project information. 2013-06-02 15:47:12 +09:00
takezoe
8f9b459123 Convert the issue number and the commit id to the link. 2013-06-02 02:30:50 +09:00
takezoe
358f59261a WikiUtil moved to WikiService and applied cake pattern to
WikiController.
2013-05-07 02:31:39 +09:00
takezoe
81faf4dfa2 Moves to editing form if wiki page does not exist. 2013-05-06 10:00:34 +09:00
takezoe
55c669a253 Support Wiki links. 2013-05-06 03:49:18 +09:00
takezoe
e7d2455152 Add JGitUtil#withGit() and use it to release repository resources
certainly.
2013-05-05 04:58:11 +09:00
takezoe
005ccf7f10 Deletion of wiki page is implemented. 2013-05-05 02:35:15 +09:00
takezoe
f1d0ec2270 Added preview tab to Wiki page editing form. 2013-05-04 02:47:40 +09:00
takezoe
892f6642bf Fixed page name validation. 2013-05-04 02:37:10 +09:00
takezoe
e1c339bb67 Move HTML templates for Wiki system to wiki.html package. 2013-05-04 02:18:24 +09:00
takezoe
66db3a898b Added compare revisions for Wiki changes. 2013-05-04 02:09:14 +09:00
takezoe
fc8bd7d3a6 Remove duplication checking for the wiki page name temporarily. 2013-05-03 16:13:39 +09:00
takezoe
283d787044 Add validation for wiki page name. 2013-05-03 15:49:33 +09:00
takezoe
b29f2fb64a Add file history page to the repository viewer. 2013-05-03 15:13:26 +09:00
takezoe
0c3a301f24 Added the index page which is used while in development. 2013-05-03 14:04:31 +09:00
takezoe
8fa1b36aa0 Add History for page. 2013-05-03 13:50:42 +09:00
takezoe
daf3fc75e5 Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
2013-05-03 02:46:11 +09:00
takezoe
90bcdd6bc7 Add TODO. 2013-05-02 09:36:45 +09:00
takezoe
6b8d536d81 Add wiki history page. 2013-05-02 09:30:46 +09:00
takezoe
613f03ef32 Add wiki pages. 2013-05-02 09:17:14 +09:00
takezoe
ac1b42eb5d New wiki page creation works. 2013-05-02 09:03:08 +09:00
takezoe
1909fc605a Page editing works. 2013-05-02 04:28:27 +09:00
takezoe
03f4a63dbd Create wiki page editing form. 2013-05-02 04:04:01 +09:00
takezoe
ea4d736931 Implementing Wiki part. 2013-05-02 02:32:19 +09:00
takezoe
36ce53477f Start to implement WikiController.
Changed controllers from servlet to filter by mapping flexibility.
2013-05-02 02:01:51 +09:00