lorilee
8b6e179bd9
Changed the Import form's 'Browse the server' label to 'Browse your computer'
2010-07-08 13:50:46 -07:00
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
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
ninadsp
466d3f7ae5
Discarded the unused PMA_ajaxOutputBuffelHandler() function.
2010-06-30 21:00:45 +05:30
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
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
lorilee
66c6a30185
Changed input element ID names to make more sense
2010-06-24 16:55:55 -04:00
lorilee
6913ce2a42
Removed inline CSS
2010-06-22 20:38:52 -04:00
ninadsp
cf15d940cd
Bug noticed by Marc Delisle in PMA_ajaxResponse fixed
2010-06-22 11:41:55 +05:30
lorilee
5d751f1fe2
Fixed XHTML syntax problems
2010-06-18 16:34:10 -04:00
lorilee
9fd0613a51
Revert "Fixed XHTML syntax problemsloris-computer:/Library/WebServer/Documents/gsoc Lori$ git commit libraries/common.lib.php"
...
This reverts commit 92779ae9c0
.
2010-06-18 16:23:33 -04:00
lorilee
92779ae9c0
Fixed XHTML syntax problemsloris-computer:/Library/WebServer/Documents/gsoc Lori$ git commit libraries/common.lib.php
...
Fixed XHTML syntax problems
2010-06-18 16:14:09 -04:00
Martynas Mickevicius
d1708970d6
moved chart dependant code to the chart lib.
2010-06-17 17:10:19 +03:00
ninadsp
266447bcd9
Added a function to echo a json output for an ajax request.
2010-06-17 00:16:13 +05:30
lorilee
9dbe9f4115
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-06-15 23:45:44 -04:00
lorilee
a2dfd7170a
Added functions used to display file select forms in import
2010-06-15 23:36:20 -04:00
Martynas Mickevicius
d814efcfb6
added the chart in the profiling window
2010-06-15 20:13:34 +03:00
ninadsp
a8d6f9ff4c
Merge remote branch 'origin/master'
2010-06-15 15:39:51 +05:30
Crack
3b3f8bff69
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-06-13 15:03:58 +02:00
Marc Delisle
485e1736b6
make inline editing work for all cases of fmtType
2010-06-12 08:45:24 -04:00
ninadsp
42de77813c
Merge remote branch 'origin/master'
2010-06-06 20:01:39 +05:30
Crack
65911c57e1
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-06-05 16:59:16 +02:00
Crack
6b2f774ba8
Add category tabs to preferences page
...
Setup script refactoring
2010-06-05 15:42:55 +02:00
Marc Delisle
f50d6694e7
bug #3011126 [display] Edit link missing after long query
2010-06-05 08:28:24 -04:00
Marc Delisle
c3ea6fb22b
bug #3011126 [display] Edit link missing after long query
2010-06-05 08:20:36 -04:00
ninadsp
049c90ee0b
Edited PMA_generate_html_tab() to add the id parameter
...
Necessary for attaching Ajax calls with jQuery to some tab links
2010-06-04 21:27:25 +05:30
ninadsp
bd139f2465
document.write() conflicts with jQuery.
...
Instead, appending Inline Edit to parent div (class="tools") with
$.append(), the recommended method.
$('body').append() is executed late, and hence, not used.
2010-05-29 01:44:51 +05:30
ninadsp
d5b50587e7
Revert "document.write conflicts with jQuery. Use $(body).append() instead at"
...
This reverts commit 20fce4cdcd
.
2010-05-29 01:40:05 +05:30
ninadsp
20fce4cdcd
document.write conflicts with jQuery. Use $(body).append() instead at
...
the same place to inject inline HTML with JavaScript.
2010-05-29 01:28:57 +05:30
ninadsp
38ac78e3ba
merging changes from origin
2010-05-24 18:32:42 +05:30
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
c78ee96697
gettext conversion
2010-05-20 07:49:15 -04:00
Michal Čihař
3436ce42cc
Migrate separator code to gettext.
2010-05-13 11:31:34 +02:00
Michal Čihař
0dcbea28eb
Move byte units translations to proper place.
2010-05-13 11:26:54 +02:00
Michal Čihař
00d7b8a659
Gettext for day/months.
2010-05-13 11:23:09 +02:00
Michal Čihař
95561d1e5b
Move comment for translators to proper place.
2010-05-13 11:18:42 +02:00
Marc Delisle
00604060e8
gettext conversion
2010-05-12 12:53:08 -04:00
Marc Delisle
2b4a5e68ee
gettext conversion
2010-05-09 08:03:11 -04:00
Michal Čihař
149c75f91f
Use standard way for linking documentation.
2010-05-05 16:24:02 +02:00
Marc Delisle
2182098af6
strings to gettext, second batch
2010-05-04 20:07:19 -04:00
Marc Delisle
bd90d40def
bug #2974067 non-binary fields shown as hex
2010-04-23 14:07:03 -04:00
Marc Delisle
acdf39e95b
bug #2974067 non-binary fields shown as hex
2010-04-23 14:00:53 -04:00
Marc Delisle
05e4e16b8a
Improve function and variables names
2010-04-13 08:51:07 -04:00
Michal Čihař
da979369c8
Merge branch 'QA_3_3'
2010-04-13 14:14:42 +02:00
Michal Čihař
a879b64620
Avoid double spaces.
...
They come from PMA_formatNumber without unit.
2010-04-13 14:14:34 +02:00
Madhura Jayaratne
846ce15039
[engines] Fix parsing of PBXT status.
2010-04-13 13:54:25 +02:00
s.troxler
2d8b20a28c
Fix slider on table properties page.
...
patch #2983090 , bug #2983050
2010-04-07 13:03:48 +02:00
Michal Čihař
96674738f7
Revert "removed some XHTML problems (slider effect)"
...
This reverts commit 777a5f7844
.
The div needs to be open because each usage of
PMA_generate_slider_effect includes end of div.
2010-04-07 13:01:52 +02:00
Marc Delisle
3ca82375d5
continue removing author names in code
2010-04-05 09:16:36 -04:00
Marc Delisle
6b5f3b9962
finish conversion of Replication feature from Mootools to jQuery
2010-04-05 09:09:35 -04:00