Commit Graph

79 Commits

Author SHA1 Message Date
Marc Delisle
834c35044d Remove a loose comparison warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-20 10:49:36 -04:00
Marc Delisle
d13ba710ca Fix ambiguous return value
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-25 08:37:30 -04:00
Madhura Jayaratne
1c52bc2a81 rfe #1650 Support a default page in designer
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-08 10:15:27 +05:30
Hugues Peccatte
a68ea85d4d Remove unused locale variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-10 23:26:57 +01:00
Hugues Peccatte
bdb5f333d7 Fix PHPCS issues.
PHPDoc updates.
Minor coding style modifications.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Hugues Peccatte
70a21ec25c Merge from master.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-08 21:49:37 +02:00
Madhura Jayaratne
3eda46b33e Warn about missing indexes on column
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-03 19:08:38 +05:30
Madhura Jayaratne
8a410119cd rfe #1542 Better error reporting in Designer
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-03 18:50:15 +05:30
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
Hugues Peccatte
5985894160 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +02: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
Madhura Jayaratne
dc8f2c5606 Properly mark saved status for new pages
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-24 08:58:13 +05:30
Madhura Jayaratne
e2f7257a2c Indicate save status
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-08-22 12:17:27 +05:30
Bimal Yashodha
285c18acdd Use db_desginer.php as a route for all designer operation. Combine pmd_general.lib.php and designer.lib.php into db_designer.lib.php
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-14 07:22:32 +05:30
Hugues Peccatte
a5473c2fe9 Coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-10 00:56:41 +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
Bimal Yashodha
adf0d2e4b7 Remove old relational schema edit/export page and related code
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-07-01 17:51:45 +05:30
Bimal Yashodha
6b52d4c68d Test for PMA_getFirstPage
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-20 00:40:15 +05:30
Bimal Yashodha
6f7040f809 Tests for PMA_getHtmlForPageSaveAs()
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-20 00:12:26 +05:30
Bimal Yashodha
56494730a4 Improve queries
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-18 08:11:04 +05:30
Bimal Yashodha
c8e375defc Indent properly
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-18 07:59:14 +05:30
Bimal Yashodha
3f39847e1b Remove unused function
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-18 07:50:03 +05:30
Bimal Yashodha
48dd4f354d Remove references to designer_coords and designerwork
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 11:39:39 +05:30
Bimal Yashodha
70b48eefc2 Pass constraints for hidden tables also
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 07:34:05 +05:30
Bimal Yashodha
a71ed52bb8 Show only visible tables
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 07:01:10 +05:30
Bimal Yashodha
e04f56a04f Commit for review - multiple pages in designer
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-12 18:10:17 +05:30
Ann + J.M
ddf78c212b Re-merge b3dbec1...9207203, changes got lost on original merge from QA_4_2
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-26 10:39:50 +02:00
Michal Čihař
ce11dff6ef Avoid double checks for direct execution of a script
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-24 11:59:14 +01:00
Marc Delisle
bab0572c1e Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-21 12:42:10 -04:00
Madhura Jayaratne
84e9ce4946 Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 17:26:27 +05:30
Madhura Jayaratne
ee398a1de0 Doc comment improvements
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-03 21:25:52 +05:30
Madhura Jayaratne
89b57f6d87 Rename some functions to adhere to coding styles
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-02 22:47:08 +05:30
Hugues Peccatte
7bd1bf23d3 Fix PHPCS errors.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-11 22:13:10 +01:00
Marc Delisle
db6ae82c8e Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-09 07:38:11 -05:00
Marc Delisle
7ec0b0d415 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-04 06:11:52 -05:00
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Marc Delisle
269d0c89fe Fix merge conflicts 2013-07-28 06:17:38 -04:00
Marc Delisle
142e465c80 [security] Avoid full path disclosure from some libraries scripts, see PMASA-2013-12 2013-07-17 15:24:24 -04:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Marc Delisle
31aa840d85 Move function with other PMD functions 2013-06-26 10:24:04 -04:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +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
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
618a37403a PMA_DBI_get_columns_sql --> PMA_DBI_getColumnsSql 2013-04-30 23:34:39 +05:30
Kasun Chathuranga
bee0134b1f PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull 2013-04-30 23:27:27 +05:30
Dieter Adriaenssens
75e7e9eebc rename variable 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
044f54dbdf refactoring : use temporary variables to reduce array-structure length 2013-01-21 14:22:08 +01:00