Robert Speicher
3723182a88
Move project visibility level off of the clone panel
2015-11-27 16:15:06 -05:00
Robert Speicher
1d80cd315e
Add clipboard button to project clone panel
...
Closes #3585
2015-11-24 19:32:06 -05:00
Robert Speicher
af65046c5f
Move HTTP/SSH clone button logic to helpers
2015-11-24 16:55:26 -05:00
Dmitriy Zaporozhets
ef1ed8f702
Merge branch 'missing_dot_confirm_modal' into 'master'
...
Add missing dot in confirm modal
See merge request !1645
2015-11-19 21:26:10 +00:00
Robert Speicher
3a85c93a7a
Merge branch 'dirceu/gitlab-ce-new-merge-request-from-file-edit' into 'master'
...
Add option to create merge request when editing/creating a file
Replaces !1611
Fixes #3059
See merge request !1820
2015-11-19 16:45:45 +00:00
Douwe Maan
91fdbdcde7
Add tooltips to home panel buttons.
2015-11-18 12:02:09 +01:00
Douwe Maan
01d2b1943f
Move import form to partial.
2015-11-18 12:00:56 +01:00
Douwe Maan
e945ec0280
Add "Start a new merge request" option to every commit form
2015-11-17 18:53:56 +01:00
Jason Lee
18cb430f79
Replace CoffeeScript block into JavaScript in Views.
...
For example view: shared/issuable/_context
CoffeeScript: 190ms
JavaScript: 19.7ms
2015-11-10 19:17:37 +08:00
Dmitriy Zaporozhets
4099751ce9
Render same markdown hint for issue, merge request, wiki and comment forms
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-07 20:22:16 +01:00
Dmitriy Zaporozhets
696a708401
Move rendering CI status to helper
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-23 17:32:52 +02:00
Dmitriy Zaporozhets
01315cfe76
Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master'
...
Update style of snippets pages


