Sebastian Mendel
|
d489602a4c
|
use PMA_get_arg_separator()
|
2007-09-04 15:44:55 +00:00 |
|
Marc Delisle
|
8eb4d37fe2
|
XHTML fixes
|
2007-09-02 19:23:59 +00:00 |
|
Marc Delisle
|
34c75eb875
|
bug #1771200 unknown system variable PROFILING
|
2007-08-11 11:53:01 +00:00 |
|
Marc Delisle
|
dda4bb6a67
|
bug #1760447, goto last page problem
|
2007-07-27 12:35:18 +00:00 |
|
Marc Delisle
|
a380a6c774
|
avoid marking the Browse tab active after a click, when there are no rows
|
2007-07-24 12:40:40 +00:00 |
|
Marc Delisle
|
7d015ff72a
|
improved tabs background and bottom border
|
2007-07-23 23:46:20 +00:00 |
|
Marc Delisle
|
2d9613dfea
|
patch #1749705, Allow multibyte characters in number formatting, thanks to garas
|
2007-07-09 19:41:38 +00:00 |
|
Marc Delisle
|
ae603822a5
|
obey MaxTableList in navi also (Light mode only); move the navigator near the database list
|
2007-07-09 16:30:39 +00:00 |
|
Marc Delisle
|
7cc52459f6
|
previous fix was incompatible with mysql extension
|
2007-07-05 12:26:42 +00:00 |
|
Marc Delisle
|
f73d68265b
|
RFE #1743983: replace $max_characters by a configurable param MaxCharactersInDisplayedSQL
|
2007-07-01 19:26:41 +00:00 |
|
Marc Delisle
|
941dee7e41
|
Profiling (work in progress)
|
2007-06-27 21:01:13 +00:00 |
|
Marc Delisle
|
9d9cd7221b
|
bug #1727138 HTML not encoded (last part of the fix)
|
2007-06-27 15:12:40 +00:00 |
|
Marc Delisle
|
a7146b0540
|
bug #1736405 Pretty printer and HTML line breaks
|
2007-06-26 12:52:36 +00:00 |
|
Marc Delisle
|
eb4e32a63e
|
bug #1733012 Unwanted table alias in delete button
|
2007-06-26 11:53:09 +00:00 |
|
Marc Delisle
|
be43252164
|
<br> after "Page number" only in navi, thanks to Juergen Wind
|
2007-06-26 10:41:58 +00:00 |
|
Marc Delisle
|
09b1ea0646
|
Navigator for the table list in the content panel
|
2007-06-25 14:00:35 +00:00 |
|
Marc Delisle
|
7762946d76
|
unneeded double line in navi when no page selector is displayed
|
2007-06-24 11:59:16 +00:00 |
|
Marc Delisle
|
1316c6d07c
|
bug #1727138 HTML not encoded (more than 1000 characters)
|
2007-06-24 10:42:02 +00:00 |
|
Marc Delisle
|
6bc959283f
|
when saving an edit with a field of more than 1000 characters, constant PMA_QUERY_TOO_BIG is already defined
|
2007-06-24 10:14:08 +00:00 |
|
Marc Delisle
|
8b94c4cf83
|
bug #1739253 about the new page number in navi, thanks to Juergen Wind for the suggestions
|
2007-06-20 12:14:18 +00:00 |
|
Marc Delisle
|
63b259d955
|
navigation and MaxDbList (work in progress)
|
2007-06-18 12:18:51 +00:00 |
|
Marc Delisle
|
1d726b672c
|
patch #1731280 unneeded for trunk
|
2007-06-13 16:33:57 +00:00 |
|
Marc Delisle
|
d69be68c25
|
patch #1731280 Avoid negative exponent in gmp_pow(), thanks to anosek
|
2007-06-10 19:47:14 +00:00 |
|
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 |
|