Commit Graph

113 Commits

Author SHA1 Message Date
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Alex Marin
6efd5422f7 oop: transformations phpcs errors 2012-06-20 20:45:41 +03:00
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Chanaka Indrajith
5a4432a232 Merge remote branch 'upstream/master' 2012-05-11 16:06:42 +05:30
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Madhura Jayaratne
bda568a501 Remove unused parameters 2012-05-10 22:14:00 +05:30
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Rouslan Placella
2c805ade8b Dropped tbl_links.inc.php 2012-05-05 16:44:27 +01:00
Jo Michael
f77906d67b Sort fields table with JS after moving columns instead of 2nd ajax 2012-04-29 19:07:01 +02:00
Jo Michael
6839781e88 Fix checkstyle MultiLineAssignment warnings 2012-04-29 02:16:40 +02:00
Jo Michael
2466594cb7 Fix checkstyle ControlStructures warnings 2012-04-29 02:07:56 +02:00
Marc Delisle
503e45aba5 Fix merge conflicts 2012-04-25 12:29:55 -04:00
Jo Michael
f76f0920a4 Move columns: feed generateAlter with same input as when editing single columns 2012-04-23 19:54:57 +02:00
Jo Michael
93f918adb4 Move columns: Test whether Comment field is set 2012-04-23 19:24:25 +02:00
Jo Michael
cdfe73d17f Use PMA_Table::generateAlter for moving columns 2012-04-22 19:42:52 +02:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Jo Michael
75d296af15 Use PMA_DBI_get_columns_full for moving columns 2012-04-19 17:48:27 +02:00
Michal Čihař
03cb361420 Add trailing ; after ALTER TABLE (rfe #2009500) 2012-04-19 13:48:30 +02:00
Jo Michael
37ac76c461 rfe #3517835 [structure] Move columns easily 2012-04-14 23:35:44 +02:00
Jo Michael
2760d808b4 Merge branch 'master' into move_columns 2012-04-13 02:03:58 +02:00
Jo Michael
4130b9bc38 Fix PHP notices 2012-04-09 23:09:49 +02:00
Jo Michael
b5bca9ce0b Move columns in table columns editor 2012-04-09 19:02:13 +02:00
Dieter Adriaenssens
091daa3944 clarify code 2012-04-06 18:08:43 +02:00
Dieter Adriaenssens
76ce88555c improve coding style 2012-04-06 18:01:57 +02:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Marc Delisle
1c50bea438 No longer depend on grab_globals.lib.php for $_GET variables 2012-03-04 06:55:38 -05:00
Marc Delisle
18c683234c Comment adjusted to reflect a previous change of function name 2012-01-02 08:13:47 -05:00
Rouslan Placella
f607d8a93c table structure: Do not send #topmenucontainer in ajax requests 2011-11-19 14:43:52 +00: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
13adb5adf7 Use lower case for true, false and null 2011-09-23 11:11:41 +05:30
Dieter Adriaenssens
ac088aaee0 use include() instead of require() when including file conditionally 2011-09-23 00:46:58 +02:00
Piotr Przybylski
ce7e6feaf5 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/export/htmlword.php
	libraries/export/latex.php
	libraries/export/odt.php
	libraries/export/sql.php
	libraries/export/texytext.php
	libraries/export/xml.php
2011-08-03 00:25:43 +02:00
Thilanka Kaushalya
66fbb2da26 Fixed the bugs in table copy of table operations 2011-07-31 22:53:02 +05:30
Piotr Przybylski
3586bb992f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/database_interface.lib.php
	libraries/server_synchronize.lib.php
	server_status.php
	sql.php
2011-07-22 11:07:04 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Piotr Przybylski
be6e210094 Use new PMA_DBI_get_columns in column alter form 2011-06-28 23:13:05 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Thilanka Kaushalya
146a8da5e9 Ajaxified the multi column change in table structure 2011-06-27 07:23:25 -04:00
Piotr Przybylski
12f70e8938 Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_columns_sql()
Fix PMA_DBI_get_columns() in Drizzle when $full == false
2011-06-17 00:22:25 +02:00
Azhari Harahap
5afcef00e6 (Drizzle) Listing/change table structure small fix 2011-04-14 10:25:47 +02:00
Michal Čihař
f2ebfe1bd5 Show links only when editing 2011-02-02 14:48:36 +01:00
Michal Čihař
c484d10caa Add links to table alter page 2011-02-02 14:17:26 +01:00
Marc Delisle
79f320e951 remove author names 2010-12-04 06:41:10 -05: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ř
3910ce6121 Remove explicit inclusion of Table.class.php as it is included in common.inc anyway. 2010-07-26 16:35:52 +02:00