Replaces !1567 .
Fixes #1767 and #2538 .
See merge request !1637
2015-10-22 13:34:34 +00:00
Douwe Maan
d37cf64237
Merge branch 'master' into hanloong/gitlab-ce-add-dates-snippets-show
2015-10-21 10:24:06 +02:00
Job van der Voort
dd0552c36d
Animate the logo on hover
...
The logo is now rendered as pure SVG, rather than image referencing a
svg. The SVG has an id and the shapes of the logo have a shared class.
The shapes change their fill color on hover with a transition.
2015-10-21 08:59:30 +02:00
Achilleas Pipinellis
ab6d426a48
Add missing dot in confirm modal
2015-10-19 21:04:05 +03:00
Douwe Maan
b371b6d139
Update style of snippet detail page
2015-10-18 12:54:02 +02:00
Douwe Maan
eeea6ef25f
Sentences end in periods.
2015-10-18 12:19:42 +02:00
Han Loong Liauw
1565a95da1
Merge branch 'master' into add-dates-snippets-show
2015-10-17 09:30:43 +11:00
Han Loong Liauw
1f92c22fec
New snippet design for projects
...
Split out header into shared partial
Used action partials to have unique actions for shared and personal
snippets
changed back to created date in list view
Switched to using existing color classes
2015-10-14 23:53:52 +11:00
Douwe Maan
d10e3c4498
Merge branch 'master' into filter-label
2015-10-14 13:23:01 +02:00
Douwe Maan
3a69dd20a1
Allow dashboard and group issues/MRs to be filtered by label
2015-10-14 12:33:39 +02:00
Han Loong Liauw
e1d70c4f31
Merge branch 'master' into add-dates-snippets-show
...
Also removed fixes to btn-sm as they have appears to
be already merged into master
2015-10-14 19:46:27 +11:00
Valery Sizov
0e34154d21
Project names are not fully shown if group name is too big, even on group page view
2015-10-13 11:37:57 +03:00
Valery Sizov
d805c5dbb3
Add spellcheck=false to certain input fields
2015-10-12 12:54:54 +03:00
Han Loong Liauw
857cc388e1
Adds modified date to snippets#show #1767
...
- Fixed a bug with .btn-sm padding.
- Changed created_at to modified_at for snippets#index as it seems to
be more relevant.
2015-10-12 18:38:34 +11:00
Stan Hu
b60bc655f2
Restore placeholders in issue filters from "Any" to "Milestone" and "Label"
...
1f11096c included new filters but made it hard to determine which dropdown did
what. This patch restores the original placeholders.
2015-10-08 23:53:32 -07:00
Robert Speicher
de3ff174e7
Quick Submit all the things!
...
Adds quick submit behavior to the forms for:
- Blobs ("new file")
- Commit messages
- Issuables
- Notes
- Labels
- Milestones
- Wikis
2015-10-07 15:23:42 -04:00
Stan Hu
dfbbc80611
Support filtering by "Any" milestone or issue and fix "No Milestone" and "No Label" filters
...
Closes #2619
Closes https://github.com/gitlabhq/gitlabhq/issues/9631
2015-10-07 07:21:50 -07:00
Valery Sizov
731b860976
Hide password in the service settings form
2015-10-02 12:48:57 +03:00
Dmitriy Zaporozhets
145d933880
Merge branch 'projects'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-28 13:42:41 +02:00
Stan Hu
04de85a994
Fix Error 500 occuring with repositories that have a bad HEAD
...
A repository could have objects but no valid HEAD, causing
`project.commit` to be `nil`.
2015-09-24 22:48:50 -07:00
Andrey
1f78c5d460
UI changes to the project view, empty project and project list new project button
2015-09-24 18:36:15 +02:00
Dmitriy Zaporozhets
353d426e4e
Show CI status on Your projects page and Starred projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-24 14:00:23 +02:00
Stan Hu
0346e9724a
Tweak remaining CSS for Markdown preview
...
Missed a few items in !1378
2015-09-21 14:08:26 -07:00
Dmitriy Zaporozhets
b6de7ad49e
Fix 500 on trending projects if isntance has 100k+ projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-18 10:45:42 +02:00
Darby
def939a562
Turned off autocomplete for new issue titles
2015-09-09 15:04:38 -07:00
Dmitriy Zaporozhets
bc6706fd6a
REmove icons from milestone filters
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-04 15:28:04 +02:00
Dmitriy Zaporozhets
147f95b753
Apply new style for issues, merge requests and milestone pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-04 15:22:33 +02:00
Dmitriy Zaporozhets
cf36509a34
Style dashboard milestones page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-04 15:00:50 +02:00
Dmitriy Zaporozhets
c13ef89862
Make UI more compact
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-04 11:17:25 +02:00
Dmitriy Zaporozhets
1c8ec154a9
Refactor colors
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 18:48:35 +02:00
Dmitriy Zaporozhets
89df4a7922
New UI for explore groups and trending pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 18:19:31 +02:00
Dmitriy Zaporozhets
0195b085a1
Style groups page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 17:21:48 +02:00
Dmitriy Zaporozhets
aeeb31d6b7
Change some base colors in UI
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 15:46:13 +02:00
Dmitriy Zaporozhets
63ba17c4db
Redesign activity feed on dashboard and project pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 13:46:11 +02:00
Dmitriy Zaporozhets
4406aeff05
Implement new design for projects page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-02 21:57:32 +02:00
Douwe Maan
30555c1d24
Merge branch 'rs-remove-user-color-scheme-class' into 'master'
...
Apply syntax highlighting to fenced code blocks client-side
Instead of applying the syntax highlighting scheme class to these blocks
server-side, we use Javascript and Gon to apply the user's color scheme
(or the default) client-side.
This will make it easier to cache these blocks in the future because
they're no longer state-dependent.
See merge request !1203
2015-08-27 16:24:51 +00:00
Dmitriy Zaporozhets
4ac7f5c949
Restyle snippets rendering
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-27 00:00:06 +02:00
Dmitriy Zaporozhets
5ea5e8f5d6
Standartize how we render group rows
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 23:41:56 +02:00
Dmitriy Zaporozhets
b54358b457
Refactor project list rendering
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 22:44:02 +02:00