Commit Graph

525 Commits

Author SHA1 Message Date
lorilee
1c0b81d477 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-08-09 13:36:31 -07:00
lorilee
6f833918e9 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-09 13:35:27 -07:00
ninadsp
2ba0095ab5 We can now edit NULL fields and set fields to NULL in inline editing. 2010-08-09 00:49:11 +05:30
ninadsp
0373ae6713 Removed an alert() call which was around for testing purposes. 2010-08-09 00:06:36 +05:30
ninadsp
a69154b5c9 Removed the appendInlineAnchor call from ajaxSuccess event as it was also fired at a successful inline edit query. Instead, created a custom event appendAnchor on #sqlqueryresults which is triggered when necessary. Also got transformations working for application/octetstream mime type. 2010-08-06 19:23:17 +05:30
Crack
97c939f8df Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-06 15:24:15 +02:00
Martynas Mickevicius
59f220eb13 added check for json encoder, cleaned up error handling a bit 2010-08-06 13:22:04 +03:00
lorilee
d1ae3e348b Replacing old tooltip with new jQuery plugin 2010-08-05 18:11:48 -07:00
lorilee
646627b911 Updated tooltips using the new tooltip plugin; the code in js/functions.js was moved from js/tooltip.js (with new code appended); <sup> IDs not needed 2010-08-05 18:05:25 -07:00
lorilee
422e509078 Replacing old tooltip with new jQuery plugin 2010-08-05 17:31:02 -07:00
ninadsp
a458147969 Merge from upstream. Resolved a conflict in js/functions.js 2010-08-05 23:51:14 +05:30
ninadsp
7acb4cb99d Finalised CSS rules for the Ajax notification division. It now centers correctly and handles not very large messages pretty well. 2010-08-04 22:58:05 +05:30
ninadsp
3d1a420a6f Moved the code that appends the inline edit anchor into a function and registered it to all Ajax events that complete successfully. The anchor is now appended even after retrieving results over Ajax. 2010-08-04 21:54:35 +05:30
Marc Delisle
d46bb6d877 remove custom MIME type change for BLOB streaming because in its current version it can be a very costly operation 2010-08-03 16:21:17 -04:00
ninadsp
b99bad8cdd Almost completed appending of newly created database to the database table. Still need to get db statistics 2010-08-03 23:28:31 +05:30
ninadsp
ab16573b34 Append a new anchor for inline edit to each row if javascript is supported instead of using the edit anchor for inline editing 2010-08-03 23:27:13 +05:30
ninadsp
a7f2cbd2ba Converted the PMA_sort_table into a jQuery function as there was a race condition caused due to simultaneous adding of a row and sorting of the table 2010-08-03 21:01:20 +05:30
ninadsp
3ab3b35a76 Created a function to sort a table after a new row has been appended to it. Required for Create Table, Add User and Create Database actions 2010-08-03 20:22:36 +05:30
ninadsp
c897adc3a4 Ajaxified Change Password action on main page 2010-08-03 19:10:37 +05:30
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
Adnan
bdf033115b Merge remote branch 'origin/master' into export_branch 2010-08-02 10:46:50 +05:00
Crack
53e8d75c0f Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/db_links.inc.php
	libraries/tbl_links.inc.php
2010-08-01 23:19:21 +02: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
ninadsp
e6f083c703 Ajaxified Create Database action. Have to append newly created db to table yet though 2010-07-31 02:25:29 +05:30
ninadsp
6547920e8a The anchor is now correctly generated for a saved relational field during inline edit with the correct where clause. Trying to fix the bug with ['ForeignKeyMaxLimit'] 2010-07-31 01:34:47 +05:30
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
ninadsp
e47b213236 In inline edit, when getting the field name, ignore the column comments. 2010-07-30 20:10:10 +05:30
ninadsp
b66f8f7fb9 Improved handling of text/plain mimetype fields for inline editing 2010-07-30 00:16:24 +05:30
ninadsp
43ed78a0f8 Transformed values are returned from server for newly edited values. Handling of mimetypes other than text/plain needs to be implemented 2010-07-29 23:36:35 +05:30
Martynas Mickevicius
57614902eb image map enchancements. 2010-07-29 19:06:11 +03:00
Martynas Mickevicius
b0888714b6 Merge commit 'origin/master' into local
Conflicts:
	server_status.php
2010-07-29 14:14:26 +03: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
ninadsp
4190a5883a Improved handling of relational fields after saving inline edits. Still need to fix the anchor that is being generated, where clause is missing 2010-07-28 02:58:38 +05:30
Crack
ac3e9e323b keep selected tab after save
change pmadb to phpMyAdmin configuration storage in warning string
2010-07-27 22:12:53 +02: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
Crack
9d62971e11 clean up config JavaScript 2010-07-26 22:34:13 +02:00
Crack
edaf7ce86c translate "More" tab
cleanup code
2010-07-26 21:30:57 +02:00
Crack
8d24baad94 run submenu code only when #topmenu is present
todo update
2010-07-25 22:58:52 +02:00
Crack
5afd385f30 create menu for menu tabs which don't fit in one line
fix tooltip.js error when not in pma frame
2010-07-25 22:10:38 +02:00
ninadsp
fd4b33de85 Added handling of enum values to inline editing 2010-07-26 01:21:52 +05:30
ninadsp
9578aad8ef Sort the table of tables on db structure page after a new table's row is added. 2010-07-25 01:04:07 +05:30
ninadsp
4c13428e28 On deleting users, the classes of the rows remaining are re-adjusted so the table looks the way its supposed to 2010-07-25 00:49:32 +05:30
ninadsp
4f8c85b31d The user's table is now sorted after a new user is added. Moved common code for add user and copy user to a function 2010-07-25 00:34:35 +05:30
Crack
2d67cb58c4 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/relation.lib.php
2010-07-24 18:34:52 +02:00