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
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-03-26Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
2019-02-07Add fast tasklist support to MR tasklistFatih Acet
Also adds specs and fixes existing specs
2019-01-31Some cleanup and improvements on frontent logicFatih Acet
2019-01-31Add missing specs.Fatih Acet
2019-01-31Fix failing specs and lint errors.Fatih Acet
2019-01-31Handle tasklist update failed in app componentFatih Acet
2019-01-31Fix data coming down to error handler of tasklistFatih Acet
2019-01-31Pass tasklist lock versionBrett Walker
receive data on when there is a conflict
2018-11-20Prettify all the thingsMike Greiling
2018-10-10Prettify issue_show and jobs modulesMike Greiling
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-12Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann
2017-12-08Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett
2017-11-29Backport epic tasklistClement Ho
2017-07-06refactor TaskList class to ES module syntaxMike Greiling
2017-06-20Stop showing task status if no tasks are presentPhil Hughes
Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
2017-06-19Fix issue description syntax highlighting and math renderingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-05-31Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett
2017-05-16Fixed else-if in descriptionPhil Hughes
[ci skip]
2017-05-16Merge branch 'issue-edit-inline' into issue-edit-inline-description-fieldPhil Hughes
[ci skip]
2017-05-15Added markdown docs linkPhil Hughes
[ci skip]
2017-05-15Added description field to inline edit formPhil Hughes
[ci skip]
2017-05-11Remove some weird code to add/remove the task statusPhil Hughes
Moved the data into the data method Renamed edited ago class name
2017-05-10Fixed a bunch of errors with invalid propPhil Hughes
Use v-model on textrea
2017-05-10Added a bunch of specs for the different componentsPhil Hughes
2017-05-10Fixed task status with mobilePhil Hughes
2017-05-10Refactored issue tealtime elementsPhil Hughes
This is to match our docs better and will also help a future issue. Also made it possible for the description & title to be readable when JS is disabled