Marc Delisle
|
b014b4c661
|
Merge branch 'QA_3_3'
|
2010-07-01 07:35:39 -04:00 |
|
Marc Delisle
|
f007adce6b
|
typo
|
2010-07-01 07:34:55 -04:00 |
|
Marc Delisle
|
9de870ce87
|
selecting a range of rows no longer worked
|
2010-07-01 07:30:29 -04:00 |
|
ninadsp
|
77aa8c50dd
|
Hopefully, the PMA_messages[] error will be resolved now. Most probably
a context issue was causing the error.
|
2010-07-01 14:39:25 +05:30 |
|
ninadsp
|
be70c9d202
|
A string had been repeated in the js_messages array, which is most
probably causing an issue.
|
2010-07-01 03:04:14 +05:30 |
|
ninadsp
|
5c1052ad96
|
Included the sql.js file, added teh container division sqlqueryresults
when generating the results table. All cases have not been handled yet.
|
2010-07-01 02:33:31 +05:30 |
|
ninadsp
|
b1dcb9493d
|
The reference to PMA_messages[] for the title option was causing issues
on the demo server.
|
2010-07-01 02:32:17 +05:30 |
|
Marc Delisle
|
01d6fed4e2
|
fix merge conflicts
|
2010-06-30 11:37:53 -04:00 |
|
Marc Delisle
|
108f3305e9
|
bug: avoid loading twice a js file
|
2010-06-30 11:35:46 -04:00 |
|
ninadsp
|
466d3f7ae5
|
Discarded the unused PMA_ajaxOutputBuffelHandler() function.
|
2010-06-30 21:00:45 +05:30 |
|
Marc Delisle
|
63b6abb326
|
Merge branch 'QA_3_3'
|
2010-06-30 09:36:11 -04:00 |
|
Marc Delisle
|
b2fdf039db
|
clarify what is meant by "put the table name"
|
2010-06-30 09:35:44 -04:00 |
|
Domen
|
0f9dfaca86
|
Translation update done using Pootle.
|
2010-06-29 22:42:58 +02:00 |
|
Domen
|
8178aac018
|
Translation update done using Pootle.
|
2010-06-29 22:42:42 +02:00 |
|
ninadsp
|
dac68adc52
|
Show the SQL queries too in an Ajax response.
|
2010-06-30 01:20:09 +05:30 |
|
ninadsp
|
eb0e019fa6
|
Rudimentary script in place for retreiving SQL query results by ajax,
and paginating the results table in place.
|
2010-06-30 01:18:47 +05:30 |
|
ninadsp
|
5677d17722
|
Include the query too if we are in an ajax request.
|
2010-06-30 01:16:49 +05:30 |
|
ninadsp
|
7f062310c6
|
Fixed the bug where the initials_table division landed up at the bottom
of the page after an ajax request completed.
Also, fixed the issue due to which the edit users dialog was empty
|
2010-06-30 00:38:28 +05:30 |
|
ninadsp
|
fe92d38e38
|
Fixed the bug where the initials_table division landed up at the bottom
of the page after an ajax request.
|
2010-06-30 00:37:25 +05:30 |
|
ninadsp
|
fd2e5e226d
|
Removed the $.append() calls that were conflicting with document.write()
on the demo server. Instead, generating the div on the fly and not
appending it to the DOM.
|
2010-06-30 00:33:11 +05:30 |
|
ninadsp
|
e32644ea09
|
In Drop Column, the row giving the details of the column is now removed
if the request completed successfully.
|
2010-06-30 00:31:59 +05:30 |
|
ninadsp
|
4f6339b6a4
|
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:28:45 +05:30 |
|
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 |
|