Crack
7db978de3f
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/config.values.php
2010-07-26 20:24:57 +02:00
Michal Čihař
5684d40059
Documentation.
2010-07-26 16:39:55 +02:00
Michal Čihař
9da795245e
It makes no sense load translations here
...
Either the message is translated or not, but we can not do much about
it.
2010-07-26 16:39:04 +02:00
Michal Čihař
180018d4dc
Drop suppor from PMA_fatalError for str* variables.
...
It is not used anywhere now.
2010-07-26 16:38:31 +02:00
Crack
2d67cb58c4
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/relation.lib.php
2010-07-24 18:34:52 +02:00
Marc Delisle
56ebe05af7
blob streaming code cleanup (work in progress)
2010-07-22 13:15:27 -04:00
Barry Leslie
f8653e5803
Update blob streaming to match the current API and use the PBMS PHP extension.
2010-07-22 11:23:37 -04:00
Michal Čihař
31244e29d5
Better message for missing extension.
2010-07-21 08:52:35 +02:00
Michal Čihař
3e57a8eca9
No @uses __('Something').
2010-07-20 15:06:34 +02:00
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +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ř
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
Crack
68d9c40113
moved Import by LOAD DATA settings to CSV category
...
moved PMA_array_* functions to core.lib.php
moved PMA_read_userprefs_fieldnames() to user_preferences.lib.php
server/database/table filename templates are saved to pmadb when "remember template" is checked
2010-07-04 21:56:46 +02:00
Michal Čihař
88ff43da9f
Remove strError occurences.
2010-05-24 11:27:08 +02:00
Michal Čihař
e788257512
Generic function to warn about missing extension.
2010-05-05 11:35:14 +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ř
f9ccd69538
Remove no longer needed language file names.
2010-04-09 13:57:36 +02:00
Marc Delisle
3ca82375d5
continue removing author names in code
2010-04-05 09:16:36 -04:00
Marc Delisle
819324ede6
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
2010-03-06 18:04:17 +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
Herman van Rink
b55c48b8d8
Added unittest for PMA_ifSetOr()
2009-10-16 08:10:26 +00:00
Michal Čihař
ebeb0c319f
Adding @package, first part.
2008-11-24 10:32:56 +00:00
Marc Delisle
4db43ab450
bug #2064649 Missing question mark
2008-08-21 16:45:14 +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
1bd7ec70e2
bug #2046883 [core] Notices about deprecated dl() (so stop using it)
2008-08-16 14:06:27 +00:00
Sebastian Mendel
021d4b78a0
use http_build_query();
...
add some doc;
2008-07-09 05:53:17 +00:00
Marc Delisle
bf3b1def54
explain the reason for this script
2008-07-08 19:15:27 +00:00
Michal Čihař
7fb6bc2370
There is no en-iso-8859-1 anymore, so do not attempt to use it.
2008-07-08 15:55:35 +00:00
Marc Delisle
544831fda7
patch #2007196 , Typos in comments, thanks to knittl - knittl
2008-07-01 19:21:28 +00:00
Sebastian Mendel
bccd6fea65
cleanup
2007-10-17 14:07:58 +00:00
Marc Delisle
a554042b5e
bug #1728590 Detected failing session_start fails
2007-06-03 23:30:40 +00:00
Sebastian Mendel
ef312fc70b
PMA_isValid(): added ability to check $var against array of valid values
2007-05-09 13:03:59 +00:00
Sebastian Mendel
2454f1feff
typo in fix for bug #1671813
2007-03-26 06:32:56 +00:00
Sebastian Mendel
dd5d1163b1
typo (i really should have written this phpunit test before as suggested ...)
2007-03-21 16:35:11 +00:00
Sebastian Mendel
d0f53268c6
added explanation/notice about unset variable behavior
2007-03-21 14:17:20 +00:00
Sebastian Mendel
6b47ec1252
PMA_isValid(): typo
2007-03-21 13:26:55 +00:00
Sebastian Mendel
71075dac88
PMA_isValid(): added 'identical' as $type option
2007-03-21 11:36:40 +00:00
Sebastian Mendel
47201daf61
PMA_isValid(): typo, todo and changed default from 'scalar' to 'length'
2007-03-21 09:22:23 +00:00
Sebastian Mendel
ccbd760b11
[core] added PMA_isValid() and PMA_ifSetOr() for variable handling
2007-03-21 08:56:42 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00