Commit Graph

15551 Commits

Author SHA1 Message Date
ninadsp
f0f5358ede Added an id to one of the tbody elements in tablesForm, so that jQuery
can append to the appropriate one.
2010-07-14 01:08:27 +05:30
ninadsp
6aa7315682 The PMA_mysqlDie() now supports Ajax requests. It now shows a JSON
response in an Ajax request.
Modified the PMA_ajaxResponse() function to handle messages which are
not instances of the PMA_Message class.  Requited for PMA_mysqlDie()
2010-07-14 00:53:19 +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
f06bb69bb8 Merge remote branch 'origin/master' 2010-07-12 22:47:17 +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
ninadsp
e98edae53b Remove previous queries if any before inserting the latest query. We
don't want too many queries crowding up.
2010-07-11 00:14:12 +05:30
ninadsp
6230a545bf Cloning and removal of rows happens correctly now. All name/id
properties of the inputs are changed on the fly with javascript.
2010-07-10 23:45:03 +05:30
ninadsp
cbe82879e8 Hooked in Ajax submission of data. Changint the number of insertions on
the fly is still a work in progress.  Insertion tables are being
cloned/deleted, however, each is not unique.
2010-07-10 17:14:10 +05:30
ninadsp
ca0af7fff7 Added a string for Ajax handlers in tbl_change.php 2010-07-10 17:09:36 +05:30
ninadsp
7d11c0aa92 Added ids to some HTML elements on tbl_change.php and modified the
output of tbl_replace.php for Ajax requests.
2010-07-10 17:07:37 +05:30
ninadsp
8358b8c8d3 Reverted po files changes. 2010-07-08 22:53:26 +05:30
Marc Delisle
638fe75a8b fix merge conflict 2010-07-07 09:47:12 -04:00
Marc Delisle
104b0ee99a remove reference to some old stuff 2010-07-07 09:44:44 -04:00
ninadsp
020dac8c89 Merge remote branch 'origin/master' 2010-07-07 18:53:41 +05:30
ninadsp
8de1f2fdf7 Revert "Trying to resolve a merge."
This reverts commit fdd8b51b00.
2010-07-07 18:36:28 +05:30
ninadsp
fdd8b51b00 Trying to resolve a merge. 2010-07-07 18:32:41 +05:30
ninadsp
47142291a1 Merge remote branch 'origin/master'
Conflicts:
	po/af.po
	po/ar.po
	po/az.po
	po/be.po
	po/be@latin.po
	po/bg.po
	po/bn.po
	po/bs.po
	po/ca.po
	po/cs.po
	po/cy.po
	po/da.po
	po/de.po
	po/el.po
	po/en_GB.po
	po/es.po
	po/et.po
	po/eu.po
	po/fa.po
	po/fi.po
	po/fr.po
	po/gl.po
	po/he.po
	po/hi.po
	po/hr.po
	po/hu.po
	po/id.po
	po/it.po
	po/ja.po
	po/ka.po
	po/ko.po
	po/lt.po
	po/lv.po
	po/mk.po
	po/mn.po
	po/ms.po
	po/nb.po
	po/nl.po
	po/phpmyadmin.pot
	po/pl.po
	po/pt.po
	po/pt_BR.po
	po/ro.po
	po/ru.po
	po/si.po
	po/sk.po
	po/sl.po
	po/sq.po
	po/sr.po
	po/sr@latin.po
	po/sv.po
	po/ta.po
	po/te.po
	po/th.po
	po/tr.po
	po/tt.po
	po/uk.po
	po/ur.po
	po/uz.po
	po/uz@latin.po
	po/zh_CN.po
	po/zh_TW.po
2010-07-07 18:31:09 +05:30
Marc Delisle
f95dc8d8a1 Merge branch 'QA_3_3' 2010-07-07 07:04:04 -04:00
Marc Delisle
3d23bcf1da improve English 2010-07-07 07:03:31 -04:00
Marc Delisle
d4f6b5c4ba Merge branch 'QA_3_3' 2010-07-07 06:13:38 -04:00
Marc Delisle
8a153086a1 revert to previous value and add a comment in default configuration file 2010-07-07 06:13:06 -04:00
Marc Delisle
bd09ef50ff Merge branch 'QA_3_3' 2010-07-06 16:58:50 -04:00
Marc Delisle
9903c5f3d0 bug #3025975 [auth] Odd LoginCookieValidity default value 2010-07-06 16:58:13 -04:00
Piotr Przybylski
573edc0329 patch #3025161 [core] Prevent sending of unnecessary cookies 2010-07-06 11:43:02 -04:00
Marc Delisle
11609bdf80 must specify dateFormat for jQuery UI datepicker, otherwise a wrong MM/DD/YYYY is passed to MySQL 2010-07-06 11:15:46 -04:00
ninadsp
4f1c348074 Added an id to the edit users form so that the check all/uncheck all
calls to setCheckboxes() will work.
2010-07-04 01:50:11 +05:30
ninadsp
224fdfd286 Hide query box on retrieving results. Ajaxified results table sorting. 2010-07-04 01:12:00 +05:30
ninadsp
99eff08c0c Added a string for sql.js 2010-07-03 21:53:07 +05:30
ninadsp
e049c1d158 Merge remote branch 'origin/master'
Conflicts:
	po/fr.po
	po/sl.po
2010-07-03 21:00:08 +05:30
Marc Delisle
3e9e18aebb regenerate .po files 2010-07-03 09:01:25 -04:00
ninadsp
4f3b8b96ae If in an ajax query, we need to show the query and the time taken to process the query. Added code to get this working 2010-07-03 02:52:09 +05:30
ninadsp
6e9e3836e5 We don't need to buffer the output in PMA_showMessage() when making an SQL query. Added a global variable which is set in sql.php during an ajax request. 2010-07-03 02:51:02 +05:30
Marc Delisle
9e857f9f84 fix merge conflicts 2010-07-02 12:32:00 -04:00
Marc Delisle
43e41e0654 document MemoryLimit as being a string value 2010-07-02 12:28:44 -04:00
Marc Delisle
6ea9467949 bug #3024344 [setup] Setup forces numeric MemoryLimit 2010-07-02 12:26:54 -04:00
Marc Delisle
dbd813095a Merge branch 'QA_3_3' 2010-07-02 11:23:11 -04:00