Commit Graph

80 Commits

Author SHA1 Message Date
Madhura Jayaratne
cb66058d5f Space between html attributes 2012-07-11 14:13:27 +05:30
Madhura Jayaratne
f186ab5c24 Spaces between html attributes. Remove redundant space in html 2012-07-11 14:06:27 +05:30
Madhura Jayaratne
e97a4978e5 Fix indentation 2012-07-11 13:52:21 +05:30
Madhura Jayaratne
b4f7c5d93c spaces between attributes 2012-07-11 13:51:50 +05:30
Madhura Jayaratne
f1ec63a65e spaces between operands 2012-07-11 13:17:18 +05:30
Madhura Jayaratne
8da691def4 Make the code more readable 2012-07-11 13:15:10 +05:30
Madhura Jayaratne
0241852817 Add missing tag ending 2012-07-11 13:10:52 +05:30
Madhura Jayaratne
864c5308ca Add missing tab index 2012-07-11 13:07:42 +05:30
Madhura Jayaratne
a964a8b223 Make the code more clearer 2012-07-11 13:05:18 +05:30
Madhura Jayaratne
b72f93eac1 Improve clarity 2012-07-11 12:55:07 +05:30
Madhura Jayaratne
fb233ef327 Proper spacing 2012-07-11 12:39:31 +05:30
Madhura Jayaratne
f535769f4b Remove redundant space 2012-07-11 12:22:38 +05:30
Madhura Jayaratne
5ec2b4deab Shorten a long line 2012-07-11 11:55:08 +05:30
Madhura Jayaratne
c393fe1b79 $found_unique_key can be confusing 2012-07-11 11:48:33 +05:30
Madhura Jayaratne
3643ed0a84 PMA_printable_bit_value no longer exists 2012-07-07 23:17:54 +05:30
Madhura Jayaratne
fb39a90f74 Fix undefined variable, Remove redundant code 2012-07-07 22:53:06 +05:30
Chanaka Indrajith
a2b013522c Merge remote branch 'upstream/master' 2012-06-30 21:43:22 +05:30
J.M
7d266456af Fix undefined variable data in libraries/insert_edit.lib.php#1013 by adding parameter to function PMA_getPmaTypeSet 2012-06-30 17:54:49 +02:00
J.M
ca754fca6a -bug #3538524 [interface] "edit next" choice is no longer present in actions panel 2012-06-30 17:31:20 +02:00
Chanaka Indrajith
efe7e80867 Merge remote branch 'upstream/master' 2012-06-30 19:00:31 +05:30
Thilina Buddika
6d93aad72b rplace use of PMA_showMessage with PMA_getMessage in insert_edit-lib and tbl_change 2012-06-30 07:32:16 -04:00
Chanaka Indrajith
e1ca3a592c Correction of method calling in some files 2012-06-27 22:30:46 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
Madhura Jayaratne
7135fe75e0 Fix coding style errors 2012-06-23 21:36:18 +05:30
Madhura Jayaratne
8284f22d54 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Conflicts:
	libraries/insert_edit.lib.php
2012-06-23 21:16:30 +05:30
Madhura Jayaratne
f5329f23e0 Coding style improvements (wrap some long lines, fix indentation, remove trailing spaces) 2012-06-23 21:02:19 +05:30
Thilina Buddika
7957602212 add the missing parameters in the PMA_getPmaTypeEnum function's docblock 2012-06-23 19:27:37 +05:30
Thilina Buddika
e49bcc8584 insclude missing code in insert_edit-lib 2012-06-23 19:19:08 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Thilina Buddika
f999925313 merge upstream 2012-06-22 22:19:56 +05:30
Thilina Buddika
11776f7f11 fixed - Inserting-editing ENUM columns impossible - ID-3536333 2012-06-22 21:54:05 +05:30
Marc Delisle
10c9132fdf Typos 2012-06-21 06:26:59 -04:00
Marc Delisle
747d49f2be Typo 2012-06-21 06:18:01 -04:00
Marc Delisle
ba0a51e9f9 This should be a boolean param 2012-06-21 06:17:22 -04:00
Michal Čihař
50c01dbd19 Wrap some long lines 2012-06-21 10:07:57 +02:00
Michal Čihař
aa3a1bbb0d Various spacing and indentation improvements 2012-06-21 10:00:52 +02:00
Michal Čihař
7c645a10c6 Various fixes for docblocks 2012-06-21 09:58:35 +02:00
Marc Delisle
90770909d0 - Use strict comparison, in case the user put 0 for the ProtectBinary
directive
- Add a space after the ! operator
2012-06-20 06:08:25 -04:00
J.M
7f6e422952 Fix possibly undefined $return_to_sql_query in insert_edit.lib.php 2012-06-19 19:18:53 +02:00
Michal Čihař
e6492b592a Fix typo 2012-06-19 17:52:08 +02:00
Michal Čihař
e729dc9a18 Wrap some long lines and various other minor coding style improvements 2012-06-19 13:21:31 +02:00
Michal Čihař
f529c10505 Various indentation and new line fixes 2012-06-19 11:29:05 +02:00
Michal Čihař
e26f9a03c4 Fix docblocks indentation 2012-06-19 11:23:26 +02:00
Michal Čihař
8f4243dacc No need to unset local variables while leaving function 2012-06-19 11:12:36 +02:00
Michal Čihař
1774f2b0f5 Wrap some long lines 2012-06-19 11:12:12 +02:00
Thilina Buddika
563f8628f6 impllemented a function to replace tbl_replace_fileds-inc 2012-06-17 14:43:36 +05:30
Thilina Buddika
c48e274802 change the code for detecting ajax request 2012-06-16 23:35:25 +05:30
Thilina Buddika
37280c8cd0 reduce long code lines to short lines 2012-06-16 22:20:37 +05:30
Thilina Buddika
e9aa768ed2 change some functions signatures 2012-06-16 19:14:22 +05:30