Commit Graph

95 Commits

Author SHA1 Message Date
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Marc Delisle
1a5adbb7e2 Table type is an older term for storage engine 2012-04-08 10:56:06 -04:00
Marc Delisle
cdaa0ff3a0 Missing handling of POST variables 2012-03-30 12:32:16 -04:00
Jo Michael
c36a9113e0 Replaced td[align] with td[class] due to HTML5 2012-03-18 19:53:43 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
1101e13a6a coding style improvements and fixing some doc blocks 2011-09-27 21:19:57 +05:30
Madhura Jayaratne
2aec106b90 Merge branch 'QA_3_4'
Conflicts:
	tbl_relation.php
2011-09-27 21:11:10 +05:30
Madhura Jayaratne
2e101cc733 bug #3412862 [relation] Relations/constraints are dropped/created on every change 2011-09-27 21:06:21 +05:30
Dieter Adriaenssens
94c6836f8b fix coding style : control structures 2011-09-05 14:28:17 +02:00
Michal Čihař
76fe197e4b Use PMA_DBI_get_columns 2011-08-04 16:26:10 +02:00
Michal Čihař
e86a65d0c2 Whitespace cleanup 2011-08-04 16:26:03 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00
Marc Delisle
b2b1953db1 Start to replace warning level with error level 2011-05-03 18:52:37 -04:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
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
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
ninadsp
38ac78e3ba merging changes from origin 2010-05-24 18:32:42 +05:30
Marc Delisle
b4598190d0 style is already in theme CSS 2010-05-23 08:44:58 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
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