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
2015-05-18Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka
2015-03-28Improve file icons rendering on treeSullivan SENECHAL
2015-03-24Refactor GitAccess to use instance variables.Douwe Maan
2015-01-28Use `icon` helper method in helper modulesRobert Speicher
2015-01-27Refactor blob helpersDmitriy Zaporozhets
2015-01-22Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets
2015-01-22Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets
2015-01-21developer can push to protected branchesValery Sizov
2015-01-18Fix various typosSteven Burgart
2015-01-16Merge pull request #7925 from cirosantilli/unused-argumentsDmitriy Zaporozhets
2015-01-01Append in place for strings and arraysCiro Santilli
2014-12-31Flatten the directory hierarchy while there is only one directory descendantmarmis85
2014-12-28Remove or prepend _ to unused method argumentsCiro Santilli
2014-12-23Prevent 500 after merge MR if you check remove source branchDmitriy Zaporozhets
2014-12-20Merge pull request #7886 from cirosantilli/disable-blob-edit-mrDmitriy Zaporozhets
2014-11-04Remove unneeded backslash: "\/" == "/"Ciro Santilli
2014-10-04Factor markup? || gitlab_markdown? into new methodCiro Santilli
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-10-02Disable / hide MR edit blob button if cannot edit.Ciro Santilli
2014-08-11Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling
2014-08-11Use readme we support to render if there are multiple readmesRobert Schilling
2014-08-10Use simple_format if we don't have a proper rendererRobert Schilling
2014-07-28Improve markup gemsRobert Schilling
2014-06-03Replace files icons with fontawesomeDmitriy Zaporozhets
2014-04-15Editing previewskv-headless
2014-03-05Add .adoc file extension for AsciiDocDan Allen
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-08-04Dont allow file edit for non-branches refDmitriy Zaporozhets
2013-08-03Improve markup detection, fixes #4695Robert Schilling
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets
2013-06-11Fix README.txt rendering. Solution by @dfyxDmitriy Zaporozhets
2013-05-27more descriptive confirmation messagesDmitriy Zaporozhets
2013-05-01gitlab_git to 1.0.6, return submodule rendering in treeDmitriy Zaporozhets
2013-04-03Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-01Move some decorator logic to helpersDmitriy Zaporozhets
2013-03-05tree_heleper: concat html only if present. Avoid nil exceptionDmitriy Zaporozhets
2012-11-02Add 'breadcrumbs' helper for Commit breadcrumb linksRobert Speicher
2012-10-21Security for online editor. Replace dev_access?, master_access? with can? met...randx
2012-10-16Fix plain text readmerandx
2012-10-04Add render_tree helper; simplify (speed up) tree_iconRobert 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-11tree view need use ascii-8bit, file name need be utf8.Saito
2012-09-06Use GitHub::Markup to parse markup filesRobert Speicher
2012-07-11Tree ajax log. progress bar & refactoringDmitriy Zaporozhets