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 (Expand)Author
2012-10-21Security for online editor. Replace dev_access?, master_access? with can? met...randx
2012-10-18Fix use of EmojiRiyad Preukschas
2012-10-16Fix plain text readmerandx
2012-10-13Make Note methods sanerRiyad Preukschas
2012-10-12Merge pull request #1683 from riyad/fix-events-for-deleted-things-againDmitriy Zaporozhets
2012-10-12Fix displaying events for deleted thingsRiyad Preukschas
2012-10-12Improve search suggestionsRiyad Preukschas
2012-10-10Add links to the note source if the note is mixed inRiyad Preukschas
2012-10-10Fix vote counting to only count main target notes (not mixed in ones)Riyad Preukschas
2012-10-10Make notes for merge requests include commit notes and add helpersRiyad Preukschas
2012-10-10Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas
2012-10-09Context refactoring. Move Issues list, Search logic to contextrandx
2012-10-09Add emoji_for_completion helperRiyad Preukschas
2012-10-09simple refactoringAndrey Kumanyaev
2012-10-04Add render_tree helper; simplify (speed up) tree_iconRobert Speicher
2012-10-01Refactoring event viewsDmitriy Zaporozhets
2012-10-01Refactored events output. Added links to authors of eventsDmitriy Zaporozhets
2012-09-27Minor doc fixRobert Speicher
2012-09-27Fixed ref switcherDmitriy Zaporozhets
2012-09-27Replace various "active tab" checks with nav_linkRobert Speicher
2012-09-27Add nav_link helper to TabHelperRobert Speicher
2012-09-27Add current_action? helperRobert Speicher
2012-09-27Remove commit_tab_class helperRobert Speicher
2012-09-27Change active tab and nav class to "active"Robert Speicher
2012-09-27Move tab_class helper to TabHelperRobert Speicher
2012-09-27Allow current_controller? helper to take an Array of optionsRobert Speicher
2012-09-27Add current_controller? helper methodRobert Speicher
2012-09-27Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher
2012-09-20Added workaround for github-markup issue with rendering markdownDmitriy Zaporozhets
2012-09-20Escape text passed to gfm by link_to_gfmRobert Speicher
2012-09-18Merge branch 'update-votes-when-adding-notes' of https://github.com/riyad/git...Dmitriy Zaporozhets
2012-09-16Remove Projects#team actionRobert Speicher
2012-09-15Highlight voting notes for issues and merge requestsRiyad Preukschas
2012-09-15Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into r...randx
2012-09-14Completely redo loading of notes with JSRiyad Preukschas
2012-09-14Refactored profile areaDmitriy Zaporozhets
2012-09-12improve profile layout after omniauth changesrandx
2012-09-12Cleanup after omniauthDmitriy Zaporozhets
2012-09-12Merge branch 'master' of https://github.com/funglaub/gitlabhq into funglaub-m...Dmitriy Zaporozhets
2012-09-11tree view need use ascii-8bit, file name need be utf8.Saito
2012-09-10using blank?, much shorterVanja Radovanović
2012-09-10fixed commit title when commit message is an empty string and ensured that li...Vanja Radovanović
2012-09-10Project team page improvedDmitriy Zaporozhets
2012-09-09Merge pull request #1386 from tsigo/github_markupDmitriy Zaporozhets
2012-09-08Remove unnecessary check in Markdown helperRiyad Preukschas
2012-09-07projects helper addedrandx
2012-09-06Use GitHub::Markup to parse markup filesRobert Speicher
2012-09-06Move the entire `gfm` method to Gitlab::Markdown, which will be a module nowRobert Speicher
2012-09-02Fix glm by adding id and classes to sanitize white attrsrandx
2012-09-02Sanitize glm helperrandx