Commit Graph
332 Commits
Author SHA1 Message Date
Dmitriy Zaporozhets cfd15eb480 Better naming for some project tabs 2013-06-13 19:56:26 +03:00
Dmitriy Zaporozhets 7b5d68f0a7 Error page if forking fails 2013-06-10 21:40:23 +03:00
Dmitriy Zaporozhets 1487ed3e37 replace font-awesome gem. Use fork icon 2013-06-10 21:09:52 +03:00
Dmitriy Zaporozhets 3c2b085b21 Use navless layout when it makes sense 2013-06-07 17:31:12 +03:00
Dmitriy Zaporozhets e7bcbb95c8 Restyle snippets 2013-06-05 22:25:27 +03:00
Dmitriy Zaporozhets bcc4e4dc7e Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist
Conflicts:
	Gemfile.lock
	app/models/ability.rb
	app/models/project.rb
	app/views/snippets/_form.html.haml
	db/schema.rb
	features/steps/shared/paths.rb
	spec/factories.rb
	spec/models/project_spec.rb
2013-06-04 18:36:22 +03:00
Dmitriy Zaporozhets 2e87b2b606 Do not render project events since we render them again via ajax request 2013-06-04 16:35:08 +03:00
Dmitriy Zaporozhets 233eb1c693 Rename repo feature 2013-05-25 00:07:19 +03:00
Dmitriy Zaporozhets e96374b74b Better remove project message 2013-05-20 14:22:18 +03:00
crazyscience a77b00e49b Fixed grammatical error. 2013-05-18 16:46:48 -06:00
Dmitriy Zaporozhets ac148c50b0 style counters on navbar. minor ui changes 2013-05-14 22:45:28 +03:00
Dmitriy Zaporozhets 72d5a566b4 Show gitlab-ci status on project dashboard 2013-05-14 13:31:29 +03:00
Dmitriy Zaporozhets 5075520fd8 render errors if any on new project page 2013-05-14 12:56:03 +03:00
Dmitriy Zaporozhets f59b7409cb Improve user expirience while create/edit project settings 2013-05-14 12:46:41 +03:00
Dmitriy Zaporozhets de12eba25c Dont show fork button in personal projects. Point to fork if already forked project 2013-05-08 19:40:31 +03:00
Dmitriy Zaporozhets ca244c35cc Reorder buttons on clone panel of project 2013-05-04 00:08:49 +03:00
Dmitriy Zaporozhets 2fc236177f Merge pull request #3801 from holdtotherod/feature/internally-public-projects
Internally public projects
2013-05-03 00:00:48 -07:00
Dmitriy Zaporozhets f40d4e6685 Merge pull request #3597 from amacarthur/fork-pull-request
updated fork feature to use gitlab-shell for v5 of gitlab
2013-05-02 23:41:07 -07:00
Dmitriy Zaporozhets ca225d92c3 Replace inline document.ready with dispatcher 2013-05-02 11:18:29 +03:00
Stephen LottermoserandStephen Lottermoser 4c44c5ef9a Internally public projects
Public projects listed in the public section will be linked to the
actual project's page. Public projects now give any user Guest
permissions to the project, allowing them to download the code, read
and create issues, and view anything else in the project's pages.

Ample access tests have been added to the project_access_spec to
verify correct permissions and behavior on public projects.
- Visitors to the site who are not logged in still cannot view the
  project's pages.
- Logged-in users visiting a public project where they are not a team
  member can create issues, but not snippets. They can view the projects
  code, issues, merge requests, etc, just as if they were a Guest member
  of the project.
- Since this is a public project, the user is also granted :download_code
  permissions, a permission normally reserved for Reporters, since they
  can clone the repo anyways and browse commits and branches locally.
