Stan Hu and Rémy Coutable
f86ddfd365
Render sanitized SVG images
...
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
2016-02-01 18:25:32 +01:00
Douwe Maan
677b4db9e6
Mark inline difference between old and new paths when a file is renamed
2016-01-29 19:37:17 +01:00
Robert Speicher
0e79b5f396
Merge branch 'highlight-blame' into 'master'
...
Fix highlighting in blame view.
See merge request !2630
2016-01-28 20:30:21 +00:00
Dmitriy Zaporozhets
88e16c3d19
Merge branch 'issue_2406' into 'master'
...
Show list of forks for a given Project
Closes #2406
See merge request !2376
2016-01-28 16:58:38 +00:00
Douwe Maan
590e237d55
Merge branch 'master' into highlight-blame
2016-01-28 14:49:34 +01:00
Douwe Maan
b636f83e59
Move blame group logic to dedicated class
2016-01-28 14:49:21 +01:00
Phil Hughes
22e81f5dbe
Removed sorted text from dropdowns
...
Closes #12796
2016-01-28 09:06:20 +00:00
Robert Speicher
bba7e786a6
Merge branch 'events-performance' into 'master'
...
Improve performance of retrieving last update times for events
See 75195eefcca4cb3961986c90c8e837da02f30134 and
https://gitlab.com/gitlab-org/gitlab-ce/issues/12415#note_3387317
for the juicy details.
Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12415
See merge request !2613
2016-01-27 21:20:16 +00:00
Douwe Maan
4be80f8aa3
Fix highlighting in blame view.
2016-01-27 16:15:24 +01:00
Yorick Peterse
de7c9c7ab1
Use Atom update times of the first event
...
By simply loading the first event from the already sorted set we save
ourselves extra (slow) queries just to get the latest update timestamp.
This removes the need for Event.latest_update_time and significantly
reduces the time needed to build an Atom feed.
Fixes gitlab-org/gitlab-ce#12415
2016-01-27 10:33:33 +01:00
Grzegorz Bizon
8d397862cd
Use generic method to checks if artifacts are available
2016-01-26 08:34:48 +01:00
Douwe Maan
40d2daed89
Highlight note code and edit preview
2016-01-25 11:42:47 +01:00
Jacob Schatz
0ee2d50eee
Merge branch 'issuable-white-bg' into 'master'
...
Remove gray background from issue/mr/milestone background
Fixes #6062
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
cc @skyruler @creamzy
See merge request !2573
2016-01-23 05:41:00 +00:00
Dmitriy Zaporozhets
367cd8ac75
Remove gray background from issue/mr/milestone background
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-22 16:15:32 -08:00
Dmitriy Zaporozhets
cf673ba9f6
Fix UI for pages with panels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-22 13:37:40 -08:00
Dmitriy Zaporozhets
b0fff566c9
Merge branch 'issue_2239' into 'master'
...
Provide a link for fetching merge requests from command line instructions
Closes #2239
See merge request !2540
2016-01-22 20:00:34 +00:00
Dmitriy Zaporozhets
56b527093d
Merge branch 'fix-comment-on-diff-ajax-loading'
2016-01-22 10:20:19 -08:00
Robert Speicher
5f0d7e2e3b
Merge branch 'fix-mr-diff-edit-button' into 'master'
...
Fix MR diff 'Edit' button
It now works and has the right size.
See merge request !2542
2016-01-22 07:39:33 +00:00
Robert Speicher
2fed8bf390
Merge branch 'fix-diff-comments' into 'master'
...
More highlighted diff fixes
See merge request !2545
2016-01-22 07:37:47 +00:00
Douwe Maan
16d17b78ca
Restore diff comments
2016-01-22 02:10:58 +01:00
Robert Speicher
3f5e6c6cf6
Merge branch 'ci/recursive-artifacts-entries' into 'master'
...
Add method to calculate total size of artifacts in subpath
See merge request !2500
2016-01-21 23:23:02 +00:00
Robert Speicher
307b099064
Merge branch 'diff-highlight-themes' into 'master'
...
Diff highlight themes
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12484
See merge request !2530
2016-01-21 23:16:22 +00:00
Douwe Maan
9369b7ec1f
Fix MR diff 'Edit' button
2016-01-21 22:46:49 +01:00
Rubén Dávila
46c7691633
Add link for checkout MRs info.
2016-01-21 16:09:44 -05:00
Grzegorz Bizon
66b0927bb5
Move build artifacts javascripts into separate file
2016-01-21 15:51:44 +01:00
Grzegorz Bizon
e5232ccc1e
Do not use progress bar when downloading build artifacts
...
Closes #12491
2016-01-21 15:06:32 +01:00
Douwe Maan
21facf5353
Use consistent markup and styling for highlighting across blobs, diffs, blame and snippets
2016-01-21 14:23:53 +01:00
Dmitriy Zaporozhets and Jacob Schatz
8367e4abeb
Implement new UI for pagination
2016-01-20 21:27:01 -05:00
Dmitriy Zaporozhets
1667d2134c
Merge branch 'show-message-to-signed-out-users-to-sign-in-if-they-want-to-comment' into 'master'
...
Adds disabled comment field and disabled avatar.
Fixes #3540

