Commit Graph

67 Commits

Author SHA1 Message Date
Madhura Jayaratne
089ea589c7 More maxlength
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-23 13:25:03 +05:30
Madhura Jayaratne
9a04e80561 Make the layout responsive
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-15 16:58:11 +05:30
Madhura Jayaratne
1cc497e7f0 Simplify the logic
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-13 14:39:08 +05:30
Madhura Jayaratne
320e9dfdde Update doc comments
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-13 14:36:21 +05:30
Madhura Jayaratne
5bde548a29 Update parameter types
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-13 14:32:16 +05:30
Madhura Jayaratne
9a486f99a9 Unused code
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-13 14:12:57 +05:30
Madhura Jayaratne
61afef3632 rfe #937 Relations with views like with tables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-10 10:57:04 +05:30
Madhura Jayaratne
8403bd6c7e rfe #1235 Relation view: move to main "Structure" page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-09 12:07:43 +05:30
Madhura Jayaratne
cf33499f37 Merge branch 'QA_4_3'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-05 17:50:43 +05:30
Madhura Jayaratne
e4c35185a6 bug #4748 Column name center-aligned instead of left-aligned in Relations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-05 17:48:07 +05:30
Hugues Peccatte
8035d00773 Implement #1579 Default to primary key when adding relation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-12-15 20:54:00 +01:00
Madhura Jayaratne
3d8a6c3bb4 Use placeholder to save horizontal space
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-01 18:34:50 +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
Madhura Jayaratne
f65871c100 Success message for display column change. Update display column in the database only if it has changed from the original value.
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-03 21:03:09 -08:00
Madhura Jayaratne
15a806824f Success message for internal relations
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-03 20:18:09 -08:00
Hugues Peccatte
42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +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
Hugues Peccatte
f9cd1a1a22 Replace mb functions by standard string functions.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 11:31:50 +02:00
Hugues Peccatte
48bd3b8ee5 Remove unused $pmaString.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 10:42:44 +02:00
Madhura Jayaratne
efa06c360b Function does not handle null values even if it was documented to handle them
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-04 19:13:34 +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
ff0011ac3f Merge pull request #1353 from Tithugues/securityStringSquash
Mass modifications to use PMA_String.
2014-09-06 19:15:06 +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
Marc Delisle
7d918615e2 Fix parameter type
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-05 10:35:15 -04:00
Marc Delisle
ab46427606 Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-26 07:58:58 -04:00
Marc Delisle
2e37de57ca Fix undefined variable notice; fix parameter type
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-26 07:54:38 -04:00
Marc Delisle
7ee56a7d60 Add test before using htmlspecialchars()
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-24 14:02:35 -04:00
Marc Delisle
d2d6145c70 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-20 08:27:03 -04:00
Madhura Jayaratne
3ffc967fb6 bug #4517 [security] XSS in relation view
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-17 08:54:05 -04: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
Bimal Yashodha
92c2bc3e8d Merge branch 'master' into designer
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-08-14 07:40:09 +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
Ashutosh Dhundhara
f3ac5d1c35 Fix message.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-13 20:19:11 +05:30
Ashutosh Dhundhara
1ed073f178 Drop foreign key anchor in Relation view.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-13 15:59:00 +05:30
Marc Delisle
852e008ca5 Merge pull request #1308 from ashutoshdhundhara/rfe_919
RFE#919 Improvement.
2014-08-01 14:28:35 -04:00
Ashutosh Dhundhara
d8ec2af158 Allow foreign key creation with empty columns.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01 23:02:43 +05:30
Marc Delisle
c4a1c83d4e Improve message
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-01 12:52:47 -04:00
Marc Delisle
bc80a03aa8 Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-01 12:51:55 -04: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
Ashutosh Dhundhara
99b9e8d83c RFE#1145: Preview SQL instead of executing it.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-06-07 00:27:39 +05:30
Ann + J.M
fea0fe03ef Code style fixes
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-04 18:02:44 +02:00
Ann + J.M
9207203a56 Code style fixes
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-19 22:51:33 +02:00
Michal Čihař
77caf6151b Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-02 11:19:15 +01:00
Madhura Jayaratne
74aebe629b Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
Hugues Peccatte
464ec23ad8 Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Madhura Jayaratne
232afd345e Properly show the error message 2013-10-20 17:33:57 +05:30
Madhura Jayaratne
c3244215eb Drizzle compatibility - Correctly load values for the foreign tables dropdown 2013-10-03 11:41:29 +05:30
Madhura Jayaratne
b38c32d950 Covert to upper case for comparison 2013-10-03 07:46:13 +05:30
Madhura Jayaratne
327d1a5d89 Drizzle compatibility 2013-10-02 23:34:32 +05:30
Madhura Jayaratne
f9c86a47c8 Remove trailing white spaces 2013-09-29 22:42:11 +05:30