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-05-18Updated snippets UIPhil Hughes
Closes #14328
2016-02-26Refactor css for snippets listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-09Add copy-to-clipboard button to Snippets#showRobert Speicher
Closes #3701
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-10-29Put delete snippet btn after edit btnDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-18Update style of snippet detail pageDouwe Maan
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-10-14include created_at date in headingHan Loong Liauw
2015-10-14Updated the style of the snippets header in #showHan Loong Liauw
It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets
2015-10-12Adds modified date to snippets#show #1767Han Loong Liauw
- Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
2015-09-08Clean up overlap between dashboard and explore.Douwe Maan
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
2015-09-03Set page title based on content in dashboard areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-27Restyle snippets renderingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Small ui improvements to snippet pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Cleanup snippets index pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Rebuild navigation for dashboardDmitriy Zaporozhets
* projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20Refactor sidebar navigation for dashboardDmitriy 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-30Plural instead of singular.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-04-22Fix wording and remove duplicate linkDmitriy Zaporozhets
2015-04-22Start applying new layout to snippets pagesDmitriy Zaporozhets
2015-04-13Explicitly set image alt to prevent graphical glitchesSven Strickroth
Rails image_tag sets the alt-attribute to the filename which causes graphical glitches if the file could not be loaded. Fixes https://github.com/gitlabhq/gitlabhq/issues/6036. Signed-off-by: Sven Strickroth <email@cs-ware.de>
2015-03-23Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets
2015-03-14Refactor buttonsDmitriy Zaporozhets
2015-03-14Improve css for file actionsDmitriy Zaporozhets
2015-02-20Update path helper referencesVinnie Okada
Use the path helpers for nested project resources, for Rails 4.1.9 compatibility.
2014-10-09Snippets: public/internal/privateValery Sizov
2014-10-07Snippets: rename public to internalValery Sizov
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-06-04Rename snippets scopes to plural names.Marin Jankovski
2014-06-03Replace snippets scopes in view and controller.Marin Jankovski
2014-02-20Refactor scssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20Use more specific class names: grouped -> btn-groupedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-03Enable markdown formatting for snippets in projects.Takao Baba
2014-01-27Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-08Dont render README with markup if format is not compatibleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02Fix snippet formDmitriy 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-31Convert span into col-mdDmitriy 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-18tiny wording fixHans Lemuet
GitLab users can can see this snippet -> GitLab users can see this snippet