See merge request !2508
2016-01-20 22:27:40 +00:00
Rémy Coutable
8a829c9738
Merge remote-tracking branch 'origin/master' into fix-comment-on-diff-ajax-loading
2016-01-20 22:42:07 +01:00
Rémy Coutable
12da27090f
Address some JS coding-style and HTML semantic issues
...
- Replace 'rel' attributes with 'data' or 'id' attributes
- Style jQuery methods chaining according to Jacob's guidelines
- Rename a method
2016-01-20 22:39:32 +01:00
Kamil Trzcinski
9b0f57781e
Add method that calculates total size for artifacts subfolder
2016-01-20 21:55:13 +01:00
Douwe Maan
7d347ae564
Merge branch 'master' into issue_3945
2016-01-20 20:04:15 +01:00
Douwe Maan
0e992a3b4e
Properly highlight lines around '\ No newline at end of file'
2016-01-20 19:20:13 +01:00
Dmitriy Zaporozhets
5ad60c5dda
Merge branch 'secret-shortcut-feature' into 'master'
...
Adds "t" as a shortcut for find file anywhere
See merge request !2507
2016-01-20 16:39:43 +00:00
Douwe Maan
987e3d94b0
Fix MR diff_refs
2016-01-20 15:40:49 +01:00
Douwe Maan
c23ca0b0b5
Merge branch 'master' into issue_3945
2016-01-20 14:53:41 +01:00
Douwe Maan
701513dcc7
Move parallel diff logic to separate class
2016-01-20 14:53:20 +01:00
Grzegorz Bizon
6d09338f88
Remove Compressed to column from build artifacts browser
...
See #10982 .
2016-01-20 08:51:34 +01:00
Rubén Dávila
e9246148a6
Refactor some CSS rules.
2016-01-20 00:17:21 -05:00
Rubén Dávila
a091483b7a
Some fixes from last code review.
2016-01-20 00:17:21 -05:00
Rubén Dávila
91bd0bf99e
Some CSS and sorting fixes.
2016-01-20 00:17:21 -05:00
Rubén Dávila
833a0f4d9f
Add icon for private forks notice. #2406
2016-01-20 00:17:21 -05:00
Jacob Schatz
3278c5b073
Adds disabled comment field and disabled avatar.
2016-01-20 00:15:55 -05:00
Rubén Dávila
40e1ad9052
Add ability to sort forks. #2406
2016-01-20 00:14:58 -05:00
Jacob Schatz and Rubén Dávila
af501845dd
aligns menu at top on one row
2016-01-20 00:14:58 -05:00
Rubén Dávila
5cba592469
WIP: Add sort dropdown. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
b0a5a99e96
Little update to copy and custom content for empty results. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
b6170d2d8b
Show last commit as description. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
f0b7dcba30
Add ability to filter by namespace. #2406
2016-01-20 00:14:58 -05:00