Dmitriy Zaporozhets
|
7b50a7c99d
|
Merge pull request #1402 from AlexDenisov/preselected_milestone_while_create_new_issue
Preselected milestone and assignee while create new issue
|
2012-09-07 11:10:27 -07:00 |
|
Alex Denisov
|
1b83af6eed
|
IssueController#new refactored
|
2012-09-07 20:59:12 +03:00 |
|
randx
|
367e17cc84
|
5xx error status code for gitolite & encoding error
|
2012-09-07 20:47:52 +03:00 |
|
randx
|
048117c05d
|
projects helper added
|
2012-09-07 19:57:13 +03:00 |
|
Alex Denisov
|
f789476241
|
Merge branch 'master' into preselected_milestone_while_create_new_issue
|
2012-09-07 17:20:20 +03:00 |
|
Alex Denisov
|
b462b0c6eb
|
Pre-selected assignee implemented
|
2012-09-07 16:52:48 +03:00 |
|
Alex Denisov
|
26552051b7
|
Pre-selected milestone implemented
|
2012-09-07 16:35:59 +03:00 |
|
Dmitriy Zaporozhets
|
fed6ab2481
|
Change representation of team members. Group by role
|
2012-09-07 10:42:41 +03:00 |
|
Dmitriy Zaporozhets
|
61c7449321
|
Bulk user add on project -> new team member
|
2012-09-07 09:50:35 +03:00 |
|
Dmitriy Zaporozhets
|
4f8a4aa44c
|
Merge pull request #1384 from tsigo/emoji
Emoji!
|
2012-09-06 23:05:18 -07:00 |
|
Dmitriy Zaporozhets
|
79021e674b
|
Split gitolite backend. Use gitolite_config methods moved to separate class
|
2012-09-07 08:16:29 +03:00 |
|
Robert Speicher
|
8fdeb43c36
|
Fix Help/Markdown: Take 2
|
2012-09-06 17:20:57 -04:00 |
|
Robert Speicher
|
34a48d55cc
|
Revert "Change @project instance variable to a local in views/help/markdown"
This reverts commit 6471d8c652 .
|
2012-09-06 17:17:56 -04:00 |
|
Robert Speicher
|
bde19c061a
|
Update failure message for UsersProject uniqueness validation
Was "User has already been taken", is now "User already exists in
project".
|
2012-09-06 16:51:28 -04:00 |
|
Robert Speicher
|
2faa4bba40
|
Update Note#upvote? to support emoji voting
|
2012-09-06 15:31:25 -04:00 |
|
Robert Speicher
|
8808c5fa8d
|
Merge branch 'master' into emoji
|
2012-09-06 15:23:42 -04:00 |
|
Dmitriy Zaporozhets
|
a595f8944a
|
Merge pull request #1392 from NARKOZ/refactoring
refactor factory specs
|
2012-09-06 08:11:41 -07:00 |
|
Nihad Abbasov
|
46b9aafc39
|
add missing selector to projects.js
|
2012-09-06 07:56:33 -07:00 |
|
Dmitriy Zaporozhets
|
b57620e23b
|
Merge branch 'normalize_capitalization' of https://github.com/AlexDenisov/gitlabhq into AlexDenisov-normalize_capitalization
|
2012-09-06 17:36:04 +03:00 |
|
Nihad Abbasov
|
66684d6d50
|
move code from application.js to separate file
|
2012-09-06 05:47:13 -07:00 |
|
Nihad Abbasov
|
88d394d396
|
cleanup projects.coffee
|
2012-09-06 05:44:44 -07:00 |
|
Nihad Abbasov
|
e7c2ee57aa
|
delete unnecessary team.js
|
2012-09-06 05:06:01 -07:00 |
|
Nihad Abbasov
|
06acc115ed
|
rewrite snippets.js in coffeescript
|
2012-09-06 04:51:42 -07:00 |
|
Nihad Abbasov
|
f8b588808e
|
rewrite loader.js in coffeescript
|
2012-09-06 04:50:01 -07:00 |
|
Nihad Abbasov
|
08d9421dd9
|
rewrite graph.js in coffeescript
|
2012-09-06 04:32:31 -07:00 |
|
Nihad Abbasov
|
60e18e2636
|
rewrite admin.js in coffeescript
|
2012-09-06 04:32:01 -07:00 |
|
Nihad Abbasov
|
c106bb7096
|
minor refactoring of commits controller
|
2012-09-06 04:03:46 -07:00 |
|
Alex Denisov
|
562af7a6a2
|
Merge branch 'master' into normalize_capitalization
|
2012-09-06 11:40:56 +03:00 |
|
Alex Denisov
|
09a86bd4d6
|
Capitlization of /gitlab/i normalized. #1367
|
2012-09-06 11:21:35 +03:00 |
|
Robert Speicher
|
90f587f4ee
|
Move the entire gfm method to Gitlab::Markdown, which will be a module now
|
2012-09-05 16:06:20 -04:00 |
|
Robert Speicher
|
d480a478c1
|
Add emoji image files
|
2012-09-05 16:04:41 -04:00 |
|
randx
|
21bfd1e7fc
|
minor css improvements
|
2012-09-05 23:00:10 +03:00 |
|
Nihad Abbasov
|
0b559cdece
|
add validations for boolean attributes
|
2012-09-05 04:01:11 -07:00 |
|
Dmitriy Zaporozhets
|
982a4095c1
|
Use tw style for some buttons. Improved deploy key UI
|
2012-09-05 08:56:59 +03:00 |
|
Robert Speicher
|
5e1c63d3f0
|
Move load_refs out of ApplicationController and into CommitsController
That was the only place it was used.
|
2012-09-05 01:13:41 -04:00 |
|
Robert Speicher
|
a9f275bc20
|
Fix load_refs in ApplicationController after default_branch change
As a last resort it was calling a method that didn't exist. Woops!
|
2012-09-05 01:12:44 -04:00 |
|
Robert Speicher
|
443e23e61a
|
Add Repository#discover_default_branch and add it to PushObserver
|
2012-09-05 01:01:20 -04:00 |
|
Robert Speicher
|
f06d98e907
|
Add SetDefaultBranchDefaultToNil migration
default_branch now defaults to nil, not 'master'. It will be set after the first
push by discover_default_branch.
|
2012-09-05 01:00:07 -04:00 |
|
Robert Speicher
|
0bc4ecfedd
|
Change projects/empty to include the clone_panel partial instead of duplicating
|
2012-09-04 12:05:21 -04:00 |
|
Robert Speicher
|
82a3996883
|
Remove projects/_show partial
I have no earthly idea what this file was for, but I couldn't find it being
rendered anywhere.
|
2012-09-04 12:05:21 -04:00 |
|
Robert Speicher
|
a463353773
|
Add "empty_repo?" method to Repository role
Replaces two calls that this method simplifies
|
2012-09-04 12:05:21 -04:00 |
|
Robert Speicher
|
7e76610d0a
|
Update the projects js file to coffeescript; refactor the clone panel switcher
|
2012-09-04 12:05:20 -04:00 |
|
Robert Speicher
|
c1ff89fa2a
|
Rename projects.js to projects.js.coffee
|
2012-09-04 11:30:49 -04:00 |
|
Dmitriy Zaporozhets
|
c347fd3f88
|
Merge pull request #1366 from tsigo/markdown_help
Change @project instance variable to a local in views/help/markdown
|
2012-09-04 00:28:04 -07:00 |
|
Robert Speicher
|
6471d8c652
|
Change @project instance variable to a local in views/help/markdown
It was erroneously appending the project name to the page's title, even
though the Help system isn't specific to one project.
|
2012-09-04 03:18:26 -04:00 |
|
Robert Speicher
|
d29827433d
|
Update User#identifier to conform to Gitolite 2.x's user pattern
Also modifies the specs a bit because I can't help myself.
Closes #480
|
2012-09-04 00:20:17 -04:00 |
|
Robert Speicher
|
b44e9a08d5
|
Add Milestone link to API help TOC
[ci skip]
|
2012-09-03 20:38:41 -04:00 |
|
randx
|
5db2dbdcf1
|
fix browse file css
|
2012-09-03 22:57:34 +03:00 |
|
randx
|
f557686eb2
|
git clone panel available on files tab too
|
2012-09-03 22:30:14 +03:00 |
|
randx
|
8ca0b75d05
|
Tables refactored
|
2012-09-03 21:53:16 +03:00 |
|