Marc Delisle
|
f606970a1f
|
bug #2416418 Escaping special characters (and other problems too)
|
2009-01-04 20:26:23 +00:00 |
|
Marc Delisle
|
f70bee9e2f
|
forgot a parameter
|
2009-01-02 13:55:50 +00:00 |
|
Marc Delisle
|
30bda361bf
|
patch #2478940 [core] PHP 5.2+ warning does not work
|
2009-01-01 23:37:14 +00:00 |
|
Marc Delisle
|
7194d91e32
|
notice when inserting a row
|
2009-01-01 21:44:37 +00:00 |
|
Marc Delisle
|
c010da50d8
|
bug #2473127 [display] Deleting rows displays tbl structure, not contents
|
2009-01-01 21:39:21 +00:00 |
|
Marc Delisle
|
ba80e0cc84
|
reference to old directive QueryFrameJS
|
2008-12-28 18:58:32 +00:00 |
|
Marc Delisle
|
0de70e7d79
|
bug #2397877 [core] ForceSSL and http auth_type
|
2008-12-28 14:50:07 +00:00 |
|
Marc Delisle
|
da6a269834
|
bug #2468354, SHOW TABLES throws a notice
|
2008-12-28 13:35:47 +00:00 |
|
Michal Čihař
|
6d442f6362
|
Fix syntax errors.
|
2008-12-26 10:42:25 +00:00 |
|
Marc Delisle
|
5a8d192fea
|
bug #2445213 [export] Commas for CSV Excel 2008 for Mac
|
2008-12-25 14:52:28 +00:00 |
|
Marc Delisle
|
8377b1b41d
|
avoid notices after table creation
|
2008-12-25 14:33:16 +00:00 |
|
Marc Delisle
|
197434c7b1
|
notice from array_diff() that argument #2 is not an array
|
2008-12-25 13:56:38 +00:00 |
|
Marc Delisle
|
38154059fe
|
bug #2461735 [operations] Table operations adds "row_format"
|
2008-12-23 18:15:56 +00:00 |
|
Michal Čihař
|
dcd146adfe
|
Czech update, thanks to Ondřej Vadinský.
|
2008-12-23 16:33:04 +00:00 |
|
Marc Delisle
|
683bfba6c2
|
document that a feature is not implemented yet
|
2008-12-22 17:32:17 +00:00 |
|
Marc Delisle
|
dcdb1ddf8f
|
bug [display] BIT field contents disappear when edited
|
2008-12-22 17:23:49 +00:00 |
|
Marc Delisle
|
3fe2709fd8
|
bug #2363653 [properties] Various problems with table structure
|
2008-12-19 21:29:41 +00:00 |
|
Marc Delisle
|
778e720cec
|
patch #2444082 [changelog] changelog.php linkifies one link wrong
|
2008-12-18 17:37:58 +00:00 |
|
Marc Delisle
|
0a36001aba
|
bug #2417058 [properties] Edit fields: losing auto-increment setting
|
2008-12-17 18:49:26 +00:00 |
|
Marc Delisle
|
06d6fc75ae
|
patch #2356575 part 5
|
2008-12-16 17:13:12 +00:00 |
|
Raj Kissu Rajandran
|
4d775dd979
|
Fixed notice in libraries/blobstreaming.lib.php when ['ServerDefault'] is set to 0
|
2008-12-16 16:53:32 +00:00 |
|
Marc Delisle
|
30ba31ebb6
|
French update
|
2008-12-15 17:35:04 +00:00 |
|
Marc Delisle
|
ec4549f994
|
patch #2356575 [display] Sortable database columns
|
2008-12-15 17:27:43 +00:00 |
|
Marc Delisle
|
398feb40fd
|
patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3
|
2008-12-14 13:58:06 +00:00 |
|
Marc Delisle
|
c6bd88d51a
|
avoid the notice (introduced in revision 12119) when creating a table
|
2008-12-14 13:09:39 +00:00 |
|
Marc Delisle
|
e590434056
|
Dutch update
|
2008-12-13 11:36:22 +00:00 |
|
Marc Delisle
|
cd4860bd36
|
exclude /test from package to avoid Path disclosure when running tests that fail; remove old history (consult SVN for changes history)
|
2008-12-12 17:49:37 +00:00 |
|
Marc Delisle
|
2500001427
|
bug #1963184 [export] YAML export improvement
|
2008-12-12 13:03:43 +00:00 |
|
Marc Delisle
|
85e9b88297
|
new tests, thanks to Michal Biniek
|
2008-12-11 18:26:41 +00:00 |
|
Sebastian Mendel
|
0a82c8ff13
|
is*() methods now return boolean values;
some doc;
|
2008-12-11 07:52:22 +00:00 |
|
Raj Kissu Rajandran
|
4230bfc595
|
Fixed issue in libraries/blobstreaming.lib.php with regards to ['extension'] and ['connect_type'] throwing notices when not been set in config.inc.php
|
2008-12-10 16:06:31 +00:00 |
|
Raj Kissu Rajandran
|
b89b2ac4c6
|
Fixed issue with undefined variable , changed to
|
2008-12-10 15:59:36 +00:00 |
|
Sebastian Mendel
|
fefdf75afc
|
should fix: Array was modified outside object and internal position is no longer valid
|
2008-12-10 13:38:03 +00:00 |
|
Sebastian Mendel
|
b5ff34658b
|
point your browser to test/wui.php to see test results in your browser
|
2008-12-10 13:19:54 +00:00 |
|
Sebastian Mendel
|
ce1d25289d
|
my fault, of course it is allowed to have more than one assert* in a test* method (it just stops executing on the first failed assert)
|
2008-12-10 13:07:24 +00:00 |
|
Sebastian Mendel
|
6d00fcb4ba
|
there can be only ONE assert*() method in each test*() method
|
2008-12-10 10:46:41 +00:00 |
|
Sebastian Mendel
|
71b933b7a7
|
there can be only ONE assert*() method in each test*() method
|
2008-12-10 10:27:55 +00:00 |
|
Sebastian Mendel
|
210265e75c
|
doc
|
2008-12-10 10:22:41 +00:00 |
|
Sebastian Mendel
|
dfb511903c
|
fixed NOTICE
|
2008-12-10 10:05:41 +00:00 |
|
Sebastian Mendel
|
8a727a70a0
|
proper document global $GLOBALS['showtable']
|
2008-12-10 09:23:07 +00:00 |
|
Sebastian Mendel
|
a059b08ce0
|
use PMA_Table::sGetStatusInfo() for table information retrieval
|
2008-12-10 09:22:29 +00:00 |
|
Sebastian Mendel
|
d650f5b74f
|
use PMA_DBI_get_tables_full() for retrieving table information (retrieves information from SHOW and I_S)
|
2008-12-10 09:20:51 +00:00 |
|
Sebastian Mendel
|
4c3f3a068f
|
do not overwrite already cached table infos
|
2008-12-10 09:18:14 +00:00 |
|
Marc Delisle
|
b4a1282e1c
|
3.1.1
|
2008-12-09 17:22:43 +00:00 |
|
Marc Delisle
|
fcdfb9977f
|
2.11.9.4
|
2008-12-09 17:03:54 +00:00 |
|
Michal Čihař
|
01685c90aa
|
[security] possible XSRF on several pages
|
2008-12-09 13:45:32 +00:00 |
|
Michal Čihař
|
50ea90e605
|
Use PMA_backquote where applicable.
|
2008-12-09 13:04:19 +00:00 |
|
Marc Delisle
|
9b5b648e65
|
patch #1821619 [privileges] Extra back reference when editing table-specific privileges
|
2008-12-08 17:39:30 +00:00 |
|
Michal Čihař
|
8c7f465209
|
Explicitely state that we do not support IPv6 here.
|
2008-12-07 16:04:21 +00:00 |
|
Marc Delisle
|
f459bb6f6e
|
bug #2009500 [SQL] Small improvements in generated SQL (partial fix)
|
2008-12-07 13:33:26 +00:00 |
|