Commit Graph

4648 Commits

Author SHA1 Message Date
Michal Čihař
ed988b257c Explicitely state GLOBALS here, though it should not be needed 2011-04-05 14:00:10 +02:00
Michal Čihař
3eeb09bfe0 Remove duplicate case for English 2011-04-05 13:41:04 +02:00
Michal Čihař
b382f33e8d Add UTF-8 transcription of language 2011-04-05 13:39:54 +02:00
Brian Carcich
e49f0752f2 Minor fix for rare occurrence: zipping files with dates <1981 2011-04-05 09:20:41 +02:00
Dieter Adriaenssens
fecfe761f9 drop Devel: prefix in links to wiki 2011-03-29 10:02:02 +02:00
Rouslan Placella
6adfdb3b44 Feature Request #3163355 - Skip dumping data comment if table is empty. 2011-03-28 14:18:10 +02:00
Aris Feryanto
58ae4e7f1d User prefs and Iconic settings - ID: 3216140 2011-03-24 14:40:25 +01:00
Marc Delisle
29dbdde4ff Avoid displaying a Back link in a error message if we are in Ajax mode 2011-03-23 08:10:22 -04:00
Michal Čihař
a21aebffaf Define missing property 2011-03-21 16:23:32 +01:00
Michal Čihař
5aec651dd1 Define missing property 2011-03-21 16:21:51 +01:00
Marc Delisle
4c214a105b - In Browse mode, move the Show dialog on its own line
- Put the Next and End buttons are the very right side of the line of
  buttons
2011-03-19 15:28:23 -04:00
Marc Delisle
f5954a7d2f Revert "Improve display of the Show dialog in Browse mode"
This reverts commit cd29417260.
2011-03-19 07:04:43 -04:00
Marc Delisle
cd29417260 Improve display of the Show dialog in Browse mode 2011-03-18 12:34:13 -04:00
Michal Čihař
8fb267930e bug #3039384 [auth] Force signon auth on signon URL change. 2011-03-18 16:12:16 +01:00
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