Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
Michal Čihař
95c0b5125d
This function is not used anywhere.
2010-07-20 13:57:25 +02:00
Adnan
ac3909d990
TCPDF Class [Tabs removed Commit]: Reverted back
2010-07-20 16:22:50 +05:00
Crack
c0ba57f040
add config options for charset in Import and Export
2010-07-20 12:42:18 +02:00
Crack
fab6eb09ea
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-20 12:30:03 +02:00
Michal Čihař
79a23fcd01
Forgotten occurence.
2010-07-20 12:20:06 +02:00
Michal Čihař
ee99ed3d39
libiconv is gone as of PHP 4.0.5, no need to support that
2010-07-20 12:19:35 +02:00
Crack
52550eff13
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Resolved conflicts:
setup/lib/forms.inc.php
setup/lib/messages.inc.php
2010-07-20 12:19:21 +02:00
Michal Čihař
be6e0eb8f3
Standard warnings for missing extensions.
2010-07-20 12:13:29 +02:00
Michal Čihař
f152dbcf84
The configuration directive is handled by generic config loading.
2010-07-20 12:10:41 +02:00
Michal Čihař
75593e3603
Do not die if RecodingEngine is auto and no engine is found.
2010-07-20 12:09:22 +02:00
Michal Čihař
42532065ab
No section for loading extensions.
...
The dl has been deprecated long time and the code for it removed as well
so we can simplify loading much.
2010-07-20 12:08:43 +02:00
Michal Čihař
11e53fb141
[core] Dropped AllowAnywhereRecoding configuration variable.
...
It really does not make sense these days, now the recoding of
export/import is available when the necessary extensions are loaded and
it is possible to disable it using RecodingEngine directive.
2010-07-20 12:05:07 +02:00
Michal Čihař
a4055b4773
[core] RecodingEngine now accepts none as valid option.
2010-07-20 11:56:21 +02:00
Michal Čihař
d7192b3a95
DefaultCharset is not used anywhere.
2010-07-20 11:52:33 +02:00
Michal Čihař
df4a6efe47
Drop convcharset/pma_charset handling.
...
This code had no real use, it was used for converting strings from MySQL
to browser encoding.
2010-07-20 11:46:11 +02:00
Michal Čihař
4603f7e881
This function is not used anywhere.
2010-07-20 11:42:53 +02:00
Michal Čihař
c9aa65668c
Fix comment.
2010-07-20 11:42:38 +02:00
lorilee
cb25753966
Sets the default export method if it is not set in config.inc.php
2010-07-19 17:17:04 -07:00
Crack
c67340d023
save lang and collation_connection to user preferences
2010-07-19 23:57:12 +02:00
ninadsp
e7b130baf7
Merge remote branch 'origin/master'
2010-07-19 21:54:37 +05:30
Crack
8c28b69aba
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-19 16:16:12 +02:00
Crack
4376f6ce14
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-19 16:04:50 +02:00
Marc Delisle
4e5061d323
Generate password only available if JS is enabled
2010-07-19 10:03:17 -04:00
Marc Delisle
828d008838
3.3.6-dev
2010-07-18 14:34:32 -04:00
Marc Delisle
31c18cbe11
3.3.5-rc1
2010-07-18 14:31:53 -04:00
Crack
cf99d6511f
fix restore-default not showing after page load
...
setup script comments for fields that set constraints on user preferences (MaxDbLost, MaxTableList)
2010-07-17 22:43:38 +02:00
Crack
b71edb5380
add missing @uses comments
2010-07-17 14:23:15 +02:00
Crack
a7fe3f362c
allow multiple validators for one field
...
users can set MaxDbList and MaxTableList, values are bounded by the original value
2010-07-17 14:02:19 +02:00
Crack
afca401bc8
parametrized validators
...
valdiation by regular expressions
shorter text fields for numeric inputs
2010-07-17 11:39:30 +02:00
lorilee
09b43c7cb1
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-07-16 16:56:38 -07:00
lorilee
8397112a67
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee
2010-07-16 16:54:59 -07:00
lorilee
60f95aa432
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-16 16:54:36 -07:00
Crack
c5bef4d2da
fix "restore default" button, should be visible only when field has custom value
...
added missing validations for setup script
added two field descriptions
added SkipLockedTables to user preferences
2010-07-16 20:28:11 +02:00
ninadsp
85e2225ac7
Fixed the issue in PMA_showMessage() where ['cell_align_left'] is not set in an Ajax request. Put an isset() conditional in place
2010-07-16 20:14:25 +05:30
Crack
995fcba961
fix theme changing
2010-07-16 11:30:21 +02:00
lorilee
7786d9421e
Changed the default CSV column separator from a comma to a semi-colon
2010-07-16 00:12:13 -07:00
lorilee
7b46075360
Fixed bug where non-footnote notices were being hidden; footnotes given their own div classes
2010-07-16 00:09:58 -07:00
ninadsp
ec38092bde
Added classes to data fields that are truncated/transformed/relation keys so that they can be distinguished while handling ajax inline edit
2010-07-15 22:21:57 +05:30
ninadsp
57fa27e22e
Added classes to the edit link and data fields that allow for inline editing
2010-07-15 15:48:10 +05:30
Dieter Adriaenssens
e31dcc11ef
Merge branch 'QA_3_3'
...
Conflicts:
libraries/import.lib.php
2010-07-14 22:32:10 +02:00
Dieter Adriaenssens
dbe5daaad3
Converting number of Excel column names no longer limited
2010-07-14 22:29:26 +02:00
Adnan
4adc0c15cd
User Schema + pdf Relation Schema Class: Improved documentation
2010-07-15 00:59:30 +05:00
Crack
7a5fd62810
allow users to easily work with preferences stored in session (when pmadb is disabled): after logging in, user is presented with a message asking whether settings from localStorage should be loaded
2010-07-14 21:28:24 +02:00
ninadsp
9dd93987ca
Reverted po files changes.
2010-07-15 00:17:49 +05:30
lorilee
8adaaf548f
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-07-14 11:34:35 -07:00
lorilee
5fab0e993c
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-14 11:33:45 -07:00
Adnan
2ca3d4d8f4
Export Relation Schema Class: Improved documentation + handling requests
2010-07-14 22:46:51 +05:00
Adnan
6fc9576f3e
Svg Schema Class: removed global vars + improved documentation
2010-07-14 20:36:13 +05:00
Crack
60285cd665
add missing string escapes
...
don't create <a> tag if LeftLogoLink is empty
2010-07-14 17:07:19 +02:00