Commit Graph

2960 Commits

Author SHA1 Message Date
Marc Delisle
353b437051 correctly obey the Show BINARY and Show BLOB checkboxes 2008-06-10 12:29:33 +00:00
Michal Čihař
00f893361f This has been fixed in PHP 5.1.0, we support 5.2+. 2008-06-02 14:04:29 +00:00
Michal Čihař
1e29fc466e Complete docs for controuser/controlpass. 2008-06-02 13:21:47 +00:00
Michal Čihař
efc4f5a9ba Translation is already loaded by libraries/select_lang.lib.php. 2008-06-02 13:20:00 +00:00
Marc Delisle
cf0542758a bug #1936761 [interface] BINARY not treated as BLOB: update/delete issues 2008-06-01 13:02:12 +00:00
Marc Delisle
80b7f58ca2 sometimes we cannot rely on the cached information about a table 2008-05-31 13:34:16 +00:00
Marc Delisle
8e570751c5 do not call twice the transform or default function 2008-05-31 12:53:57 +00:00
Marc Delisle
d85d7f82ef bug #1977046, no table pagination; revert of revision 11247 2008-05-29 16:41:20 +00:00
Marc Delisle
0fcc6cd705 old code for when PMA was not utf-8-only 2008-05-25 13:22:49 +00:00
Marc Delisle
050ba7b6cc no longer need the global using_mb_charset as version 3 is utf-8-only 2008-05-25 13:16:31 +00:00
Marc Delisle
59e00a6f0b formatting for display options 2008-05-25 12:21:51 +00:00
Marc Delisle
2667e21340 incorrect XHTNL attribute 2008-05-25 12:08:02 +00:00
Marc Delisle
3474d5d2a5 display options: relational key/display field 2008-05-23 17:47:00 +00:00
Marc Delisle
2dc280458f non-quoted list of columns in relation view for internal relations 2008-05-23 12:19:20 +00:00
Marc Delisle
5248772940 display options and print view 2008-05-23 11:57:49 +00:00
Marc Delisle
3b57a26184 refactor data cell preparation 2008-05-22 17:33:27 +00:00
Marc Delisle
0cefe743f9 oops, BLOBs always shown 2008-05-21 17:05:56 +00:00
Marc Delisle
b9baa825c1 display options (work in progress) 2008-05-21 15:49:57 +00:00
Marc Delisle
a6feb09d4d bug #1955572 oops we still need the alt tag but empty 2008-05-18 16:57:12 +00:00
Marc Delisle
076ede089d unused variable 2008-05-18 15:53:27 +00:00
Marc Delisle
ba6a58c1c0 bug #1964643 wrong content displayed (dev version) 2008-05-16 13:30:29 +00:00
Marc Delisle
9f0dcded5f new language: Bangla 2008-05-15 20:41:40 +00:00
Sebastian Mendel
b70c5af8d3 define charset first: <http://code.google.com/docreader/#p(doctype)s(doctype)t(ArticleUtf7)> 2008-05-15 07:57:10 +00:00
Marc Delisle
1ec1afa3d4 bug #1955572 [display] alt text causes duplicated strings 2008-05-11 13:38:48 +00:00
Marc Delisle
07bea9b00d improved doc for function 2008-05-11 12:45:46 +00:00
Marc Delisle
a727fb367d relation view: foreign key changes for options ON DELETE/ON UPDATE on existing relations did not work in trunk 2008-05-11 12:38:26 +00:00
Marc Delisle
7b0051ac7a undefined DefaultType 2008-05-10 13:57:15 +00:00
Marc Delisle
75e0cc9937 new message $strUserDefined 2008-05-10 13:33:12 +00:00
Marc Delisle
050406d7f6 view row counting: better logic and message 2008-05-10 13:27:38 +00:00
Sebastian Mendel
3a228111ae use already retrieved table info 2008-05-09 14:39:58 +00:00
Sebastian Mendel
df216c95ec cache table information 2008-05-09 13:38:03 +00:00
Sebastian Mendel
79b9f5577c doc 2008-05-09 13:01:42 +00:00
Sebastian Mendel
32c61a2ff6 reworked bookmarking 2008-05-09 12:37:30 +00:00
Sebastian Mendel
58b3661876 phpDoc 2008-05-09 11:33:44 +00:00
Sebastian Mendel
e9507485d3 use local instead of global $cfgRelation 2008-05-09 11:16:19 +00:00
Marc Delisle
23cfd9f868 typos 2008-05-09 10:50:28 +00:00
Sebastian Mendel
b294b2d647 do not display class twice in query trace 2008-05-09 10:42:13 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Sebastian Mendel
91007aa3d6 include trace of executed queries 2008-05-08 06:07:00 +00:00
Sebastian Mendel
c53238a89e no need to fetch tables twice 2008-05-08 06:02:08 +00:00
Sebastian Mendel
1536decef8 no need to check for VIEW if we already know 2008-05-08 05:36:57 +00:00
Sebastian Mendel
c69ae450aa cache relation information (saves at least two queries per HTTP request) 2008-05-08 05:06:50 +00:00
Sebastian Mendel
38160f9932 removed forgotten debug commands 2008-05-07 12:44:28 +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
14edea6b1a bug #1910621 [display] part 2: do not display a BINARY content as text 2008-05-07 10:28:12 +00:00
Sebastian Mendel
5cfa78a087 added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes (use case like in the MySQL manual) 2008-05-07 08:41:15 +00:00
Sebastian Mendel
c4948d0e76 added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes 2008-05-07 08:35:46 +00:00
Sebastian Mendel
f35c4ce7cc DEFAULT can also be empty string 2008-05-06 14:06:39 +00:00
Sebastian Mendel
e8a6b1af54 new function to rename a field in relation tables (from tbl_alter.php) 2008-05-06 14:04:54 +00:00
Sebastian Mendel
7c7b9b55a2 $_REQUEST variables are ALWAYS already url decoded 2008-05-06 08:45:08 +00:00