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
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
ninadsp
23c8cf4421
This page can now handle ajax requests
2010-07-22 00:00:02 +05:30
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
ninadsp
160f4314eb
Merge remote branch 'origin/master'
2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8
conform to relational terminology regarding columns and rows
2010-05-31 14:33:21 -04:00
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
9785bbc561
remove author names
2010-03-26 17:44:10 -04:00
Marc Delisle
ad48d9f31c
bug #2895894 [structure] Empty default value not set properly
2009-11-13 11:14:10 +00:00
Michal Čihař
84ae0420fe
Adding @package, third part.
2008-11-24 11:22:44 +00:00
Michal Čihař
37315b0c79
Document some require/includes as phpdoc otherwise takes random block before to document it.
2008-11-24 10:02:56 +00:00
Sebastian Mendel
38160f9932
removed forgotten debug commands
2008-05-07 12:44:28 +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
d7ecf570dc
replaced NULL/NOT NULL selectbox with checkbox (preserver space)
2007-12-14 11:39:46 +00:00
Sebastian Mendel
0ced617aff
MySQL bug #20910 fixed in 5.0.25 ( http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html )
2007-12-12 08:53:34 +00:00
Sebastian Mendel
26599a4fe2
fixed call to PMA_Message::addParam()
2007-10-18 07:24:04 +00:00
Marc Delisle
59f4fdcc16
strTableAlteredSuccessfully
2007-10-12 12:07:20 +00:00
Sebastian Mendel
65fea8c21f
make use of PMA_Message
2007-10-12 08:09:12 +00:00
Sebastian Mendel
40b3ce9fd1
use array to define included JavaScript libraries
2007-10-04 09:22:50 +00:00
Sebastian Mendel
3737060548
removed MySQL < 5 code
2007-10-02 10:39:52 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +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
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Michal Čihař
ad06b4a991
Rename tbl_* files to drop useless _properties part.
2006-10-25 10:55:20 +00:00
Michal Čihař
87e73d3dba
Fix order of includes (bug #1569277 ).
2006-10-04 13:09:56 +00:00
Sebastian Mendel
1eadc0a41a
use @todo tag for todo items, to show up in generated documentation
2006-09-21 14:28:46 +00:00
Sebastian Mendel
cd340d8496
moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table
2006-02-21 11:07:46 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +00:00
Sebastian Mendel
16a71a194e
added database name to relation querys
2005-12-17 17:36:58 +00:00
Sebastian Mendel
8344198c10
moved tbl_properties_common.php into libraries
2005-12-08 13:19:25 +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
5760c8fa5b
no need to check the version
2005-10-16 19:24:47 +00:00
Marc Delisle
72f452205e
bug #1320470 , timestamp is not shown as being NULL under MySQL < 4.1.x
2005-10-16 18:48:10 +00:00
Michal Čihař
3649d901ec
Use more require_once to avoid acquiring table info several times.
2005-10-08 18:14:09 +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