summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2096 from panxiaoming/masterSaito2012-11-291-1/+1
|\
| * fixed the bug of URIDECODE errorpanxiaoming2012-11-281-1/+1
* | Merge pull request #2105 from jouve/improve_admin_viewsDmitriy Zaporozhets2012-11-2910-33/+38
|\ \
| * | Improve admin views for project and groupsCyril2012-11-2810-33/+38
* | | Removed feature: comments on wikiDmitriy Zaporozhets2012-11-297-59/+1
* | | Merge pull request #1655 from zzet/feature/resque_fixDmitriy Zaporozhets2012-11-281-0/+13
|\ \ \
| * | | fix resque startAndrey Kumanyaev2012-10-091-0/+13
* | | | Merge pull request #2107 from AlexDenisov/projects_count_at_dashboardDmitriy Zaporozhets2012-11-284-1/+18
|\ \ \ \
| * | | | authorized_for scope added to projectAlex Denisov2012-11-282-1/+2
| * | | | Spinach test addedAlex Denisov2012-11-282-0/+16
|/ / / /
* | | | Restyled error messages in common way. Added title to head partialDmitriy Zaporozhets2012-11-2817-113/+56
* | | | Merge pull request #2103 from tsigo/issue_project_link_rebaseDmitriy Zaporozhets2012-11-282-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a link to each project on the Issues dashboardRobert Speicher2012-11-282-1/+2
|/ / /
* | | Fix GitLab Markdown helper specRiyad Preukschas2012-11-281-2/+4
* | | Increased test coverageDmitriy Zaporozhets2012-11-217-42/+84
* | | Cover ProjectMover with testsDmitriy Zaporozhets2012-11-213-6/+70
* | | Validate username. Gitlab::Regex addedDmitriy Zaporozhets2012-11-288-13/+43
* | | Revert raphael-rails in order to make network work correctlyDmitriy Zaporozhets2012-11-282-3/+3
* | | Merge pull request #2100 from hiroponz/fix_non_utf8_file_encodingDmitriy Zaporozhets2012-11-282-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix #2058 diff problem of non ascii paths and non utf-8 file encodingsatoh2012-11-282-4/+4
|/ /
* | Merge pull request #2095 from riyad/fix-code-highlightingDmitriy Zaporozhets2012-11-277-18/+26
|\ \
| * | Fix CSS for code highlightingRiyad Preukschas2012-11-273-8/+12
| * | Fix code blocks in Markdown not knowing about the user's color schemeRiyad Preukschas2012-11-271-4/+6
| * | Add user_color_scheme_class helperRiyad Preukschas2012-11-273-6/+8
* | | Merge pull request #2093 from riyad/remove-sqliteValeriy Sizov2012-11-275-50/+5
|\ \ \ | |/ / |/| |
| * | Remove SQLite supportRiyad Preukschas2012-11-275-50/+5
|/ /
* | Fix group spinach featureDmitriy Zaporozhets2012-11-271-2/+1
* | Remove unused responsive formatsDmitriy Zaporozhets2012-11-271-1/+9
* | Fix user creation cause of dual namespace buildDmitriy Zaporozhets2012-11-271-2/+0
* | NamespacesHelperDmitriy Zaporozhets2012-11-272-22/+26
* | Fix invalid method call for gitoliteDmitriy Zaporozhets2012-11-272-3/+3
* | Rewrite and improve git backend logic. Fix project movind. Raise exception to...Dmitriy Zaporozhets2012-11-2720-100/+147
* | Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets2012-11-2111-31/+45
* | Show namespace in search autocompleteDmitriy Zaporozhets2012-11-271-1/+1
* | Merge pull request #2070 from jouve/fix_destroy_projectDmitriy Zaporozhets2012-11-271-1/+1
|\ \
| * | fix destroy project from adminCyril2012-11-261-1/+1
* | | Improved Issues and MR filtersDmitriy Zaporozhets2012-11-272-3/+21
* | | Update version and changelogDmitriy Zaporozhets2012-11-272-1/+15
* | | Fix sattellitesDmitriy Zaporozhets2012-11-213-6/+11
* | | Dashboard filters for eventsDmitriy Zaporozhets2012-11-217-33/+130
* | | Fix snippet render issue cause of haml preserveDmitriy Zaporozhets2012-11-263-22/+16
* | | Fix snippet render errorDmitriy Zaporozhets2012-11-261-1/+4
* | | Fixing and commenting testsDmitriy Zaporozhets2012-11-261-9/+10
* | | Merge pull request #2067 from riyad/diff-and-patch-for-commits-and-merge-requ...Dmitriy Zaporozhets2012-11-2614-37/+238
|\ \ \
| * | | Change "Get Patch" buttons to dropdowns orffering patches and diffsRiyad Preukschas2012-11-252-6/+16
| * | | Add specs for exporting merge requests as diff or patchRiyad Preukschas2012-11-252-0/+99
| * | | Remove MergeRequest#to_raw and replace it with #to_diff and #to_patchRiyad Preukschas2012-11-251-12/+14
| * | | Remove merge_request#raw and replace it with formats to #showRiyad Preukschas2012-11-255-18/+17
| * | | Add specs for exporting commits as diff or patchRiyad Preukschas2012-11-251-0/+74
| * | | Add diff format to commit#showRiyad Preukschas2012-11-222-0/+2