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
2015-12-03Use URL helpers in specsDouwe Maan
2015-12-01Add new references to markdown feature spec.Douwe Maan
2015-08-22No HTML-only email pleaseDouwe Maan
2015-08-20Use heredocs.Douwe Maan
2015-08-20Remove more unused fixtures.Douwe Maan
2015-08-20Removed unused fixtures.Douwe Maan
2015-08-20Test EmailReceiverWorker.Douwe Maan
2015-08-20Start on tests.Douwe Maan
2015-07-29Add RelativeLinkFilter section to Markdown fixtureRobert Speicher
2015-07-29Make links inside ignored elements uniqueRobert Speicher
This is to prevent false matches since the Autolink section uses about.gitlab.com as well.
2015-07-20GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2015-05-27Add ExternalLinkFilter to Markdown pipelineRobert Speicher
Forces a `rel="nofollow"` attribute on all external links.
2015-05-26Use to_reference in Markdown feature specRobert Speicher
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-08Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets
Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
2015-05-07Add Markdown feature specs for markup inside linksRobert Speicher
It was already working, just want to make sure we don't break it in the future.
2015-05-06Add TaskList to Markdown feature specRobert Speicher
2015-04-30Remove special handling for the `&#39;` problemRobert Speicher
While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
2015-04-30Add a feature spec for our entire Markdown parsing stackRobert Speicher
2015-04-15Import Google Code issue assignee when mapped.Douwe Maan
2015-04-04Show Google Code image attachments inline.Douwe Maan
2015-04-03Allow projects to be imported from Google Code.Douwe Maan
2014-06-21Add trailing newline to all text files.Ciro Santilli
Present in the large majority of files of each respective type.
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2013-07-01Ability to edit commentsJack Weeden