Commit Graph

136 Commits

Author SHA1 Message Date
Marc Delisle
c62b363942 bug #2107583 [GUI] Leading newline truncated, thanks to Isart Montane 2008-10-25 14:40:48 +00:00
Marc Delisle
99e34e984e patch #2115966 [GUI] Checkboxes and IE 7 2008-09-25 17:07:59 +00:00
Marc Delisle
fe78d240bb b to strong, and remove bold for MySQL charset 2008-07-09 15:24:44 +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
d84d3bf2e9 bug #1971221 [interface] tabindex not set correctly 2008-06-23 11:56:41 +00:00
Marc Delisle
2e1f89a67c bug [XHTML] problem with tabindex and radio fields 2008-06-14 12:01:58 +00:00
Marc Delisle
b9baa825c1 display options (work in progress) 2008-05-21 15:49:57 +00:00
Marc Delisle
93e5d19b75 bug #1762029 [interface] Cannot upload BLOB into existing row 2008-05-18 16:45:36 +00:00
Sebastian Mendel
97cd0fdc5c no need to fetch $cfgRelation
checking relation support is done in relation function
2008-05-09 11:09:48 +00:00
Marc Delisle
a9bdeb876a undefined $len 2008-05-02 11:42:42 +00:00
Marc Delisle
42a4a8c24b bug #1926357 [data] BIT defaults displayed incorrectly 2008-04-02 17:19:59 +00:00
Marc Delisle
b1032c880b comment about lack of maxlength HTML attribute 2008-03-27 17:30:09 +00:00
Sebastian Mendel
bb70f2d7b6 rfe #1741101, patch #1798184 UUID default for CHAR(36) PRIMARY KEY, thanks to Gert Palok - gert_p 2007-12-13 17:25:59 +00:00
Sebastian Mendel
37a4099a4f cleanup 2007-10-18 08:51:19 +00:00
Sebastian Mendel
40b3ce9fd1 use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
Marc Delisle
5c70b88927 problem between tbl_change and get_foreign.lib.php so start to remove this library 2007-09-19 17:06:43 +00:00
Sebastian Mendel
7af67d483d more code that needs only to be done once 2007-09-11 14:37:44 +00:00
Sebastian Mendel
2c17b8b8d8 minor tweaks (no need to process field data for every row, only once) 2007-09-11 13:40:27 +00:00
Sebastian Mendel
de9768b8bd no need for checking MySQL versions below 4.1 2007-09-11 09:28:14 +00:00
Sebastian Mendel
ef9d09a1d1 better variable names;
minor code formating;
2007-09-06 14:38:58 +00:00
Sebastian Mendel
914855c176 use array_fill() 2007-09-06 14:23:46 +00:00
Sebastian Mendel
d979a60de1 better variable names 2007-09-06 14:18:58 +00:00
Sebastian Mendel
b99441ae74 make better use of PMA_generate_common_hidden_inputs();
make use of PMA_getIcon();
make use of PMA_DBI_fetch_result() for retrieving table fields information;
2007-09-06 13:56:29 +00:00
Sebastian Mendel
7b657001e3 refactoring multi-row inserts (just starting) 2007-09-04 15:47:48 +00:00
Marc Delisle
8eb4d37fe2 XHTML fixes 2007-09-02 19:23:59 +00:00
Marc Delisle
cb2d299e37 incorrect field ids 2007-09-02 18:42:26 +00:00
Marc Delisle
46e062ea29 bug #1759528, browse_foreigners fails due to newlines, thanks to Hanno Boeck 2007-07-27 13:55:41 +00:00
Marc Delisle
50d0ae4290 bug #1729583 multi-edit or insert is broken 2007-06-13 21:00:25 +00:00
Marc Delisle
cb9853b236 RFE #1714895, Go button location 2007-06-02 14:18:20 +00:00
Sebastian Mendel
fa30ac8c33 store browse state in session per query 2007-05-15 11:16:10 +00:00
Marc Delisle
501ba4a6b6 bug #1699532 Cause of data manipulation issues; still have to work on updating an ENUM value 2007-05-14 17:39:40 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +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
Marc Delisle
86c5e9c277 this must have been a typo 2007-03-26 13:27:42 +00:00
Marc Delisle
d298724fd4 Edit next row: do not offer if no unique key on table 2007-03-26 13:23:24 +00:00
Marc Delisle
04e26c61a9 bug #1681598 [interface] Edit next row 2007-03-25 13:06:33 +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
05f4c05a56 bug #1667887 HTML maxlength 2007-03-15 10:32:34 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00
Sebastian Mendel
a22da4df77 make use of new second PMA_showMessage() parameter 2006-12-19 17:57:11 +00:00
Sebastian Mendel
d3f335ac3d refactored:
made register_globals independent;
added documentation;
removed unused code;
fixed bug #1597686 last insert id message wrong;
and much more i don't remember ...
2006-12-19 16:54:29 +00:00
Marc Delisle
b1b505f285 bug #1610314, incomplete detection of binary columns 2006-12-12 17:45:11 +00:00
Marc Delisle
1518b0710d users can now toggle the display of the Function column from the interface 2006-11-24 12:52:29 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
cac4247057 Rename db_* files to drop useless _details part. 2006-10-25 12:25:01 +00:00
Michal Čihař
ad06b4a991 Rename tbl_* files to drop useless _properties part. 2006-10-25 10:55:20 +00:00
Marc Delisle
b94e87187f bug #1566219, automated timestamp values 2006-10-13 01:46:21 +00:00