Commit Graph

62 Commits

Author SHA1 Message Date
ninadsp
a40aaaa7b0 Statistics for the newly created table are now taken from the SHOW TABLE STATUS query when in an Ajax request 2010-07-14 19:04:52 +05:30
ninadsp
10a9e6912c A newly added table will now be appended to the tablesForm if it exists.
tbl_create.php generates the necessary output for it.
Need to figure out how to calculate the size and overhead, when stats
are shown.
2010-07-14 01:36:42 +05:30
ninadsp
ac7cab7160 Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e12.
2010-06-26 15:45:27 +05:30
ninadsp
4214d83e12 Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8b, reversing
changes made to dcdde2f99f.
2010-06-26 15:43:52 +05:30
ninadsp
c850b8be8b Merge remote branch 'origin/master'
Conflicts:
	po/tr.po
2010-06-26 15:38:12 +05:30
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
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Marc Delisle
9785bbc561 remove author names 2010-03-26 17:44:10 -04:00
Michal Čihař
8bb3db35cb Allow tbl_create.php to be called without new table name.
It can be now given in form, so we don't need to know it advance.
2010-01-22 15:43:03 +00:00
Michal Čihař
ae03cd3b5f Show functional link when creating new table, not to the name of future table. 2010-01-22 15:42:36 +00:00
Michal Čihař
ba17e440e0 Check for empty database name. 2010-01-22 15:41:10 +00:00
Michal Čihař
c43d6db049 Make tbl_create.php fail if database does not exist. 2010-01-22 15:40:19 +00:00
Marc Delisle
8377b1b41d avoid notices after table creation 2008-12-25 14:33:16 +00:00
Marc Delisle
f459bb6f6e bug #2009500 [SQL] Small improvements in generated SQL (partial fix) 2008-12-07 13:33:26 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00
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