Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Convert span into col-md | Dmitriy Zaporozhets | 2013-12-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove unnecessary ago keyword | Dmitriy Zaporozhets | 2013-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | tiny wording fix | Hans Lemuet | 2013-12-18 | 1 | -1/+1 |
| | | | GitLab users can can see this snippet -> GitLab users can see this snippet | ||||
* | Add time ago tooltips to show actual date/time | Drew Blessing | 2013-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fixed all the confirm: deprecation warnings | Jeroen van Baarsen | 2013-12-10 | 2 | -2/+2 |
| | |||||
* | Render markdown in snippets | Dmitriy Zaporozhets | 2013-11-20 | 1 | -4/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve snippets UX | Dmitriy Zaporozhets | 2013-11-18 | 2 | -5/+17 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | avatar upload on profile page | Steven Thonus | 2013-10-09 | 3 | -3/+3 |
| | |||||
* | Minor UI improvements | Dmitriy Zaporozhets | 2013-08-12 | 2 | -5/+15 |
| | |||||
* | use control-group classes for inline forms in project new/edit pages | Dmitriy Zaporozhets | 2013-08-07 | 1 | -6/+6 |
| | |||||
* | Dont load bootstrap buttons. Modified css with new buttons | Dmitriy Zaporozhets | 2013-08-01 | 3 | -7/+10 |
| | |||||
* | User links to user snippets | Dmitriy Zaporozhets | 2013-07-18 | 5 | -9/+8 |
| | |||||
* | Minor ui fix for snippet | Dmitriy Zaporozhets | 2013-07-18 | 1 | -2/+0 |
| | |||||
* | Add seeds and improve ui. Remove snippet expires_at | Dmitriy Zaporozhets | 2013-07-18 | 4 | -26/+36 |
| | |||||
* | scss: rename file_content to file-content etc | Dmitriy Zaporozhets | 2013-07-13 | 2 | -6/+6 |
| | |||||
* | remove unnecessary %br/%hr and styles | Dmitriy Zaporozhets | 2013-07-13 | 1 | -1/+0 |
| | |||||
* | Replace page_title with page-title. Correct margin for some blocks/layouts | Dmitriy Zaporozhets | 2013-07-13 | 5 | -5/+5 |
| | |||||
* | Merge pull request #4415 from jackbot/master | Dmitriy Zaporozhets | 2013-06-30 | 2 | -2/+3 |
|\ | | | | | Couple of UI additions | ||||
| * | Added tooltip to snippet public/private icons | Jack Weeden | 2013-06-24 | 1 | -2/+2 |
| | | |||||
| * | Added delete button to snippet view | Jack Weeden | 2013-06-24 | 1 | -0/+1 |
| | | |||||
* | | Gravatar image fixes when gravatar unavailable | Izaak Alpert | 2013-06-26 | 1 | -1/+1 |
|/ | | | | | | | | | | -Alt text to image was set to hash, which would make the page display hashes if the image/gravatar wasn't available, set the alt text to '', and made the main tool bar image follow the same or similar constraints as the other images (.avatar, .s26) Conflicts: app/assets/stylesheets/themes/ui_bb.scss app/views/snippets/_snippet.html.haml Change-Id: I42e1e86f535486fd2556d4b3e4591f3676eea033 |