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
2016-07-12Update header block class on snippets pageAnnabel Dunstone
2016-07-08Update New Snippet buttons.Connor Shea
No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-18Updated snippets UIPhil Hughes
Closes #14328
2016-05-05Start builds redesignAnnabel Dunstone
2015-12-09Add copy-to-clipboard button to Snippets#showRobert Speicher
Closes #3701
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-10-18Update style of snippets pagesDouwe Maan
2015-10-18Update style of snippet detail pageDouwe Maan
2015-10-15fix spinach features to use new button wordingsHan Loong Liauw
Also fixed an accidental deletion of pratial
2015-10-15change capitalisation in buttonsHan Loong Liauw
2015-10-14New snippet design for projectsHan Loong Liauw
Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-08-27Restyle snippets renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Capitalize "X" in "New X".Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-26Add new admin settingsVinnie Okada
Add new global application settings for default project and snippet visibility levels.
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-14Improve css for file actionsDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-06-14Refactor snippets viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-13Improve files/snippets action buttonsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20Refactor scssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-03Enable markdown formatting for snippets in projects.Takao Baba
2014-01-28 Merge branch 'highlight-js' into 'master'Dmitriy Zaporozhets
Highlight.Js Replace pygments code highlight with client-side library - highlight.js http://highlightjs.org/
2014-01-27Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-25Remove snippet expiration date from UIRobert Schilling
2014-01-12Small UI improvement to snippet formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-11Removed expiration from snippetsJeroen van Baarsen
* Removed the expiration from the project snippets * Fixed the layout for the project snippets
2014-01-11Replace chosen with select2Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02Restyle issue form. Replace inputsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31alert-error to alert-dangerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Migrate forms and inputs pt1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31Update form classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30Remove unnecessary ago keywordDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-15Add time ago tooltips to show actual date/timeDrew Blessing
Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
2013-12-10Fixed all the confirm: deprecation warningsJeroen van Baarsen
2013-10-09avatar upload on profile pageSteven Thonus
2013-09-25Fixed styling for delete button of snippetDmitriy Zaporozhets
2013-08-12Minor UI improvementsDmitriy Zaporozhets
2013-08-08use control-group classes for inline forms in project area pagesDmitriy Zaporozhets
2013-07-18Improve UI for project snippetsDmitriy Zaporozhets
2013-07-13scss: rename file_content to file-content etcDmitriy Zaporozhets
2013-07-13remove unnecessary %br/%hr and stylesDmitriy Zaporozhets
2013-07-13Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets
2013-06-05Restyle snippetsDmitriy Zaporozhets
2013-03-25Permissions for Project Snippet fixedAndrew8xx8