Commit Graph

73 Commits

Author SHA1 Message Date
Marc Delisle
eef35043dd bug #3072502 Text not shown for icons after creating table 2010-09-26 08:39:28 -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
0b2b21712e Added documentation to PHP files 2010-08-15 01:50:47 +05:30
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
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
Marc Delisle
084c0dbcf5 functions.js included automatically 2010-07-24 08:11:48 -04:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
3e57a8eca9 No @uses __('Something'). 2010-07-20 15:06:34 +02:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
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