Robert Speicher
ec55d89cf8
Merge branch 'rrott/gitlab-ce-logo-issue-11867' into 'master'
...
Fixes for issue with poor logo transition animation on Safari
See merge request !2690
2016-02-05 15:12:56 -05:00
Roman Rott and Robert Speicher
9cc321ca17
fixed issue with poor logo transition animation on safari
...
updates after code review: moved coffee code to appropriate file, updated css to not use js-prefixed selectors
Updated comments and Changelog
Removed duplicate line in changelog
2016-02-05 15:11:46 -05:00
Dmitriy Zaporozhets
2611acfd92
Improve placeholder: search -> Search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-02-05 19:32:12 +01:00
Dmitriy Zaporozhets
42e0e35784
Merge branch 'search-on-groups-is-ugly' into 'master'
...
Change placeholder text to just 'search'
Fixes #13168

See merge request !2711
2016-02-04 20:09:29 +00:00
Dmitriy Zaporozhets
34edb3abe7
Merge branch 'feature/jschatz1/issuable-sidebar' into 'master'
...
Implement new design for issue and merge request right sidebar
Fixes #3981
See merge request !2645
2016-02-04 18:01:29 +00:00
Jacob Schatz
b1757c200c
Change placeholder text to just 'search'
2016-02-04 12:29:32 -05:00
Robert Speicher
8a85906a74
Merge branch 'support-akismet' into 'master'
...
Support Akismet spam checking for creation of issues via API
Currently any spam detected by Akismet for non-members via API will
be logged in a separate table in the admin page.
Closes #5612
See merge request !2266
2016-02-03 01:26:30 +00:00
Douglas Barbosa Alexandre
0ea5d764f2
Hide the link for spam logs if the Askimet is disabled
2016-02-02 11:25:44 -02:00
Stan Hu and Douglas Barbosa Alexandre
d20e75a8d8
Support Akismet spam checking for creation of issues via API
...
Currently any spam detected by Akismet by non-members via API will be logged
in a separate table in the admin page.
Closes #5612
2016-02-02 11:25:44 -02:00
Zeger-Jan van de Weg
7eb961f081
Improve tooltips on admin menu
2016-02-02 11:17:20 +01:00
Dmitriy Zaporozhets
88e16c3d19
Merge branch 'issue_2406' into 'master'
...
Show list of forks for a given Project
Closes #2406
See merge request !2376
2016-01-28 16:58:38 +00:00
Jacob Schatz
087abdf7fd
New right side gutter design.
...
[WIP]
2016-01-27 17:38:19 -05:00
Jacob Schatz
7377abf84a
Simplifies the HAML if statement for project branch URL
2016-01-20 10:50:26 -05:00
Jacob Schatz
f1b4f20c75
Fix HTML so code passes
...
Code was failing because branch was named `'test'` with quotes
which was escaping the javascript I was using.
2016-01-20 02:09:19 -05:00
Rubén Dávila
a091483b7a
Some fixes from last code review.
2016-01-20 00:17:21 -05:00
Rubén Dávila
55707f9589
Use adequate icon for Forks link on sidebar. #2406
2016-01-20 00:14:58 -05:00
Rubén Dávila
7765ce1875
Setup new fork link in sidebar and routes. #2406
2016-01-20 00:14:58 -05:00
Jacob Schatz
70e59035c0
Fix project find url so branch ref is not nil
...
Also adds autocomplete="off" to find input.
2016-01-19 21:39:48 -05:00
Jacob Schatz
4784695860
Proper spacing in HAML file if statement.
2016-01-19 15:04:12 -05:00
Jacob Schatz
60dbc4f687
Removes defined? in favor to just if
2016-01-19 14:38:45 -05:00
Jacob Schatz
ecbb8d73eb
Add reference to the correct branch.
...
sometimes `@ref` will be `nil`.
this makes sure that the correct branch is passed in.
2016-01-19 14:37:00 -05:00
Jacob Schatz
34564296d0
Adds t as a shortcut for find file anywhere
2016-01-19 14:25:27 -05:00
Douwe Maan
b6ae2def2c
Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master'
...
Unsubscribe from thread through link in email footer
Closes #3437


