Commit Graph

20101 Commits

Author SHA1 Message Date
ninadsp
b48033fbd6 Revert "We need to close the dialog when reloading the database after renaming"
This reverts commit f9d7058cd6.
2010-06-30 00:28:15 +05:30
ninadsp
f9d7058cd6 We need to close the dialog when reloading the database after renaming
it.  The code did not do this, added it.
2010-06-30 00:25:22 +05:30
ninadsp
bcbf327139 Merge remote branch 'origin/master' 2010-06-29 23:54:01 +05:30
Marc Delisle
116d1297af solve merge conflicts 2010-06-29 08:23:47 -04:00
Marc Delisle
852ed51c27 bug [replication] Do not offer information_schema in the list of databases 2010-06-29 08:14:31 -04:00
Marc Delisle
f368184a12 fix typo; remove Id 2010-06-29 07:57:45 -04:00
Marc Delisle
90ac3d39a0 bug #3022705 [import] Import button does not work in Catalan when there is no progress bar possible 2010-06-29 07:56:10 -04:00
Marc Delisle
f463b1cc7a bug #3022705 [import] Import button does not work in Catalan when there is no progress bar possible 2010-06-29 07:48:28 -04:00
lorilee
9bd658ae03 Removed inline Javascript, ENUM/SET editor message remains visible when Javascript is disabled 2010-06-28 22:28:25 -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
301e3c43e3 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-06-28 20:50:26 -04:00
lorilee
f1a5ae3a9f Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-06-28 20:49:56 -04:00
lorilee
cd7b5448f9 ENUM/SET editor 2010-06-28 20:48:41 -04:00
lorilee
8b2aa5282a ENUM/SET editor 2010-06-28 20:48:24 -04:00
lorilee
5c7ee416b3 ENUM/SET editor styles 2010-06-28 19:14:21 -04:00
ninadsp
34c68f8aad When dropping a table now, the entire row in the table of tables is
removed on db_structure.php.
2010-06-29 02:25:59 +05:30
ninadsp
ca764244a0 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:38:41 +05:30
ninadsp
57f2935978 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:33:58 +05:30
ninadsp
25b8d37506 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:58 +05:30
ninadsp
c8fcb2fa2a Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:07 +05:30
ninadsp
f5b71f06dd Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:17:46 +05:30
Dieter Adriaenssens
16ed06531a remove author names 2010-06-28 20:36:12 +02:00
ninadsp
ad8d64e360 The ajax notification div did not hide properly. Fixed it. 2010-06-28 21:21:14 +05:30
ninadsp
7da7d49625 Added some CSS rules for the ajax notifications. The color and
positioning can be improved.
2010-06-28 21:20:30 +05:30
Crack
83f1397f0f Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-06-28 16:42:29 +02:00
Marc Delisle
4986ee0174 lang directory no longer exists; I guess this mechanism is no longer needed 2010-06-28 09:25:45 -04:00
Michal Čihař
1d8d6b32ef Merge branch 'QA_3_3' 2010-06-28 13:49:31 +02:00
Michal Čihař
f70bd16ce3 Merge remote branch 'origin/MAINT_3_3_4' into QA_3_3 2010-06-28 13:48:34 +02:00
Marc Delisle
af6c9cf8a8 3.3.4 release 2010-06-28 07:38:57 -04:00
Marc Delisle
c699af70e9 3.3.4 release 2010-06-28 07:37:55 -04:00
Marc Delisle
9c3ad0c8b1 3.3.4 release 2010-06-28 07:36:13 -04:00
ninadsp
9a4b524db7 Hacked the PMA_generate_slider_effect() code to work with jQuery. Ajax
queries were failing due to the use of document.write(). Need to find a
better solution with $.append()
2010-06-28 01:59:52 +05:30
ninadsp
e2cef4bc23 Suppress the printing of the serverlinks and topmenucontainer divs when
in an ajax request
2010-06-28 01:24:05 +05:30
ninadsp
a5ae31a220 Added an empty div which will be filled with the results of the SQL
query by jQuery
2010-06-28 01:22:55 +05:30
ninadsp
46ea470888 Included the new js/sql.js file in all three pages 2010-06-28 01:21:20 +05:30
ninadsp
c1f8f3d77a Added a new file for executing SQL Queries with an Ajax call. Still a
basic script, will be tested and improved.
2010-06-28 01:19:27 +05:30
ninadsp
a968b58d5c Now shows the sql query too when renaming a database. 2010-06-27 23:04:18 +05:30
ninadsp
a3dd431bdb Modified PMA_showMessage so that it can show the sql query even in an
ajax request, by using output buffering.
Added a function to handle the output buffer for the ajax request.
Fixed a typo in PMA_ajaxResponse
2010-06-27 23:03:20 +05:30
Crack
c91c105da8 added missing file 2010-06-27 12:43:54 +02:00
ninadsp
a87c4fc363 Removed extra calls to PMA_ajaxResponse and added a common call to it
for multiple actions.  Modified the code for paginating the users table
with ajax, however it is still buggy
2010-06-27 03:27:29 +05:30
ninadsp
6ab286d6ca Completed the Ajax conversion for Edit User action.
Converted the pagination for the users table to Ajax, still a little
buggy.
2010-06-27 03:25:57 +05:30
ninadsp
ac7cab7160 Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e12.
2010-06-26 15:45:27 +05:30
ninadsp
4214d83e12 Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8b, reversing
changes made to dcdde2f99f.
2010-06-26 15:43:52 +05:30
ninadsp
c850b8be8b Merge remote branch 'origin/master'
Conflicts:
	po/tr.po
2010-06-26 15:38:12 +05:30
Adnan
cba214aee4 Export Relation Schema: deleting wrong name files 2010-06-26 11:16:11 +05:00
Crack
e842432c7e User preferences:
- add icons to category tabs
- user overrides were unavailable in CSS files
- apply saved configuration immediately after save, reload navigation frame if it's affected
- disabled overrides marked in user preferences forms
2010-06-26 01:04:17 +02:00
Adnan
dd217e8dff Export Relation Schema: renaming files + renaming classes according to pear standards 2010-06-25 19:14:47 +05:00
ninadsp
dcdde2f99f Moved the jQuery script for handling Create Table action from
js/db_operations.js to js/functions.js as this action is used on
multiple pages.
2010-06-25 11:01:19 +05:30
lorilee
2ef4025ec9 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-06-24 17:25:25 -04:00