Commit Graph

399 Commits

Author SHA1 Message Date
Sebastian Mendel
ef7a052074 - fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group
- fixed some possible XSS with PHP_SELF (PATH_INFO)
- commented out some use of PATH_INFO ... needs further testing
2007-10-16 07:11:28 +00:00
Sebastian Mendel
504150a491 removed unnecessary checks in PMA_getIcon() 2007-10-11 09:11:22 +00:00
Sebastian Mendel
1708f2ecdd make use of new message object 2007-10-10 14:31:42 +00:00
Sebastian Mendel
86b1e3032b remove some space wasting elements - not finally, just let see how it is in work environment and how other say about 2007-10-09 12:56:33 +00:00
Sebastian Mendel
534ac6fe1d message box class as parameter 2007-10-09 12:11:16 +00:00
Sebastian Mendel
872cadf60d make use of PMA_showHint() in more places 2007-10-05 14:06:27 +00:00
Sebastian Mendel
4355a564d5 refactored tooltip handling (please test!) 2007-10-05 13:18:04 +00:00
Sebastian Mendel
faa52f611c removed MySQL < 5 code 2007-10-02 08:57:02 +00:00
Sebastian Mendel
35d2f6f984 identify active tab from PHP_SELF only if $GLOBALS['active_page'] is not set 2007-09-28 07:27:54 +00:00
Sebastian Mendel
669a3c2d87 check $GLOBALS['cfg']['PropertiesIconic'] inside PMA_buttonOrImage() and make use PMA_getIcon() 2007-09-27 14:43:44 +00:00
Sebastian Mendel
7bfa689e5a extended PMA_getIcon() 2007-09-27 12:39:29 +00:00
Sebastian Mendel
0f647eb883 added @todo 2007-09-27 09:35:04 +00:00
Marc Delisle
4beede83a1 bugs 1767759, 1216521 Duplicate entry error Browse feature: this minor feature removed due to its complexity 2007-09-09 13:51:15 +00:00
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