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-06-18Remove EE-specific code from logs tree dropdownSean McGivern
2016-11-18fix broken ajax for large repository trees (regression caused in !7208)Mike Greiling
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-08-31Fix repo page ui issues, show full last commit message in repo view.Bryce
Integrates changes from ClemMakesApps' commit: 8581e152, although it was reverted to avoid frustrating conflicts. See MR: !5530 (diffs)
2016-02-23Fixes issue with file view rows not clickable on project main viewPhil Hughes
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
2015-07-26Fix commit data retrieval when branch name has single quotesStan Hu
Closes #1724
2015-03-30Fixed issue where only 25 commits would load in file listingsPhil Hughes
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.
2014-06-12Load last commit for files per 10 items.Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30Remove unnecessary ago keywordDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-15Add time ago tooltips to show actual date/timeDrew Blessing
Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
2013-07-02Prevent tree log crash if commit missingDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets