Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pagination on user snippets page | Sean McGivern | 2016-09-02 | 1 | -6/+10 |
| | |||||
* | Use btn-danger for delete button. | Connor Shea | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Update New Snippet buttons. | Connor Shea | 2016-07-08 | 1 | -19/+20 |
| | | | | | | | | 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. | ||||
* | Updated snippets UI | Phil Hughes | 2016-05-18 | 2 | -15/+30 |
| | | | | Closes #14328 | ||||
* | Refactor css for snippets list | Dmitriy Zaporozhets | 2016-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add copy-to-clipboard button to Snippets#showrs-snippets-clipboard | Robert Speicher | 2015-12-09 | 1 | -2/+2 |
| | | | | Closes #3701 | ||||
* | Use consistent casing for page titles | Douwe Maan | 2015-12-02 | 2 | -2/+2 |
| | |||||
* | Put delete snippet btn after edit btn | Dmitriy Zaporozhets | 2015-10-29 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update style of snippet detail page | Douwe Maan | 2015-10-18 | 1 | -10/+12 |
| | |||||
* | change capitalisation in buttons | Han Loong Liauw | 2015-10-15 | 2 | -3/+6 |
| | |||||
* | New snippet design for projects | Han Loong Liauw | 2015-10-14 | 2 | -31/+9 |
| | | | | | | | | 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 | ||||
* | include created_at date in heading | Han Loong Liauw | 2015-10-14 | 1 | -3/+9 |
| | |||||
* | Updated the style of the snippets header in #show | Han Loong Liauw | 2015-10-14 | 1 | -28/+23 |
| | | | | | | It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets | ||||
* | Adds modified date to snippets#show #1767 | Han Loong Liauw | 2015-10-12 | 1 | -2/+2 |
| | | | | | | - Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant. | ||||
* | Clean up overlap between dashboard and explore. | Douwe Maan | 2015-09-08 | 5 | -71/+13 |
| | | | | | - 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. | ||||
* | Set page title based on content in dashboard area | Dmitriy Zaporozhets | 2015-09-03 | 2 | -7/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Restyle snippets rendering | Dmitriy Zaporozhets | 2015-08-27 | 2 | -24/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Small ui improvements to snippet page | Dmitriy Zaporozhets | 2015-08-20 | 1 | -8/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Cleanup snippets index pages | Dmitriy Zaporozhets | 2015-08-20 | 3 | -25/+15 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rebuild navigation for dashboard | Dmitriy Zaporozhets | 2015-08-20 | 1 | -1/+2 |
| | | | | | | | | | | * 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> | ||||
* | Refactor sidebar navigation for dashboard | Dmitriy Zaporozhets | 2015-08-20 | 3 | -2/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rename abilities to correspond contoller/model action namesrename-abilities | Dmitriy Zaporozhets | 2015-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | Capitalize "X" in "New X". | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Plural instead of singular. | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 6 | -0/+6 |
| | |||||
* | Add new admin settings | Vinnie Okada | 2015-04-26 | 2 | -2/+2 |
| | | | | | Add new global application settings for default project and snippet visibility levels. | ||||
* | Fix wording and remove duplicate link | Dmitriy Zaporozhets | 2015-04-22 | 1 | -2/+0 |
| | |||||
* | Start applying new layout to snippets pages | Dmitriy Zaporozhets | 2015-04-22 | 2 | -27/+23 |
| | |||||
* | Explicitly set image alt to prevent graphical glitches | Sven Strickroth | 2015-04-13 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | Update views to single form of address. Change "my" to "your" | Dmitriy Zaporozhets | 2015-03-22 | 3 | -4/+4 |
| | |||||
* | Refactor buttons | Dmitriy Zaporozhets | 2015-03-14 | 2 | -4/+4 |
| | |||||
* | Improve css for file actions | Dmitriy Zaporozhets | 2015-03-13 | 1 | -2/+2 |
| | |||||
* | Update path helper references | Vinnie Okada | 2015-02-19 | 1 | -1/+1 |
| | | | | | Use the path helpers for nested project resources, for Rails 4.1.9 compatibility. | ||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 3 | -6/+14 |
| | |||||
* | Snippets: rename public to internal | Valery Sizov | 2014-10-07 | 1 | -4/+4 |
| | |||||
* | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 2 | -3/+3 |
| | |||||
* | Refactor snippets views | Dmitriy Zaporozhets | 2014-06-14 | 6 | -88/+21 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve files/snippets action buttons | Dmitriy Zaporozhets | 2014-06-13 | 2 | -9/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rename snippets scopes to plural names. | Marin Jankovski | 2014-06-04 | 1 | -6/+6 |
| | |||||
* | Replace snippets scopes in view and controller. | Marin Jankovski | 2014-06-03 | 1 | -6/+6 |
| | |||||
* | Refactor scss | Dmitriy Zaporozhets | 2014-02-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use more specific class names: grouped -> btn-grouped | Dmitriy Zaporozhets | 2014-02-20 | 2 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Enable markdown formatting for snippets in projects. | Takao Baba | 2014-02-04 | 2 | -14/+15 |
| | |||||
* | Add highlight.js support to markdown, snippets etc | Dmitriy Zaporozhets | 2014-01-27 | 1 | -2/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont render README with markup if format is not compatible | Dmitriy Zaporozhets | 2014-01-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix snippet form | Dmitriy Zaporozhets | 2014-01-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Restyle issue form. Replace inputs | Dmitriy Zaporozhets | 2014-01-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | alert-error to alert-danger | Dmitriy Zaporozhets | 2013-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Migrate forms and inputs pt1 | Dmitriy Zaporozhets | 2013-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update form classes | Dmitriy Zaporozhets | 2013-12-31 | 1 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |