Commit Graph

87226 Commits

Author SHA1 Message Date
Michal Čihař
9dbf6cb218 Update TCPDF to 6.0.036
Full changelog:

6.0.036 (2013-09-29)
	- Methods for registration bars and crop marks were extended to support registration color (see example n. 56).
	- New default spot colors were added to tcpdf_colors.php, including the 'All' and 'None' special registration colors.

6.0.035 (2013-09-25)
	- TCPDF_PARSER class was improved.

6.0.034 (2013-09-24)
	- Bug #839 "Error in xref parsing in mixed newline chars" was fixed.

6.0.033 (2013-09-23)
	- Bug fix related to PNG image transparency using GD library.

6.0.032 (2013-09-23)
	- Bug #838 "Fatal error when imagick cannot handle the image, even though GD is available and can" was fixed.

6.0.031 (2013-09-18)
	- Bug #836 "Optional EOL marker before endstream" was fixed.
	- Some additional controls were added to avoid "division by zero" error with badly formatted input.

6.0.030 (2013-09-17)
	- Bug #835 "PDF417 and Cyrilic simbols" was fixed.

6.0.029 (2013-09-15)
	- Constants K_TCPDF_PARSER_THROW_EXCEPTION_ERROR and K_TCPDF_PARSER_IGNORE_DECODING_ERRORS where removed in favor of a new configuration array in the TCPDF_PARSER class.
	- The TCPDF_PARSER class can now be configured using the new $cfg parameter.

6.0.028 (2013-09-15)
	- A debug print_r was removed form tcpdf_parser.php.
	- TCPDF_FILTERS class now throws an exception in case of error.
	- TCPDF_PARSER class now throws an exception in case of error unless you define the constant K_TCPDF_PARSER_THROW_EXCEPTION_ERROR to false.
	- The constant K_TCPDF_PARSER_IGNORE_DECODING_ERRORS can be set to tru eto ignore decoding errors on TCPDF_PARSER.

6.0.027 (2013-09-14)
	- A bug in tcpdf_parser wen parsing hexadecimal strings was fixed.
	- A bug in tcpdf_parser wen looking for statxref was fixed.
	- A bug on RC4 encryption was fixed.

6.0.026 (2013-09-14)
	- A bug in tcpdf_parser wen decoding streams was fixed.

6.0.025 (2013-09-04)
	- A pregSplit() bug was fixed.
	- Improved content loading from URLs.
	- Improved font path loading.
2013-09-30 14:21:53 +02:00
Michal Čihař
c0b5286562 Merge branch 'master' of git://github.com/thesocialgeek/phpmyadmin into thesocialgeek-master
Conflicts:
	js/navigation.js
2013-09-30 14:16:40 +02:00
Michal Čihař
d63843356e Update po files 2013-09-30 14:07:29 +02:00
Kamran
6c22016fa4 Code Optimization: Removing un-needed method call to toLowerCase() 2013-09-30 14:05:53 +02:00
Marc Delisle
629b0b6162 Clarify that this was a temporary variable 2013-09-30 07:49:02 -04:00
Marc Delisle
949b5b0042 Merge pull request #724 from xmujay/fixbug_4110
fix bug 4110: PMA_getHtmlForDatabaseList will change the value of $column_order
2013-09-30 04:46:08 -07:00
Michal Čihař
72e89ac68b Merge remote-tracking branch 'origin/QA_4_0' 2013-09-30 11:47:05 +02:00
Helder Santana
4341115ece Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2610 of 2611)
2013-09-30 11:46:13 +02:00
Kristjan Räts
9a5450a898 Translated using Weblate (Estonian)
Currently translated at 100.0% (2722 of 2722)
2013-09-30 11:39:39 +02:00
Michal Čihař
eb86ce0416 Coding style: whitespace around operators 2013-09-30 11:25:23 +02:00
Michal Čihař
26e990169f Coding style: whitespace around operators 2013-09-30 11:24:11 +02:00
Michal Čihař
501cb5a743 Coding style: use {} for if statements 2013-09-30 11:22:24 +02:00
Michal Čihař
65aa3af8ff Coding style: whitespace after keyword 2013-09-30 11:21:09 +02:00
Michal Čihař
0f898c2758 Coding style: missing semicolon 2013-09-30 11:20:43 +02:00
Michal Čihař
555b2fcc8a Coding style: fixed indentation 2013-09-30 11:20:15 +02:00
Michal Čihař
a0f87154f7 Coding style: fixed whitespace 2013-09-30 11:18:07 +02:00
Michal Čihař
127b2488f1 Add missing semicolons 2013-09-30 11:16:31 +02:00
Michal Čihař
e45b0aea08 Remove extra , 2013-09-30 11:14:27 +02:00
Michal Čihař
68fd6dd6b0 Add missing space 2013-09-30 11:14:03 +02:00
Michal Čihař
addb363cdb Move tracekit library to separate folder
This makes it somehow separated from our code
2013-09-30 09:17:03 +02:00
Michal Čihař
31169d72de Fixed spacing in javascript code 2013-09-30 09:15:44 +02:00
Michal Čihař
1a56713e1d Fix typo in CSS 2013-09-30 09:06:31 +02:00
xmujay
1f65853719 fix bug 4110: PMA_getHtmlForDatabaseList will change the value of $column_order 2013-09-30 14:18:06 +08:00
Weblate
0f59a6eecb Merge remote-tracking branch 'origin/master' 2013-09-30 00:20:40 +02:00
Helder Santana
2eb8f8cda7 Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (2718 of 2722)
2013-09-30 00:20:36 +02:00
Rouslan Placella
d5091e6d6f Merge pull request #671 from m0hamed/error_reporting
Error reporting Component
2013-09-29 15:20:13 -07:00
Mohamed Ashraf
a2659d7ba5 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into error_reporting
Conflicts:
	ChangeLog
