Commit Graph

45 Commits

Author SHA1 Message Date
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
201d0e892c Load mootools in every page. 2010-01-25 11:49:46 +00:00
Marc Delisle
be348f66cc rfe #854911 [interface] Grey out non applicable actions in structure 2010-01-21 21:29:10 +00:00
Michal Čihař
2c8133a81d rfe #1340812 [interface] Show numbers of columns in table structure. 2010-01-21 14:41:42 +00:00
Michal Čihař
78b00824eb [core] Updated mootools to fix some glitches with Safari.
Mootools are now in separate files as distributed upstream.
2010-01-04 15:35:23 +00:00
Marc Delisle
d524c87b15 rfe #2129902 [structure] Do not hide indexes 2009-11-01 13:12:10 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Marc Delisle
7e409e1252 bug #2802870 [display] Incorrect overhead value for InnoDB 2009-06-08 12:04:35 +00:00
Marc Delisle
8480ffb665 improve function names 2009-06-07 11:09:13 +00:00
Michal Čihař
7de18b4e7a patch #2649087 None default is different than other None in some languages. 2009-03-03 16:41:41 +00:00
Marc Delisle
09fa9046f3 showtable undefined after table creation 2009-02-08 14:02:04 +00:00
Marc Delisle
8ccd5b9eb5 strFixed becomes strStatic 2009-02-08 13:46:53 +00:00
Marc Delisle
fdd04987be bug #2121287 [display] Drop-down menu blinking in FF 2008-12-03 21:49:03 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00
Marc Delisle
0bac6c14eb patch #2099972 [structure] Display None when there is no default value 2008-09-09 17:23:59 +00:00
Marc Delisle
f619053d63 rest of the "remove flickering" fix 2008-07-21 16:41:17 +00:00
Marc Delisle
2ac75d4591 upgrade to mootools 1.2; temporarily deactivate the color picker that does not work with this mootools version 2008-07-14 19:52:16 +00:00
Marc Delisle
1ce9daf87c bug #1982315 [GUI] Comma and quote in ENUM, thanks to Joshua Hogendorn 2008-07-05 22:01:04 +00:00
Marc Delisle
688f8aadac bug #2001005 [GUI] ARCHIVE cannot have indexes 2008-06-27 15:08:21 +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
Marc Delisle
7c5d5c466a PBXT: foreign key support 2008-05-04 18:36:17 +00:00
Marc Delisle
42a4a8c24b bug #1926357 [data] BIT defaults displayed incorrectly 2008-04-02 17:19:59 +00:00
Marc Delisle
03e49d15eb MARIA: FULLTEXT, reserved word 2008-03-17 16:38:18 +00:00
Marc Delisle
e066ce777b since revision 11098 where the empty($primary) condition was replaced by $primary, the logic about DROP PRIMARY KEY needs to be reversed for correct creation/removal of primary keys 2008-02-24 13:09:36 +00:00
Marc Delisle
9e4d476226 use PMA_generate_html_radio() 2008-02-10 12:41:57 +00:00
Marc Delisle
713dfc4929 bug #1884911 [GUI] Space usage 2008-02-08 20:47:31 +00:00
Sebastian Mendel
bda5a218a1 more cleanup/refactoring on index code 2008-02-07 11:40:37 +00:00
Sebastian Mendel
4dea5b6bfd new Class PMA_Index;
show more information about indexes;
2008-02-04 15:01:43 +00:00
Sebastian Mendel
f1f5f71243 no need for extra div, but the link must be added before the slide effect is added (which adds additional slide-div around the object which would result the link be added inside the slide-div) 2008-01-29 10:58:39 +00:00
Marc Delisle
2a6119d393 start to use Mootools for slider effects 2008-01-17 13:48:22 +00:00
Marc Delisle
86b1747823 bug #1828913 [structure] no FULLTEXT index on CHAR column 2007-11-09 17:26:07 +00:00
Sebastian Mendel
10130dd9e3 do not sometimes silently prevent dropping of last column(s) - but always display the error if tried
(current silently prevention did only work if only one column exists)
2007-10-12 08:12:08 +00:00
Marc Delisle
84be80201e Partitioned status in table Structure 2007-10-11 16:49:41 +00:00
Sebastian Mendel
3737060548 removed MySQL < 5 code 2007-10-02 10:39:52 +00:00
Sebastian Mendel
a73ffff4c8 fixed notice;
make use of PMA_getIcon();
changed some processing orders;
minor tweaks, fixes, docs;
2007-10-02 08:18:21 +00:00
Sebastian Mendel
a375c17ea4 better handling for 'view distinct' from table structure page 2007-09-28 07:18:23 +00:00
Sebastian Mendel
97aaf42a15 do not urlencode() form values 2007-09-27 15:34:40 +00:00
Sebastian Mendel
caf61599cf $cfg['PropertiesIconic'] is checked inside PMA_buttonOrImage() 2007-09-27 14:48:12 +00:00
Marc Delisle
361a43318a bug #1717339 Missing header when deleting a checked column 2007-05-11 17:11:39 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +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
Marc Delisle
ad129f6a2f bug #1602335, browse distinct values and name containing a quote 2006-11-26 09:53:45 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00