Commit Graph

10400 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
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ř
addb363cdb Move tracekit library to separate folder
This makes it somehow separated from our code
2013-09-30 09:17:03 +02:00
xmujay
1f65853719 fix bug 4110: PMA_getHtmlForDatabaseList will change the value of $column_order 2013-09-30 14:18:06 +08: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
Madhura Jayaratne
f9c86a47c8 Remove trailing white spaces 2013-09-29 22:42:11 +05:30
Madhura Jayaratne
8d19bb1618 These are not static methods 2013-09-29 22:40:35 +05:30
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
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
Marc Delisle
93cb28b1aa New icons for hide/show tables in navi 2013-09-28 07:13:41 -04:00
Alicja Cwierz
e748b7cd60 Replace wiki info icon #1457 2013-09-28 18:57:53 +10:00
Dieter Adriaenssens
06a98db530 fix typo 2013-09-27 18:45:47 +02:00
Dieter Adriaenssens
ab5d73a6f6 reformat PMA_SVG::getStringWidth 2013-09-27 18:44:52 +02:00
Dieter Adriaenssens
32fc5933ac wrap long lines 2013-09-27 16:53:39 +02:00
Dieter Adriaenssens
8b77c7c119 cleanup mixed php and html 2013-09-27 13:21:54 +02:00
Dieter Adriaenssens
410c484933 cleanup mixed php and html 2013-09-27 13:08:06 +02:00
Dieter Adriaenssens
e33ce3dcb3 wrap long lines 2013-09-27 13:08:06 +02:00
Kamran
7a2e0ef1d7 Updated placeholder text for quick filter text box
Updated the placeholder text for the quick filter text box from "filter items by name" to "filter items by name or regex"
2013-09-27 10:02:59 +02:00
Marc Delisle
1eef64bf2c Improve function name 2013-09-26 10:35:58 -04:00
Marc Delisle
068ca2b518 Fix typo 2013-09-26 10:27:41 -04:00
Marc Delisle
399f6af722 Fix merge conflicts 2013-09-26 08:54:09 -04:00
Marc Delisle
e44c814ef7 Merge commit '104d213' 2013-09-26 08:44:56 -04:00
Marc Delisle
809138c4f1 bug #3996 Drizzle navigation doesn't expand 2013-09-26 07:45:18 -04:00
Marc Delisle
104d2134c5 Avoid notice on Drizzle 2013-09-26 06:28:21 -04:00
Dieter Adriaenssens
f6474b0231 check if value exists 2013-09-26 10:53:50 +02:00
Michal Čihař
3075418978 Merge pull request #713 from ruleant/refactor_rte
refactoring : cleanup code, wrap long lines
2013-09-25 13:27:09 -07:00
Dieter Adriaenssens
3a47225e84 first check if REQUEST var exists 2013-09-25 19:48:30 +02:00
Marc Delisle
6706fc1f9a Fix merge conflicts 2013-09-25 12:30:37 -04:00
Dieter Adriaenssens
3397300ee7 refactoring : cleanup code, wrap long lines 2013-09-25 18:12:05 +02:00
Dieter Adriaenssens
ea36bf626a wrap long lines 2013-09-25 15:13:47 +02:00
Dieter Adriaenssens
1c56884996 improve DocBlock 2013-09-25 14:46:24 +02:00
Dieter Adriaenssens
7e262be851 wrap long lines 2013-09-25 14:37:39 +02:00
Marc Delisle
96c26dc1d2 Merge pull request #711 from xmujay/0919_refactor_display_table
add UT for PMA_display_create_table
2013-09-25 02:57:02 -07:00
Madhura Jayaratne
381b4b58aa Merge branch 'QA_4_0' 2013-09-24 22:34:16 +05:30
Madhura Jayaratne
1d6bb8ed6b bug #4100 table tree group strategy 2013-09-24 22:27:47 +05:30
Dieter Adriaenssens
0b86704892 fix coding style : wrap long lines 2013-09-24 15:33:21 +02:00
Marc Delisle
5b214d07e7 Fix coding style 2013-09-24 06:25:54 -04:00
Mohamed Ashraf
ef2623db20 Fixed error submission url and changed to constant 2013-09-24 10:25:01 +02:00
Madhura Jayaratne
80b7056a65 Merge branch 'QA_4_0' 2013-09-23 19:24:44 +05:30
Madhura Jayaratne
35de20e86b bug #4098 Default table tab is ignored 2013-09-23 19:16:54 +05:30
Marc Delisle
42248d4090 Fix coding style 2013-09-23 08:13:56 -04:00
Madhura Jayaratne
a9ef19bf2a Use grouping for views as well 2013-09-23 07:05:38 +05:30
Madhura Jayaratne
b67aee6cb0 Double quotes are better for SQLs since single quotes inside the SQL need not be escaped. 2013-09-22 22:23:54 +05:30
Madhura Jayaratne
ea8324f67f Handle 'in_use' tables properly 2013-09-22 22:21:22 +05:30
Madhura Jayaratne
b134d79413 tbl_group is not for comments 2013-09-22 22:11:46 +05:30