See merge request !2068
2016-01-14 14:38:55 +00:00
Dmitriy Zaporozhets
620d8b68a1
Merge branch 'remove-gray-bg'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-14 14:09:49 +01:00
Robert Speicher
5a1706791e
Update broadcast_message helper
...
Now it returns the fully-formatted message so we can be consistent about
how it's shown.
2016-01-13 11:34:58 -05:00
Robert Speicher
1c7febc3e3
Style the broadcast message form
2016-01-13 11:34:19 -05:00
Dmitriy Zaporozhets
b433efcf70
Add suport for layout without container
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-13 14:27:36 +01:00
Zeger-Jan van de Weg
be08490863
#can_unsubscribe? -> #?unsubscribable?
2016-01-11 14:23:45 +01:00
Yorick Peterse
569f5701ee
Only load autocomplete data when actually needed
...
Previously this would result in autocomplete data being loaded for every
page (e.g. the page showing all Git branches of a project).
2016-01-11 11:13:11 +01:00
Zeger-Jan van de Weg
36d858bcf9
Add #can_unsubscribe? to SentNotification
2016-01-09 12:47:31 +01:00
Zeger-Jan van de Weg
58867eff46
Unsubscribe from thread through link in email footer
2016-01-09 12:41:22 +01:00
Jacob Vosmaer
41b8a238ce
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2016-01-07 12:56:18 +01:00
Douwe Maan
384445eca6
Don't override issue page description in project layout.
2016-01-06 13:02:51 +01:00
Robert Speicher
43053c2e6f
Make page_description less magical ✨
2016-01-05 14:54:59 -05:00
Douwe Maan
7a3b762978
Merge branch 'master' into more-opengraph
...
# Conflicts:
# app/views/layouts/_head.html.haml
2016-01-05 16:35:18 +01:00
Dmitriy Zaporozhets
b9ec1aaec8
Merge branch 'rs-delimit-all-the-things' into 'master'
...
number_with_delimiter most of the things
See merge request !2258
2016-01-04 10:36:54 +00:00
Robert Speicher
9a9a81bea0
Don't attempt to set Referrer policy in Safari
...
While Safari supports the policy, it does not (currently, as of 9.x)
recognize `origin-when-cross-origin` as a valid value, so we omit the
policy entirely under Safari.
Closes #5609
2015-12-31 20:44:55 -05:00
Robert Speicher
bf249550d0
number_with_delimiter most of the things
2015-12-31 20:04:23 -05:00
Douwe Maan
bd21e3d731
Add Open Graph data for group, project and commit.
2015-12-25 16:41:02 +01:00
Douwe Maan
6d385e3365
Add link to twitter docs
2015-12-25 13:38:54 +01:00
Douwe Maan
0980dda6cd
Add more twitter metatags.
2015-12-25 13:35:57 +01:00
Douwe Maan
4a2514ff0e
Add og:site_name
2015-12-25 13:27:43 +01:00
Robert Speicher
ab3d855c0e
Add support for twitter:label meta tags
2015-12-24 17:11:08 -05:00
Robert Speicher
99dc1fce5e
Use request.fullpath for og:url tag
2015-12-24 16:53:35 -05:00
Robert Speicher
b26eb782f5
Add page descriptions and images
...
A limited number of pages have defined their own descriptions, but
otherwise we default to the Project's description (if `@project` is
set), or the old `brand_title` fallback.
The image will either be the uploaded project icon (never a generated
one), the user's uploaded icon or Gravatar, or, finally, the GitLab
logo.
2015-12-23 16:56:27 -05:00
Robert Speicher
947a09583b
Add Open Graph meta tags
2015-12-23 13:55:15 -05:00
Kamil Trzcinski
64bfd9d71a
Remove ci_ prefix from all ci related things
2015-12-11 18:02:09 +01:00
Kamil Trzcinski
e80e3f5372
Migrate CI::Project to Project
2015-12-11 18:02:09 +01:00
Kamil Trzcinski
2988e1fbf5
Migrate CI::Services and CI::WebHooks to Services and WebHooks
2015-12-10 16:04:08 +01:00
Dmitriy Zaporozhets
1d250b4892
Move Network page from separate tab to sub tab of Commits
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-09 02:50:46 +01:00