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
2018-10-19Stop using ivars in BlobHelper template methodsNick Thomas
2018-09-05render using RedCarpet if legacy_render parameter is setBrett Walker
2018-04-20Add .nav.nav-tabs to nav-linksClement Ho
2018-04-12[skip ci] .form-horizontal => .form-group.rowClement Ho
2018-02-21Rest of Dispatcher RefactorJacob Schatz
2018-02-19Chart.html.haml refactorJacob Schatz
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-07-12moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes
2017-07-07fixed up more breadcrumbsPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-03-23Lightly refactor js files related to file template selectors.Bryce Johnson
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-11-29Merge branch 'jej-22869' into 'security'Douwe Maan
Fix information disclosure in `Projects::BlobController#update` It was possible to discover private project names by modifying `from_merge_request`parameter in `Projects::BlobController#update`. This fixes that. - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) https://gitlab.com/gitlab-org/gitlab-ce/issues/22869 See merge request !2023
2016-10-07Added subnav to labels edit+new and milestones edit+new+showLuke Bennett
Added subnav to blame show, blob edit, builds show, commit builds, commit show, environments edit and pipelines show Added subnav to new enviro view Added sidebar top position calculation logic Added sidebar translation to follow the subnav up when the body is scrolled until a certain limit
2016-08-19Move editor paths to helperSean McGivern
2016-08-18Only load Ace on Snippets and file edit pages.Connor Shea
2016-08-15Prevents accidental overwrites of commits from UIFrank West
Currently when a user performs an update of a file through the UI and there has already been a change committed to the file the previous commits will be overwritten without a check to see if the file has been changed. This commit uses the last commit sha at the time the user starts editing the file and compares it with the current sha of the file being edited to ensure they are the same before committing the file. If the shas do not match we throw an exception preventing the commit from the commit from occurring. Fixes #5857
2016-07-04Remove icons from file edit tabsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-02Change `js-quick-submit` behavior to expect the class on the formRobert Speicher
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
2016-01-13Replace all navigation menu with nav-links classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-02Capitalize tab titlesDouwe Maan
2015-11-17Add "Start a new merge request" option to every commit formDouwe Maan
2015-10-20Add option to create merge request when editing/creating a fileDirceu Pereira Tiegs
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-09-15Fix UI for web editorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-04-30Add a page title to every page.Douwe Maan
2015-02-24Web Editor: save to new branchValery Sizov
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-27Fixed few tests and improved css styleDmitriy Zaporozhets
2015-01-27Refactor web editorDmitriy Zaporozhets
2015-01-27Refactor blob viewsDmitriy Zaporozhets