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
path: root/app
AgeCommit message (Collapse)Author
2012-06-11Refactored theme css, added Modern theme pre versionrandx
2012-06-11Get rid of modularity gem, Styled 'nothing here' messageDmitriy Zaporozhets
2012-06-07Models Refactoring: Move methods to rolesDmitriy Zaporozhets
2012-06-05MR -> remove source branch -> UI pollishedrandx
2012-06-05#888 prevent to remove source_branchZevs
2012-06-05ability to remove source branch after mergeZevs
2012-06-04Remove trailing whitespaces and trailing linesAndrey Vakarev
2012-06-03Removed empty helpers (probably auto-generated)Andrey Vakarev
2012-06-03Remove unused methodsAndrey Vakarev
2012-06-03Merge pull request #887 from nathanvda/improve_tag_countDmitriy Zaporozhets
Improve performance when handling large repo's
2012-06-03Merge pull request #885 from avakarev/clean-up-application_helperDmitriy Zaporozhets
Clean up application_helper.rb code
2012-06-03Use the faster alternative methods in grit to count tags and branches (which ↵nathanvda
I added). This is much faster in all cases, but especially on large repositories the difference should be obvious.
2012-06-03Clean up application_helper.rb codeAndrey Vakarev
2012-06-03Clean up tab_helper.rb codeAndrey Vakarev
2012-06-02custom select styled, tree table no round bordersrandx
2012-06-01Merge pull request #880 from NARKOZ/dashboard-feedDmitriy Zaporozhets
Dashboard feed
2012-06-01allow login via private token only for atom feedsNihad Abbasov
2012-06-01add projects atom feedNihad Abbasov
2012-06-01Milestones: progressbar from bootstrap. Bradcrumbs stylesrandx
2012-06-01Rescue encoding error on controller levelrandx
2012-06-01Graph: navigation with keyboardrandx
2012-05-30Improved Commit diff -> Images. Red border for removed & green for added imagesrandx
2012-05-30Fix MR modal bugrandx
2012-05-30Merge pull request #868 from SaitoWu/bugfix/encodingDmitriy Zaporozhets
Bugfix/encoding
2012-05-30diff now no need to force_encoding to utf8Saito
2012-05-30remove detect_enoding. detect_encoding means force_encoding to the ↵Saito
file.data's encoding, not encoding to utf8. will cause encoding problem.
2012-05-29fix deprecation warningsNihad Abbasov
2012-05-29fix file extensionNihad Abbasov
[ci skip]
2012-05-29get rid of unused assets, use gems insteadNihad Abbasov
2012-05-29use chosen-railsNihad Abbasov
2012-05-29cleanup User modelNihad Abbasov
2012-05-28MR: Accept section polished. Show permission inforandx
2012-05-27Fixed wrong module namerandx
2012-05-27Merge branch 'fix_encoding' of https://github.com/brodock/gitlabhq into ↵randx
brodock-fix_encoding Conflicts: lib/gitlab/encode.rb
2012-05-27Better algorithm to deal with encodings. Moved fallback rescue message from ↵Gabriel Mazetto
view to encode library. This helps fix cases where UTF-8 is wrongly identified as ISO-8859-1. We will only try to convert strings if we are 100% sure about the charset, otherwise, we will fallback to UTF-8.
2012-05-27Images refactored, Feed icon replaced, Fixed comment form focusrandx
2012-05-26It's dangerous to rescue errors here as it will hide bugs. define_tree_vars ↵Gabriel Mazetto
already catch all situations where something may not exist.
2012-05-26Better fix for encoding problems on rendering of inline file visualizations ↵Gabriel Mazetto
like README files.
2012-05-26Fixed encoding problems with plain/text blobs being sent without charset.Gabriel Mazetto
2012-05-26lib/ refactoring. Module Gitlabhq renamed to Gitlabrandx
2012-05-24Milestone show, Team index: Better UIDmitriy Zaporozhets
2012-05-23fix merge_requests.htmlEric
2012-05-22Gem updates & githost loggerDmitriy Zaporozhets
* Grit gem updated * gitolite-client updated * logger added * few fixes
2012-05-20Refactoring: get rid of ruby antipattern unless/else and use if/else insteadAndrey Vakarev
2012-05-19Merge pull request #833 from Nek-/patch-utf8Dmitriy Zaporozhets
Added force utf8 encoding
2012-05-19Preparing to v2.5Dmitriy Zaporozhets
2012-05-19Added force utf8 encodingNek
2012-05-19Event feed: Icons for some eventsDmitriy Zaporozhets
2012-05-19Password & token split up, icon to button for top panelDmitriy Zaporozhets
2012-05-18Branches pages polished. few css improvementsDmitriy Zaporozhets