Commit Graph

  • aae5bfd184 Implementing search condition behavior. takezoe 2013-06-25 15:32:52 +09:00
  • ffa6d21d28 IssueSearchCondition.state is changed to String from Option[String] because it has a default value 'open'. takezoe 2013-06-25 15:13:15 +09:00
  • 4f13c84b63 Fix variable name. takezoe 2013-06-25 15:10:59 +09:00
  • 0e2ccc7d0c Fix typo. takezoe 2013-06-25 14:46:19 +09:00
  • 39dbe0402e Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-06-25 14:44:47 +09:00
  • 1ff87ff6b3 Use Option.map instead of pattern matching. takezoe 2013-06-25 14:44:02 +09:00
  • deb6f886ee Merge branch 'master' of https://github.com/takezoe/gitbucket.git shimamoto 2013-06-25 14:11:39 +09:00
  • 317e2b6ea3 Fix to submit form when creating issue comment. shimamoto 2013-06-25 14:11:01 +09:00
  • cfef0b80d5 Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-06-25 13:55:13 +09:00
  • 0547532113 Add search condition behavior to the issues page. takezoe 2013-06-25 13:54:58 +09:00
  • 1a4510201f Add comments to issue. shimamoto 2013-06-25 13:18:53 +09:00
  • 34b71c10cb Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-06-25 12:06:09 +09:00
  • 554508de9b Some fix for the issues page. takezoe 2013-06-25 11:59:05 +09:00
  • 86221a5dca Remove unnecessary code. shimamoto 2013-06-25 11:31:13 +09:00
  • 4f873d9296 Label editing is available! takezoe 2013-06-25 08:32:34 +09:00
  • ef24f780e4 Implementing label editing form. takezoe 2013-06-25 04:40:37 +09:00
  • 613e2a2be2 Implementing label editing form. takezoe 2013-06-25 03:26:39 +09:00
  • 65ac07a0fe Implementing label editing form. takezoe 2013-06-25 03:17:23 +09:00
  • f5f408fb55 Implementing label management. takezoe 2013-06-25 02:56:25 +09:00
  • b69a3d3622 Fix CSS styles. takezoe 2013-06-25 00:26:58 +09:00
  • b30ae986fe Extract datepicker as a helper. takezoe 2013-06-24 21:56:22 +09:00
  • 81b2445aff Extract datepicker as a helper. takezoe 2013-06-24 21:55:04 +09:00
  • 47a68e25dd Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-06-24 21:53:57 +09:00
  • 4000469152 Fix added issue comment layout. shimamoto 2013-06-24 21:29:20 +09:00
  • b7376c92ae Extract CSS styles from milestones.scala.html. takezoe 2013-06-24 21:26:41 +09:00
  • 9baa09d68b Merge branch 'master' of https://github.com/takezoe/gitbucket takezoe 2013-06-24 20:53:51 +09:00
  • 749a526a55 Issue label creation is available. takezoe 2013-06-24 20:53:04 +09:00
  • 8ca65091d0 Replace colorpicker with the latest version. takezoe 2013-06-24 20:16:24 +09:00
  • ecd049092e Create issue comment. shimamoto 2013-06-24 19:57:16 +09:00
  • 36e5b11ec0 CSS enhancement. takezoe 2013-06-24 19:04:09 +09:00
  • 5ad4dfc33f CSS enhancement. takezoe 2013-06-24 19:03:15 +09:00
  • 8a47dce97e Change order of MilestonesController, LabelsController and IssuesController. takezoe 2013-06-24 14:18:32 +09:00
  • 4ab78fcc83 Add bootstrap-colorpicker. takezoe 2013-06-24 13:56:46 +09:00
  • dff658aa68 Start to implement issue labels. takezoe 2013-06-24 13:53:10 +09:00
  • b591cc1454 Fix Label model. takezoe 2013-06-24 13:49:32 +09:00
  • 9ece591409 Fix Label model. takezoe 2013-06-24 13:48:47 +09:00
  • 3fb709fad2 Add Label model. takezoe 2013-06-24 13:47:58 +09:00
  • 2703b22718 Separate milestones from IssuesController / IssuesService. takezoe 2013-06-24 13:43:35 +09:00
  • 1de2ddf242 Add issue comment path. shimamoto 2013-06-24 06:01:41 +09:00
  • e2aaadc0fd Add ISSUE_COMMENT model. shimamoto 2013-06-24 05:59:52 +09:00
  • b2e267706d Fix issue list layout. shimamoto 2013-06-24 05:58:31 +09:00
  • dd227bea18 Update REPOSITORY.LAST_ACTIVITY_DATE after wiki page editing. takezoe 2013-06-24 01:27:55 +09:00
  • 4668eb4e2e Remove currentDate from controller. takezoe 2013-06-24 01:07:08 +09:00
  • 95f71e030b Remove currentDate from controller. takezoe 2013-06-24 00:48:11 +09:00
  • 1997050a3a Fix wiki repository creation. takezoe 2013-06-24 00:40:33 +09:00
  • dfcac1e7a4 Separate extension of scalatra-forms to trait from ControllerBase. takezoe 2013-06-24 00:23:01 +09:00
  • 99da11ea2b Remove unnecessary import statements. takezoe 2013-06-24 00:16:16 +09:00
  • fd0047e3b5 Fix typo in Scaladoc. takezoe 2013-06-24 00:15:20 +09:00
  • 27977d3263 Move implicit conversion for mkHtml to util.Implicits. takezoe 2013-06-23 22:26:38 +09:00
  • 4326f34ef5 Create java.util.Date TypeMapper. And add the currentDate method. shimamoto 2013-06-23 20:46:08 +09:00
  • 83ff171782 Milestone completed. takezoe 2013-06-23 14:51:07 +09:00
  • f93dc890c8 Milestone deletion is available. takezoe 2013-06-23 12:31:03 +09:00
  • 9dd0a6534e Fix table bottom-margin. takezoe 2013-06-23 03:19:43 +09:00
  • e5492d6b3d Display closed date of milestone. takezoe 2013-06-23 03:16:44 +09:00
  • 7b8edb3ec4 Add TODO to retrieving the current timestamp. takezoe 2013-06-23 03:06:22 +09:00
  • bc607661a9 Update database schema. Change MILESTONE.CLOSED to MILESTONE.CLOSED_DATE. takezoe 2013-06-23 03:00:29 +09:00
  • 49369f253a Start to implement milestone pages. takezoe 2013-06-23 02:49:01 +09:00
  • 6702fdf24f Move isWritable to RepositoryService. takezoe 2013-06-23 02:48:02 +09:00
  • 157f545186 Add date value type for scalatra-forms mapping. takezoe 2013-06-23 02:19:53 +09:00
  • bc82c38cfb Add bootstrap-datepicker. takezoe 2013-06-22 23:20:50 +09:00
  • 42edee4cad Upgrade scalatra-forms. takezoe 2013-06-22 23:18:30 +09:00
  • 3f87bde578 Add Milestone model. takezoe 2013-06-22 23:17:26 +09:00
  • 143887e0cb Fix MILESTONE schema. takezoe 2013-06-22 23:17:10 +09:00
  • 8bfc4afbe2 Add bootstrap-datepicker. takezoe 2013-06-22 23:16:16 +09:00
  • 66499024e9 Fix regex pattern. takezoe 2013-06-22 22:34:00 +09:00
  • 2881df65a7 Change java.sql.Date to java.sql.Timestamp. takezoe 2013-06-22 14:41:20 +09:00
  • 0294c32fb8 Change java.sql.Date to java.sql.Timestamp. takezoe 2013-06-22 14:35:37 +09:00
  • cc1be57d5f Fix commit message presentation. takezoe 2013-06-22 14:19:08 +09:00
  • 0ee827eaf5 Convert issue id and commit id in commit message to link. takezoe 2013-06-22 14:07:26 +09:00
  • fb51210ccc Implemented the issue list. shimamoto 2013-06-21 21:12:58 +09:00
  • 4d4e0c8487 Fix validation for user name, page name and repository name. takezoe 2013-06-21 18:56:00 +09:00
  • b20f85e21c Fix validation. takezoe 2013-06-21 18:38:26 +09:00
  • 2548d5d274 Merge remote-tracking branch 'origin/master' takezoe 2013-06-21 18:27:59 +09:00
  • fbc9945eee Hide private repositories at the account page. takezoe 2013-06-21 18:27:35 +09:00
  • b64164be54 Merge branch 'master' of https://github.com/takezoe/gitbucket.git shimamoto 2013-06-21 17:33:41 +09:00
  • a8184a93c0 Fix the content of issue preview to empty. shimamoto 2013-06-21 17:33:06 +09:00
  • 3bdb9c1a0f Fix layout. shimamoto 2013-06-21 17:29:17 +09:00
  • 0ec5ac733a Add CLOSED column to issue model. shimamoto 2013-06-21 17:26:10 +09:00
  • f598c5d291 Use helpers to render Date. takezoe 2013-06-21 17:14:47 +09:00
  • ad58be7b5d Use monospace for hash. takezoe 2013-06-21 17:09:56 +09:00
  • bfb8455bf6 Remove branch / tag icon if there are no branches / tags. takezoe 2013-06-21 13:37:23 +09:00
  • 65eb89475a Update flag columns to BOOLEAN. takezoe 2013-06-21 13:24:58 +09:00
  • 44e53e05fd Don't display binary file at the blob view. takezoe 2013-06-21 12:53:37 +09:00
  • 706f3a61bf Add a parameter 'placeholder' to preview.scala.html. The default value is 'Leave a comment'. takezoe 2013-06-21 12:12:10 +09:00
  • d59827d1e0 Change omit link style. takezoe 2013-06-21 12:03:24 +09:00
  • ba9efb8613 Omit branches and tags if they have over 5 elements. takezoe 2013-06-21 12:02:54 +09:00
  • 16ee0e0fd6 Move getBranchesOfCommit and getTagsOfCommit to JGitUtil. takezoe 2013-06-21 11:34:26 +09:00
  • 457954d812 Merge branch 'master' of https://github.com/takezoe/gitbucket.git takezoe 2013-06-20 22:18:04 +09:00
  • 73d5e09a63 Add branch and tag list to the commit detail page. takezoe 2013-06-20 22:17:36 +09:00
  • 79cae12619 Fix markdown parameter. shimamoto 2013-06-20 22:02:42 +09:00
  • fa85c36eb1 Implemented the reference of the issue. shimamoto 2013-06-20 21:59:53 +09:00
  • 5e90acb64c Change date format. shimamoto 2013-06-20 21:57:15 +09:00
  • 8ce22a8846 Merge branch 'master' of https://github.com/takezoe/gitbucket.git takezoe 2013-06-20 21:06:28 +09:00
  • 4176b142e4 Change icons of the file index. takezoe 2013-06-20 21:06:08 +09:00
  • 875e1a0caa Add a implicit conversion which adds mkHtml to views.implicit. takezoe 2013-06-20 21:05:06 +09:00
  • a05ad4641f Implemented the registration of the issue. shimamoto 2013-06-20 19:43:13 +09:00
  • 9a22fbc175 Fix issue content to Option type. shimamoto 2013-06-20 19:31:26 +09:00
  • cd5700ab20 Show diff for only text files. takezoe 2013-06-20 14:39:21 +09:00
  • 1a9693e524 Add page_copy icon. takezoe 2013-06-20 14:29:52 +09:00
  • 6ee5ab283e Move file index styles to gitbucket.css. takezoe 2013-06-20 14:18:49 +09:00