229 Commits

Author SHA1 Message Date
7f805eccc8 Remove curly brace offset syntax 2025-04-20 22:42:37 -07:00
Madhura Jayaratne
d3bd40b56d bug #3400690 [privileges] DB-specific privileges won't submit
Db/table specific privileges has not been ajaxified. So skip it for now.
2011-09-14 22:43:48 +05:30
Jacob Middag
99bae4acb9 patch #3317206 [privileges] Generate password option missing on new accounts 2011-06-16 07:57:09 -04:00
Madhura Jayaratne
f5eaf8c7d8 bug #3305606 [interface] Show all button wraps on privileges page 2011-05-22 09:30:44 +05:30
Herman van Rink
c021d2f719 bug #3285929 [privileges] Revert temporary fix 2011-05-16 14:51:42 +02:00
Marc Delisle
e5826013d7 Prevent notice for undefined variable 2011-05-15 12:46:11 -04:00
Herman van Rink
584679c854 Merge branch 'upcomming3_4' into QA_3_4 2011-05-13 09:30:59 +02: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
ninadsp
0b2b21712e Added documentation to PHP files 2010-08-15 01:50:47 +05:30
ninadsp
e8e87ae675 Resolved conflicts left over from previous merge 2010-07-29 22:53:07 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Marc Delisle
cdcc5d7443 Merge branch 'QA_3_3' 2010-07-25 13:33:03 -04:00
Marc Delisle
053d6ca88e bug #3033063 [core] Navi gets wrong db name 2010-07-25 13:32:35 -04:00
Marc Delisle
084c0dbcf5 functions.js included automatically 2010-07-24 08:11:48 -04:00
ninadsp
9391e869ac The updated privileges are now wrapped with dfn tags as well. 2010-07-23 23:17:15 +05:30
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
ninadsp
13ec1423f6 Minor bug due to which the ajax response to revoke users was failing. Fixed it 2010-07-23 00:23:38 +05:30
ninadsp
4054332641 Update the privileges field in the usersForm table when the user is changed 2010-07-23 00:18:15 +05:30
ninadsp
85d42b8a57 Newly copied user too is appended to the table now 2010-07-23 00:03:12 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Marc Delisle
4e5061d323 Generate password only available if JS is enabled 2010-07-19 10:03:17 -04:00
ninadsp
4b18b4c7d6 When a new user is created, the user's overview table on the top is now updated to reflect the newly added user's initial 2010-07-16 19:36:12 +05:30
ninadsp
fcae63bbd7 When a new user is added, his details are now appended to the user's table 2010-07-13 03:25:53 +05:30