Dmitriy Zaporozhets
df92d4ff67
Merge pull request #5072 from jbornschein/proj-new-public
...
Add "public-project?" checkbox to new-project view
2013-09-14 06:19:56 -07:00
Joerg Bornschein
c71460d2d3
Use ruby 1.9 hash syntax
2013-09-14 13:28:15 +02:00
Dmitriy Zaporozhets
c479b1dd1f
Merge pull request #5051 from jbornschein/patch-1
...
Minor UI fix in views/public/project/index.html.haml
2013-09-14 00:17:24 -07:00
Dmitriy Zaporozhets
4ed9fde654
Merge pull request #5056 from lewtds/patch-1
...
Fix typo in installation.md
2013-09-14 00:17:14 -07:00
Dmitriy Zaporozhets
4f9098032c
Remove code that was accidently added in 5dae40f579
2013-09-14 10:14:55 +03:00
Dmitriy Zaporozhets
6df16564ef
Merge pull request #5076 from jzi/notify_commit_author
...
Re-enable notifying commit authors of new commit notes
2013-09-14 00:06:43 -07:00
Dmitriy Zaporozhets
6113d80639
Merge branch 'remote_url_in_project_blank_slate' of /home/git/repositories/gitlab/gitlabhq
2013-09-13 14:23:27 +00:00
Jakub Zienkiewicz
49f609a936
notify commit author of new notes
2013-09-13 15:38:37 +02:00
Jakub Zienkiewicz
996d146cbd
test if commit author receives new note notifications
2013-09-13 15:38:30 +02:00
Joerg Bornschein
83b212a4ef
Add public-project? checkbox to new-project view
2013-09-13 14:39:04 +02:00
Joerg Bornschein
4d5cdbd286
Merge branch 'fix-default-opts' into proj-new-public
2013-09-13 13:16:49 +02:00
Joerg Bornschein
8199be83f5
Fix default settings when creating new Project
2013-09-13 13:02:37 +02:00
Marin Jankovski
c606df8fdf
Test.
2013-09-13 11:37:13 +02:00
Dmitriy Zaporozhets
5ff79f9494
Merge branch 'user-get-notified-on-move' of /home/git/repositories/gitlab/gitlabhq
2013-09-13 09:31:28 +00:00
Marin Jankovski
91e112ffe2
Replace remote url on selection.
2013-09-13 10:12:42 +02:00
Sytse Sijbrandij
1045ea6476
Typo fix.
2013-09-13 07:49:45 +02:00
Sytse Sijbrandij
86d14441a4
Notice about moving projects.
2013-09-13 07:44:30 +02:00
Dmitriy Zaporozhets
e1ca9de0da
Add default values to compare page link
2013-09-12 21:46:31 +03:00
Dmitriy Zaporozhets
839c3b198e
Merge branch 'feature/email_when_added_to_group' of /home/git/repositories/gitlab/gitlabhq
2013-09-12 18:40:41 +00:00
Dmitriy Zaporozhets
069a6dfa91
Compare link for branches
2013-09-12 21:39:53 +03:00
Dmitriy Zaporozhets
6f037b9fe8
Merge branch 'argument_error_in_gitlab_check' of /home/git/repositories/gitlab/gitlabhq
2013-09-12 17:28:59 +00:00
Dmitriy Zaporozhets
ed72e949f2
Right branches for mr link at Compare view
2013-09-12 20:23:03 +03:00
Dmitriy Zaporozhets
f774949d3f
Compare page improved
...
* Show new merge request button from compare page
* Show message if user selected same branches
* Show message if compared branches are the same
* Prepend inputs with from/to labels
2013-09-12 20:15:10 +03:00
Trung Ngo
00ce286374
Fix typo in installation.md
...
SSH is pronounced as /es es aged/, so we need "an" instead of "a".
2013-09-12 23:20:55 +07:00
Dmitriy Zaporozhets
c1dd31cf8b
Enable UsersGroup observer, Add group_member methods to NotificationService
2013-09-12 19:00:32 +03:00
Dmitriy Zaporozhets
8589824f00
Add UsersGroup observer
...
Trigger notification service when new user-group relation was created
2013-09-12 18:59:31 +03:00
Dmitriy Zaporozhets
edb3368c93
Merge pull request #5048 from Nullreff/image-diff
...
Fix bug with rendering changing images in commits
2013-09-12 07:05:16 -07:00
Dmitriy Zaporozhets
4f9bc937b3
Merge branch 'feature/new_landing' of /home/git/repositories/gitlab/gitlabhq
2013-09-12 14:01:21 +00:00
Marin Jankovski
cb6d7e5192
Rescue an error if group doesn't exist
2013-09-12 15:28:46 +02:00
Sytse Sijbrandij
a056fc2db0
Merge pull request #5052 from jbornschein/fix-typo
...
Fix typo in tests
2013-09-12 06:05:27 -07:00
Joerg Bornschein
5c2d3c8e50
Fix typo in tests
2013-09-12 14:30:55 +02:00
Jörg Bornschein
811622346b
Minor UI change in iews/public/project/index.html.haml
...
Placeholder in search field was wrong
2013-09-12 13:33:09 +02:00
Ryan Mendivil
0a05ab9126
Fix bug with rendering changing images in commits
...
When viewing the diff for a changed image file, two bugs occur:
- Both the 'before' and 'after' images link to the 'after' commit
- Visiting the link for either image will cause a error
The first is caused by both image links referencing '@commit.id' rather
than '@commit.parent_id'. The second is caused by the use of
'project_tree_path' which is used for creating links to directories in
the git file tree. 'project_blob_path' which links to files should be
used instead.
2013-09-11 18:53:37 -08:00
Dmitriy Zaporozhets
7bf8d22f17
Remove commented tests since nobody is going to fix them
2013-09-11 22:50:08 +03:00
Dmitriy Zaporozhets
13fec18ac9
Truncate some text from dashboard events
2013-09-11 22:46:37 +03:00
Dmitriy Zaporozhets
c9f741bb07
Merge pull request #4743 from karlhungus/feature-users-api-respect-defaults
...
Update User api to respect default settings
2013-09-11 12:27:15 -07:00
Dmitriy Zaporozhets
4002561e17
New landing page when you have 0 projects
2013-09-11 22:20:51 +03:00
Izaak Alpert
88d4559e62
Removed private scope
...
Change-Id: Ia723321a5cb05deb626d34c7d8d78194e049b1f0
2013-09-11 14:32:24 -04:00
Dmitriy Zaporozhets
73446fe15e
Email templates when user was added to group
2013-09-11 21:17:28 +03:00
Dmitriy Zaporozhets
fc6ed49548
Update poltergeist and database_cleaner
2013-09-11 21:12:33 +03:00
Izaak Alpert
810851f574
Style updates
...
Change-Id: Ib4eb533dff5c722fe559330e4aa71b5d5baf6fb8
2013-09-11 14:04:15 -04:00
Izaak Alpert
5dae40f579
Update to only provide one way to get a default user
...
-calling build_user will now apply defaults and only override them if as: :admin is set
Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44
2013-09-11 14:04:15 -04:00
Izaak Alpert
d4d4a78f83
Update User api to respect default settings
...
-API now respects default_projects_limit, default_can_create_group, and default_can_create_team
Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a
2013-09-11 14:04:15 -04:00
Dmitriy Zaporozhets
694768e518
Fix 404 if Group guest visit empty group page
2013-09-11 21:00:16 +03:00
Dmitriy Zaporozhets
0235c2a7f3
Fix feature test
2013-09-11 20:27:50 +03:00
Dmitriy Zaporozhets
c2c11e655f
Merge pull request #5041 from stecman/several-namespaces-fix
...
Fix user.several_namespaces? to work with multiple ownership of groups
2013-09-11 06:51:59 -07:00
Stephen Holdaway
e19526c2ac
Fix several_namespaces? to work with multiple ownership of groups
2013-09-12 00:10:45 +12:00
Dmitriy Zaporozhets
317e8d1295
Merge pull request #4942 from aus/patch-2
...
Add link to project page from admin view
2013-09-11 04:19:25 -07:00
Jacob Vosmaer
574d8cc7ed
Merge pull request #5012 from jeffb-bt/master
...
-i flag allows sudo to work for git users using rvm that is not being us...
2013-09-11 01:08:38 -07:00
Dmitriy Zaporozhets
c7cb7599e2
Merge pull request #5022 from amacarthur/config-public-project
...
make public/private setting for project creation configurable
2013-09-10 08:21:37 -07:00