Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary private_token params.atom-feeds-everywhere | Douwe Maan | 2015-04-23 | 7 | -7/+7 |
| | |||||
* | Fix spec. | Douwe Maan | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | Rename "News Feed" buttons to "Activity Feed" | Douwe Maan | 2015-04-23 | 3 | -3/+3 |
| | |||||
* | Fix project atom link tag. | Douwe Maan | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | Update changelog. | Douwe Maan | 2015-04-23 | 1 | -0/+2 |
| | |||||
* | Make links and titles of atom feeds consistent. | Douwe Maan | 2015-04-23 | 11 | -31/+31 |
| | |||||
* | Add atom feed for project activity. | Douwe Maan | 2015-04-23 | 4 | -8/+40 |
| | |||||
* | Move activity feed buttons out of event_filter into actual show views. | Douwe Maan | 2015-04-23 | 4 | -14/+20 |
| | |||||
* | Add feed button to dashboard and group issue pages. | Douwe Maan | 2015-04-23 | 2 | -0/+12 |
| | |||||
* | Add atom link tag to every page that has one. | Douwe Maan | 2015-04-23 | 9 | -10/+34 |
| | |||||
* | Fix sidebar collapse button | Dmitriy Zaporozhets | 2015-04-23 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add CHANGELOG item for new sidebar | Dmitriy Zaporozhets | 2015-04-23 | 2 | -3/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #9042 from skburgart/fix/jira-link | Marin Jankovski | 2015-04-23 | 1 | -6/+5 |
|\ | | | | | Fix broken link in jira service | ||||
| * | Fix broken link in jira service | Steven Burgart | 2015-03-27 | 1 | -6/+5 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2015-04-23 | 4 | -2/+7 |
|\ \ | |||||
| * \ | Merge branch 'sign-out-to-sign-in' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 2 | -0/+5 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redirect to sign in page after signing out. Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2125. See merge request !541 | ||||
| | * | | Move changelog item to 7.11.sign-out-to-sign-in | Douwe Maan | 2015-04-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | Redirect to sign in page after signing out. | Douwe Maan | 2015-04-18 | 2 | -0/+5 |
| | | | | |||||
| * | | | Merge branch 'rs-rails-env-predicates' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 2 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix two places where we should be using `Rails.env.development?` See merge request !550 | ||||
| | * | | | Fix two places where we should be using `Rails.env.development?`rs-rails-env-predicates | Robert Speicher | 2015-04-20 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #9062 from fgimian/omniauth-disable-turbolink | Dmitriy Zaporozhets | 2015-04-23 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Disable turbolinks for omniauth link to avoid rendering problems | ||||
| * | | | | Disable turbolinks for omniauth link to avoid rendering problems | Fotis Gimian | 2015-03-31 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'issue-body-code-mentions' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 3 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug causing at-username inside code blocks to sometimes be picked up as a user mention. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2254. See merge request !553 | ||||
| * | | | | | Fix bug causing `@whatever` inside code blocks to sometimes be picked up as ↵issue-body-code-mentions | Douwe Maan | 2015-04-21 | 3 | -4/+5 |
| | |/ / / | |/| | | | | | | | | | | | | | a user mention. | ||||
* | | | | | Merge branch 'rs-search_text_nodes' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `search_text_nodes` helper in our custom filters Closes #1477 See merge request !561 | ||||
| * | | | | | Use `search_text_nodes` helper in our custom filtersrs-search_text_nodes | Robert Speicher | 2015-04-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #1477 | ||||
* | | | | | | Merge branch 'new-sidebar' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 33 | -248/+290 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New sidebar design I want to make separation between sidebar and content - [x] change sidebar and header colors - [x] change colors for old light theme so it matches dark style too - [x] rename theme names to something more reasonable - [x] fix header logo collapse with JS - [x] fix navless layouts (explore page, login page, snippets, user page) - [x] fix tests See merge request !558 | ||||
| * \ \ \ \ \ | Merge branch 'master' into new-sidebar | Dmitriy Zaporozhets | 2015-04-23 | 135 | -1462/+3533 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/snippets_controller.rb | ||||
* | | | | | | | Merge pull request #8996 from vinkla/patch-1 | Marin Jankovski | 2015-04-23 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix Node.js Error in Documentation | ||||
| * | | | | | | | Fix nodejs installation guide in documentation. | Vincent Klaiber | 2015-04-23 | 1 | -0/+2 |
| | | | | | | | | |||||
* | | | | | | | | Move the upgrade document to the correct location. | Marin Jankovski | 2015-04-23 | 1 | -0/+0 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-04-22 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'upgrader-for-7.10' into 'master' | Job van der Voort | 2015-04-22 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update command in upgrader docs to work with 7.10.0. See merge request !562 | ||||
| | * | | | | | | | Update command in upgrader docs to work with 7.10.0. | Douwe Maan | 2015-04-22 | 1 | -5/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-04-22 | 3 | -74/+74 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge pull request #9078 from ikappas/project-services-extend-ui | Dmitriy Zaporozhets | 2015-04-22 | 3 | -74/+74 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | Add Fieldset Support to Project Services Views | ||||
| | * | | | | | | | added fieldset support to project and admin services views. | Ioannis Kappas | 2015-04-22 | 3 | -74/+74 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split field logic to separate template. | ||||
* | | | | | | | | | Merge branch 'rs-reply-hotkey' into 'master' | Dmitriy Zaporozhets | 2015-04-22 | 18 | -100/+624 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Reply quoting selected text" shortcut/hotkey Adds the <kbd>r</kbd> hotkey for quoting selected text on Issuable forms. This MR also updates the jasmine gem and adds jasmine-rails to let us use the asset pipeline (and Coffeescript) in JS specs. See merge request !1775 | ||||
| * | | | | | | | | Add changelog entry [ci skip] | Robert Speicher | 2015-04-18 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Typo: Issueable -> Issuable | Robert Speicher | 2015-04-18 | 4 | -7/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Add JS specs for replyWithSelectedText | Robert Speicher | 2015-04-18 | 3 | -0/+519 |
| | | | | | | | | | |||||
| * | | | | | | | | Add hotkey for "reply with selected text" to Issueable | Robert Speicher | 2015-04-18 | 1 | -1/+27 |
| | | | | | | | | | |||||
| * | | | | | | | | Add 'reply' hotkey to help modal | Robert Speicher | 2015-04-18 | 1 | -0/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Simplify jasmine.yml since we're using jasmine-rails gem | Robert Speicher | 2015-04-18 | 1 | -30/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot of these values are handled by the asset pipeline. | ||||
| * | | | | | | | | Make StatGraph JS explicitly require its dependencies | Robert Speicher | 2015-04-18 | 5 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to test them in a bit more isolation. | ||||
| * | | | | | | | | rails g jasmine_rails:install | Robert Speicher | 2015-04-18 | 2 | -115/+42 |
| | | | | | | | | | |||||
| * | | | | | | | | Add jasmine-rails gem | Robert Speicher | 2015-04-18 | 2 | -0/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Re-run rails g jasmine:install | Robert Speicher | 2015-04-18 | 2 | -4/+56 |
| | | | | | | | | | |||||
| * | | | | | | | | Update jasmine gem | Robert Speicher | 2015-04-18 | 2 | -7/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix 'merge_reuests' typo | Robert Speicher | 2015-04-18 | 2 | -2/+2 |
| | | | | | | | | |