Commit Graph

44 Commits

Author SHA1 Message Date
Michal Čihař
660324620c No HTML for translators. 2010-08-19 11:32:26 +02:00
lorilee
4482228f66 Back button on export.php page 2010-08-10 22:11:57 -07:00
lorilee
75353d1c4a Fixed unwanted spaces in nested lists in IE 2010-08-02 14:14:27 -07:00
lorilee
723a71c014 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/export/latex.php
	themes/darkblue_orange/css/theme_right.css.php
	themes/original/css/theme_right.css.php
2010-07-23 20:43:35 -07:00
Michal Čihař
b1cf628bd7 Support for phpMyAdmin documentation in plugin library. 2010-07-21 10:10:06 +02:00
lorilee
2ebf96d242 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/display_export.lib.php
	libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
lorilee
2e3fad7456 Support for no javascript 2010-07-05 16:19:03 -07:00
lorilee
ddd265fb62 Fixed XHTML syntax problems 2010-06-18 16:22:52 -04:00
lorilee
347cfc7eaa The default plugin options should be displayed on the import form but not on the export form (because of quick export) 2010-06-15 23:39:42 -04:00
lorilee
62893b7c86 Removed inline javascript, modified formatting 2010-06-11 01:17:10 -04:00
lorilee
5e266dedc6 Changed div ID name 2010-06-09 20:34:37 -04:00
lorilee
78375df6ba - radio buttons of plugins changed to a dropdown list
- "formelement" divs changed to list elements
- PMA_pluginGetOneOption() accepts radio buttons
- fieldsets changed to divs
- removed JavaScript code that toggles plugin-specific options (now in a separate file)
2010-06-08 22:34:38 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
sutharshan
9fda4bb515 Convert loading of export/import to jQuery ready event.
This way it is done after document is fully loaded and no race
conditions can appear as with inline js.

patch #2984337, bug #2983446
2010-04-11 11:17:47 +02:00
Herman van Rink
c6c39d2b2e rfe #2726479 [export] Export tables preselect 2009-06-12 12:35:18 +00:00
Marc Delisle
398feb40fd patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3 2008-12-14 13:58:06 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Michal Čihař
742d4d4ed9 Ooops, bad parenthesis. 2008-09-03 15:41:47 +00:00
Michal Čihař
181eb71fae Add links to mysqldump documentation for some options. 2008-09-03 11:54:58 +00:00
Marc Delisle
37b3fbb8e3 bug #2022182 [import, export] Import/Export fails because of Mac files 2008-07-23 16:55:33 +00:00
Marc Delisle
280de08922 XHTML fixes 2008-06-28 13:44:48 +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
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
d130c36ef4 bug #1504218, better explanation for what is a PDF export 2006-06-25 11:42:18 +00:00
Michal Čihař
84309517f2 Show that plugin has no option if it has only hidden inputs. 2006-05-30 06:45:16 +00:00
Michal Čihař
0afc370aa7 Allow forcing of export to file, it makes no sense to display PDF in textarea ;-). 2006-04-26 19:16:52 +00:00
Michal Čihař
19d0390e8c Fix selecting of default export. 2006-04-26 16:55:12 +00:00
Michal Čihař
29977afa0e Support for localised texts in defaults. 2006-04-26 16:28:38 +00:00
Michal Čihař
df23439b13 Add documentation. 2006-04-26 16:12:27 +00:00
Michal Čihař
b021ff9c12 Support for forcing one of two bool/bgroups. 2006-04-26 16:10:38 +00:00
Michal Čihař
a4c95b7e71 allow group without checkbox 2006-04-26 15:05:39 +00:00
Michal Čihař
77e320b7be fix condition 2006-04-26 14:44:10 +00:00
Michal Čihař
a750f1eade Add support for groupping options. 2006-04-26 14:42:19 +00:00
Michal Čihař
bdf65efd3c Drop tables used for layout. 2006-04-26 14:36:53 +00:00
Michal Čihař
b71eb94625 Be more verbose on error. 2006-04-26 14:14:03 +00:00
Michal Čihař
1d3b486a20 Display information that there are no settings. 2006-04-26 14:11:32 +00:00
Michal Čihař
a788dfcb68 Add support for hidden inputs. 2006-03-16 14:59:18 +00:00
Michal Čihař
3575d8b0d2 Add support for select options and documentation. 2006-02-22 10:15:41 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Sebastian Mendel
eac9724926 - fixed bug: display issues with Opera (and Safari?)
- added source documentation
- PEAR coding standard
- clarified some variable names
2006-01-17 11:25:10 +00:00
Michal Čihař
67819ff8c3 I should really sleep when I forgot to commit files :-).
Generic plugin infrastructure and use it in import (needed for RFE#1325937), work in progress.
2005-12-08 22:57:53 +00:00