Herman van Rink
|
195165c2ae
|
Code cleanup
|
2009-12-27 13:59:08 +00:00 |
|
Marc Delisle
|
f9c781a73f
|
bug #2883633 [export] Export of InnoDB table is incomplete
|
2009-10-23 16:50:39 +00:00 |
|
Marc Delisle
|
1419fcf3c2
|
remove deprecated parameter of PMA_Table::countRecords()
|
2009-10-23 10:02:09 +00:00 |
|
Michal Čihař
|
184934bb10
|
Escape special chars when displaying filename template cookies.
|
2009-03-24 08:55:07 +00:00 |
|
Michal Čihař
|
56941e509c
|
Adding @package, second part.
|
2008-11-24 11:05:40 +00:00 |
|
Marc Delisle
|
6208585d04
|
no longer useful since all lang files are UTF-8
|
2008-10-01 20:48:40 +00:00 |
|
Marc Delisle
|
2fff6e358f
|
bug #2080963 [charset] Clarify doc and improved code
|
2008-09-07 15:29:00 +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 |
|
Sebastian Mendel
|
26599a4fe2
|
fixed call to PMA_Message::addParam()
|
2007-10-18 07:24:04 +00:00 |
|
Sebastian Mendel
|
0f18e49843
|
make use of PMA_Message
|
2007-10-17 09:06:00 +00:00 |
|
Sebastian Mendel
|
1708f2ecdd
|
make use of new message object
|
2007-10-10 14:31:42 +00:00 |
|
Sebastian Mendel
|
ec7a30f4fd
|
make use of new third 'class' parameter for PMA_showMessage()
|
2007-10-09 12:16:10 +00:00 |
|
Sebastian Mendel
|
872cadf60d
|
make use of PMA_showHint() in more places
|
2007-10-05 14:06:27 +00:00 |
|
Sebastian Mendel
|
d0ac1f2bbb
|
XHTML standard: no language attribute in <script>
|
2007-04-01 11:13:46 +00:00 |
|
Sebastian Mendel
|
cfeb306526
|
coding standard: no spaces inside braces
|
2007-04-01 11:02:46 +00:00 |
|
Sebastian Mendel
|
adb39168cc
|
coding standard: no braces around include
|
2007-04-01 09:51:41 +00:00 |
|
Sebastian Mendel
|
b2f3ae5fcf
|
make $sql_query persistent (init it, never unset it, always assume it is set)
|
2007-04-01 09:26:14 +00:00 |
|
Sebastian Mendel
|
008734f8b0
|
do NEVER unset $table or $db;
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
|
2007-03-30 09:12:05 +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
|
00f6e5b4b7
|
bug #1607282, add warning for loss of auto_increment due to a bug in older MySQL
|
2006-12-13 13:02:42 +00:00 |
|
Michal Čihař
|
8e64e6e39a
|
Reinclude table selection (bug #1477226).
|
2006-04-26 20:59:09 +00:00 |
|
Michal Čihař
|
19d0390e8c
|
Fix selecting of default export.
|
2006-04-26 16:55:12 +00:00 |
|
Michal Čihař
|
6e17c995fb
|
Convert export to plugin architecture, so that plugins are independant piece of code (RFE #1325937).
|
2006-04-26 16:33:59 +00:00 |
|
Marc Delisle
|
e91fcb271d
|
bug #1401864, DROP VIEW instead of DROP TABLE
|
2006-03-25 10:10:44 +00:00 |
|
Marc Delisle
|
9c993cdacd
|
bug #1401864, preparing for possible DROP VIEW clauses
|
2006-03-23 18:01:43 +00:00 |
|
Michal Čihař
|
30bbf58924
|
Improve compatibility modes function, thanks to Sebastian.
|
2006-02-22 11:49:44 +00:00 |
|
Michal Čihař
|
99e5d3478b
|
Use new function for SQL compatibility modes.
|
2006-02-22 10:16:45 +00:00 |
|
Sebastian Mendel
|
cd340d8496
|
moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table
|
2006-02-21 11:07:46 +00:00 |
|
Sebastian Mendel
|
0ae8842353
|
(not complete) PEAR coding standard
|
2006-01-17 17:03:02 +00:00 |
|
Sebastian Mendel
|
7358f5a712
|
allow 0 as name for database, table collumn, alias and index
|
2006-01-14 23:17:17 +00:00 |
|
Sebastian Mendel
|
e7fc64d285
|
'fixed' layout of export screen for buggy safari and opera
|
2006-01-14 20:20:13 +00:00 |
|
Sebastian Mendel
|
2833e1537e
|
no name attribute for sup tag
|
2005-12-06 10:13:26 +00:00 |
|
Michal Čihař
|
75a16f45f8
|
Use same script tag, use CDATA for scripts (RFE #995065).
|
2005-12-04 23:14:41 +00:00 |
|
Marc Delisle
|
dc5cd6d778
|
PDF export
|
2005-12-03 19:28:22 +00:00 |
|
Michal Čihař
|
f9293a28b3
|
Better description for filename format (RFE #1362423).
|
2005-11-23 19:49:16 +00:00 |
|
Sebastian Mendel
|
c9a50c006c
|
use superscript tag for comment
|
2005-11-18 18:03:43 +00:00 |
|
Michal Čihař
|
2a9f434d87
|
Support for user specific upload and save directories (RFE #1260039).
|
2005-10-18 19:55:11 +00:00 |
|
Sebastian Mendel
|
2287fd9927
|
XHTML compliance, introduced fieldsets
|
2005-10-13 15:31:22 +00:00 |
|
Michal Čihař
|
4166977846
|
Add ability to limit maximal size of extended insert query, defaults to 50 KB (RFE #1015378).
|
2005-10-09 08:16:57 +00:00 |
|
Michal Čihař
|
ce05d7f446
|
Use same formatting for all options.
|
2005-10-08 08:49:06 +00:00 |
|
Michal Čihař
|
ea707775d2
|
Fix auto increment export (bug #1309257).
|
2005-09-30 18:38:14 +00:00 |
|
Michal Čihař
|
64bd56dfba
|
Support for browsing selected columns (RFE #1275909).
|
2005-09-26 19:03:11 +00:00 |
|
Michal Čihař
|
39ea0b8557
|
Default charset for export is now configurable (RFE #1263772).
|
2005-08-22 21:41:20 +00:00 |
|
Michal Čihař
|
c6f540be72
|
Configurable file name templates (RFE #1226941).
|
2005-06-24 12:17:07 +00:00 |
|
Michal Čihař
|
baff8bc0de
|
fix javascript logic controlling checking of structure/data (thanks to rabus)
|
2005-03-06 21:18:29 +00:00 |
|
Michal Čihař
|
a3d769e73d
|
Word export now can contain table structure and better handles more tables/databases export.
|
2005-03-06 14:54:15 +00:00 |
|
Michal Čihař
|
d5f9ad07b7
|
Added Microsoft Word and Excel 2000 export (RFE #1155122).
|
2005-03-06 12:52:20 +00:00 |
|
Marc Delisle
|
e430651d24
|
native comments
|
2005-03-06 12:33:19 +00:00 |
|
Michal Čihař
|
de484bfce1
|
Do not offer modes not available in current MySQL version, do not fail on error when setting SQL_MODE (bug #1155209).
|
2005-03-02 21:17:24 +00:00 |
|