Commit Graph

71 Commits

Author SHA1 Message Date
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
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
Marc Delisle
b4598190d0 style is already in theme CSS 2010-05-23 08:44:58 -04:00
Marc Delisle
632211d065 gettext conversion 2010-05-09 16:24:32 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Marc Delisle
9ec1ce03dd New message "Foreign key constraint" 2010-04-19 07:48:40 -04:00
Marc Delisle
e537f88313 rfe 2988629 Improve labels in relation view 2010-04-18 08:52:44 -04:00
Marc Delisle
5a75ca180a rfe #2988633 Improve ON DELETE/ON UPDATE drop-downs 2010-04-17 19:22:12 -04:00
Marc Delisle
e9a1687a75 bug #2868328 [relations] Adding foreign key when table name contains a dot 2009-10-17 12:58:05 +00:00
Marc Delisle
e67f4cbc54 clarify function name 2009-06-24 11:34:56 +00:00
Marc Delisle
95f4b93083 bug #2776520 (ON UPDATE property), bug was not in a released version 2009-04-27 00:18:26 +00:00
Michal Čihař
7e29a2c60e Fix typo. 2009-03-23 15:17:22 +00:00
Marc Delisle
054ed3b5e0 patch #2652972 [relation] Missing code with hashing for relationship editing 2009-03-03 09:19:47 +00:00
Marc Delisle
5a1df0684d patch #2602633 [core] support column name having square brackets 2009-02-20 09:37:49 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00
Marc Delisle
fe78d240bb b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +00:00
Marc Delisle
2dc280458f non-quoted list of columns in relation view for internal relations 2008-05-23 12:19:20 +00:00
Marc Delisle
a727fb367d relation view: foreign key changes for options ON DELETE/ON UPDATE on existing relations did not work in trunk 2008-05-11 12:38:26 +00:00
Marc Delisle
367842bdc7 improve variable name 2008-05-10 19:43:11 +00:00
Marc Delisle
7c5d5c466a PBXT: foreign key support 2008-05-04 18:36:17 +00:00
Sebastian Mendel
b0e3a115be revised table relation code 2007-12-19 16:10:23 +00:00
Marc Delisle
dfd0717740 htmlspecialchars() is done in PMA_Message::addParam(), thanks to Sebastian 2007-10-18 20:41:41 +00:00
Marc Delisle
6746dc3561 new strForeignKeyError 2007-10-18 16:47:15 +00:00
Sebastian Mendel
085a7c8f22 make use of PMA_Message 2007-10-17 12:14:19 +00:00
Sebastian Mendel
ec7a30f4fd make use of new third 'class' parameter for PMA_showMessage() 2007-10-09 12:16:10 +00:00
Sebastian Mendel
3737060548 removed MySQL < 5 code 2007-10-02 10:39:52 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc coding standard: no braces around include 2007-04-01 09:51:41 +00:00
Sebastian Mendel
b2f3ae5fcf make $sql_query persistent (init it, never unset it, always assume it is set) 2007-04-01 09:26:14 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
8e61869a17 RFE #1621025, show SQL statements in Relation View 2006-12-29 16:27:25 +00:00
Marc Delisle
6a4bb0d2da bug #1597019, wrong error message when foreign key is not the same data type as referenced key 2006-11-19 18:39:54 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Marc Delisle
1060b0fa14 trap error 1452 when adding a foreign key and the constraint fails 2006-10-01 18:11:44 +00:00
Sebastian Mendel
3787870356 fixed bug #1459418 Add foreign key fail on column with ' in name 2006-04-11 17:50:49 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
16a71a194e added database name to relation querys 2005-12-17 17:36:58 +00:00
Sebastian Mendel
8344198c10 moved tbl_properties_common.php into libraries 2005-12-08 13:19:25 +00:00
Michal Čihař
6aeabf44d1 Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access. 2005-11-24 09:12:17 +00:00
Michal Čihař
c40b663969 Move tbl_properties{.inc,_links,_table_info}.php to libraries folder as it does not require direct access. 2005-11-24 08:55:33 +00:00
Sebastian Mendel
0567bfe215 drop PMA_setFontSizes() 2005-11-23 14:17:53 +00:00
Sebastian Mendel
7a4a72e955 - fixed html output of table
- used fieldset for forms
2005-11-02 14:35:26 +00:00
Michal Čihař
3649d901ec Use more require_once to avoid acquiring table info several times. 2005-10-08 18:14:09 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
6950dc7100 bug #1227710, unsaved relations lost when changing field to display 2005-07-11 17:55:41 +00:00
Marc Delisle
d051012652 remove comments handling from relation view 2005-02-05 20:17:04 +00:00