Commit Graph

4719 Commits

Author SHA1 Message Date
takezoe
9b383acddd The repository url field became readonly and select by clicking. 2013-05-05 14:24:00 +09:00
takezoe
60d5a6d473 Displays a number of tags at the navigation tab of the repository
browser.
2013-05-05 14:10:26 +09:00
takezoe
e7d2455152 Add JGitUtil#withGit() and use it to release repository resources
certainly.
2013-05-05 04:58:11 +09:00
takezoe
1e7f7404dc Implemented: Downloading tagged contents as zip file. 2013-05-05 04:34:39 +09:00
takezoe
afef6f13c6 Add commons-compress to dependencies. 2013-05-05 04:33:09 +09:00
takezoe
005ccf7f10 Deletion of wiki page is implemented. 2013-05-05 02:35:15 +09:00
takezoe
4f92ceb550 Replace existing code with JGitUtil#getRevCommitFromId(). 2013-05-05 01:37:31 +09:00
takezoe
a4123eae74 Fixed tags page. 2013-05-05 01:33:35 +09:00
takezoe
8d6fb68673 Activate a link to tags page. 2013-05-04 03:16:20 +09:00
takezoe
f40e1d1829 Fixed layout. 2013-05-04 02:51:54 +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
fec9f2c04c Move HTML templates for the repository viewer to repo.html package. 2013-05-04 02:22:23 +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
8f6b1d95dc Add JavaScript to control checkbox state. 2013-05-03 16:12:21 +09:00
takezoe
39f9e8262d Repository name allows upper case. 2013-05-03 15:50:17 +09:00
takezoe
283d787044 Add validation for wiki page name. 2013-05-03 15:49:33 +09:00
takezoe
46267d8657 Wiki repositories should be not displayed in the repository list. 2013-05-03 15:23:49 +09:00
takezoe
9ac0a04e3a wiki repository name is changed from xxx-wiki.git to xxx.wiki.git. 2013-05-03 15:18:20 +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
c72624316a Fixed file download. 2013-05-03 13:30:21 +09:00
takezoe
32d554f2f7 Add DEFAULT_BRANCH column to PROJECT table. 2013-05-03 04:26:43 +09:00
takezoe
daf3fc75e5 Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
2013-05-03 02:46:11 +09:00
takezoe
2740dc28f3 Displays the wiki repository URL at wikitab.scala.html. 2013-05-03 02:32:43 +09:00
takezoe
90bcdd6bc7 Add TODO. 2013-05-02 09:36:45 +09:00
takezoe
4b909681dc Don't save if page is not modified. 2013-05-02 09:36:35 +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
b0cdff33c6 Adjusting layout of Wiki part. 2013-05-02 02:51:51 +09:00
takezoe
b2c6a0e24a Convert Markdown to HTML in the view by view.helpers.markdown(). 2013-05-02 02:51:17 +09:00
takezoe
d0716039fe Fixed Scaladoc mistake. 2013-05-02 02:33:54 +09:00
takezoe
ea4d736931 Implementing Wiki part. 2013-05-02 02:32:19 +09:00
takezoe
1961a430c9 Removed unused import statement. 2013-05-02 02:09:06 +09:00
takezoe
19466342ff Move GitRepositoryServlet and BasicAuthenticationFilter to util package. 2013-05-02 02:05:27 +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
takezoe
f1957e5c1f Start to implement Wiki. 2013-05-01 03:40:17 +09:00
takezoe
3b0a888c44 Add admin user to initialization SQL. 2013-04-30 12:49:25 +09:00
takezoe
456e01da74 Add UsersServlet to manage users. 2013-04-30 12:48:29 +09:00
takezoe
9bd9238a1e Add Scaladoc for models. 2013-04-30 12:47:53 +09:00
takezoe
8cf4585efd Add TODO. 2013-04-30 01:57:13 +09:00
takezoe
7652679933 Unify JGitUtil interface to take Git instead of Repository or
combination of the owner and the repository name.
2013-04-30 01:54:58 +09:00
takezoe
674ed8b615 Fixed diff for initial commit. 2013-04-30 01:26:37 +09:00
takezoe
b05d482505 Add 'tree:' prefix and substring for the commit id. 2013-04-30 01:19:34 +09:00