J.M
68da4154af
Support -ms-linear-gradient style for IE10+
2013-11-02 23:19:35 +01:00
Jason Hollingsworth
dfe19b2b84
Fixes 500 error when user types in wrong group name.
2013-11-01 11:29:37 -05:00
Johannes Schleifenbaum
d9deb24f3a
Preselect the current issue tracker with selected="selected"
...
The previous behavior was, that the first element of the select was
preselected, thus upon saving the project, the previous selected could
be overwritten.
2013-11-01 15:33:47 +01:00
Dmitriy Zaporozhets
844f8fd213
Show only first line of commit message on dashboard
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2013-11-01 09:36:59 +02:00
Dmitriy Zaporozhets
a27e4404db
Merge pull request #5435 from karlhungus/feature_search_namespace_name_and_public
...
Allow searching by namespace name, include public projects
2013-10-31 10:57:51 -07:00
Dmitriy Zaporozhets
b55f22afc0
Correctly escape search query
2013-10-31 16:35:06 +02:00
Dmitriy Zaporozhets
d55428b842
Shell escape code search
2013-10-31 11:25:08 +02:00
Johannes Schleifenbaum
cc505f550d
Check if a file is editied "on" a branch or a commit.
...
The previous behavior was a "disabled" link, which was still clickable
and linked to the edit file action.
If the user accesses a path like "/edit/master/README" show the file
edit form (just like before).
If the user accesses a path like
"/edit/8d5c1f375ce99e5df84e26b0eafbf1448c6a001e/README", redirect the
user to the file detail page with a note, that he cannot edit a file
"on" a commit.
fixes #5482
2013-10-30 11:34:26 +01:00
Kevin Lyda
dcaedb4a5e
Reduce image size.
...
Checking the site with the PageSpeed extension, one of the reports was
in reducing image size. This reduced the number of bytes by 67%.
It was done with optipng -o7 -fix *.png in the app/assets/images dir.
References:
optipng: http://optipng.sourceforge.net/
PageSpeed extension: https://developers.google.com/speed/docs/insights/using_chrome
2013-10-29 21:05:44 +00:00
Dmitriy Zaporozhets
d636ad49bf
API: set gitlab-ci service for project
2013-10-29 16:39:46 +02:00
Dmitriy Zaporozhets
0040139bbe
Use same color for event body
2013-10-28 11:06:39 +02:00
Dmitriy Zaporozhets
b43084d180
Add hero-unit to /help
2013-10-27 17:06:02 +02:00
Dmitriy Zaporozhets
890c4f9848
Minor restyle for event filter
2013-10-27 16:46:16 +02:00
Dmitriy Zaporozhets
05b5e318a1
Reduce font-size for event-title
2013-10-27 16:38:38 +02:00
Dmitriy Zaporozhets
4faa895623
rounded avatars
2013-10-27 16:37:17 +02:00
Dmitriy Zaporozhets
6b0501b4c0
Better font size for projects list on dashboard
2013-10-27 16:15:08 +02:00
Perry Faro
3fb6ad9020
Reset button/link on the reset password page. Fixes #5418
2013-10-27 11:50:18 +01:00
arul
0f3ef9bed2
Fix for issue #5431
2013-10-24 19:27:23 +02:00
Izaak Alpert
0f87ae3be5
Allow searching by namespace name, include public projects
...
GITLAB-1457 (GITLAB-836)
Change-Id: If8e2474bc6908accca51f395f58937687f101b58
2013-10-24 11:23:26 -04:00
Dmitriy Zaporozhets
71f92d4539
Merge pull request #5422 from fintler/patch-1
...
Non-logic wording and grammar for the new group view
2013-10-24 06:28:18 -07:00
Dmitriy Zaporozhets
8387806604
Disable text shadow for ui-box
2013-10-24 15:46:54 +03:00
Dmitriy Zaporozhets
2b555306a1
Prevent 500 error if cant detect branches for commit
2013-10-23 19:29:29 +03:00
Jon Bringhurst
eb44ab0086
Non-logic wording and grammar for the new group view
2013-10-23 09:33:29 -06:00
Jacob Vosmaer
c2f74de4c0
Merge pull request #5395 from dpursehouse/more-label-fixes
...
More label fixes
2013-10-23 00:58:53 -07:00
Dmitriy Zaporozhets
88519e9033
Refactor and restyle Admin#background_jobs page
2013-10-23 10:11:54 +03:00
Dmitriy Zaporozhets
9f31fbc983
Merge pull request #5340 from Undev/feature/branches_on_commit_page_pr
...
Show branches list (which branches contains commit) on commit page
2013-10-22 23:50:22 -07:00
Dmitriy Zaporozhets
76f8f4bcf8
Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
...
Print the configured GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:29 -07:00
Dmitriy Zaporozhets
d5b259417a
Merge pull request #5345 from jojosch/sidekiq-running-procs-infopage
...
Show only processes owned by the GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:12 -07:00
Dmitriy Zaporozhets
591421e89d
Merge pull request #5393 from anthonyryan1/master
...
Remove text-shadow from code blocks for all themes
2013-10-22 23:40:48 -07:00
David Pursehouse
03dec79c74
Fix some more instances of "Created at"
...
"Created on" should be used when the timestamp is only a date.
2013-10-23 10:15:08 +09:00
David Pursehouse
c2084639df
Improve warning message when removing account
2013-10-23 10:15:08 +09:00
David Pursehouse
618ba8ca47
Improve warning message when removing group
2013-10-23 10:15:08 +09:00
Steven Thonus
1c70bd2549
set maximum filesize for avatar on profile page correct
2013-10-22 20:15:01 +02:00
Anthony Ryan
ebe49e6ac6
Ensure that highlighted code blocks never get a text-shadow regardless of where they are or what theme is used.
2013-10-21 18:29:36 -04:00
Andrey Kumanyaev
6173d0a92f
Show branches list (which branches contains commit) on commit page
2013-10-21 22:54:37 +04:00
Jeroen van Baarsen
5014ecf6e4
Typo fix in show.html.haml
...
Personl -> Personal
2013-10-21 20:54:18 +02:00
Jacob Vosmaer
5717304098
Merge pull request #5359 from dpursehouse/update-some-labels
...
Minor grammatical updates in some of the labels.
2013-10-21 07:45:09 -07:00
Dmitriy Zaporozhets
3f66131b57
better align for project#home
2013-10-21 16:16:08 +03:00
Dmitriy Zaporozhets
cf1416fad7
Show both Private and Public labels on project show page
2013-10-21 14:20:37 +03:00
Dmitriy Zaporozhets
0407eb2ee6
Render right clone panel partial on empty project page
2013-10-21 13:47:23 +03:00
Dmitriy Zaporozhets
abda0560f1
Increase project home page margins
2013-10-21 13:41:32 +03:00
Dmitriy Zaporozhets
8ffbb51138
Make clone links looks related to clone bar
2013-10-21 13:26:17 +03:00
Dmitriy Zaporozhets
36a69b0a30
Update git-clone js. Use new style on wiki git access too
2013-10-21 13:07:16 +03:00
Dmitriy Zaporozhets
43dbd7986e
Improve git clone panel
2013-10-21 13:06:26 +03:00
Dmitriy Zaporozhets
3dc0031fff
New block buttons css
2013-10-21 13:05:52 +03:00
Dmitriy Zaporozhets
7999c2065e
Redesign project home page
2013-10-21 13:05:20 +03:00
Dmitriy Zaporozhets
e660da4f43
Separate partial for project home page dropdown
2013-10-21 13:04:06 +03:00
Dmitriy Zaporozhets
6c5fa569d7
Reduce usage of bold font
2013-10-21 10:32:05 +03:00
Dmitriy Zaporozhets
bdd3513f03
Merge pull request #5373 from rtripault/milestone-iid
...
Show milestones iid instead of id
2013-10-20 07:56:45 -07:00
Robert Speicher
cb9cf077de
Refactor and cover search_autocomplete_source
2013-10-20 01:05:20 -04:00