Sebastian Mendel
7f8671a9e3
$regenerate got lost ... somehow
2008-05-07 14:00:07 +00:00
Sebastian Mendel
a20d06228f
fixed NOTICE
2008-05-07 12:41:26 +00:00
Sebastian Mendel
206f4add2f
refactored complete table/column creation altering;
...
register_globals independent;
fixed bug #1344768 [database] create/alter table new field can not have empty string as default;
tweaked form layout to save space;
2008-05-07 12:35:00 +00:00
Sebastian Mendel
bd501a302b
removed obsolete PMA_ENGINE_KEYWORD
2008-01-21 11:07:16 +00:00
Sebastian Mendel
d7ecf570dc
replaced NULL/NOT NULL selectbox with checkbox (preserver space)
2007-12-14 11:39:46 +00:00
Marc Delisle
3a81ff4b37
improved messages
2007-10-17 14:08:42 +00:00
Sebastian Mendel
107fc46ad9
make use of PMA_Message
2007-10-16 12:14:19 +00:00
Marc Delisle
c04fe749b6
support MySQL 5.1 PARTITION in CREATE TABLE dialog
2007-10-06 12:30:29 +00:00
Sebastian Mendel
40b3ce9fd1
use array to define included JavaScript libraries
2007-10-04 09:22:50 +00:00
Sebastian Mendel
640becedc4
make use of PMA_getDbComment()
2007-10-02 14:16:39 +00:00
Sebastian Mendel
3737060548
removed MySQL < 5 code
2007-10-02 10:39:52 +00:00
Marc Delisle
0fb92cac67
bug #1782332 New table form does not overtake data
2007-09-13 00:06:29 +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
Marc Delisle
b800466c91
avoid vim error on loading
2007-03-19 16:55:30 +00:00
Sebastian Mendel
02ca5e9e51
- bug #1679055 #1050 - Table '<table name>' already exists
...
+ [data] better error handling in tbl_create.php
some smaller tweaks and source documentation
2007-03-15 09:12:33 +00:00
Marc Delisle
4d359e7e2f
bug #1444892 , TYPE deprecated in MySQL 5.1
2006-03-08 18:07:55 +00:00
Sebastian Mendel
82ded89d51
use Table.class.php
2006-02-21 10:15:01 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +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
fcf387bc70
common.lib.php should REALLY REALLY and ALWAYS be the first include
2005-11-18 12:50:49 +00:00
Marc Delisle
40fa1965be
undefined field_collation
2005-10-16 12:09:31 +00:00
Michal Čihař
db219629d9
Do not try to set comment and MIME transformation if field not named.
2005-10-08 17:33:20 +00:00
Michal Čihař
c62f975a47
Use common code for CREATE/ALTER TABLE, set comments on creating table, so that user can see it in the query.
2005-10-08 17:28:31 +00:00
Michal Čihař
46a89458e3
update comment
2005-09-26 19:39:46 +00:00
Michal Čihař
db82872c0a
Do not allow to create table that already exists (RFE #1255931 ).
2005-09-26 19:35:53 +00:00
Marc Delisle
053d90b601
bug #1252124 , XSS on table creation page
2005-08-04 19:25:14 +00:00
Marc Delisle
d790e42101
bug #1207406 , undefined index from PMA_setComment
2005-05-26 16:56:14 +00:00
Marc Delisle
8ddcb6d302
create table and TIMESTAMP options
2005-03-31 21:54:36 +00:00
Marc Delisle
9bef31439e
native comments
2005-03-05 23:21:25 +00:00
Michal Čihař
f1f39b8ed1
added infou about UFPDF to documentation
2004-12-29 14:16:51 +00:00
Michal Čihař
82e4fb6cc3
0 as field name causes problems (bug #1042235 ).
2004-10-19 13:55:00 +00:00
Marc Delisle
ca3e661657
cannot create a new table
2004-09-30 17:58:53 +00:00
Michal Čihař
f09e59f8b1
Better wording when adding fields (bug #991096 ).
2004-09-29 14:53:20 +00:00
Alexander M. Turek
72e5226597
Use default tab.
2004-09-05 14:51:49 +00:00
Michal Čihař
1aaa89fa54
Little code reorganistaion (RFE #957308 ), removed some remaining php3 compatibility code in SQL parser.
2004-05-20 16:14:13 +00:00
Garvin Hicking
d9491aea0b
RFE #949594 - Allow changing amount of columns for adding fields/
...
creating table (without losing previous data)
2004-05-07 08:41:08 +00:00
Alexander M. Turek
860282b789
more collation stuff
2004-04-17 03:07:15 +00:00
Alexander M. Turek
2915b5c3ce
Added MySQLi library; Removed calls to old mysql_wrappers library.
2004-01-22 02:13:48 +00:00
Alexander M. Turek
37d50c1822
Huge set of optimizations, please test!
2003-11-26 22:52:25 +00:00
Garvin Hicking
c2b46ac945
Final batch of PHP3-Compatibility fixes. Please test. :-)
2003-11-22 20:57:48 +00:00
Garvin Hicking
f0da471ec3
/libraries cleanup hopefully done. Double-Checked every change, my installation still works. ;)
...
Will continue working on remaining files tomorrow and hope to make it to the end of the next day.
2003-11-20 16:31:51 +00:00
Michal Čihař
6884f9701a
no more support for php3
2003-11-18 15:20:45 +00:00