Phil Hughes
be521d7d76
icons on search bar
2016-04-26 09:03:04 +01:00
Phil Hughes
b3af3930c6
Started updating search UI
2016-04-26 09:03:04 +01:00
Jacob Schatz
692c35e6f4
Merge branch 'multi-filter-labels' into 'master'
...
Mutliple label filter
Fixes #989
See merge request !3438
2016-04-20 19:18:32 +00:00
Phil Hughes
75626d5f01
Label text color comes from JSON
...
Created issuable singleton to house the filtering
2016-04-20 17:00:12 +01:00
Arinde Eniola
a845252983
get the multi filter labels feature to work on merge request, also escape characters in the templates to prevent xss attack
2016-04-20 13:55:19 +01:00
Phil Hughes
3de09d1475
Updated all GFM forms to use new GLForm class
2016-04-14 10:28:05 +01:00
Phil Hughes
d67c3e35c9
Milestones use new GLForm class
2016-04-14 10:28:05 +01:00
Phil Hughes
c45ca936c7
merge request form uses new GLForm
2016-04-14 10:28:05 +01:00
Phil Hughes
ff7fb09ea8
Updated issue form to use new GLForm
2016-04-14 10:28:05 +01:00
Alfredo Sumaran
b169046e57
Initialize autocomplete only when search form is present
2016-03-26 17:56:51 -05:00
Alfredo Sumaran and Jacob Schatz
c9e202c1d7
Working version of autocomplete with categorized results
2016-03-18 14:06:51 -04:00
Jacob Schatz and Phil Hughes
fa570525db
Adds small AJAX optimistic functionality to todos.
...
Fixes #13656
A good first step and boring solution.
2016-03-17 12:20:14 +00:00
Dmitriy Zaporozhets
d324bf8434
Merge branch 'share-project-ce' into 'master'
...
Bring from EE: Share Project with Group
- [x] Models and migrations
- [x] Logic, UI
- [x] Tests
- [x] Documentation
- [x] Share with group lock
- [x] Api feature
- [x] Api docs
- [x] Api tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
For #12831
cc @DouweM @rspeicher @vsizov
See merge request !3186
2016-03-14 16:38:52 +00:00
Dmitriy Zaporozhets
746ac56b6f
Add functionality to setup share of project with group via project settings
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-11 18:37:46 +01:00
Dmitriy Zaporozhets
e3efce9237
Move group activity feed to separate page for consistency with dashboard and project pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-10 14:29:38 +01:00
Rubén Dávila
95b06a62c0
Updates from last code review.
2016-03-06 23:07:19 -05:00
Dmitriy Zaporozhets
7455d950bc
Refactor projects list
...
1. Fix double bottom border if pagination
2. Fix broken search on forks page
4. Remove duplicate js logic
4. Remove unused show all link
5. Remove duplicate “no project” message in different views
After this merge request you can easily render shared projects template
with all necessary html/js included to make searchable list with
pagination. All you need to provide is controller that returns
projects list with seach nad pagination and render html form with
project-filter-form id and text field with filter_projects name.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-03-03 13:09:58 +01:00
Alfredo Sumaran
ef9b78c1e3
Initialize User class on the view
2016-03-01 11:19:05 -05:00
Alfredo Sumaran
4c4d742431
Activities will load when the according tab is opened
2016-02-29 19:09:16 -05:00
Alfredo Sumaran
798c220037
Initialize navigation shortcuts on project's files page
2016-02-23 20:17:16 -05:00
Phil Hughes
01b965f6da
Correctly checks if tree view is on screen
2016-02-23 13:41:03 +00:00
Phil Hughes
d80205b755
Fixes issue with file view rows not clickable on project main view
...
Fixed an issue where it would only load the first 25 commit data on project main view
Stopped the file view sending 1 too many requests
Fixes #3916
2016-02-23 09:06:26 +00:00
Phil Hughes
fbc578a7ec
Added line links to blame table
...
Closes #4119
2016-02-22 14:09:13 +00:00
Josh Frye
30e022a2fe
Starred, All, and Trending on explore are paged also group projects. Need ajax filter.
2016-02-09 10:10:41 -05:00
Josh Frye
2ad094132d
Various filter fixes
2016-02-04 13:03:41 -05:00
Grzegorz Bizon
66b0927bb5
Move build artifacts javascripts into separate file
2016-01-21 15:51:44 +01:00
Jacob Schatz
34564296d0
Adds t as a shortcut for find file anywhere
2016-01-19 14:25:27 -05:00
Jacob Vosmaer
41b8a238ce
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2016-01-07 12:56:18 +01:00
Robert Speicher
e7314e4c27
Fix the "Show all" link for the keyboard shortcut modal
2015-12-27 20:34:46 -05:00
Stan Hu
3d654cc0fa
Fix broken group avatar upload
...
Closes #3918
2015-12-08 07:52:08 -08:00
Dmitriy Zaporozhets
f16f315115
Few changes to Group Milestone feature:
...
* Group attachments are not supported so I removed attach file link
* Added changelog item
* Add markdown hint to project milestone form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-16 15:07:16 +01:00
Dmitriy Zaporozhets
312cf11b61
Add release description to new tag form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-05 14:03:48 +01:00
Dmitriy Zaporozhets
a4d75e3aec
Add ability to edit and show release notes
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-11-05 12:15:25 +01: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
Dmitriy Zaporozhets
8f68c38746
Dashboard activity as separate page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-25 14:13:04 +02:00
Daniel Gerhardt
65bd871be7
Fix full screen mode for snippet comments
...
ZenMode is now initialized for snippet pages.
Fixes #2036 .
2015-07-21 19:51:16 +02:00
Dmitriy Zaporozhets
5f34759ecb
Allow user to specify content he wants to see on project page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-13 18:24:15 +02:00
Dmitriy Zaporozhets
8404ab46b9
Add shortcut for project activity page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-08 12:43:46 +02:00
Dmitriy Zaporozhets
d192f921c1
Move project activity to separate tab. Add more features to project home page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-07 16:01:12 +02:00
Dmitriy Zaporozhets
a9095280c7
UsersSelect is part of filter so I rather keep js executed in partial
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-25 16:54:35 +02:00
Dmitriy Zaporozhets
5ff870a044
Move duplicate js functionality into IssuableForm
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-25 16:17:06 +02:00
Dmitriy Zaporozhets
2d31568b27
Refactor issue and merge request sidebar
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-25 16:04:50 +02:00
Robert Speicher
32366d1811
Rename BlobView to LineHighlighter
2015-06-19 04:31:24 -04:00
Robert Speicher
6de3958364
Account for RootController for dashboard navigation and Dispatch JS
2015-06-13 17:59:11 -04:00
Stan Hu
8c3c5afba2
Add file attachment support in Milestone description
...
Closes #1648
2015-05-25 21:41:47 -07:00
dreis
a1152e19d1
Fix Firefox problems when it wants to render issuable component
2015-05-05 21:52:06 +02:00
Douwe Maan
92fd3ccee0
Add helpers for header title and sidebar, and move setting those from controllers to layouts.
2015-05-01 10:39:16 +02:00
Robert Speicher
4d1878253e
Typo: Issueable -> Issuable
2015-04-18 15:20:15 -04:00
Dmitriy Zaporozhets
0622b87537
Merge branch 'admin-user-projects' into 'master'
...
Fix admin user projects lists.
The admin user personal projects lists wasn't being rendered anymore.
cc @marin
See merge request !442
2015-04-01 00:44:09 +00:00
Douwe Maan
2d5f4458a0
Fix admin user projects lists.
2015-03-31 09:19:08 +02:00