Piotr Przybylski
|
cbf00bca6c
|
Remove unused variables
|
2011-06-30 00:50:42 +02:00 |
|
Michal Čihař
|
12348ee826
|
Fix escaping on LIKE queries
All these need special variant of PMA_sqlAddSlashes.
|
2011-06-27 14:50:16 +02:00 |
|
Michal Čihař
|
c9c9fdf49d
|
Consistent capitalisation of PMA_sqlAddSlashes
|
2011-06-27 14:48:15 +02:00 |
|
Marc Delisle
|
51af35ee14
|
Merge branch 'QA_3_4'
|
2011-06-16 07:57:54 -04:00 |
|
Jacob Middag
|
99bae4acb9
|
patch #3317206 [privileges] Generate password option missing on new accounts
|
2011-06-16 07:57:09 -04:00 |
|
Marc Delisle
|
b6190ddb09
|
Reword redundant message
|
2011-06-07 06:38:05 -04:00 |
|
Marc Delisle
|
ce65b14ced
|
Change redundant message
|
2011-06-07 06:29:32 -04:00 |
|
Michal Čihař
|
3cf4830bbb
|
Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
|
2011-06-06 11:55:09 +02:00 |
|
Thilanka Kaushalya
|
48f5745492
|
Fixed the bug at add user in db ckeck privileges
|
2011-06-04 23:13:39 +05:30 |
|
Thilanka Kaushalya
|
344f7a57d3
|
Message undifined bug fixed in add new user to server privileges
|
2011-06-01 21:41:36 +05:30 |
|
Thilanka Kaushalya
|
14b5515d3a
|
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
|
2011-05-31 23:16:28 +05:30 |
|
Thilanka Kaushalya
|
b1c12a0b74
|
Added Ajax behaviour to Add a new user in database privileges
|
2011-05-31 23:15:24 +05:30 |
|
unknown
|
4ab8e3f339
|
Don't show initials table for 20 privs or less
|
2011-05-30 12:45:15 -04:00 |
|
Madhura Jayaratne
|
633f63004b
|
Merge branch 'QA_3_4'
|
2011-05-22 09:33:48 +05:30 |
|
Madhura Jayaratne
|
f5eaf8c7d8
|
bug #3305606 [interface] Show all button wraps on privileges page
|
2011-05-22 09:30:44 +05:30 |
|
Piotr Przybylski
|
fe53e42d1d
|
Remove deprecated function PMA_DBI_get_fields
|
2011-05-20 23:12:58 +02:00 |
|
Michal Čihař
|
69fefacf1a
|
Merge branch 'QA_3_4'
|
2011-05-16 16:20:14 +02:00 |
|
Herman van Rink
|
c021d2f719
|
bug #3285929 [privileges] Revert temporary fix
|
2011-05-16 14:51:42 +02:00 |
|
Marc Delisle
|
38390524fe
|
Merge branch 'QA_3_4'
|
2011-05-15 12:46:45 -04:00 |
|
Marc Delisle
|
e5826013d7
|
Prevent notice for undefined variable
|
2011-05-15 12:46:11 -04:00 |
|
Herman van Rink
|
76a93bafdf
|
Merge branch 'QA_3_4'
|
2011-05-13 09:36:13 +02:00 |
|
Herman van Rink
|
584679c854
|
Merge branch 'upcomming3_4' into QA_3_4
|
2011-05-13 09:30:59 +02:00 |
|
Marc Delisle
|
13b31956ae
|
For easier reading, replace "!isset" with "! isset"
|
2011-05-09 12:49:05 -04:00 |
|
Marc Delisle
|
b2b1953db1
|
Start to replace warning level with error level
|
2011-05-03 18:52:37 -04:00 |
|
Marc Delisle
|
8d862a8cb5
|
Bug #3294818 Fatal error in server_privileges.php (bot access)
|
2011-05-01 06:50:37 -04:00 |
|
Herman van Rink
|
5569316389
|
bug #3285929 [privileges] Don't fail silently on missing priviledge to execute REVOKE ALL PRIVILEGES
|
2011-04-29 22:06:48 +02:00 |
|
Herman van Rink
|
b3f0c8f7ed
|
Formatted code and removed duplicate output of checked=checked
|
2011-04-26 16:50:37 +02:00 |
|
Herman van Rink
|
6617a14297
|
Add a loop to remove code duplication
|
2011-04-26 16:48:27 +02:00 |
|
Herman van Rink
|
0352d27db7
|
Merge branch 'QA_3_3'
|
2011-04-26 16:30:09 +02:00 |
|
Herman van Rink
|
7ebe311433
|
Add missing PMA_sqlAddslashes to $initial parameter
Security risk is low since a valid token is required to use this.
|
2011-04-26 16:28:50 +02:00 |
|
Herman van Rink
|
c759286fbe
|
Fixed comment typo
|
2011-04-25 12:34:37 +02:00 |
|
Madhura Jayaratne
|
60e08fc20c
|
Rows should not be marked in these tables. Added class="noclick"
|
2011-04-19 07:56:45 +05:30 |
|
Sílvio Soares Ribeiro Júnior
|
288329402c
|
Show error when adding new user which already exists
|
2011-04-07 11:29:10 +02:00 |
|
Rouslan Placella
|
ef48add94c
|
Patch 3276551 for another issue in bug 3188444
|
2011-04-05 16:21:09 -04:00 |
|
Rouslan Placella
|
16ff0aed79
|
Fix bug #3188444 (part 2) - DB-specific privileges and Ajax
|
2011-04-04 12:03:51 +02:00 |
|
Rouslan Placella
|
68eaccee9e
|
Patch #3246887 for Check all/Uncheck all links in db-specific privileges
|
2011-03-26 08:29:06 -04:00 |
|
Ravindra Nath kakarla
|
0d77b5084c
|
Patch #3194824 Partial list of users and new users
|
2011-03-01 08:04:09 -05:00 |
|
Marc Delisle
|
f328f6d4a9
|
Conditional Ajax in Privileges
|
2011-02-05 07:18:42 -05:00 |
|
Marc Delisle
|
5c47f19ce8
|
Incorrect "Edit privileges" link generated after a user creation (AJAX)
|
2011-01-08 07:36:44 -05:00 |
|
Marc Delisle
|
79c5181d2a
|
bug #3060972 Password generation not available with AJAX
|
2010-09-25 08:50:39 -04:00 |
|
ninadsp
|
aed2e27b3f
|
A better solution to the caching issues faced. Set jQuery's global Ajax parameter 'cache' to false, and also set the 'Cache-Control' header to 'no-cache'
|
2010-09-02 15:10:58 -04:00 |
|
Michal Čihař
|
d17fba309c
|
Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
|
2010-08-30 09:53:37 +02:00 |
|
ninadsp
|
c9253c0a0e
|
Merge conflict resolved for Lori's tree merge to main
|
2010-08-22 12:42:54 +05:30 |
|
Michal Čihař
|
862e3ca2a7
|
Merge branch 'QA_3_3'
Conflicts:
libraries/core.lib.php
server_databases.php
server_privileges.php
|
2010-08-20 13:40:37 +02:00 |
|
Michal Čihař
|
41145feb12
|
Merge branch 'MAINT_3_3_5' into QA_3_3
Conflicts:
ChangeLog
libraries/common.lib.php
|
2010-08-20 13:36:49 +02:00 |
|
Michal Čihař
|
be0f47a931
|
Fix XSS on hostname.
|
2010-08-18 12:13:59 +02:00 |
|
Michal Čihař
|
cd205cc55a
|
Fix XSS on username.
|
2010-08-18 12:12:09 +02:00 |
|
Michal Čihař
|
7dc6cea065
|
Fix XSS on tablename and pred_tablename.
|
2010-08-18 12:09:13 +02:00 |
|
Michal Čihař
|
6028221d97
|
Fix XSS on dbname.
|
2010-08-18 12:07:45 +02:00 |
|
Michal Čihař
|
2a1233b69c
|
Fix XSS on checkprivs.
|
2010-08-18 12:05:32 +02:00 |
|