2013-09-29 23:13:05 +02:00
Michel Souza
accd98b466 Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (2715 of 2722)
2013-09-29 22:55:37 +02:00
Panagiotis Papazoglou
5b46f7593f Translated using Weblate (Greek)
Currently translated at 100.0% (2722 of 2722)
2013-09-29 21:53:43 +02:00
Matías Bellone
dd28af2413 Translated using Weblate (Spanish)
Currently translated at 100.0% (2721 of 2721)
2013-09-29 20:05:27 +02:00
Madhura Jayaratne
933a68f1ef Send server only if its available 2013-09-29 22:49:57 +05:30
Madhura Jayaratne
f9c86a47c8 Remove trailing white spaces 2013-09-29 22:42:11 +05:30
Madhura Jayaratne
7fc78b123a Add missing semicolon 2013-09-29 22:41:41 +05:30
Madhura Jayaratne
8d19bb1618 These are not static methods 2013-09-29 22:40:35 +05:30
Madhura Jayaratne
2defce4799 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2013-09-29 21:59:12 +05:30
Madhura Jayaratne
1ee543d01c Send server as well 2013-09-29 21:57:23 +05:30
Burak Yavuz
d2210b0c5b Translated using Weblate (Turkish)
Currently translated at 100.0% (2722 of 2722)
2013-09-29 16:55:43 +02:00
Marc Delisle
1b316d369f Translated using Weblate (French)
Currently translated at 100.0% (2722 of 2722)
2013-09-29 14:37:27 +02:00
Dieter Adriaenssens
22ddd9f6fa Translated using Weblate (Dutch)
Currently translated at 100.0% (2722 of 2722)
2013-09-29 14:34:03 +02:00
Marc Delisle
046c9a578b ChangeLog entry for rfe 1463 2013-09-29 07:29:37 -04:00
Marc Delisle
6fff84b925 Update po files 2013-09-29 07:22:34 -04:00
Marc Delisle
4aa86cf6f3 Databases filter can also use a regex 2013-09-29 07:22:11 -04:00
Marc Delisle
659c9399db Shorten the filter message 2013-09-29 07:21:00 -04:00
Marc Delisle
c0125f96a7 Merge pull request #715 from thesocialgeek/master
Update navigation.js to allow regex based search in quick filter (client side)
2013-09-29 04:16:04 -07:00
Marc Delisle
447965f984 Fix merge conflicts 2013-09-28 12:48:30 -04:00
Marc Delisle
77457419e1 Merge branch 'QA_4_0' 2013-09-28 12:47:16 -04:00
Val
b717657de7 bug #4095 NUL symbols added to the end of database dump file 2013-09-28 12:29:55 -04:00
Madhura Jayaratne
9129a60210 Drizzle compatibility 2013-09-28 20:11:53 +05:30
Madhura Jayaratne
565c65ef8b Merge branch 'QA_4_0' 2013-09-28 19:55:55 +05:30
Madhura Jayaratne
1559343ace bug #4109 Drizzle tables in navigation are shown as views 2013-09-28 19:47:37 +05:30