Commit Graph

267 Commits

Author SHA1 Message Date
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
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
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
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
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
ninadsp
25dbe9b039 Relational values are now retrieved from the server for inline editing. However, the displaying of relational values after a successful inline edit has to be handled better. The link to the sql query is lost, and we dont know how the relational display column setting will be handled 2010-07-24 00:32:50 +05:30
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
ninadsp
4054332641 Update the privileges field in the usersForm table when the user is changed 2010-07-23 00:18:15 +05:30
ninadsp
85d42b8a57 Newly copied user too is appended to the table now 2010-07-23 00:03:12 +05:30
ninadsp
c0db21c3e5 Inline edit is now saved, for normal and truncated fields. Relational, enum and transformed fields need special care 2010-07-22 23:27:26 +05:30
ninadsp
9640a580ff Drop Table and Create Table work as expected now on db_create.php too 2010-07-22 00:12:43 +05:30
ninadsp
6e908dfeb2 Refresh navigation on creation of new table. Bug noticed by Marc Delisle 2010-07-22 00:01:16 +05:30
ninadsp
1bdbb9f274 Handled the race condition caused on the loading notification div due to calls to PMA_ajaxShowMessage() in time less than the timeout. Added a .clearQueue() calls 2010-07-21 23:25:23 +05:30
ninadsp
a67fe76e50 Transformed values too are retrieved from the server now. Works equally well for vertical and horizontal tables 2010-07-21 22:30:40 +05:30
Michal Čihař
eeae8bec21 Get rid of inline javascript in login form. 2010-07-21 09:21:58 +02:00
ninadsp
0b18458fe7 Truncated values in vertical tables are now retrieved from the server for inline edits. Also, original data is now stored in a hidden span so that it can be replaced in case of an error 2010-07-21 00:14:12 +05:30
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
ninadsp
7033154eb4 If the last user with a given initial is deleted, update the users overview table and remove the link 2010-07-16 19:59:14 +05:30
ninadsp
4b18b4c7d6 When a new user is created, the user's overview table on the top is now updated to reflect the newly added user's initial 2010-07-16 19:36:12 +05:30
ninadsp
e309386703 Modified the handlers for ajax inline edit so that only the text areas are modified 2010-07-15 22:23:05 +05:30
ninadsp
041a5837c5 Added an Ajax handler to the display options form 2010-07-15 16:18:46 +05:30
ninadsp
c47a1a345a Started Ajaxification of Inline Editing. Simple data fields are replaced with textareas when edit button is clicked and vice versa. No provision yet for transformations and enum fields 2010-07-15 16:01:25 +05:30
ninadsp
ea95907147 Improved the error handling, when an empty result set is obtained. 2010-07-14 20:21:10 +05:30
ninadsp
98a57e2219 A newly added table is now appended to the tablesForm on db_structure.php 2010-07-14 01:09:37 +05:30
ninadsp
7dd8745778 Added a Math.random() parameter to negate caching issues with user's list 2010-07-13 03:28:23 +05:30
ninadsp
fcae63bbd7 When a new user is added, his details are now appended to the user's table 2010-07-13 03:25:53 +05:30
ninadsp
3bcffd86e9 Stupid typo. Fixed 2010-07-13 02:30:42 +05:30
ninadsp
a1e9702434 Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:49:27 +05:30
ninadsp
e0f80088aa Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:33:56 +05:30
ninadsp
7d3245cbcd Fixed the empty notice divison being generated when PMA_showMessage() was being passed a NULL query 2010-07-12 23:11:41 +05:30
ninadsp
35c922e704 Basic Table Search now works. Need to handle some error cases 2010-07-12 00:14:05 +05:30
ninadsp
4eb4d318bb Forgot to set the context for the recently added $(document).ready()
snippets.  Added them
2010-07-11 23:51:02 +05:30
ninadsp
fe9f539ed2 Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php 2010-07-11 23:36:24 +05:30
ninadsp
dd58a5bc23 Removed inline calls to confirmLink() for Empty/Drop Table actions in libraries/tbl_links.inc.php 2010-07-11 23:14:41 +05:30
ninadsp
a180017106 Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js 2010-07-11 22:33:52 +05:30
ninadsp
94a911a623 Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
2010-07-11 22:23:57 +05:30
ninadsp
3586dd6408 Removed inline call to confirmLink() for 'Drop Primary Key/Index' 2010-07-11 03:33:04 +05:30
ninadsp
505884174b Removed inline call to confirmLink() for 'Delete Tracking action'. 2010-07-11 03:14:02 +05:30
ninadsp
d5ed68aa71 Removed inline call to confirmLink() for 'Drop Procedure' 2010-07-11 02:32:10 +05:30
ninadsp
70a8735c07 Removed inline call to confirmLink() for 'Drop Event' action 2010-07-11 02:08:47 +05:30