Michal Čihař
efd8db8298
bug #3208723 [import] Fix import of utf-8 XML files.
...
The string should be already in utf-8.
2011-03-18 15:36:04 +01:00
Michal Čihař
186426cbaf
Ignore NULL charset
2011-03-18 15:29:18 +01:00
Michal Čihař
54942a7cf0
Fix typo
2011-03-18 14:55:42 +01:00
Michal Čihař
5f1f0a8bdb
Forgotten use of translated string
2011-03-18 14:53:05 +01:00
Michal Čihař
24396fe024
There are no empty/drop tabs anymore
2011-03-18 14:52:08 +01:00
Michal Čihař
13f919da6a
Another replacement of translated strings by fixed ones
2011-03-18 14:42:24 +01:00
Michal Čihař
cb377c360c
Use non translated string for identification of submited value in table properties
2011-03-18 14:38:19 +01:00
Michal Čihař
95bc3c92aa
Allow to specify value parameter for PMA_buttonOrImage
2011-03-18 14:36:10 +01:00
Michal Čihař
fc965daabd
Do not pass translated strings as parameter.
...
This can cause problem for non ascii languages and breaks if user
meanwhile switches language.
2011-03-18 14:32:36 +01:00
Michal Čihař
65e53a8bb8
bug#3212720 Show error message on error.
2011-03-17 16:11:02 +01:00
Samiran Raj Boro
d2bee66fc4
server variables documentation link in server_variables.php
...
- $doclink is not used anymore as we dont use the value after echo the link
- $VARIABLE_DOC_LINKS is first check isset() because it might not be stored in our ./libraries/server_variables_doc.php
if any new variables are introduced in new version of MySQL it must be added to server_variable_doc.php to display the link
2011-03-16 11:51:09 +01:00
Madhura Jayaratne
326f13827b
Do not highlight rows of these tables
2011-03-15 20:35:53 +05:30
Michal Čihař
60933d667b
bug #3206876 [core] Work without mbstring installed.
...
This is patch from upstream php-gettext, which will be included in next
release there.
2011-03-15 08:07:13 +01:00
Piotr Przybylski
7e482cac73
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-03-12 15:02:33 +01:00
Madhura Jayaratne
93339354a2
For geometry fields remove only the 'inline_edit' class.
2011-03-12 19:08:03 +05:30
Madhura Jayaratne
9d32b987e6
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-03-12 18:54:07 +05:30
Madhura Jayaratne
653cd113cd
For binary fields remove only the 'inline_edit' class.
2011-03-12 18:52:14 +05:30
Marc Delisle
09605e2d81
3.4.0-rc1-dev
2011-03-12 08:01:26 -05:00
Marc Delisle
65a72fbeec
3.4.0-beta4
2011-03-12 07:22:05 -05:00
Marc Delisle
810779c01d
Typos
2011-03-12 05:37:40 -05:00
Piotr Przybylski
7bbd3ab177
improved database group display
2011-03-12 00:20:04 +01:00
Dieter Adriaenssens
f64f1d3ef0
Merge branch 'PHPExcel'
2011-03-11 21:11:40 +01:00
Marc Delisle
dfa4668fe6
Bug #3187422 Form validation and submission
2011-03-06 08:30:51 -05:00
Madhura Jayaratne
7cbaf739e4
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-03-05 09:55:10 +05:30
Madhura Jayaratne
489d6bfce8
Bug #3196093 CSV import - Abort immediately and show error message on invalid parameters.
2011-03-05 09:53:51 +05:30
Piotr Przybylski
612598fe7f
Fix CSP header:
...
* add 'self' for img-src and script-src
* version.js access:
- remove protocol (shorter and useful mainly when HTTPS is required)
- remove path (invalid syntax, only hosts are allowed there)
2011-03-04 23:06:49 +01:00
Michal Čihař
260cf97a06
Allow loading version information using javascript in CSP
2011-03-04 15:19:01 +01:00
Michal Čihař
29afe63e29
Allow data: for <img> in CSP
2011-03-04 15:17:32 +01:00
Dieter Adriaenssens
5620ef1c3f
Update library PHPExcel to version 1.7.6, add some missing files
2011-03-02 21:16:28 +01:00
Dieter Adriaenssens
e0a70f4c6b
Update library PHPExcel to version 1.7.6
2011-03-02 20:56:37 +01:00
Marc Delisle
419d067dc3
Extra line break generated when creating user via Ajax
2011-03-02 13:01:17 -05:00
Michal Čihař
a5e5cc6a7b
rfe #1168350 [interface] Add clear button to SQL edit box.
2011-03-02 14:30:59 +01:00
Michal Čihař
c052954bec
rfe #1312657 [dbi] Default to mysqli extension.
2011-03-02 14:19:01 +01:00
Michal Čihař
d0d236fd62
rfe #2936155 [auth] Allow to pass additional parameters using signon method.
2011-03-02 11:44:57 +01:00
Michal Čihař
c9410ed7ac
pmahomme is now default theme
2011-03-01 16:41:52 +01:00
Madhura Jayaratne
abfb718c89
Inline edit extended to fields of type set.
2011-03-01 20:42:51 +05:30
Thilanka
a994e13c33
Ajaxify browse and delete criteria in DB search
2011-02-28 12:44:44 -05:00
Michal Čihař
d1a6410766
Edit is more appropriate here
2011-02-24 16:08:22 +01:00
Marc Delisle
984cf6dbad
For bug 3168757:
...
- Use jQuery to make the text look and behave like a link
2011-02-24 06:04:49 -05:00
Marc Delisle
b78bd77e41
For bug 3168757:
...
- Change default link length limit to 2000
- Add text next to the image
2011-02-24 05:21:24 -05:00
Marc Delisle
019b9de9da
For proper conversion of the Edit link to Inline Edit
2011-02-22 07:48:47 -05:00
Marc Delisle
aa0d3cfc4a
Improve display of debugging queries
2011-02-20 07:04:08 -05:00
Madhura Jayaratne
0899300962
Bug #3187096 [AJAX] Dropdown not displayed for foreign keyed fields
2011-02-20 02:31:41 +05:30
Madhura Jayaratne
52820d2d70
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-02-20 01:19:32 +05:30
Madhura Jayaratne
8e64a94360
Bug #3185756 [AJAX] Inline edit and NULL columns
2011-02-19 22:50:43 +05:30
Marc Delisle
67339bab2a
Current code has problems with Ajax, for example when creating a user.
...
There are missing headers and this commit is an attempt to fix this
situation.
2011-02-19 07:49:49 -05:00
Madhura Jayaratne
da82fe392b
Bug #3183970 Losing SQL history
2011-02-18 18:54:36 +05:30
Michal Čihař
cf4d86532e
Link to MySQL 5.5 documentation on servers running MySQL 5.5
2011-02-17 10:59:00 +01:00
Michal Čihař
4c18383524
Better context for documentation links
2011-02-17 10:55:14 +01:00
Michal Čihař
04acac8235
More uses of standard function for PHP doc links
2011-02-17 10:50:59 +01:00