Dmitriy Zaporozhets
4c51619de3
Use more logic class names for buttons in panel headings
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 19:42:49 +03:00
Dmitriy Zaporozhets
b66d9c4f28
Remove ui-box css
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 19:32:19 +03:00
Dmitriy Zaporozhets
a2b3eb134a
Move from ui-box to panels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 18:57:27 +03:00
Dmitriy Zaporozhets
38ff5d1ab9
Replace ui-box title with panel-heading
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 18:43:21 +03:00
Dmitriy Zaporozhets
6dcbe1b43c
Replace ui-box with panel.panel-default
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-29 18:42:44 +03:00
Kyle Fazzari
c1b1c32196
Add summaries for notes and merge requests to dashboard feed.
...
This fixes #305 .
2014-05-29 07:55:55 -07:00
Kyle Fazzari
2e03ccff02
Update event helper to display target_iid in event title instead of target_id.
...
The event helper is used extensively within the dashboard atom feed, so by
fixing this, we fixed #303 .
2014-05-29 07:46:45 -07:00
Kyle Fazzari
97e06bcfe6
Update events helper to also return a URL for notes.
...
This fixes #304 since it was linking back to the dashboard feed
only as a result of it being given no URL at all for notes.
2014-05-29 07:37:28 -07:00
Dmitriy Zaporozhets
e6beb60903
Merge branch 'raise-hard-limit' into 'master'
...
Raise hard limit
2014-05-29 14:11:17 +00:00
Dmitriy Zaporozhets
e569cf369a
Merge pull request #6991 from jvanbaarsen/branch-counter-after-delete
...
Make sure the branch counter gets updated
2014-05-29 15:39:46 +03:00
Dmitriy Zaporozhets
6fdd900827
Merge pull request #7014 from asedge/api_create_tag
...
Add CreateTagService. Use new service to allow tag creation through API.
2014-05-29 15:37:42 +03:00
Marin Jankovski
3910b5917c
Extend default link_to helper to add noreferrer html_option.
2014-05-29 12:49:15 +02:00
Marin Jankovski
f79a300417
Replace existing links to help pages with the new ones.
2014-05-29 08:58:15 +02:00
Marin Jankovski
a9580a157a
Use the correct links, replace in search.
2014-05-29 08:44:25 +02:00
Marin Jankovski
59797b2f2e
Remove list items styling in show render.
2014-05-29 08:44:25 +02:00
Marin Jankovski
54ff9d90ad
Scan the text and add the help path.
2014-05-29 08:44:25 +02:00
Job van der Voort and Marin Jankovski
fd476cf620
render items from doc
2014-05-29 08:44:25 +02:00
Job van der Voort and Marin Jankovski
e61e3eaadb
render readme in help
2014-05-29 08:44:25 +02:00
Dmitriy Zaporozhets
13cbc82aa1
Merge branch 'master-create-group-projects' into 'master'
...
Master can create group projects
It also includes Project transfer refactoring
Fixes #1284
2014-05-28 17:12:28 +00:00
Dmitriy Zaporozhets
64b1956b0b
Merge pull request #7032 from erbunao/markdown_clipboard
...
Implements clipboard feature for markdown areas.
2014-05-28 19:54:44 +03:00
Dmitriy Zaporozhets
1932f902d5
Allow masters to create projects in groups
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 19:04:42 +03:00
Dmitriy Zaporozhets
900d30798b
Use new Projects::TransferService class
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 19:03:45 +03:00
Dmitriy Zaporozhets
aea79b8035
Add ability rule for creating project in namespace
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 19:03:01 +03:00
Dmitriy Zaporozhets
aca6be50d3
Refactor project transfer service. Add security check when create or transfer project into group
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 19:02:26 +03:00
erbunao
2273234653
Implements and refactors clipboard feature for markdown.
2014-05-28 22:51:47 +08:00
dosire
7795a4b90c
The hard limit should be a lot more liberal, 10x seems reasonable.
2014-05-28 15:08:27 +02:00
Sean Edge
2d4ba2679a
Update tags_controller.rb to use CreateTagService.
2014-05-28 07:59:02 -04:00
Dmitriy Zaporozhets
a3db7631b8
Fix haml indent
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 12:52:02 +03:00
Dmitriy Zaporozhets
a18ae13e98
Backport CI service refactoring from EE
...
It allows easier contribution of different CI services
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 11:35:43 +03:00
Dmitriy Zaporozhets
affd376f7a
Dont show remove source branch ckecbox/button if you dont have such
...
permissions for MR page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-27 18:51:41 +03:00
Dmitriy Zaporozhets
d7b3bbfc4a
Make MR dicussion and changes tabs more noticable
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-27 12:06:31 +03:00
Dmitriy Zaporozhets
e918ae240e
Merge branch 'no_link_inside_code_block' into 'master'
...
No link inside code block
2014-05-27 06:26:22 +00:00
Dmitriy Zaporozhets
c456231690
Use css truncation on dashboard
2014-05-26 23:26:41 +03:00
Marin Jankovski
603e04bc21
Make sure slashes are handled properly.
2014-05-26 20:43:58 +02:00
Marin Jankovski
52c3179be9
Do not replace links inside code blocks, less code for the same amount of work.
2014-05-26 20:43:58 +02:00
skv and GitLab
9c046fea67
links to issues on main dashboard
2014-05-26 13:24:21 +00:00
Marin Jankovski
3b2b3cff04
Move logic to image_service.
2014-05-26 14:54:03 +02:00
Marin Jankovski
8bec6b0bcb
Make existing tests test something, return correct errors.
2014-05-26 14:17:46 +02:00
Pierre de La Morinerie
a220fc5455
Limit the width of images in emails
...
This fixes an issue in Mail.app, where large images would expand outside
of the viewport.
2014-05-26 10:14:58 +02:00
Dmitriy Zaporozhets
bbc4b2be8d
Fix help tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-24 14:26:15 +03:00
Dmitriy Zaporozhets
1bb9aeb565
Fix specs. Fix note form reset after submit
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-24 14:10:36 +03:00
Dmitriy Zaporozhets
50f3280e01
Remove unused css
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-24 13:15:23 +03:00
Dmitriy Zaporozhets
5cfaf945cd
Improve notes form UI/UX
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-24 13:06:44 +03:00
Dmitriy Zaporozhets
0853eebd1c
Improve comments css
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-24 11:11:45 +03:00
Jeroen van Baarsen
4ac56fa1db
Changed some stuff around after rebase
2014-05-23 20:26:31 +02:00
Jeroen van Baarsen
d0e794cc1a
Make sure the branch counter gets updated
...
When you delete a branch, the counters wont get updated automaticly,
this happends because of the JS nature of the original call. I've
fixed this by responding with a JS file, and recalculate the counters.
Fixes : #6030
2014-05-23 20:23:59 +02:00
Sean Edge
1e6766f9ed
Add CreateTagService. Use new service to allow tag creation through API.
2014-05-23 11:02:47 -04:00
Dmitriy Zaporozhets
de7d93e31f
Merge branch 'branch-creation-flow' into 'master'
...
Branch creation flow
To improve user experience with web editing I did next improvements:
* when create branch via ui - redirect to tree view so you start add/edit files
* when click on branch name - redirect to tree view instead of commits so you can immedialty add/edit files
2014-05-23 13:06:32 +00:00
Dmitriy Zaporozhets
d906f19c5b
Merge branch 'move-protected-branches' into 'master'
...
Move protected branches to Project settings page
Because all settings should be in one place
2014-05-23 13:06:01 +00:00
Marin Jankovski
6990f8a846
Replace jquery deprecated .live with .on
2014-05-23 14:07:42 +02:00