Commit Graph

127 Commits

Author SHA1 Message Date
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
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Marc Delisle
a502148316 Edit next row did not work in 2.9.0-dev 2006-07-16 13:28:27 +00:00
Marc Delisle
bc42d746b4 bug #1451426, edit breaks protected BLOB field, changes it from NULL to empty string 2006-05-26 17:46:23 +00:00
Marc Delisle
26019039ca bug #1438999 updating a multi-table view 2006-05-23 16:54:30 +00:00
Sebastian Mendel
baac64a2e4 removed table formating, done in css 2006-04-27 09:51:51 +00:00
Sebastian Mendel
7a19861b4b style upgrade 2006-04-25 15:21:33 +00:00
Marc Delisle
6ebf0bee0d bug #1415465, undefined variable sql_query 2006-02-18 14:36:53 +00:00
Marc Delisle
b8da992112 bug 1429074, go back to this page choice not sticky 2006-02-12 14:19:42 +00:00
Marc Delisle
7e93c28871 bug #1415465, undefined variable 2006-02-04 18:38:42 +00:00