Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
marcink
- Thu, 26 Jul 2012 23:06:50
Show More
rhodecode/lib/rcmail/utils.py
0
+1
-1
@@
-16,4
+16,4
b' class CachedDnsName(object):'
16
self . _fqdn = socket . getfqdn ()
16
self . _fqdn = socket . getfqdn ()
17
return self . _fqdn
17
return self . _fqdn
18
18
19
DNS_NAME = CachedDnsName ()
No newline at end of file
19
DNS_NAME = CachedDnsName ()
rhodecode/templates/admin/users/user_edit_my_account_repos.html
0
+1
-1
@@
-43,4
+43,4
b''
43
%endif
43
%endif
44
</ tbody >
44
</ tbody >
45
</ table >
45
</ table >
46
</ div >
No newline at end of file
46
</ div >
rhodecode/tests/api/api_base.py
0
0
-1
@@
-988,4
+988,3
b' class BaseTestApi(object):'
988
TEST_USERS_GROUP , self . REPO
988
TEST_USERS_GROUP , self . REPO
989
)
989
)
990
self . _compare_error ( id_ , expected , given = response . body )
990
self . _compare_error ( id_ , expected , given = response . body )
991
rhodecode/tests/api/test_api_hg.py
0
+1
-1
@@
-4,4
+4,4
b' from rhodecode.tests.api.api_base import'
4
4
5
class TestHgApi ( BaseTestApi , TestController ):
5
class TestHgApi ( BaseTestApi , TestController ):
6
REPO = HG_REPO
6
REPO = HG_REPO
7
REPO_TYPE = 'hg'
No newline at end of file
7
REPO_TYPE = 'hg'
rhodecode/tests/functional/test_admin_settings.py
0
+1
-1
@@
-263,4
+263,4
b' class TestAdminSettingsController(TestCo'
263
id_fork_of = repo . repo_id
263
id_fork_of = repo . repo_id
264
))
264
))
265
self . checkSessionFlash ( response ,
265
self . checkSessionFlash ( response ,
266
'An error occurred during this operation' )
No newline at end of file
266
'An error occurred during this operation' )
rhodecode/tests/models/test_notifications.py
0
0
-4
@@
-185,7
+185,3
b' class TestNotifications(unittest.TestCas'
185
. get_unread_cnt_for_user ( self . u2 ), 1 )
185
. get_unread_cnt_for_user ( self . u2 ), 1 )
186
self . assertEqual ( NotificationModel ()
186
self . assertEqual ( NotificationModel ()
187
. get_unread_cnt_for_user ( self . u3 ), 2 )
187
. get_unread_cnt_for_user ( self . u3 ), 2 )
188
189
190
191
rhodecode/tests/models/test_repos_groups.py
0
+1
-1
@@
-167,4
+167,4
b' class TestReposGroups(unittest.TestCase)'
167
# we moved out group from t1 to '' so it's full path should be 'g2'
167
# we moved out group from t1 to '' so it's full path should be 'g2'
168
self . assertEqual ( g2 . full_path , 'g22' )
168
self . assertEqual ( g2 . full_path , 'g22' )
169
self . assertFalse ( self . __check_path ( 't11' , 't22' ))
169
self . assertFalse ( self . __check_path ( 't11' , 't22' ))
170
self . assertTrue ( self . __check_path ( 'g22' ))
No newline at end of file
170
self . assertTrue ( self . __check_path ( 'g22' ))
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages