| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Standardize the way we check for and display form errorsrs-form_errors | Robert Speicher | 2016-04-04 | 1 | -4/+2 |
| | | | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard. | ||||
| * | Remove link from system hookrs-issue-12672 | Robert Speicher | 2016-01-24 | 1 | -2/+1 |
| | | | | | Closes #12672 | ||||
| * | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -0/+8 |
| | | |||||
| * | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -0/+1 |
| | | |||||
| * | Refactor buttons | Dmitriy Zaporozhets | 2015-03-14 | 1 | -2/+2 |
| | | |||||
| * | Replace ui-box title with panel-heading | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace ui-box with panel.panel-default | Dmitriy Zaporozhets | 2014-05-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Replace existing links to help pages with the new ones. | Marin Jankovski | 2014-05-29 | 1 | -1/+1 |
| | | |||||
| * | Improve alignment of labels in .well-list items | Tom de Bruijn | 2014-03-28 | 1 | -2/+4 |
| | | |||||
| * | Moved all the help files to markdown files: | Jeroen van Baarsen | 2014-02-28 | 1 | -67/+0 |
| | | | | | | | | | | | Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions | ||||
| * | Replace pygments with hljs for system hooks help page | Dmitriy Zaporozhets | 2014-01-30 | 2 | -71/+67 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | twbs3 for system hooks | Dmitriy Zaporozhets | 2014-01-04 | 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 | -2/+2 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix broken UI for admin system hooks | Dmitriy Zaporozhets | 2013-12-13 | 1 | -17/+10 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fixed all the confirm: deprecation warnings | Jeroen van Baarsen | 2013-12-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'feature/system_hook_user_id' of ↵ | Dmitriy Zaporozhets | 2013-10-08 | 1 | -2/+4 |
| |\ | | | | | | | /home/git/repositories/gitlab/gitlabhq | ||||
| | * | Mention SystemHook user_id in sample. Extend tests | Dmitriy Zaporozhets | 2013-10-08 | 1 | -2/+4 |
| | | | |||||
| * | | Fix system hook page description | Dmitriy Zaporozhets | 2013-10-08 | 1 | -6/+9 |
| |/ | |||||
| * | Lots of wording improvements for the project settings area | Henry Smith | 2013-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | Summary: - Mostly very small things involving use of "a", "the" etc. - "post-receive" hooks are usually written with the hyphen in the name . - I changed the Web Hooks page to have a title consistent with all the other pages in the settings area. - More consistent usage of full-stops in lists. | ||||
| * | Increase input padding. Minor ui fixes | Dmitriy Zaporozhets | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use control-group classes for inline forms in admin area | Dmitriy Zaporozhets | 2013-08-07 | 1 | -2/+2 |
| | | |||||
| * | Dont load bootstrap buttons. Modified css with new buttons | Dmitriy Zaporozhets | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | Updating documentation to reflect #3836 (resolving #4443) | GitLab | 2013-07-01 | 1 | -13/+16 |
| | | |||||
| * | Minor usability improvements | Dmitriy Zaporozhets | 2013-04-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed JSON description of system hook | Aaron France | 2013-04-06 | 1 | -4/+4 |
| | | | | Fixed JSON description of system hook to accurately describe what is actually being sent. | ||||
| * | remove old alert messages | Dmitriy Zaporozhets | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | replace right with pull-right | Dmitriy Zaporozhets | 2013-01-30 | 1 | -2/+2 |
| | | |||||
| * | refactor buttons pt2 | Dmitriy Zaporozhets | 2013-01-29 | 1 | -2/+2 |
| | | |||||
| * | refactor buttons pt1 | Dmitriy Zaporozhets | 2013-01-29 | 1 | -1/+1 |
| | | |||||
| * | Tables refactored | randx | 2012-09-03 | 1 | -1/+1 |
| | | |||||
| * | fix inline forms | Cyril | 2012-08-23 | 1 | -1/+1 |
| | | |||||
| * | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -6/+6 |
| | | | | | Didn't bother with files in db/, config/, or features/ | ||||
| * | Help section for system hooks completed | randx | 2012-07-21 | 1 | -0/+52 |
| | | |||||
| * | Fix system hook example | randx | 2012-07-21 | 1 | -38/+7 |
| | | |||||
| * | System Hooks: CRUD has done | Valeriy Sizov | 2012-07-19 | 2 | -0/+84 |
