Commit Graph

177 Commits

Author SHA1 Message Date
Marc Delisle
fd7c8522ea Clarify method name
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-03 10:14:29 -04:00
Jason
6636153071 Resolve conflicts from upstream
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-23 11:29:53 +08:00
Deven Bansod
d014dbcc29 Trial Approach to solve Privileges bug for RFE#657
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-01 22:23:52 +05:30
Hugues Peccatte
37f6b992da Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-14 13:50:57 +02:00
Deven Bansod
30c9b2d066 RFE#726 - Batch changing column collations
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-09 12:24:34 +05:30
Deven Bansod
8644eca491 Reselect Original DB after Renaming Table
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-26 13:56:52 +05:30
Deven Bansod
07e32779de Fixed method Names where they are called
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-22 16:26:31 +05:30
Deven Bansod
bb6dfb840e Added Documentation for RFE#657
Changed the Label to "Adjust Privileges"

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-22 04:45:55 +05:30
Deven Bansod
5b8e97ce80 RFE 657 : Realigning privileges after DB/Tbl/Col/Proc Rename/Copy
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>

Changed some Variable-names and
Fixed an error with procs_priv insert.

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-05-19 13:21:48 +05:30
Marc Delisle
3cace0f05b Clarify implicit boolean conversion
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-28 14:19:41 -04:00
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Madhura Jayaratne
f6c98b70cb Move JavaScript related to table operations page to a js file of its own
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-01 17:43:19 +05:30
Hugues Peccatte
74f0beda8f Fix syntax error.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-20 20:56:12 +02:00
Marc Delisle
32c1192351 Fix code execution path warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-14 12:12:49 -04: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
0809fd14cb Move include file to a function
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-18 13:01:49 -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
508f0a752b RFE#919: Multiple-column foreign key relation.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix missing master column.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix failing test.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix function doc.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01 19:50:12 +05:30
Smita Kumari
1e971f3263 1NF: initial commit
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>

step 1 to 1NF complete

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

added layout for step2 and step3

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

basic 1NF complete

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

fix coding style

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

added doc comment

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

fix coding style

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

error handling plus during split shows my string type columns

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

removing unnecessory code

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

removing unnecessory code

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

code refactoring plus translatable message format

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

added events on cancel and added unbind function calls

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

hide default textarea when value NONE

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

remove unnecesory alert

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

create unique column screen fixed plus starting link for normalization on tbl_structure page

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

added hint to follow steps carefully and finish message changes

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

Fix coding style plus messages

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

added wand icon for normalization

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

bug fix: dont go next step if any index other than primary/unique is crated

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

bug fix: replace .live with .on plus others

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

change show central column message plus refresh central column list on split save

Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-06-30 22:32:53 +05:30
Michal ฤŒihaล™
af3bfe6cfb Consistently use comma at the end of notification messages
These are sentences and should be ended as such.

Signed-off-by: Michal ฤŒihaล™ <michal@cihar.com>
2014-03-28 09:58:17 +01:00
Michal ฤŒihaล™
77caf6151b Correct punctuation for sentences
Signed-off-by: Michal ฤŒihaล™ <michal@cihar.com>
2014-02-02 11:19:15 +01:00
Michal ฤŒihaล™
6a4e37d300 Make status messages a sentence 2014-01-29 13:33:15 +01:00
Madhura Jayaratne
788f7efbe2 A couple of missed renamings in 790a2c2bee
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-07 17:03:31 +05:30
Michal ฤŒihaล™
790a2c2bee Rename variable to match current meaning
There is not only INFORMATION_SCHEMA now, so the variable should have
more generic name.

Signed-off-by: Michal ฤŒihaล™ <michal@cihar.com>
2014-01-06 11:11:34 +01:00
Madhura Jayaratne
47b6d8d86e Merge branch 'QA_4_0' 2013-09-25 09:37:34 +05:30
Madhura Jayaratne
e144e3e41e No need to do index checking if the table is not InnoDB 2013-09-25 09:32:13 +05:30
Madhura Jayaratne
511a005281 Merge branch 'QA_4_0' 2013-09-25 06:46:04 +05:30
Madhura Jayaratne
352c60d4ca bug #4102 ALTER TABLE ORDER BY and InnoDB 2013-09-25 06:43:15 +05:30
Michal ฤŒihaล™
9c141ee607 Various coding style fixes 2013-08-06 15:56:32 +02:00
xmujay
d23aad1d5b refactor mysql_charsets.inc.php 2013-06-11 13:25:54 +08:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Rouslan Placella
51d88264fc Improved layout on db and table operations pages 2013-05-11 12:06:27 +01:00
Kasun Chathuranga
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Marc Delisle
bd15a48ff2 Fix undefined variable notice 2013-03-23 07:23:06 -04:00
Rouslan Placella
5491e69d58 Fixed broken storage engine selection on tbl_operation.php 2012-11-30 11:56:58 +00:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
97da49085b Remove trailing white spaces 2012-08-30 22:36:30 +05:30
Dieter Adriaenssens
112f8b92e3 fix coding style : correct function parameter spacing 2012-08-30 17:56:11 +02:00
Dieter Adriaenssens
a9c4a1a5e5 fix coding style 2012-08-30 17:41:33 +02:00
Thilina Buddika
9948b26fbe missing function parameter in operation-lib 2012-08-15 21:52:57 +05:30
Rouslan Placella
3a3aa643dd Fixed double confirmation message display on table options form submission 2012-08-09 10:27:21 +02:00
Thilina Buddika
7337affd40 remove echo 2012-08-06 06:53:55 +05:30
Thilina Buddika
2d10c24867 implementation of PMA_getQueryAndResultForPartition() 2012-08-06 05:50:49 +05:30
Thilina Buddika
165cec112d implementation of PMA_getWarningMessagesArray() 2012-08-06 03:32:58 +05:30
Thilina Buddika
829b7a7ae7 remove global variable definitions and remove php notices and formatting 2012-08-06 03:14:57 +05:30
Thilina Buddika
80cfd8d6ed implementation of PMA_getTableAltersArray() 2012-08-05 20:30:47 +05:30
Thilina Buddika
ed8cc33285 PMA_getQueryAndResultForReorderingTable() implementation and formatting 2012-08-05 08:49:48 +05:30
Thilina Buddika
3c42744ed2 remove php notice 2012-08-03 05:45:24 +05:30