Commit Graph

2646 Commits

Author SHA1 Message Date
Sebastian Mendel
ada58f99ea removed MySQL < 5 code 2007-10-02 08:34:01 +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
f648662d2a allow multi dimensional arrays for PMA_generate_common_hidden_inputs() 2007-10-02 07:28:48 +00:00
Marc Delisle
6a1e18b52e new parameter LeftDefaultTabTable and new default value for DefaultTabTable 2007-09-30 12:04:16 +00:00
Marc Delisle
111e7b046c refactoring 2007-09-29 13:45:35 +00:00
Sebastian Mendel
35d2f6f984 identify active tab from PHP_SELF only if $GLOBALS['active_page'] is not set 2007-09-28 07:27:54 +00:00
Sebastian Mendel
a375c17ea4 better handling for 'view distinct' from table structure page 2007-09-28 07:18:23 +00:00
Marc Delisle
5262517b35 bug #1764195 [views] DROP button does not work on defective views 2007-09-27 16:56:09 +00:00
Sebastian Mendel
6e8a1f0124 what is this htmlspecialchars() for? 2007-09-27 15:34:11 +00:00
Sebastian Mendel
caf61599cf $cfg['PropertiesIconic'] is checked inside PMA_buttonOrImage() 2007-09-27 14:48:12 +00:00
Sebastian Mendel
669a3c2d87 check $GLOBALS['cfg']['PropertiesIconic'] inside PMA_buttonOrImage() and make use PMA_getIcon() 2007-09-27 14:43:44 +00:00
Sebastian Mendel
b890e4075b make use of PMA_getIcon() 2007-09-27 12:40:29 +00:00
Sebastian Mendel
7bfa689e5a extended PMA_getIcon() 2007-09-27 12:39:29 +00:00
Sebastian Mendel
780bc2873f description for the page level docblock 2007-09-27 11:12:55 +00:00
Sebastian Mendel
b2817d4e50 make better use of PMA_generate_common_url() 2007-09-27 11:08:07 +00:00
Sebastian Mendel
0f647eb883 added @todo 2007-09-27 09:35:04 +00:00
Sebastian Mendel
e0b45f38e8 do not urlencode form data (browser is responsible for doing required stuff) 2007-09-27 07:37:42 +00:00
Marc Delisle
3d74bf27a7 bug #1764735 [core] Designer: PDF error when deleting a table 2007-09-26 16:51:27 +00:00
Marc Delisle
270b42c219 obsolete comments 2007-09-23 15:31:30 +00:00
Marc Delisle
235fc3679c move mcrypt code in-line (avoid one require); also add a constant for better protection 2007-09-23 15:12:42 +00:00
Marc Delisle
76b0a1a915 bug #1798841 [relations] Copying db does not copy internal relations 2007-09-23 14:02:19 +00:00
Marc Delisle
f9d967ecd2 bug #1798627 [GUI] Wrong storage engine displayed 2007-09-20 16:25:32 +00:00
Marc Delisle
874e16fc45 finish removal of get_foreign.lib.php 2007-09-19 17:25:17 +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
Marc Delisle
315764bc85 patch goes to 2.11.1 instead of 2.11.2 2007-09-18 12:10:53 +00:00
Marc Delisle
733fd1d242 patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard 2007-09-17 16:39:25 +00:00
Marc Delisle
44e9ee3c35 patch #1787915 Avoid CSS reloading on every click, thanks to Juergen Wind 2007-09-17 16:32:17 +00:00
Marc Delisle
dccab77870 MySQL 5.0.15 is the minimum 2007-09-13 16:57:14 +00:00
Marc Delisle
47a6cbb783 bug 1791568 part 2 2007-09-12 09:25:24 +00:00
Marc Delisle
c3fa7c14f6 bug #1791568 Undefined cfg, thanks to Christian Schmidt 2007-09-11 21:04:32 +00:00
Sebastian Mendel
45ec0b601a exclude 5.0 non production releases too (5.0.0 - 5.0.14) 2007-09-11 08:18:50 +00:00
Sebastian Mendel
7036cf6991 raised from 4.1 to 4.1.7 (first production version) 2007-09-11 08:10:25 +00:00
Sebastian Mendel
24159d6bac check minimum database version requirements 2007-09-11 08:07:10 +00:00
Marc Delisle
0bf6ccee1d fix E_STRICT error when copying a db 2007-09-10 16:56:28 +00:00
Marc Delisle
4beede83a1 bugs 1767759, 1216521 Duplicate entry error Browse feature: this minor feature removed due to its complexity 2007-09-09 13:51:15 +00:00
Marc Delisle
eb8eb28126 use the same minimum requirements as in our doc 2007-09-08 23:32:49 +00:00
Marc Delisle
a3d4747029 bug #1788533 Ugly error under PHP < 5 2007-09-06 17:05:18 +00:00
Marc Delisle
10c118d276 E_STRICT when changing a column comment 2007-09-06 15:43:24 +00:00
Sebastian Mendel
ad67fbccfd doc;
new todo item;
2007-09-06 14:40:23 +00:00
Marc Delisle
3e460af6cf remove non-UTF-8 2007-09-04 16:59:39 +00:00
Sebastian Mendel
d489602a4c use PMA_get_arg_separator() 2007-09-04 15:44:55 +00:00
Sebastian Mendel
11639ef32c some code rework for better readability 2007-09-04 15:42:23 +00:00
Sebastian Mendel
a064d0cf9c guess url param separator only once;
optionally encode it;
2007-09-04 13:45:07 +00:00
Sebastian Mendel
a1549e61d5 reverted last wrong todo comment 2007-09-04 13:13:16 +00:00
Sebastian Mendel
712f364df8 @todo rename to file_listing.lib.php 2007-09-04 13:10:37 +00:00
Sebastian Mendel
8179e8cecf @todo rename to file_listing.lib.php 2007-09-04 13:07:53 +00:00
Sebastian Mendel
36cab2b1f3 fixed strict notice 2007-09-04 12:01:55 +00:00
Marc Delisle
eaf3aa068b remove work in progress 2007-09-03 11:08:58 +00:00
Marc Delisle
9c30e4420f use better image for CREATE VIEW, thanks to Michael Keck 2007-09-02 19:27:05 +00:00
Marc Delisle
8eb4d37fe2 XHTML fixes 2007-09-02 19:23:59 +00:00