01 May, 2014
5 commits
-
Remove redundant signin link from signin page.
-
Add help link to header.
29 Apr, 2014
6 commits
-
do not html encode plaintext part of emails for push notifications
-
Fix unclear text in broadcast message view.
-
editing preview
28 Apr, 2014
5 commits
-
Users who have not refreshed their browser tab will poll GitLab using outdated JS. This change makes the server fall back to the old behavior (send all comments) for old clients, instead of throwing an exception for old clients.
26 Apr, 2014
1 commit
-
Also-by: Andrew Karpow <andy@ndyk.de>
25 Apr, 2014
2 commits
-
Add uniq db index on project_id+iid Because: * its faster * it solves problem with repeating iid's in one project
24 Apr, 2014
3 commits
-
Fix syntax highlighting
-
Fix diff height
23 Apr, 2014
4 commits
-
allow passing user's email address in custom Gravatar urls Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and gravatar.ssl_url in the config file like this: ``` gravatar: enabled: true plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size}" ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size}" ``` It's a only a 2 word patch. -
Include SASS in subdirectories with glob.
22 Apr, 2014
1 commit
-
Don't break highlighting on multi-line spans (multi-line comments for example)
15 Apr, 2014
9 commits
-
Fixed multiple close issue #6615
-
Active users Show the number of active users in the dashboard.
-
Prevent-two-links-in-emails Only one link per email to prevent clicking the wrong one.
-
Rename issue form tags Subject -> Title and Details -> Description
-
Use VersionSorter on the Project > Tags page
14 Apr, 2014
4 commits