25 Apr, 2014
1 commit
-
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
8 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
11 commits
-
Satellite exists in automerge check
-
Speed up wiki pages page
-
Replace $your_email with actual email-address in ssh-help-page
-
…b-ce into jsternberg/gitlab-ce-161-emails-on-push-service Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
13 Apr, 2014
1 commit
-
Better title format for wiki page
12 Apr, 2014
1 commit
-
…stom avatar systems. For example: plain_url: "http://avatar.company.com/avatar/?mail=%{email}&size=%{size}" add mention of the different placeholders possible for gravatar urls, mentionning the new %{email}
11 Apr, 2014
5 commits
-
This fixes issue #161.
10 Apr, 2014
4 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Add values to default fields to prevent 500 error when migrate from MySQL to Postgres
-
The title format for wiki page may be unintelligible. For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to 'My Sql', etc.
09 Apr, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>