lorilee
696617b4e4
Updated hidden structure/data field name, Modified label text
2010-06-09 20:27:14 -04:00
lorilee
af861fba90
Updated hidden structure/data field name, Modified label text
2010-06-09 20:26:41 -04:00
lorilee
43c6fbedea
Updated hidden structure/data field name
...
Modified label text
2010-06-09 20:26:04 -04:00
lorilee
676cc83520
Updated defaults for structure/data for several plugins
2010-06-09 20:23:21 -04:00
ninadsp
834b36bd6a
Merge remote branch 'origin/master'
2010-06-09 22:49:38 +05:30
lorilee
bb18a3b6c0
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-06-08 23:40:35 -04:00
lorilee
ea8062b375
Moved the plugin drop-down list down to just before the plugin-specific options
2010-06-08 23:04:22 -04:00
lorilee
3bfeaf8bd7
Modified form fields, formatting and organization
2010-06-08 22:49:47 -04:00
lorilee
f91bcdbdbe
Added new variables to reflect new form fields in export page
...
Updated variable names and values to reflect form field name changes in new export page
2010-06-08 22:43:25 -04:00
lorilee
78375df6ba
- radio buttons of plugins changed to a dropdown list
...
- "formelement" divs changed to list elements
- PMA_pluginGetOneOption() accepts radio buttons
- fieldsets changed to divs
- removed JavaScript code that toggles plugin-specific options (now in a separate file)
2010-06-08 22:34:38 -04:00
Marc Delisle
5ed4790db0
move remaining old-format messages to the script that uses them, when possible
2010-06-08 12:32:18 -04:00
lorilee
de5013ae7a
The new export page
2010-06-08 10:57:31 -04:00
lorilee
b32bba64df
Revert "New export page"
...
This reverts commit f3dcd35025
.
2010-06-08 10:53:26 -04:00
lorilee
f3dcd35025
New export page
2010-06-08 10:52:38 -04:00
Michal Čihař
1649a0a1c4
Add description for Welsh.
2010-06-07 20:22:16 +02:00
Adnan
d38b380c32
Merge remote branch 'origin/master' into export_branch
2010-06-07 05:01:59 +05:00
ninadsp
42de77813c
Merge remote branch 'origin/master'
2010-06-06 20:01:39 +05:30
Crack
3ed3539958
Setup script refactoring: moved ConfigFile, Form, FormDisplay
...
Config db overrides and validation info stored in config.values.php
2010-06-05 19:25:54 +02:00
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
50dabaf4e7
Removed the inline JavaScript confirmLinkDropDB() call and added an id
...
"drop_db_anchor" to the tab
2010-06-05 14:56:08 +05:30
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
Martynas Mickevicius
7dd6900cfe
Merge commit 'origin/master' into local
2010-06-04 16:29:15 +02:00
Martynas Mickevicius
61e00e523e
file placeholder creation. Will build on top of these.
2010-06-04 16:19:55 +02:00
Dieter Adriaenssens
662f3d4da3
merge with master
2010-06-03 21:21:34 +02:00
Dieter Adriaenssens
b4d8e58a72
Update library PHPExcel to version 1.7.3c
2010-06-03 20:35:06 +02:00
ninadsp
160f4314eb
Merge remote branch 'origin/master'
2010-06-03 22:34:52 +05:30
Adnan
3805338674
Rename libraries/classes to libraries/schema
2010-06-03 17:51:05 +05:00
Adnan
5d7998984d
adding classes to libraries dir
2010-06-03 17:09:57 +05:00
Marc Delisle
caa98445d8
conform to relational terminology regarding columns and rows
2010-05-31 14:33:21 -04:00
Michal Čihař
c6a28b42e6
Single place to define PDF schema form.
2010-05-31 14:05:41 +02:00
Marc Delisle
d18a3eb3c0
Merge branch 'QA_3_3'
2010-05-30 08:44:33 -04:00
Marc Delisle
cfcec687fa
bug #2986383 Not all data being shown / counted
2010-05-30 08:43:41 -04:00
Marc Delisle
024120107c
removed code that was adding all fields, even untouched ones, in the UPDATE statement
2010-05-29 07:45:56 -04:00
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
6276ad45a6
Suppress the output if in an Ajax request
2010-05-28 13:05:04 +05:30
Dieter Adriaenssens
c676b181a5
cleanup (re)moved files
2010-05-26 21:24:26 +02:00
ninadsp
5ab3a60612
Header and Footr output is suppressed if it is an Ajax request
2010-05-26 11:38:58 +05:30
Dieter Adriaenssens
9c6e8bc186
Update library PHPExcel to version 1.7.3
2010-05-25 22:10:48 +02:00
Michal Čihař
f8d0e57a3d
Can not use text as index here.
...
We already get translated string.
2010-05-25 16:56:29 +02:00
Michal Čihař
94b9b5e705
Fixup transformations generator.
2010-05-25 14:38:30 +02:00
Michal Čihař
f36bd4a641
Readd privdesc messages.
2010-05-25 13:21:21 +02:00
ninadsp
38ac78e3ba
merging changes from origin
2010-05-24 18:32:42 +05:30
Michal Čihař
e0b32c7aaa
Convert transformation descriptions to gettext.
2010-05-24 12:04:20 +02:00
Michal Čihař
dffd1dc1a2
Get rid of strSuccess.
2010-05-24 11:30:28 +02:00
Michal Čihař
e0129770dc
Get rid of strDocu.
2010-05-24 11:29:35 +02:00