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
f06bb69bb8
Merge remote branch 'origin/master'
2010-07-12 22:47:17 +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
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
020dac8c89
Merge remote branch 'origin/master'
2010-07-07 18:53: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
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
ninadsp
e049c1d158
Merge remote branch 'origin/master'
...
Conflicts:
po/fr.po
po/sl.po
2010-07-03 21:00:08 +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
6ea9467949
bug #3024344 [setup] Setup forces numeric MemoryLimit
2010-07-02 12:26:54 -04:00
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
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
Dieter Adriaenssens
16ed06531a
remove author names
2010-06-28 20:36:12 +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
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
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
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
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
Marc Delisle
1be2d538df
fix merge conflicts
2010-06-24 10:09:19 -04:00
Stéphane Pontier
4c0e653de0
patch #2932113 Slow export when having lots of databases
2010-06-24 10:01:21 -04:00
ninadsp
cf15d940cd
Bug noticed by Marc Delisle in PMA_ajaxResponse fixed
2010-06-22 11:41:55 +05:30
ninadsp
603b6bf47b
Added the PMA_ajaxResponse function for Ajax requests that change the
...
database charset. Required for db_operations.php
2010-06-21 02:04:45 +05:30
Michal Čihař
8b1b49a6b2
Merge branch 'MAINT_3_3_4' into QA_3_3
...
Conflicts:
Documentation.html
README
libraries/Config.class.php
translators.html
2010-06-20 16:24:28 +02:00
Marc Delisle
12edc03e2f
3.3.5-dev
2010-06-20 06:25:07 -04:00
Marc Delisle
d10de675ce
3.3.4-rc1
2010-06-20 06:20:39 -04:00
Marc Delisle
b95666b22d
3.3.4-rc1
2010-06-20 06:01:52 -04:00
ninadsp
266447bcd9
Added a function to echo a json output for an ajax request.
2010-06-17 00:16:13 +05:30
ninadsp
a8d6f9ff4c
Merge remote branch 'origin/master'
2010-06-15 15:39:51 +05:30
Marc Delisle
f1d8953670
fix conflicts
2010-06-13 08:59:05 -04:00
Marc Delisle
ae8ddbf15b
bug #2986422 [import] Results for query are not displayed
2010-06-13 08:42:24 -04:00
Marc Delisle
485e1736b6
make inline editing work for all cases of fmtType
2010-06-12 08:45:24 -04:00