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
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-06-05Resolve "BS4: Pagination is pipeline's page has no styling"Sam Beckham
2018-05-24Replace data-test=page with .js-pagination-pageClement Ho
2018-04-24Add data-test=page for testing pagination pages in admin abuse reports specClement Ho
2018-04-18[skip ci] Disable pagination gap buttonClement Ho
2018-04-18Fix previous pagination linkClement Ho
2018-04-17Fix pagination first and last page buttonsClement Ho
2018-04-13[skip ci] Add pagination stylesClement Ho
2018-04-10[skip ci] Add pagination classesClement Ho
2017-08-14Use Prev/Next pagination for exploring projectsYorick Peterse
This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
2017-02-15Add active_when helperSemyon Pupkov
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-12-31HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya
2016-11-01Makes table pagination responsiveFilipa Lacerda
Media queries for medium screens Adds entry to CHANGELOG Rollback to previous design Adds class for previous sibling Fix removed class Fixes after review Fix scss linter
2016-05-31Upgrade Kaminari from 0.16.3 to 0.17.0.Connor Shea
Changelog: https://github.com/amatsuda/kaminari/blob/master/CHANGELOG.rdoc#0170 Deprecates num_pages in favor of total_pages and includes Rails 5 support.
2016-01-21Implement new UI for paginationDmitriy Zaporozhets
2015-09-23Add links to first and/or last page with kaminariZeger-Jan van de Weg
Also update Kaminari gem to the latest version
2015-09-19Apply new design to paginationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-04-06Refactoring & restyle pagination:Dmitriy Zaporozhets
- remove admin kaminari theme. Use gitlab theme everywhere - use bootstrap styled for gitlab admin themes - dont reload page when change issue filter
2013-01-31fix pagination issueDmitriy Zaporozhets
2013-01-30replace right with pull-rightDmitriy Zaporozhets
2012-12-17Fix admin paging gap issueDmitriy Zaporozhets
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-03-22Pagination for Merge Requests. Fixed for issuesrandx
2012-03-22Issues paginationrandx
2012-02-11Admin area improvedDmitriy Zaporozhets