Marc Delisle
|
4ad521e8df
|
bug #1721002 db rename -> undefined cfgRelation
|
2007-05-17 21:57:15 +00:00 |
|
Sebastian Mendel
|
2c814ac548
|
bug #1719339 Browse: Full/Partial Texts not working
|
2007-05-15 15:01:50 +00:00 |
|
Sebastian Mendel
|
fa30ac8c33
|
store browse state in session per query
|
2007-05-15 11:16:10 +00:00 |
|
Sebastian Mendel
|
4b368f8b42
|
do not URL-encode form values
|
2007-05-15 09:09:54 +00:00 |
|
Sebastian Mendel
|
6cab26e3d1
|
typos
|
2007-05-15 09:02:29 +00:00 |
|
Sebastian Mendel
|
c5cba195f1
|
renamed class files according to PMA standard (or at least how i guess)
|
2007-05-15 06:18:21 +00:00 |
|
Sebastian Mendel
|
f00ee2474f
|
added code-tags around 'do not edit' warning for non wrapping in phpDocumentor output
|
2007-05-15 06:05:25 +00:00 |
|
Sebastian Mendel
|
e388053907
|
fixed typos, including patch #1718587
|
2007-05-15 05:57:15 +00:00 |
|
Sebastian Mendel
|
0130b9d07b
|
typo, thanks to wiki user Jspboy
|
2007-05-14 12:42:59 +00:00 |
|
Sebastian Mendel
|
b4c5dda95d
|
bug #1699772 Visual space bug in table name (in browser)
|
2007-05-14 12:13:44 +00:00 |
|
Sebastian Mendel
|
ef312fc70b
|
PMA_isValid(): added ability to check $var against array of valid values
|
2007-05-09 13:03:59 +00:00 |
|
Sebastian Mendel
|
573a6161bd
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
Marc Delisle
|
15a5a8104d
|
bug #1672636 [export] PDF export too wide
|
2007-04-13 17:26:10 +00:00 |
|
Michal Čihař
|
1c32f18ea7
|
RFE #1435922 [gui] navigation frame shows listing of databases when none selected
|
2007-04-10 13:34:48 +00:00 |
|
Marc Delisle
|
1e7819e0ba
|
undefined index when deleting a bookmark
|
2007-04-06 13:45:52 +00:00 |
|
Marc Delisle
|
1c6358c1bd
|
do not show an empty Routines fieldset
|
2007-04-06 13:31:52 +00:00 |
|
Marc Delisle
|
f9c0bc6ff1
|
bug #1498281 [parser] Wrong primary key used for displaying results with subquery
|
2007-04-06 13:21:05 +00:00 |
|
Marc Delisle
|
6b2b01b80c
|
fix this kind of queries: select * from mytable where myid >= 1
|
2007-04-03 10:19:33 +00:00 |
|
Marc Delisle
|
f9948b6848
|
[export] Native Excel (Spreadsheet_Excel_Writer) improvements
|
2007-04-02 20:33:18 +00:00 |
|
Sebastian Mendel
|
538830d387
|
$db and $table is always set, no need to check
|
2007-04-01 11:17:34 +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
|
adb39168cc
|
coding standard: no braces around include
|
2007-04-01 09:51:41 +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
|
8da1b5a730
|
bug #1690718 Can't edit if BLOB and no PK
|
2007-03-31 13:08:50 +00:00 |
|
Marc Delisle
|
f124554ab1
|
unneeded test, thanks to Juergen Wind
|
2007-03-31 12:29:05 +00:00 |
|
Marc Delisle
|
e3012401d4
|
insert a row if BLOB is empty
|
2007-03-31 12:19:02 +00:00 |
|
Marc Delisle
|
f7d9e324a1
|
undefined index when creating a table
|
2007-03-31 11:15:24 +00:00 |
|
Sebastian Mendel
|
306b1b65c6
|
do NEVER unset $table or $db;
|
2007-03-30 10:23:01 +00:00 |
|
Sebastian Mendel
|
008734f8b0
|
do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
|
2007-03-30 09:12:05 +00:00 |
|
Sebastian Mendel
|
fe77220226
|
bug #1690561 Blobs being cleared on Edit of row
|
2007-03-29 13:52:26 +00:00 |
|
Marc Delisle
|
b84107152d
|
bug #1688053, improvement for latest fix
|
2007-03-29 13:20:58 +00:00 |
|
Sebastian Mendel
|
02ecd621bb
|
return also works for includes ... so don't mess with intends
|
2007-03-29 11:45:12 +00:00 |
|
Sebastian Mendel
|
adc43110f6
|
free memory!
|
2007-03-29 10:34:20 +00:00 |
|
Sebastian Mendel
|
8e9bc00eab
|
free memory!
|
2007-03-29 10:22:39 +00:00 |
|
Sebastian Mendel
|
3626acdb24
|
improved out buffer function handling;
bug #1690064 headers already sent error if OBGzip = 0
|
2007-03-29 07:10:15 +00:00 |
|
Sebastian Mendel
|
a190872f0a
|
bug #1689931 unnecessary innodb hint when browsing myisam tables
|
2007-03-29 06:50:12 +00:00 |
|
Sebastian Mendel
|
858a4d1b42
|
make use of PMA_isValid() and initialize $sql_query
|
2007-03-29 06:02:22 +00:00 |
|
Sebastian Mendel
|
ecca20f1c0
|
PMA_transformation_getOptions(): do not return an element in option array if option string is empty
|
2007-03-27 13:07:49 +00:00 |
|
Sebastian Mendel
|
c28969acbd
|
no need to globalize $_REQUEST['is_js_confirmed']
|
2007-03-27 11:29:18 +00:00 |
|
Sebastian Mendel
|
e63059cbaa
|
replaced ctype_digit() with is_numeric()
|
2007-03-27 11:27:36 +00:00 |
|
Marc Delisle
|
4de60460b3
|
bug #1688053 [export] Wrong export of binary character fields
|
2007-03-26 16:48:13 +00:00 |
|
Marc Delisle
|
9f9da6d7ac
|
do not use controllink for this one
|
2007-03-26 16:13:44 +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 |
|
Sebastian Mendel
|
dadcb42f7e
|
documentation;
minor tweaks;
PMA_getMIME(), PMA_setMIME() now checks itself for $cfgRelation;
|
2007-03-26 12:48:11 +00:00 |
|
Sebastian Mendel
|
ae4f0d37dd
|
typos
|
2007-03-26 09:49:43 +00:00 |
|
Sebastian Mendel
|
c9a7e3040c
|
documentation, backticks in SQL, minor tweaks
|
2007-03-26 09:34:37 +00:00 |
|
Sebastian Mendel
|
f15108e242
|
fixed missing check for 'historywork'
|
2007-03-26 06:45:20 +00:00 |
|
Sebastian Mendel
|
2454f1feff
|
typo in fix for bug #1671813
|
2007-03-26 06:32:56 +00:00 |
|
Marc Delisle
|
429a428ecd
|
bug #1614004 [relation] foreign key spanning multiple columns are incorrectly displayed
|
2007-03-25 12:35:04 +00:00 |
|