Commit Graph

147 Commits

Author SHA1 Message Date
Madhura Jayaratne
95eb45fddc rfe #1661 Support checksum table
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-23 15:05:53 +05:30
Madhura Jayaratne
d40a48ec39 rfe Ability to disable foreign key check when emptying tables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-12 14:37:18 +05:30
Madhura Jayaratne
2be7403799 Extend disabling foreign key check to row deletion
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-30 15:57:11 +05:30
Marc Delisle
629e08cbc4 Code cleanup: $disp_mode was always empty at this point
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-28 09:48:04 -05:00
Hugues Peccatte
3de88162ff Replace PMA_String uses by mb_* calls.
Remove part of unused  variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Marc Delisle
b92a156739 Fix parameter type; remove unused parameter
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-26 08:13:47 -04:00
Hugues Peccatte
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Ashutosh Dhundhara
60610f9b83 Fix issues reported by Scrutinizer.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-17 02:20:05 +05:30
Ashutosh Dhundhara
622bab8f06 Function says that it returns HTML.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-07-09 23:00:20 +05:30
Marc Delisle
52718ec208 Merge branch 'QA_4_2' 2014-07-07 18:01:20 -04:00
Marc Delisle
eb468f4786 bug #4481 mult_submits.inc.php Undefined variable Error
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-07 18:00:47 -04:00
Marc Delisle
00bad7150b Merge pull request #1211 from smita786/gsoc_central_columns_list
option to Make table consistent with central list of columns
2014-06-09 12:27:40 -04:00
Smita Kumari
6b8575734c option to Make table consistent with central list of columns
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

make messages transtalable

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

Coding style fix

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

Make confirmation button options translatable

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-06-09 20:35:10 +05:30
Marc Delisle
bd762244ec Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-03 12:27:02 -04:00
Smita Kumari
200737bcce gsoc:central list of columns, added sync and remove column list on db_structure page
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixing indentation in mult_submits.inc.php

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

naming convention,typos, indentaion fix and removed unnecessory file db_sync_central_columns.php

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

check if central columns storage is configured, if not configured don't show the option to sync/remove

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

add/remove columns to central list of columns from tbl_structure page

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

added icon image for central columns add/delete

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

add/remove of columns option in tbl_structure page in columns rows depending upon if column is already present in central columns or not

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixed php notices, apporiprate message when a non existing column is removed and when a existing column is added to cenral list

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

documentation added for central_columns configuration

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

regenerated sprite

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

changed central_columns table structure + modified functions to add to central column as per new tbl def

updated delete and other function as per new db structure

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

remove notices

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

sprintf for variable message

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fix unit test failure errors

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

fixed whitespace issues plus function definition

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

refactoring code plus fixing coding style issues

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-05-26 23:13:03 +05:30
Marc Delisle
d6fc37e6a0 Clarify the parameter's origin
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-11 06:23:58 +02:00
Ashutosh Dhundhara
cc9cef8e15 RFE: #1445 Easy access to "SHOW CREATE".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-05-10 02:10:21 +05:30
Marc Delisle
604dde6040 Fix typos 2013-08-17 06:38:25 -04:00
xmujay
8c9d122c17 fix unset unset($submit_mult); and remove unneeded space 2013-08-17 17:21:45 +08:00
xmujay
626f0f9308 add function PMA_getUrlParams and PMA_getQueryStrFromSelected 2013-08-16 21:04:33 +08:00
xmujay
63235d45ff rename PMA_getQueryFromSelected function 2013-08-15 00:06:31 +08:00
xmujay
cd98246d44 refactor PMA_mult_submits and Add UT 2013-08-15 00:01:13 +08:00
xmujay
0874a9cbbc refactor mult_submits 2013-08-11 17:53:17 +08:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Marc Delisle
bfcaffe03b Directly use POST parameters 2013-08-01 08:41:59 -04:00
Marc Delisle
1dffb63d86 Remove typo 2013-07-31 07:03:44 -04:00
Spun Nakandala
01ca2aa2eb corrected method call to adjust to modified method in sql.lib.php 2013-07-20 21:15:43 +05:30
Marc Delisle
536eb2f106 Clarify comment 2013-07-19 13:30:15 -04:00
Spun Nakandala
e23a87e818 include sql.php removed from libraries\mult_submits.inc.php 2013-07-19 22:39:17 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Michal Čihař
e8de59d97b Missing semicolon 2013-05-10 14:29:10 +02:00
Michal Čihař
127a3661c0 Wrap some long lines 2013-05-10 11:02:31 +02:00
Michal Čihař
89db618128 Replace HTML/PHP mix with PHP 2013-05-10 11:01:06 +02:00
Michal Čihař
8718a19b79 Wrap some long lines 2013-05-10 10:50:59 +02:00
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Michal Čihař
31d035e6c8 Wrap some long lines 2013-05-02 15:33:31 +02:00
Kasun Chathuranga
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Marc Delisle
849eeb4519 Fix merge conflicts 2013-04-24 08:58:07 -04:00
Marc Delisle
500657fd35 - port security commit (unsafe usage of preg_replace()) from the 3.5
branch
- make the feature work (missing globalization of required $_POST params
2013-04-23 11:44:26 -04:00
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
Marc Delisle
5e300fc3bb Rename function because it does not return HTML but directly displays it 2012-12-18 12:54:03 -05:00
Marc Delisle
56c2393978 Handler for multiple columns Change button 2012-12-18 08:08:07 -05:00
Marc Delisle
048c2d87ab Partial fix for bug #3593138. Still need to find how to go back to
tbl_structure.php after the ALTER TABLE has been executed.
2012-12-08 09:34:28 -05:00
Rouslan Placella
a601781767 Fixed multi submit for table prefix manipulations 2012-10-30 20:24:00 +00:00
Rouslan Placella
ab5e4b7b24 Fixed multi submit for drop tables 2012-10-30 20:24:00 +00:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30