Sebastian Mendel
|
fa30ac8c33
|
store browse state in session per query
|
2007-05-15 11:16:10 +00:00 |
|
Sebastian Mendel
|
0130b9d07b
|
typo, thanks to wiki user Jspboy
|
2007-05-14 12:42:59 +00:00 |
|
Sebastian Mendel
|
573a6161bd
|
fixed code indention
|
2007-05-09 12:18:57 +00:00 |
|
Marc Delisle
|
1e7819e0ba
|
undefined index when deleting a bookmark
|
2007-04-06 13:45:52 +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
|
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
|
f7d9e324a1
|
undefined index when creating a table
|
2007-03-31 11:15:24 +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 |
|
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
|
75fe2cfa9e
|
PMA_getTab(): added support for fragments in link
|
2007-03-21 12:36:49 +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 |
|
Sebastian Mendel
|
aa8557d1a1
|
typo
|
2007-03-20 11:20:58 +00:00 |
|
Sebastian Mendel
|
817e790762
|
synced/fixed vim line
|
2007-03-19 17:55:39 +00:00 |
|
Sebastian Mendel
|
420a9d58e7
|
bug #1662976 Authentication fails when controluser/pass is set
|
2007-03-19 15:06:53 +00:00 |
|
Sebastian Mendel
|
c29b8627f9
|
hopefully cookie login is now working again as expected ...
|
2007-03-16 16:55:45 +00:00 |
|
Sebastian Mendel
|
aba1268619
|
[config] clean cookies on phpMyAdmin upgrade
|
2007-03-16 16:48:40 +00:00 |
|
Sebastian Mendel
|
af7691a469
|
bug #1676033 [core] pow(int,int) causes overflow
|
2007-03-14 12:47:37 +00:00 |
|
Sebastian Mendel
|
1eca371e5a
|
added support for byte and gigabyte in PMA_get_real_size()
|
2007-03-08 17:08:22 +00:00 |
|
Sebastian Mendel
|
b60610ee4a
|
changed message for possible exploit detection
|
2007-03-02 16:07:36 +00:00 |
|
Sebastian Mendel
|
6bf91cba55
|
bug #1672379 Call to undefined function PMA_removeCookie()
|
2007-03-02 13:09:01 +00:00 |
|
Sebastian Mendel
|
18853eece6
|
bug #1671813 CVE-2006-1549 deep recursion crash
|
2007-03-01 16:09:00 +00:00 |
|
Marc Delisle
|
a9e7d44382
|
bug #1659176, memory error displaying a table with large BLOBs
|
2007-02-27 23:03:18 +00:00 |
|
Marc Delisle
|
9867ac0fc9
|
bug 1667466, undefined variable when export + save on server
|
2007-02-25 12:45:29 +00:00 |
|
Marc Delisle
|
8c88abd05a
|
avoid generating big links after an upload into a BLOB
|
2007-02-16 17:44:04 +00:00 |
|
Marc Delisle
|
2e61ea7d9d
|
white page after uploading a 700 Kio BLOB
|
2007-02-14 15:21:32 +00:00 |
|
Marc Delisle
|
38b0199cb4
|
typo
|
2007-02-10 16:01:22 +00:00 |
|
Marc Delisle
|
42ac66ad74
|
get rid of propicon
|
2007-02-10 15:58:46 +00:00 |
|
Michal Čihař
|
bcc5684a84
|
security fixes
|
2007-01-09 09:50:49 +00:00 |
|
Michal Čihař
|
4b503ead85
|
Add <div> to allow selecting whole SQL by tripple click (patch #1611591).
|
2007-01-02 09:11:46 +00:00 |
|
Marc Delisle
|
8e61869a17
|
RFE #1621025, show SQL statements in Relation View
|
2006-12-29 16:27:25 +00:00 |
|
Marc Delisle
|
b7796e429c
|
patch #1592366, using a host name as a URL parameter
|
2006-12-27 14:08:43 +00:00 |
|
Sebastian Mendel
|
cb0e5f3c94
|
added second optional parameter: $sql_query
|
2006-12-19 17:45:07 +00:00 |
|
Marc Delisle
|
14ff3c4729
|
bug #1615313, doc refers to auth_type HTTP so enable it
|
2006-12-15 17:47:38 +00:00 |
|
Marc Delisle
|
00f6e5b4b7
|
bug #1607282, add warning for loss of auto_increment due to a bug in older MySQL
|
2006-12-13 13:02:42 +00:00 |
|
Marc Delisle
|
d01f9977fb
|
remove uva prefix
|
2006-12-10 12:32:41 +00:00 |
|
Marc Delisle
|
0547dafd9b
|
bug #1603660, incorrect escaping
|
2006-12-06 17:39:42 +00:00 |
|
Marc Delisle
|
3c5b5d693a
|
undefined index
|
2006-11-18 11:49:48 +00:00 |
|
Michal Čihař
|
7e5f61842c
|
Fix path disclossure while passing array as some params.
|
2006-11-17 09:32:19 +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
|
6455e65bc9
|
wrong parameter when calling error.php
|
2006-10-19 20:48:14 +00:00 |
|
Michal Čihař
|
0564ecc946
|
Fix escaping of long query with js (thanks to Erwin for report).
|
2006-10-19 15:56:46 +00:00 |
|
Michal Čihař
|
bf22bc374f
|
Switch to \n on Mac, as it is reported to be common EOL there now (bug #1577590).
|
2006-10-16 11:56:36 +00:00 |
|
Michal Čihař
|
491187ed77
|
Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*.
|
2006-10-16 07:43:48 +00:00 |
|
Michal Čihař
|
92c898727f
|
Move cleanup to separate function (bug #1569123).
|
2006-10-13 07:52:34 +00:00 |
|
Michal Čihař
|
2b5baa6e9a
|
Check for sent headers, provide backtrace in this case.
|
2006-10-10 14:06:56 +00:00 |
|