Commit Graph

207 Commits

Author SHA1 Message Date
lorilee
422e509078 Replacing old tooltip with new jQuery plugin 2010-08-05 17:31:02 -07:00
lorilee
1119d9f723 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-08-02 14:17:59 -07:00
lorilee
701bc67342 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-02 14:17:22 -07:00
Marc Delisle
f9f987f544 Merge branch 'QA_3_3' 2010-07-31 14:54:34 -04:00
Marc Delisle
7951b2bacc bug #3034026 [confirmation] TRUNCATE queries get no confirmation request 2010-07-31 14:54:05 -04:00
lorilee
fb0aa49817 ENUM/SET editor fix for IE 2010-07-30 15:17:27 -07:00
lorilee
8214c32340 Colspan should change to 3 when actions are hidden 2010-07-30 12:31:15 -07:00
lorilee
9877db1626 Fix for positioning in different browsers plus IE6 bug 2010-07-30 12:30:40 -07:00
lorilee
1faaa80b51 Fixing HTML markup 2010-07-28 15:00:36 -07:00
lorilee
ddb6633c73 Updated enum/set editor (encloses strings in single quotes automatically) 2010-07-27 17:40:30 -07:00
lorilee
64b5900d96 Fixing bug for when the table is a view or information_schema 2010-07-27 10:25:12 -07:00
lorilee
960f6ef3ff Updated hidden actions dropdown 2010-07-26 15:46:52 -07:00
lorilee
89b0a3082e Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
	libraries/display_export.lib.php
2010-07-23 21:06:46 -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
lorilee
98ef84ebc3 New main page design 2010-07-23 20:31:52 -07:00
Michal Čihař
eeae8bec21 Get rid of inline javascript in login form. 2010-07-21 09:21:58 +02:00
lorilee
aa49b85fad Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
	libraries/display_export.lib.php
2010-07-20 15:23:12 -07: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
lorilee
b8022422f7 Updated enum/set editor (submit button has only one function, escapes special characters, has more instructions for formatting 2010-07-20 12:22:39 -07:00
Michal Čihař
4330ee3fd4 Whitespace cleanup. 2010-07-20 14:15:00 +02:00
Michal Čihař
29ccdfc1ff Focus SQL query area after dom is ready. 2010-07-20 14:14:44 +02:00
Marc Delisle
4e5061d323 Generate password only available if JS is enabled 2010-07-19 10:03:17 -04:00
lorilee
fcb47c1b64 Made variable names local in scope 2010-07-16 00:12:41 -07:00
lorilee
7b46075360 Fixed bug where non-footnote notices were being hidden; footnotes given their own div classes 2010-07-16 00:09:58 -07:00
lorilee
9badb87f1a Reveal-on-hover table structure actions 2010-07-14 11:55:31 -07:00
lorilee
087dac0df0 Fixes everything after commit 9de870ce87, where I accidentally committed some lines 2010-07-13 18:52:12 -07:00
lorilee
7826652898 Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form 2010-07-13 18:19:54 -07:00
lorilee
eff9311c03 Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons) 2010-07-13 17:39:52 -07:00
lorilee
22254ba748 Gets rid of the forward slash that appears in the enum/set editor when there are no values 2010-07-12 18:55:21 -07:00
lorilee
0692c8f0b7 Disabled "Dump some row(s)" sub-options when they are not selected, fixed comments, minor refactoring 2010-07-08 11:55:21 -07:00
lorilee
3c1e06a3e6 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-07-06 11:04:06 -07:00
lorilee
f06363811c Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-07-06 10:58:17 -07:00
lorilee
ef6a616d01 Added feature to ENUM/SET editor where users can add more than one new field at a time 2010-07-05 16:21:31 -07:00
lorilee
1b300eed99 Support for no javascript 2010-07-05 16:14:41 -07:00
lorilee
cd7bf9744d Support for no javascript 2010-07-05 16:14:06 -07:00
Marc Delisle
dbd813095a Merge branch 'QA_3_3' 2010-07-02 11:23:11 -04:00
Marc Delisle
1db012abc8 clarify code behavior 2010-07-02 11:22:36 -04:00
Marc Delisle
9de870ce87 selecting a range of rows no longer worked 2010-07-01 07:30:29 -04:00
lorilee
5a67c754d2 Removed inline Javascript, added support for editing multiple columns at once 2010-06-28 22:26:21 -04:00
lorilee
083f81b59d Corrected a tiny typo which ruined everything 2010-06-28 20:52:56 -04:00
lorilee
8b2aa5282a ENUM/SET editor 2010-06-28 20:48:24 -04:00
lorilee
e6932ed398 Causes the correct radio button to be selected in the import file location form 2010-06-24 16:57:28 -04:00
lorilee
9dbe9f4115 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-06-15 23:45:44 -04:00
lorilee
43c0b30a29 Merge remote branch 'origin' 2010-06-15 23:45:00 -04:00
lorilee
0828cbf803 Fixes bug that occurs when selecting a file from web server upload directory 2010-06-15 16:20:11 -04:00
lorilee
33cd3de818 Quick export 2010-06-15 16:19:53 -04:00
Marc Delisle
485e1736b6 make inline editing work for all cases of fmtType 2010-06-12 08:45:24 -04:00
lorilee
a2b4b6b836 Added a function that detects the filetype of the selected import file and changes the displayed options accordingly 2010-06-11 01:26:35 -04:00
lorilee
ef33691b3b jQuery functions for import page 2010-06-11 01:26:34 -04:00
lorilee
e73a921f6f Added function to support toggling of structure/data for all plugins 2010-06-11 01:26:33 -04:00