2013-05-02 00:06:59 -07:00
Dmitriy Zaporozhets de2cd345eb Remove unused code 2013-04-29 13:50:23 +03:00
Dmitriy Zaporozhets df96c079ef Remove ambiguous condition 2013-04-26 22:19:56 +03:00
Dmitriy Zaporozhets 0cde12d18c Add link to quickly add new team member from project panel 2013-04-26 22:19:12 +03:00
Dmitriy Zaporozhets a022fd4164 Restyle clone panel on project show page 2013-04-26 22:12:43 +03:00
Dmitriy Zaporozhets 9ef5573c82 Show project access level right to clone panel 2013-04-26 20:59:29 +03:00
Dmitriy Zaporozhets 75fbdc40eb Fix labels input overflow for res lower 1280 in project.edit 2013-04-23 09:32:02 +00:00
Dmitriy Zaporozhets 65f0ed4d26 Increase usage of $primary_color variable 2013-04-19 21:06:53 +03:00
Dmitriy Zaporozhets edf41005b2 Add project labels support 2013-04-16 12:45:45 +03:00
Angus MacArthur ae33fdf297 updated fork feature to use gitlab-shell for v5 of gitlab 2013-04-15 01:54:52 -04:00
Sytse Sijbrandij af5ef203e8 With gitlab-shell it is faster than 2 minutes. 2013-04-03 21:28:19 +02:00
Dmitriy Zaporozhets 0e9080e3dd Fixed bug with non-displayed download button 2013-04-01 21:25:50 +03:00
Dmitriy Zaporozhets 541d899410 Project.repository should never be nil so you can call repository.exists? or repository.empty?
Also specify separate project factory for project with filled repo
2013-04-01 16:56:25 +03:00
Dmitriy Zaporozhets c918000bc2 Merge pull request #3396 from Andrew8xx8/issue-button-fix
New issue button was not follows to external tracker if it is selected. ...
2013-03-30 15:10:08 -07:00
Dmitriy Zaporozhets 4449ac3ad1 Merge pull request #3430 from logorrhea/master
Changed the word 'authentification' to 'authentication'
2013-03-30 15:05:29 -07:00
Dmitriy Zaporozhets 52ae054447 prevent exception when trying to edit empty project 2013-03-30 16:46:56 +02:00
Tyler Funk 26bd6acadb Changed the word 'authentification' to 'authentication' 2013-03-27 22:03:54 -05:00
Andrew8xx8 242f6aa218 New issue button was not follows to external tracker if it is selected. fixed #3386 2013-03-26 12:28:26 +04:00
Andrew8xx8 e3351287b4 Permissions for Project Snippet fixed 2013-03-25 14:22:14 +04:00
Dmitriy Zaporozhets e292d7c17b Make transfer action in project controller 2013-03-25 10:48:30 +02:00
Dmitriy Zaporozhets 1fb99264a9 Use TransferContext for project 2013-03-25 10:47:22 +02:00
Andrew8xx8 5b35000f16 Snippets feature refactored. Tests now use spinach 2013-03-24 22:31:14 +04:00
Andrew8xx8 b49cfbc1d5 Project snippets moved to /projects 2013-03-23 23:17:25 +04:00
Dmitriy Zaporozhets 57f3409bcc move Wall to own resource 2013-03-19 12:35:42 +02:00
Dmitriy Zaporozhets e68955b4fc add permission messages to project edit 2013-03-19 09:27:12 +02:00
Dmitriy Zaporozhets 54f40301ff fixed form input overflow on 1024px res 2013-03-19 08:39:26 +02:00
Dmitriy Zaporozhets 747292e2d3 reorder features list in project -> edit page 2013-03-18 23:38:16 +02:00
Dmitriy Zaporozhets b765a7958d Move snippets to own tab as feature. Make it disabled for new projects by default 2013-03-18 23:33:41 +02:00
Dmitriy Zaporozhets ae06a0aab8 Return own tab for wall. Improve Wiki nav. Removed attachments listing page 2013-03-18 22:43:14 +02:00
Dmitriy Zaporozhets 6956f1f6e1 Improve usability of project edit page 2013-03-18 20:50:41 +02:00
Dmitriy Zaporozhets 0c884498d2 Rename project_head partial to settings_nav 2013-03-18 19:35:27 +02:00