Commit Graph

84952 Commits

Author SHA1 Message Date
Kasun Chathuranga
82e776bd74 Order user groups in ascending order 2013-07-31 10:23:28 +05:30
Kasun Chathuranga
d8c97fa034 Delete related user group assignments when deleting a user group 2013-07-31 10:16:18 +05:30
Kasun Chathuranga
36217b01ee Do not show table header it there were no user groups 2013-07-31 10:09:27 +05:30
Kasun Chathuranga
25e9672f37 Ask for confirmation before deleting a user group 2013-07-31 10:04:27 +05:30
Kasun Chathuranga
54c29c182f "Edit user group" link should not be presented when no user group is defined 2013-07-31 07:48:08 +05:30
Kasun Chathuranga
45645a192b Escape values in SQL queries 2013-07-16 06:43:05 +05:30
Kasun Chathuranga
4ff0272a9f Improve documentation comments 2013-07-15 09:35:50 +05:30
Kasun Chathuranga
4b3619fb47 Edit user group link should be shown only when menus feature is configured 2013-07-15 09:28:00 +05:30
Kasun Chathuranga
7149585f2d Remove not used parameter $hostname 2013-07-15 09:24:23 +05:30
Kasun Chathuranga
c6b9b3af73 Use passed username 2013-07-15 07:22:31 +05:30
Kasun Chathuranga
d33ad15788 Displaying and editing user group moved to user overview table 2013-07-15 07:19:48 +05:30
Kasun Chathuranga
e2ae0abadb Indicate user group assignments in user overview table 2013-07-14 22:48:28 +05:30
Kasun Chathuranga
55746d61db Correctly indicate group with no users 2013-07-14 00:48:48 +05:30
Kasun Chathuranga
fb50fd2efe Use htmlspecialchars 2013-07-14 00:40:53 +05:30
Kasun Chathuranga
0c29eb758a Allow viewing users belonging to a particular user group 2013-07-14 00:29:23 +05:30
Kasun Chathuranga
c0fc4b7d1b Remove unnecessary success messages 2013-07-12 18:43:23 +05:30
Kasun Chathuranga
3e8325afb0 Move User groups related functionality to a separate sub menu tab 2013-07-12 18:37:48 +05:30
Kasun Chathuranga
dde0c60129 Forcing a storage engine for configuration storage 2013-07-12 17:06:50 +05:30
Kasun Chathuranga
62b12b4d21 Fix error introduced while resolving merge conflicts 2013-07-12 17:04:00 +05:30
Kasun Chathuranga
f56891acec Merge branch 'master' into configurableMenus
Conflicts:
	libraries/Menu.class.php
	libraries/Util.class.php
2013-07-12 17:01:03 +05:30
Madhura Jayaratne
2dfcf17983 Merge pull request #495 from ayushchd/unit_testing
Validator names fix
2013-07-12 04:06:17 -07:00
Marc Delisle
a8007e46d0 Merge branch 'QA_4_0' 2013-07-12 06:46:29 -04:00
Marc Delisle
3cede7cbac bug #4015 Forcing a storage engine for configuration storage 2013-07-12 06:45:00 -04:00
ayushchd
27cbd608d4 Fix testAddJsValidate 2013-07-12 16:18:16 +05:45
ayushchd
8ae544fd13 Validator names fix 2013-07-12 16:12:46 +05:45
Michal Čihař
eb2f4634b3 wrap some long lines 2013-07-12 11:03:50 +02:00
Michal Čihař
0521a0326c Update po files 2013-07-12 10:58:48 +02:00
Michal Čihař
e338e91e9d Improve version parsing to cope with version numbers we use currently 2013-07-12 10:54:59 +02:00
Michal Čihař
fc163bb512 Move version parsing to Util class 2013-07-12 10:54:01 +02:00
Michal Čihař
e11f562be4 Use single code for fetching sremote version information 2013-07-12 10:31:12 +02:00
Michal Čihař
e4e6e1e46f Set timeout for version check requests
Ported from setup script code (setup/lib/index.lib.php).
2013-07-12 10:25:34 +02:00
Michal Čihař
dcd8d12cf6 Move version gathering into function and test it 2013-07-12 10:21:17 +02:00
Michal Čihař
20a0cbba62 Merge pull request #494 from ayushchd/unit_testing
UTs:  fixes and improvements
2013-07-12 01:06:41 -07:00
ayushchd
550a606443 Improve tests and coverage 2013-07-12 13:07:30 +05:45
ayushchd
4fc8d2b37e Fix failing tests because of static variable 2013-07-12 13:07:01 +05:45
Madhura Jayaratne
6f1f272a12 Merge pull request #493 from ayushchd/unit_testing
Tests for setup/lib* and user_prefs*
2013-07-11 11:33:09 -07:00
ayushchd
de3cc341a0 Add test case for non-array $var_value 2013-07-11 23:48:05 +05:45
ayushchd
a39b7330f6 Remove debug message 2013-07-11 22:50:53 +05:45
Michal Čihař
e651c7aaf2 Merge pull request #487 from ayushchd/unit_testing_2
UTs for libraries/config/*, added validator class
2013-07-11 07:34:59 -07:00
Dieter Adriaenssens
6b7d1d813a Fix bug #3625 with a workaround, revert this commit when PMA drops support for PHP 5.3 2013-07-11 12:45:00 +02:00
Marc Delisle
d73aafbdcd Merge pull request #492 from xmujay/0706_UT_serverview
UTs for PMA_server_databases.lib.php
2013-07-11 03:05:26 -07:00
ayushchd
e6aad8891c Fix test case 2013-07-11 15:20:09 +05:45
ayushchd
87008b25ce More tests for perform_config_checks 2013-07-11 14:58:11 +05:45
ayushchd
b346c0fef8 Condition for testsuite 2013-07-11 14:31:32 +05:45
ayushchd
32157f3425 Add tests for PMA_Form and PMA_FormDisplay 2013-07-11 14:30:57 +05:45
ayushchd
ce71f173a0 Fix test cases for PMA_ConfigFile 2013-07-11 14:30:10 +05:45
ayushchd
2e599927d7 Convert validate.lib.php to class PMA_Validator 2013-07-11 14:29:20 +05:45
ayushchd
f7e9e262c1 Tests for setup/* and user_prefs* 2013-07-11 13:59:49 +05:45
ayushchd
0558150dc5 Reset ConfigFile Instance 2013-07-11 13:58:51 +05:45
xmujay
4726235ef9 remove the browser setting which will cause other cases failed 2013-07-11 13:34:34 +08:00