Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-21More tweaks to make note edit/preview CSS consistentStan Hu
Closes #2585
2015-09-21Merge branch 'notification-levels' into 'master' Douwe Maan
Notification levels can now be set on the Project's main page ![Screen_Shot_2015-09-16_at_7.49.49_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/0ac517bdfdc801f0e2115463c3ea9e10/Screen_Shot_2015-09-16_at_7.49.49_PM.png) The notification settings for a project can now be set directly on the Project's page. The drop down list and the button label reflect the current level. Saving is done via a remote form submission and if successful shows the user a flash message: ![Screen_Shot_2015-09-16_at_6.09.02_PM](https://gitlab.com/gitlab-org/gitlab-ce/uploads/8a6e1fde5177aa3976cadf59fdb8d375/Screen_Shot_2015-09-16_at_6.09.02_PM.png) @DouweM can you please review my code. I gave my bestest effort to make in clean and readable. @rspeicher hopefully we can include it with the 8.0 release, maybe? /cc @darby See merge request !1322
2015-09-21Merge branch 'sh-fix-issue-2585' into 'master' Dmitriy Zaporozhets
Make Markdown area formatting consistent Issue #2585 See merge request !1354
2015-09-20Merge branch 'style-pagination' into 'master' Dmitriy Zaporozhets
Apply new design to pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler See merge request !1362
2015-09-19Apply new design to paginationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-19Cleanup GitLab CI UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-19Return callout css for CIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-19Merge branch 'master' into ci-build-listDmitriy Zaporozhets
2015-09-18Fix IssuableContext javascriptRobert Speicher
We were calling `affix` before the events were bound so they never triggered correctly. Closes #2597
2015-09-18Make Markdown area formatting consistentStan Hu
2015-09-18Add colors to build labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-18Style CI project/build listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-17Merge branch 'master' into notification-levelsPatricio Cano
2015-09-17Merge branch 'master' into notification-levelsPatricio Cano
2015-09-17Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano
the current level instead of `Notifications`
2015-09-16Style CI projects page and builds listDmitriy Zaporozhets
2015-09-16Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g
2015-09-15Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock
2015-09-15Change the replace placeholder to use the filenameStan Hu
Dynamically adjust placedholder for uploads and fix Dropzone event handlers Override error handler to prevent error messages from being inserted underneath image preview Fix tests Use regexp instead of startsWith for better browser compatibility Remove duplicate code in _replace.html.haml and use one template Remove files upon error and retain alert messages until user adds a new file
2015-09-15Cleanup some html/css for upload featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-15Merge branch 'ui-fixes' into 'master'Dmitriy Zaporozhets
Improve UI for last push widget and web editor See merge request !1296
2015-09-15Fix UI for web editorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-15Fix last push widgetDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-15Replaced `this` with `@` in the coffee file and added an arrow that clearly ↵Patricio Cano
marks the Notifications button as a drop down
2015-09-15Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano
the actual value of `global` is, if the project has the notification level set to global.
2015-09-15Merge pull request #9138 from liyakun/masterStan Hu
add "replace" and "upload" functionality
2015-09-15Notification level can now be saved from within the project view.Patricio Cano
2015-09-15 Add "Replace" and "Upload" featuresliyakun
Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
2015-09-14Make small ui fixes for CIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-14Remove repeating titles on members and label pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-14Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets
Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
2015-09-14Skip auth for group page but return auth for other group pagesDmitriy Zaporozhets
2015-09-12Keep add-diff-note button the same size on hover. Fixes #2497Drew Blessing
2015-09-11Fix 500 when search for gitlab projectsDmitriy Zaporozhets
2015-09-11Use GitLab UI when render CIDmitriy Zaporozhets
2015-09-11Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-11Fix ci commits features specsDmitriy Zaporozhets
2015-09-10Simplify syntax highlighting of new notesRobert Speicher
2015-09-10Apply syntax highlighting to Markdown previewsRobert Speicher
2015-09-10Add specs for syntax_highlight JSRobert Speicher
Also makes it work when given a parent element containing a `.js-syntax-highlight` element so for dynamically-added things like notes or Markdown previews, we can more accurately target just the element we care about.
2015-09-10Fix project pages for authorized userDmitriy Zaporozhets
2015-09-10Remove CI css that exists in GitLabDmitriy Zaporozhets
2015-09-10Style syntax highlight area for white themeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Style blob show pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Improve project fork pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Refactor md variablesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Conver forked from button to textDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Fix last element of sidebar being hidden for small screensDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Enable blank container for group settings pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-10Style panels and add blank containerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>