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 (Expand)Author
2012-09-23Minor grammar changeRobert Speicher
2012-09-21separate project repositories API docsNihad Abbasov
2012-09-21remove commits API section from helpNihad Abbasov
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets
2012-09-21Improve commits compare. Added tags to autocomplete. Dont look for commits if...Dmitriy Zaporozhets
2012-09-20update help section with session API docsNihad Abbasov
2012-09-20Added workaround for github-markup issue with rendering markdownDmitriy Zaporozhets
2012-09-20Escape text passed directly to gfmRobert Speicher
2012-09-20Escape text passed to gfm by link_to_gfmRobert Speicher
2012-09-19polishing UI a bit. Added footer links for dashboardDmitriy Zaporozhets
2012-09-18Fix ref select search widthrandx
2012-09-18Gitlab styled tabs. Better ref selectorrandx
2012-09-18Notes votes: use icons instead of borders. Removed unnecessary paddingDmitriy Zaporozhets
2012-09-18Merge branch 'update-votes-when-adding-notes' of https://github.com/riyad/git...Dmitriy Zaporozhets
2012-09-18Fix project update. Make slim form only for reversed commentsDmitriy Zaporozhets
2012-09-17Merge pull request #1479 from tsigo/ref_switchDmitriy Zaporozhets
2012-09-16Extract ref switcher into a partialRobert Speicher
2012-09-16Remove unused project/_refs partialRobert Speicher
2012-09-16Fix permissions for TeamMembers#indexRobert Speicher
2012-09-16Remove Projects#team actionRobert Speicher
2012-09-16Remove redundant access check for Issues#destroyRobert Speicher
2012-09-16Remove non-existent "close" action from authorize_modify_issue filterRobert Speicher
2012-09-16Add an AdminController base class for Admin controllersRobert Speicher
2012-09-16Remove unused ProfileController#password actionRobert Speicher
2012-09-15Update votes when creating or refreshing notesRiyad Preukschas
2012-09-15Highlight voting notes for issues and merge requestsRiyad Preukschas
2012-09-15Init mr comments when naviagate via ajax to diffrandx
2012-09-15Fix MR diff comments. Fix wiki comments loading errorrandx
2012-09-15Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into r...randx
2012-09-15A bit of test refactoringrandx
2012-09-14Update Notes JS for reversed notesRiyad Preukschas
2012-09-14Add 'notes/reversed_notes_with_form' partialRiyad Preukschas
2012-09-14Rename note.js to notes.jsRiyad Preukschas
2012-09-14Extract 'notes/per_line_notes_with_reply' partialRiyad Preukschas
2012-09-14Extract 'notes/per_line_note_link' partialRiyad Preukschas
2012-09-14Rename 'notes/per_line_show' partial to 'notes/per_line_note'Riyad Preukschas
2012-09-14Renamed 'notes/notes_list' partial to 'notes/notes'Riyad Preukschas
2012-09-14Rename 'notes/show' partial to 'notes/note'Riyad Preukschas
2012-09-14Rename 'notes/reply_button' partial to 'notes/per_line_reply_button'Riyad Preukschas
2012-09-14Rename 'notes/form' partial to 'notes/common_form'Riyad Preukschas
2012-09-14Remove 'notes/load' partialRiyad Preukschas
2012-09-14Rename 'notes/create_*' partialsRiyad Preukschas
2012-09-14Rename 'notes/notes' partial to 'notes/notes_with_form'Riyad Preukschas
2012-09-14Update JS for adding and removing diff line notesRiyad Preukschas
2012-09-14Update links for inline comments to use data-* attributesRiyad Preukschas
2012-09-14Update diff comments order and renderingRiyad Preukschas
2012-09-14Completely redo loading of notes with JSRiyad Preukschas
2012-09-14Fix markupRiyad Preukschas
2012-09-14Update Note to load notes in the right orderRiyad Preukschas
2012-09-14Reorder notes view elementsRiyad Preukschas