Marc Delisle
4986ee0174
lang directory no longer exists; I guess this mechanism is no longer needed
2010-06-28 09:25:45 -04:00
Marc Delisle
b05a903dc3
gettext conversion
2010-05-14 07:47:50 -04:00
Michal Čihař
c415e5d03b
Reenable kanji encoding feature.
...
Language names are now slightly different.
2010-05-10 09:26:17 +02:00
Michal Čihař
5c2a111011
Fix format strings.
2010-05-05 11:44:55 +02:00
Michal Čihař
142c0b5f84
Convert pcre warning to generic message.
2010-05-05 11:35:49 +02:00
Marc Delisle
2182098af6
strings to gettext, second batch
2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f
strings to gettext, first batch
2010-05-03 12:57:46 -04:00
Michal Čihař
a384bef30b
Let's remove mootools.
...
There still might be some uses of it, but I'm not aware of anything
right now and it's better to break things earlier so that somebody
notices and it can be fixed.
2010-04-15 10:47:50 +02:00
Michal Čihař
71ff89c2fe
Include non minified version in Git.
...
The JS compression will happen on release.
2010-04-13 11:52:33 +02:00
Marc Delisle
3ca82375d5
continue removing author names in code
2010-04-05 09:16:36 -04:00
Michal Čihař
12482d58eb
Separate logic for loading messages to javascript.
...
This way they can be cached in browser and not loaded on each request.
2010-04-01 15:02:23 +02:00
Michal Čihař
5ecbd6941d
Better name for javascript file.
2010-04-01 11:24:38 +02:00
Michal Čihař
7b754395e9
Provide way for vendors to easily change paths to config files.
2010-03-31 12:29:21 +02:00
Michal Čihař
e20e693316
Update generating of bookmarkable url to jQuery.
2010-03-30 13:45:18 +02:00
Marc Delisle
783892518c
Replace MooRainbow with a jQuery color picker
2010-03-25 13:27:58 -04:00
Michal Čihař
ecc4913a8c
Reenable bookmarking code.
...
Just disable it for webkit based browsers, because they do not allow to
update any part of location without reload.
bug#2937481
2010-01-25 11:50:48 +00:00
Michal Čihař
df1671d1c4
Include mootools as first script.
2010-01-25 11:50:14 +00:00
Michal Čihař
94c2f864ae
[core] Remove config data from session as it brings chicken-egg problem.
...
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Marc Delisle
729d965a04
optimization: do not verify each time the presence of blobstreaming plugins; coding standard
2009-11-07 12:00:19 +00:00
Michal Čihař
a378720684
Convert active check to variable.
...
We need to disable tracker for calling PMA_getRelationsParam. Well there
should be rather way to skip all queries done by control user, but this
information is not passed down to the DBI layer where tracker catches the SQL
queries.
2009-08-25 13:44:14 +00:00
Michal Čihař
ffa02fb26d
Delay tracker activation till all our parts are ready.
...
Otherwise it can lead to some strange effect while trying to track queries
used for finding out whether tracking is enabled.
2009-08-25 13:16:32 +00:00
Marc Delisle
15441ded5d
do not try to display a tab that was not built
2009-08-22 11:22:50 +00:00
Marc Delisle
60536d78e1
patch #2798592 [import] Progress bar
2009-07-02 12:12:06 +00:00
Marc Delisle
38fea0cc9e
in SESSION, userconf renamed to tmp_user_values to avoid confusion with the future db-based user preferences
2009-06-20 16:36:58 +00:00
Marc Delisle
c7e897b1e5
[core] Compatibility with PHP 5.3.0RC2
2009-05-08 14:15:55 +00:00
Michal Čihař
49036e6003
rfe #1694104 Allow logging of user status with Apache.
2009-03-03 16:20:41 +00:00
Marc Delisle
4b67c7483f
[auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that applies to all accounts (even the anonymous user)
2009-03-02 16:19:36 +00:00
Marc Delisle
842ed504d2
bug #2414056 [auth] AllowNoPasswordRoot error message is too vague
2009-02-10 18:15:18 +00:00
Marc Delisle
5ed0400bdd
patch #2520747 [core] E_DEPRECATED compatibility for PHP 5.3
2009-01-20 18:04:20 +00:00
Marc Delisle
30bda361bf
patch #2478940 [core] PHP 5.2+ warning does not work
2009-01-01 23:37:14 +00:00
Marc Delisle
0de70e7d79
bug #2397877 [core] ForceSSL and http auth_type
2008-12-28 14:50:07 +00:00
Michal Čihař
688c9986de
Fix markup.
2008-11-24 10:36:00 +00:00
Michal Čihař
9561f56875
Fix some phpdoc errors.
2008-11-24 09:55:30 +00:00
Raj Kissu Rajandran
e960406e5d
Fixed MIME type change issue.
2008-11-02 06:54:27 +00:00
Marc Delisle
f2c9af09e3
improved calling parameter and explanation
2008-10-08 12:14:19 +00:00
Marc Delisle
fd03f05f4d
bug #1914066 [core] ForceSSL generates incorrectly escaped redirections, this time with the correct fix
2008-10-06 21:36:08 +00:00
Marc Delisle
3c458497aa
bug #114066 [core] ForceSSL generates incorrectly escaped redirections
2008-09-26 16:22:42 +00:00
Michal Čihař
e0987bfbc8
do not allow root user without password unless explicitly enabled by AllowEmptyRoot
2008-09-03 13:45:12 +00:00
Marc Delisle
300ac33342
patch #2075263 [auth] Single sign-on and cookie clearing
2008-09-02 16:44:02 +00:00
Marc Delisle
e77938bb20
BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- work in progress
2008-08-20 17:04:37 +00:00
Marc Delisle
d3687045ae
mooRainbow fix for mootools 1.2; Reset buton for custom color
2008-07-15 19:28:27 +00:00
Marc Delisle
62461e5477
port 2.11.7.1 fix
2008-07-15 19:03:11 +00:00
Marc Delisle
bb2c1fbb8d
color picker (work in progress)
2008-07-10 17:53:31 +00:00
Marc Delisle
544831fda7
patch #2007196 , Typos in comments, thanks to knittl - knittl
2008-07-01 19:21:28 +00:00
Marc Delisle
afbb2a9dc2
protection against XSS when register_globals is on and .htaccess has no effect
2008-06-21 15:01:27 +00:00
Michal Čihař
00f893361f
This has been fixed in PHP 5.1.0, we support 5.2+.
2008-06-02 14:04:29 +00:00
Michal Čihař
efc4f5a9ba
Translation is already loaded by libraries/select_lang.lib.php.
2008-06-02 13:20:00 +00:00
Sebastian Mendel
fa21fe3ea5
make the database list more magic:
...
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Marc Delisle
fd34e26ca1
enable testing under PHP 5.3.0-dev
2008-03-29 11:16:04 +00:00
Marc Delisle
ba57a90e8b
bug #1909711 [security] Sensitive data in session files
2008-03-29 06:06:35 +00:00