nazoking
aa35498bdd
Implements ignore-whitespace and hilight-syntax on diff.
...
Improvement experience speed
* lazy diff rendering ( it is effective if tha diff has a lot of files ).
* some feature implemented by javascript, to implement by css.
* some javascript event handlers on each elements move to on parent elements.
2015-03-08 19:49:20 +09:00
Naoki Takezoe
14becd0bd6
Merge pull request #640 from rlazoti/fix-plugin
...
fix javascript getter for plug-in system
2015-03-05 02:00:27 +09:00
Rodrigo Lazoti
7390e21934
fix javascript getter for plug-in system
2015-03-03 18:07:25 -03:00
Naoki Takezoe
6b37967162
Add Version 3.0 to versions
3.0
2015-03-03 14:05:13 +09:00
Naoki Takezoe
a03b9584ee
Update gitbucket.version to 3.0.0
2015-03-03 13:58:06 +09:00
Naoki Takezoe
34649dfeda
Update group id
2015-03-03 11:16:48 +09:00
Naoki Takezoe
bc84cfc2c8
Update assembly jar deploy script for 3.0 release
2015-03-03 11:07:29 +09:00
Naoki Takezoe
bcba1f068b
Update README.md for 3.0 release
2015-03-03 10:42:36 +09:00
Naoki Takezoe
e6f30ef86b
Fix Profile structure
2015-03-03 10:36:14 +09:00
takezoe
9e67999ef0
Temporary fix instantiation error
2015-03-03 02:42:35 +09:00
takezoe
be75cef752
Fix testcase
2015-03-03 02:38:59 +09:00
Naoki Takezoe
19ead71b48
Bump up version number to 3.0.0
2015-03-02 22:22:52 +09:00
Naoki Takezoe
7ebe1d6c62
Merge branch 'master' into profile_generalization
2015-03-02 22:21:00 +09:00
Naoki Takezoe
2331b58b87
Merge branch 'batch-edit'
...
Conflicts:
src/main/twirl/issues/list.scala.html
src/main/twirl/issues/listparts.scala.html
2015-03-02 22:20:22 +09:00
Naoki Takezoe
d495b04d85
Change package name
2015-03-02 22:15:56 +09:00
shimamoto
751a8703ef
(refs #632 ) Implement all the check of javascript.
2015-03-02 06:31:59 +09:00
shimamoto
9019d93449
(refs #632 ) Revert. And remove all checked checkbox.
2015-03-02 01:21:11 +09:00
Naoki Takezoe
32006e02c0
Fix build error
2015-03-02 00:45:28 +09:00
Naoki Takezoe
5ba0f6d51e
Generalize Profile for plug-ins as ProfileBase
2015-03-02 00:32:59 +09:00
shimamoto
c004d501f6
(refs #632 ) Implement all the check of javascript.
2015-03-01 23:38:08 +09:00
Naoki Takezoe
6067fa0fca
Fix broken layout of Wiki compare view
2015-02-28 12:47:52 +09:00
Naoki Takezoe
e2c6658e59
Fix compilation error
2015-02-28 12:47:06 +09:00
Naoki Takezoe
0a6e50cbbe
Compare view supports diff for commit id, not only branch name
2015-02-28 12:43:50 +09:00
Naoki Takezoe
3732963d4b
Add image API for plug-in
2015-02-28 03:40:02 +09:00
Naoki Takezoe
20217058fe
Merge branch 'feature/new-branches-ui' of https://github.com/team-lab/gitbucket into team-lab-feature/new-branches-ui
...
Conflicts:
src/main/scala/service/PullRequestService.scala
2015-02-27 02:05:02 +09:00
Naoki Takezoe
e67365a19f
Fix problem about milestone in issues and pull requests
2015-02-26 11:20:41 +09:00
Naoki Takezoe
c2f1817c6a
Avoid exception when filter box is empty
2015-02-25 21:42:22 +09:00
Naoki Takezoe
4a948d9b01
Fix monospace style
2015-02-24 00:10:06 +09:00
Shintaro Murakami
377bc2703b
(refs #630 ) Fix bug on changing issues status.
2015-02-23 02:41:56 +09:00
Naoki Takezoe
196890b26f
Fix Test
2015-02-20 13:39:47 +09:00
Naoki Takezoe
491fc2c164
Merge branch 'new-plugin-system'
...
Conflicts:
src/main/scala/servlet/InitializeListener.scala
2015-02-20 13:32:50 +09:00
Naoki Takezoe
1bed38f175
Change order of plug-in controller registration
2015-02-20 13:08:38 +09:00
Naoki Takezoe
b124c31f65
Plug-in action to be Scalatra controller
2015-02-20 09:29:44 +09:00
Naoki Takezoe
8c588cbd66
Provides Slick Session to plug-ins via ThreadLocal
2015-02-16 13:14:52 +09:00
shimamoto
334753b1ad
Remove unnecessary ServletContext.
2015-02-15 21:39:31 +09:00
Naoki Takezoe
f6e7401d1b
Add script to deploy assembly jar
2015-02-14 23:56:42 +09:00
Naoki Takezoe
ab564cc2d4
Merge branch 'master' into new-plugin-system
...
Conflicts:
src/main/scala/servlet/AutoUpdateListener.scala
2015-02-14 23:40:43 +09:00
Naoki Takezoe
b10839a5c2
Add comment
2015-02-14 23:28:21 +09:00
shimamoto
bb3323fb0e
Merge pull request #605 from rlazoti/add-connection-pool
...
Add Connection Pool
2015-02-14 22:56:00 +09:00
Naoki Takezoe
0b15ecbacd
Add pom.xml for the assembly jar
2015-02-11 22:28:29 +09:00
Naoki Takezoe
9f6afaed07
Add Result case classes for plugin
2015-02-10 02:28:22 +09:00
Naoki Takezoe
925420734e
Render Html with layout template
2015-02-08 23:51:21 +09:00
Naoki Takezoe
fb6bb12c52
Give Context to plugin actions
2015-02-08 23:09:30 +09:00
Naoki Takezoe
22d12d0488
Use util.Version for GitBucket migration
2015-02-08 22:35:58 +09:00
Naoki Takezoe
6888d959e1
Add migration system for plugins
2015-02-08 22:31:09 +09:00
Naoki Takezoe
65e66f52f6
Merge branch 'marklacroix-sidemenu-tooltips'
2015-02-07 17:58:04 +09:00
Naoki Takezoe
225abfa126
Merge branch 'sidemenu-tooltips' of https://github.com/marklacroix/gitbucket into marklacroix-sidemenu-tooltips
2015-02-07 17:54:29 +09:00
Naoki Takezoe
876757f2d4
Merge pull request #620 from nus/fix-facebox-resources
...
Fix facebox resource URLs.
2015-02-07 17:51:32 +09:00
Naoki Takezoe
7e77398645
Add prototype of global action support
2015-02-07 13:12:05 +09:00
Naoki Takezoe
73c76a5a88
Add plugin interfaces
2015-02-07 10:03:23 +09:00