Commit Graph

354 Commits

Author SHA1 Message Date
Marc Delisle
e960142185 previous fix was incompatible with mysql extension 2007-07-05 12:26:42 +00:00
Marc Delisle
7dbb4e7a82 bug #1736405 Pretty printer and HTML line breaks 2007-06-26 12:52:36 +00:00
Marc Delisle
1a083a80e8 bug #1733012 Unwanted table alias in delete button 2007-06-26 11:53:09 +00:00
Marc Delisle
0588579a3f bug #1727138 HTML not encoded (more than 1000 characters) 2007-06-24 10:42:02 +00:00
Marc Delisle
083d7980e2 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
d4c281e91e patch #1731280 Avoid negative exponent in gmp_pow(), thanks to anosek 2007-06-10 19:47:14 +00:00
Marc Delisle
ca77057c21 bug #1712570 Deleting last record freezes 2007-05-09 12:55:29 +00:00
Marc Delisle
8b21bac2bd undefined index when deleting a bookmark 2007-04-06 13:43:04 +00:00
Marc Delisle
a91f4762e4 bug #1690718 Can't edit if BLOB and no PK 2007-03-31 13:07:59 +00:00
Sebastian Mendel
c12e5d2208 replaced ctype_digit() with is_numeric() 2007-03-27 11:27:36 +00:00
Sebastian Mendel
f1378fcbf1 backporte some bugfixes from trunk intp QA_2_10:
- bug #1567317 [sqp] Syntax highlighter: extra spaces
- bug #1239401 [sqp] table dot numeric field name
- bug #1672789 [sqp] Undefined offset: 4 in sqlparser.lib.php #1674
- bug #1682044 [export] Export file even if file not selected
- bug #1664212 querywindow loses url encoded characters
+ [config] clean cookies on phpMyAdmin upgrade
- bug #1674972 [export] no export with %afm%
- bug #1667887 HTML maxlength
- bug #1679055 #1050 - Table '<table name>' already exists
2007-03-20 11:22:31 +00:00
Sebastian Mendel
414aa4fbc2 bug #1676033 [core] pow(int,int) causes overflow 2007-03-14 12:47:37 +00:00
Sebastian Mendel
331c04b3df changed message for possible exploit detection 2007-03-02 16:07:54 +00:00
Sebastian Mendel
1f7afb504f merge fixes from trunk (bugs #1672379. #1671813, #1541147) 2007-03-02 14:13:13 +00:00
Marc Delisle
a6acfb641b bug #1659176, memory error displaying a table with large BLOBs 2007-02-27 22:54:11 +00:00
Marc Delisle
cff19a334a bug 1667466, undefined variable when export + save on server 2007-02-25 12:39:38 +00:00
Marc Delisle
0e6119e9d1 avoid generating big links after an upload into a BLOB 2007-02-16 18:00:34 +00:00
Marc Delisle
6168714e06 white page after uploading a 700 Kio BLOB 2007-02-14 21:33:53 +00:00
Marc Delisle
2473c40186 LeftLogoLinkWindow; main.php links target 2007-02-12 00:35:16 +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
Marc Delisle
094d4d1db0 security fixes 2006-09-29 13:52:08 +00:00
Marc Delisle
f442bf7003 bug #1519859, avoid overflow on 64-bit machines 2006-09-23 12:31:28 +00:00
Sebastian Mendel
99bbc02686 more documentation fixes 2006-09-21 14:56:52 +00:00
Sebastian Mendel
1eadc0a41a use @todo tag for todo items, to show up in generated documentation 2006-09-21 14:28:46 +00:00
Sebastian Mendel
ca44c117a2 moved some more code into class, some documentation improvements 2006-09-21 12:59:57 +00:00
Sebastian Mendel
45b04ab15d replaced $dblist with new PMA_List_Database class 2006-09-20 11:15:56 +00:00
Marc Delisle
c78c200692 rename a function borrowed from Moodle to avoid double definition when PMA is called by Moodle 2006-09-15 11:43:05 +00:00
Marc Delisle
75acdfeb69 bug #1554166, magic_quotes_runtime problems 2006-09-09 12:47:07 +00:00
Marc Delisle
8cf7947219 bug #1542865, themes not switching 2006-08-30 21:55:59 +00:00