Commit Graph

181 Commits

Author SHA1 Message Date
Kasun Chathuranga
4477494216 Importing CSV was also broken 2013-04-17 23:25:53 +05:30
Kasun Chathuranga
06655bf45d Fix bug #3879 Import broken for CSV using LOAD DATA 2013-04-17 23:25:16 +05:30
Marc Delisle
29b297f41f Fix bug "#3853 Blowfish implementation might be broken" by replacing the
library with phpseclib

I could not make PMA_blowfish_test.php work with the new library.
2013-04-01 07:04:25 -04:00
Marc Delisle
7b7abce116 Clarify the logic 2013-04-01 06:44:42 -04:00
Madhura Jayaratne
b3db1f0d6f Change mysqlDie() to return the error message when $exit parameter is false 2013-03-28 17:34:40 +05:30
Marc Delisle
f138f8b385 Fix fatal error in PHP 5.2 2013-02-08 07:09:49 -05:00
Michal Čihař
b3a317da78 bug #3519 [export] Prevent infinite recursion in PDF export. 2013-02-07 12:16:13 +01:00
Michal Čihař
22dfaaf622 bug #2951 [export] Correctly export decimal fields. 2013-02-07 11:49:43 +01:00
Dieter Adriaenssens
2683f32033 Temporary workaround for bug #3783 :
Calling a method from a variable class is not possible before PHP 5.3.
2013-02-06 16:56:01 +01:00
Gemorroj
fc51a91713 many some minor fixes (sorry, see diff) 2013-01-26 15:35:29 +03:00
Dieter Adriaenssens
688642560d use 'self' when calling static methods 2013-01-26 00:20:57 +01:00
Dieter Adriaenssens
f14aef2866 remove unused variables 2013-01-24 17:31:06 +01:00
Dieter Adriaenssens
87a70c8843 improve coding style 2013-01-21 13:37:45 +01:00
Michal Čihař
54b2540d87 Use ellipsis where appropriate 2013-01-10 13:33:29 +01:00
Michal Čihař
7207a4ebac Avoid double exporting of structure
Debian bug #670734
2013-01-09 12:58:51 +01:00
J.M
49771711fe After session expiry and re-login, bring user back to the page they were on. See issue #125 2012-12-27 19:33:48 +01:00
J.M
18d2463b41 Show login link in error message on cookie or session expiry 2012-12-27 16:06:09 +01:00
Marc Delisle
95fa48fc8e Remove remaining code in tbl_alter.php 2012-12-18 15:44:39 -05:00
Rouslan Placella
f730b7745d Improve response for failed http login 2012-11-26 23:08:15 +00:00
Rouslan Placella
bc9e81aa14 Fixed broken logout functionality got http auth 2012-11-26 22:56:37 +00:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Dieter Adriaenssens
a040717237 tell importplugin function not to load XmlExport 2012-11-08 16:43:35 +01:00
Michal Čihař
3c68a0b020 Merge pull request #104 from roccivic/drop-dead-code
Dropped dead code
2012-11-07 07:02:48 -08:00
Rouslan Placella
03561b892c Dropped dead code 2012-11-05 22:19:18 +00:00
Rouslan Placella
ece1ae6b17 Fixed bug #3583343 - Incorrect page after expired session 2012-11-05 22:10:39 +00:00
Rouslan Placella
963a196fb1 Renamed PMA_Language_select and dropped use of echo in this function 2012-11-05 20:26:12 +00:00
Michal Čihař
d20b2bd412 Use elipsis instead of three dots, this looks nicer 2012-10-31 14:29:30 +01:00
Rouslan Placella
49d2d6f5fb Fixed behavior of NavigationDisplayServers configuration directive 2012-10-30 20:16:57 +00:00
Rouslan Placella
1b69d0bf55 Drop the target attrbute from links and forms 2012-10-30 20:10:20 +00:00
Rouslan Placella
9e3a9ee52f Dropped main.php 2012-10-30 20:10:20 +00:00
Rouslan Placella
c24010362f Dropped references to index.php 2012-10-30 20:07:02 +00:00
Madhura Jayaratne
4048f6176e Fix docs 2012-10-28 22:03:06 +05:30
Madhura Jayaratne
1bd394aed4 These @todos have reasonably been done 2012-10-28 18:29:38 +05:30
Madhura Jayaratne
f105b014ab Add @subpackage tag. Remove trailing white spaces 2012-10-28 18:28:06 +05:30
Madhura Jayaratne
c9f37be407 Add @subpackage tags 2012-10-28 18:27:38 +05:30
Michal Čihař
869d7c0e99 Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
Michal Čihař
b8be2a8cc9 Add missing require 2012-10-16 11:15:16 +02:00
Marc Delisle
4f2d952cb9 Remove support for the unactive docSQL import format 2012-10-15 12:42:02 -04:00
Madhura Jayaratne
2ebcfa1da7 Last parameter comment requires a blank newline after it 2012-09-22 22:35:51 +05:30
Michal Čihař
0087992c06 Various coding style improvements 2012-09-19 15:08:48 +02:00
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Chanaka Indrajith
abf9e1d8db Merge remote branch 'upstream/master' 2012-09-16 17:13:58 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
432040c52d Forgot to change imports 2012-09-16 00:07:02 +05:30
Madhura Jayaratne
2d34f51bfd We use PMA_ prefix for class names, but not for their file names 2012-09-15 23:00:36 +05:30
Madhura Jayaratne
2be4178527 Merge branch 'QA_3_5'
Conflicts:
	libraries/import/xml.php
	po/ar.po
	po/de.po
2012-09-08 10:31:00 +05:30
Dieter Adriaenssens
163dba1143 fix coding style 2012-09-02 21:02:51 +02:00
Madhura Jayaratne
3711b57df6 Fix coding style 2012-09-01 07:29:48 +05:30