322 Commits

Author SHA1 Message Date
Michal Čihař
bd4e0b83d8 Fix mermissions. 2010-04-26 14:33:05 +02:00
Michal Čihař
e5ceb497df Revert part of eb5e03880e.
XLSX writer does not have setTempDir method.
2010-04-09 15:27:25 +02:00
Michal Čihař
62c149e38d Revert part of eb5e03880e.
XLSX writer does not have setTempDir method.
2010-04-09 15:26:37 +02:00
Michal Čihař
251403e617 Merge branch 'QA_3_3' 2010-03-31 14:32:37 +02:00
Björn Wiberg
eb5e03880e bug #2973280 [export] Proper handling of temporary directory in XLS export. 2010-03-31 14:32:16 +02:00
Marc Delisle
91ab521480 Merge branch 'QA_3_3' 2010-03-30 12:56:17 -04:00
Victor Volkov
bb0ad40413 Patch #2977725 XML export wrongly encoded 2010-03-30 12:56:06 -04:00
Michal Čihař
9c73fec8a0 Fix permissions. 2010-03-08 14:23:06 +00:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Michal Čihař
1243d870e7 rfe #2420684 [export] Allow export of timestamps in UTC. 2010-01-21 11:10:33 +00:00
Marc Delisle
4e4e40188f bug #2924357 [operations] Cannot rename a database that has foreign key constraints 2010-01-01 22:41:29 +00:00
Marc Delisle
d3892fdbff bug #2924357 [operations] Cannot rename a database that has foreign key constraints 2010-01-01 22:41:29 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
d63ed916fc code cleanup 2009-12-30 13:46:17 +00:00
Marc Delisle
0a217b9b62 undefined variables 2009-12-29 17:58:07 +00:00
Marc Delisle
182c02c5e8 bug #2893221 [core] Statement may not be safe to log in statement format 2009-11-21 13:22:08 +00:00
Derek Schaefer
300ff173db MediaWiki display name now uses localization. 2009-09-14 22:16:24 +00:00
Derek Schaefer
dde6838ad6 Added MediaWiki export module. Feature request #2838642 2009-09-14 22:11:03 +00:00
Derek Schaefer
6e26b05999 Improved ODS date/time/datetime export format. Patch #2856664 2009-09-14 06:21:04 +00:00
Marc Delisle
f038959b4f bug #2839548 [export] Triggers order on export 2009-08-30 12:43:07 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00
Marc Delisle
d9c6e3b345 patch #2816713, fix for PHP array export: NULL values not correctly dumped 2009-07-06 12:18:39 +00:00
Marc Delisle
e428843f80 patch #2805828 [export] PHP array export plugin 2009-06-27 18:31:34 +00:00
Marc Delisle
81b5cfbc51 undefined variable 2009-06-27 11:57:11 +00:00
Herman van Rink
35609969af Renamed misleading label escapeCRLF to removeCRLF 2009-05-25 08:11:32 +00:00
Marc Delisle
c2c260b79e patch #2739001 [export] XML does not allow spaces in element names 2009-04-19 12:24:45 +00:00
Herman van Rink
5f4f2e8f3f bug #2687046 [export] Structure export: Null always YES 2009-04-14 13:34:20 +00:00
Marc Delisle
a9c77afa54 patch #2715142 [export] (rfe 2416960, escape new line in CSV export) 2009-03-30 23:08:54 +00:00
Michal Čihař
c32bc4ed86 bug #2609346 [operations] Fix copying views. 2009-03-03 10:12:17 +00:00
Marc Delisle
5a8d192fea bug #2445213 [export] Commas for CSV Excel 2008 for Mac 2008-12-25 14:52:28 +00:00
Marc Delisle
398feb40fd patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
Marc Delisle
2500001427 bug #1963184 [export] YAML export improvement 2008-12-12 13:03:43 +00:00
Michal Čihař
74fe4a0e13 bug #2280904 [export] do not include view name in export 2008-11-28 12:28:49 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Michal Čihař
9561f56875 Fix some phpdoc errors. 2008-11-24 09:55:30 +00:00
Michal Čihař
5d010348da Add phpdoc package header to some files. 2008-11-24 09:14:31 +00:00
Michal Čihař
04570f5eb7 rfe #1612724 [export] add option to export without comments 2008-09-03 16:08:14 +00:00
Michal Čihař
a7ab2b98ee patch #2089240 [export] handle correctly switching SQL modes 2008-09-03 15:32:57 +00:00
Michal Čihař
181eb71fae Add links to mysqldump documentation for some options. 2008-09-03 11:54:58 +00:00
Marc Delisle
63d4079051 bug #2045512 [export] Numbers in Excel export 2008-08-13 16:28:43 +00:00
Marc Delisle
33421a8e5b bug #2037375 [export] DROP PROCEDURE needs IF EXISTS 2008-08-09 13:58:44 +00:00
Marc Delisle
1ded7cd77f bug #2037381 [export] Export type "replace" does not work 2008-08-06 17:25:31 +00:00
Marc Delisle
544831fda7 patch #2007196, Typos in comments, thanks to knittl - knittl 2008-07-01 19:21:28 +00:00
Marc Delisle
96adecc19b bug #1989281 [export] CSV for MS Excel incorrect escaping of double quotes 2008-06-28 14:17:11 +00:00
Marc Delisle
e4f84a9bbb PMA_getTableDef() is also called from Table.class.php 2008-06-27 14:27:18 +00:00
Marc Delisle
5d61bfbba1 bug #1989281 [export] Export fails if one table is marked as crashed 2008-06-26 15:37:15 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
565dc8d348 bug #1906983 [export] Reimport of FUNCTION fails 2008-04-06 23:22:19 +00:00