Commit Graph

90439 Commits

Author SHA1 Message Date
Michal Čihař
21bf9c12e9 Upgrade tcpdf to 6.0.062
Changes:

6.0.062 (2014-03-02)
	- The method startLayer() now accepts the NULL value for the $print parameter to not set the print layer option.

6.0.061 (2014-02-18)
	- Bug #893 "Parsing error on streamed xref for secured pdf" was fixed.

6.0.060 (2014-02-16)
	- Bug #891 "Error on parsing hexa fields" was fixed.
	- Bug #892 "Parsing pdf with trailing space at start" was fixed.

6.0.059 (2014-02-03)
	- SVG 'use' support was imporved.

6.0.058 (2014-01-31)
	- Bug #886 "Bugs with SVG using <defs> and <use>" was fixed.

6.0.057 (2014-01-26)
	- Bug #883 "Parsing error" was fixed.

6.0.056 (2014-01-25)
	- The automatic cache folder selection now works also with some restricted hosting environments.
	- CSS text-transform property is now supported (requires the multibyte string library for php) - see examle n. 061 (Thanks to Walter Ferraz).
	- Bug #884 "Parsing error prev tag looking for" was fixed.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 16:11:03 +01:00
Marc Delisle
1340c61090 Merge commit 'be06786' 2014-03-03 08:22:19 -05:00
Marc Delisle
17c017a5cd Merge commit '54220a3' 2014-03-03 08:22:10 -05:00
Marc Delisle
d555558709 Merge commit 'cc7f1bf' 2014-03-03 08:22:01 -05:00
Marc Delisle
58c12fe876 Merge commit '908df2a' 2014-03-03 08:21:52 -05:00
Marc Delisle
c8e5fc5f8c Merge commit '3e5fb52' 2014-03-03 08:21:41 -05:00
Marc Delisle
be06786420 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-03 08:19:04 -05:00
Marc Delisle
54220a34b3 Merge pull request #992 from smita786/QA_4_1
bug fix #4040
2014-03-03 08:18:15 -05:00
Marc Delisle
b809e36836 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-03 08:10:24 -05:00
Smita Kumari
cc7f1bf1f9 bug fix #4040:Since we are not reseting theme on reset settings, so removed the block that were unsetting theme in seesion
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-03 18:38:36 +05:30
Michal Čihař
bff6f471a9 Expand More menu here as well
It can happend that Operations tab is hidden in the menu.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 10:02:30 +01:00
Michal Čihař
5a7bf6e001 Show default value for number of fields
We fall back to this value when it's not filled in, so it's better to
show it in the form as well.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:55:10 +01:00
Michal Čihař
908df2a243 Merge pull request #986 from omerjerk/QA_4_1
BugFix #4305
2014-03-03 09:33:51 +01:00
Michal Čihař
cb8daa44d7 Merge remote-tracking branch 'origin/QA_4_1' 2014-03-03 09:31:27 +01:00
Michal Čihař
f319824b54 Fix regexp to match
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:30:51 +01:00
Michal Čihař
6cbde74c25 Test encoded binary output
Otherwise PHP sometimes refuses to match binary content using PCRE.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-03 09:30:44 +01:00
Michal Čihař
3f9c963abe Merge remote-tracking branch 'origin/QA_4_1' 2014-03-03 09:28:55 +01:00
Michal Čihař
f95010d9c2 Merge pull request #981 from mebjas/QA_4_1
Testcases for PMA_ConfigTest modified
2014-03-03 09:28:00 +01:00
Michal Čihař
a4b179f2d7 Merge pull request #989 from dhananjay92/minor_improvements
Display session expiry msg after auto-redirect.
2014-03-03 09:26:14 +01:00
Dhananjay Nakrani
76c57710f0 Display session expiry msg after auto-redirect.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
2014-03-03 11:49:17 +05:30
Umair Khan
3e5fb52959 BugFix #4305
Signed-off-by: Umair Khan <omerjerk@gmail.com>
2014-03-02 22:22:58 +05:30
Marc Delisle
17dea6dda9 Merge branch 'QA_4_1' 2014-03-02 09:41:34 -05:00
Marc Delisle
51a981c4b4 Merge commit '1c481a5' 2014-03-02 09:41:25 -05:00
Marc Delisle
93db7fac2d Merge commit 'd2dbe10' 2014-03-02 09:41:13 -05:00
Marc Delisle
b50ed1aac4 Merge commit '65e24c0' 2014-03-02 09:41:02 -05:00
Marc Delisle
8c795aede7 Merge commit '089b382' 2014-03-02 09:40:49 -05:00
Atul Pratap Singh
872e4d039b Merge branch 'QA_4_1' 2014-03-03 01:33:29 +05:30
Atul Pratap Singh
15539d4d7d Fix bugs#4302: Some params are being omitted from microhistory
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-02 23:48:37 +05:30
Atul Pratap Singh
c98b4a1d17 Merge pull request #985 from vpowerrc/master
fixed #4300 Grid edit textfield: can't place cursor or select text with ...
2014-03-02 19:57:46 +05:30
Marc Delisle
44cb913b40 ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-02 09:26:06 -05:00
Marc Delisle
1c481a54ae Merge pull request #966 from smita786/QA_4_1
bug fix #4298:ImportCSV options UI validation includes "Columns separate...
2014-03-02 09:25:53 -05:00
Smita Kumari
d2dbe10b5a unbinding keyup event
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-02 18:44:05 +05:30
Weblate
043a007c66 Merge remote-tracking branch 'origin/master' 2014-03-02 13:42:46 +01:00
Anders Jonsson
79cdc9ebe1 Translated using Weblate (Swedish)
Currently translated at 99.5% (2739 of 2752)
2014-03-02 13:42:42 +01:00
Marc Delisle
db3857ef7a Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-02 07:40:00 -05:00
minhaz
34a11a06fb Testcase build failure fixed
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 15:23:45 +05:30
Viduranga Wijesooriya
820bd6ad6e fixed #4300 Grid edit textfield: can't place cursor or select text with mouse
Signed-off-by: Viduranga Wijesooriya <vpowerrc@gmail.com>
2014-03-02 14:48:50 +05:30
minhaz
5b8bf48dad testCase bild fail fixed
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 14:44:39 +05:30
minhaz
47dfc2e3f0 tearDown() function to unset GLOBALS used for this test
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 13:43:38 +05:30
minhaz
f7b35e52ef Added testcase for testCheckPermissions()
Signed-off-by: A V Minhaz <minhazav@gmail.com>
2014-03-02 13:41:57 +05:30
Atul Pratap Singh
c50e0a22d9 Merge branch 'QA_4_1' of github.com:phpmyadmin/phpmyadmin into QA_4_1 2014-03-01 23:51:23 +05:30
Atul Pratap Singh
54ee8faa96 Fix error reports 974/1833: cannot call method on tooltip
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 23:36:45 +05:30
Atul Pratap Singh
987ab29858 Fix error reports 477/1573/1604: unrecognized expression: input:checkbox
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 23:22:05 +05:30
Hugues Peccatte
b006fd0349 Add fix #4304 in ChangeLog.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-01 15:23:08 +01:00
Atul Pratap Singh
69e504ccf8 Fix error reports 1678/1757 chartObj.chart.series[j].setData is not a function
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-03-01 19:01:25 +05:30
Hugues Peccatte
0cc2d39b3d Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin 2014-03-01 14:28:18 +01:00
Hugues Peccatte
9fb69a229f Merge branch 'fixExport' 2014-03-01 14:27:36 +01:00
Marc Delisle
a546378175 Merge branch 'QA_4_1' 2014-03-01 07:44:24 -05:00
Marc Delisle
58f0552e31 bug #4303 "New" link in navi panel is shown even if no privileges
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-01 07:42:53 -05:00
Marc Delisle
da773f5be5 Merge pull request #978 from Dennis1993/master
No space between attribute #2
2014-03-01 07:23:33 -05:00