Commit Graph

123 Commits

Author SHA1 Message Date
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
ninadsp
38ac78e3ba merging changes from origin 2010-05-24 18:32:42 +05:30
Michal Čihař
1a923fe9c6 Proper escaping. 2010-05-24 11:13:18 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
b05a903dc3 gettext conversion 2010-05-14 07:47:50 -04:00
Marc Delisle
37f0d02a1e avoid confusion with older $str variables 2010-05-05 15:34:53 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04: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
d3892fdbff bug #2924357 [operations] Cannot rename a database that has foreign key constraints 2010-01-01 22:41:29 +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
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
Michal Čihař
c32bc4ed86 bug #2609346 [operations] Fix copying views. 2009-03-03 10:12:17 +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ř
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
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
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
Marc Delisle
e8c15e7e85 bug 1926357, last part of the fix 2008-04-06 12:52:53 +00:00
Marc Delisle
9ddb422b87 bug #1906980 [Export] Import of VIEWs fails if temp table exists 2008-03-18 16:57:33 +00:00
Marc Delisle
a034f729ae bug #1893034 [Export] SET NAMES for importing with command-line client 2008-03-09 13:42:39 +00:00
Marc Delisle
5d0c2032ce Export events 2008-02-27 18:00:30 +00:00
Marc Delisle
4bb9cdf1b3 PMA_DBI_get_definition() 2008-02-26 13:17:22 +00:00
Marc Delisle
8e0a78e0c6 remove code/message for deprecated pmadb-style column comments in the export file 2007-12-23 13:49:34 +00:00
Marc Delisle
d6da079aaf bug #1825172 [export] Exporting and functions 2007-11-03 14:52:05 +00:00
Sebastian Mendel
8a3d582aaa removed MySQL < 5 code 2007-10-02 08:47:20 +00:00
Marc Delisle
f0f97fefc6 bug #1783667 NO_AUTO_VALUE_ON_ZERO and MySQL version 2007-08-30 16:35:47 +00:00
Marc Delisle
664a9f9fc0 patch #1766633 Incorrect export with specified MySQL port, thanks to Juergen Wind 2007-08-11 13:01:36 +00:00
Sebastian Mendel
d2b9013fad fixed E_STRICT 2007-08-02 11:40:16 +00:00
Marc Delisle
f3636aedc3 bug #1751172 Do not export data when exporting a single VIEW 2007-07-12 14:48:52 +00:00
Marc Delisle
8ea5dfc479 bug #1747215, other cases of blanks at end of line 2007-07-11 19:19:32 +00:00
Marc Delisle
f772df4b99 bug #1747215 Export emits blanks at line ends 2007-07-11 13:53:58 +00:00
Marc Delisle
e1bd91f914 bug #1722502 DROP TABLE in export VIEW 2007-06-14 17:10:25 +00:00
Marc Delisle
e33c249de2 bug #1722502 DROP TABLE in export view structure 2007-05-21 17:13:49 +00:00
Marc Delisle
951b2a2f9e bug #1715709 export in SQL format always includes procedures and functions 2007-05-20 19:00:38 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Marc Delisle
b84107152d bug #1688053, improvement for latest fix 2007-03-29 13:20:58 +00:00
Marc Delisle
4de60460b3 bug #1688053 [export] Wrong export of binary character fields 2007-03-26 16:48:13 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
d51f1126f6 use generic $strOptions 2007-02-19 18:15:55 +00:00