Sebastian Mendel
5dd96d42ce
replaced $PMA_errors with new PMA_Error_Handler
2007-10-08 16:02:58 +00:00
Sebastian Mendel
b43ab99c15
new error handler ...
2007-10-08 15:13:44 +00:00
Sebastian Mendel
e623dc42cf
new error handler - needs some more work, but works already:
...
- errors are gathered through all pages till displayed
- errors are displayed in main footer
- configurable error gathering
- configurable error displaying
- configurable error logging
2007-10-08 14:58:18 +00:00
Sebastian Mendel
4355a564d5
refactored tooltip handling (please test!)
2007-10-05 13:18:04 +00:00
Sebastian Mendel
98c8a7719e
refactored JavaScript handling
2007-10-05 11:45:55 +00:00
Sebastian Mendel
29b8ec66a4
initialize $js_messages, now you can add JavaScript messages and libraries at any point in phpMyAdmin (before HTML headers are sent)
2007-10-05 07:39:55 +00:00
Sebastian Mendel
40b3ce9fd1
use array to define included JavaScript libraries
2007-10-04 09:22:50 +00:00
Marc Delisle
270b42c219
obsolete comments
2007-09-23 15:31:30 +00:00
Marc Delisle
235fc3679c
move mcrypt code in-line (avoid one require); also add a constant for better protection
2007-09-23 15:12:42 +00:00
Marc Delisle
dccab77870
MySQL 5.0.15 is the minimum
2007-09-13 16:57:14 +00:00
Sebastian Mendel
45ec0b601a
exclude 5.0 non production releases too (5.0.0 - 5.0.14)
2007-09-11 08:18:50 +00:00
Sebastian Mendel
7036cf6991
raised from 4.1 to 4.1.7 (first production version)
2007-09-11 08:10:25 +00:00
Sebastian Mendel
24159d6bac
check minimum database version requirements
2007-09-11 08:07:10 +00:00
Marc Delisle
eb8eb28126
use the same minimum requirements as in our doc
2007-09-08 23:32:49 +00:00
Marc Delisle
a3d4747029
bug #1788533 Ugly error under PHP < 5
2007-09-06 17:05:18 +00:00
Marc Delisle
3e460af6cf
remove non-UTF-8
2007-09-04 16:59:39 +00:00
Sebastian Mendel
d2b9013fad
fixed E_STRICT
2007-08-02 11:40:16 +00:00
Marc Delisle
7b9e296f67
undefined constant when ServerDefault == 0
2007-07-22 18:36:05 +00:00
Marc Delisle
941dee7e41
Profiling (work in progress)
2007-06-27 21:01:13 +00:00
Marc Delisle
8d23f41628
more PHP6 compatibility
2007-06-15 15:46:53 +00:00
Sebastian Mendel
6240555e43
typos
2007-05-18 05:47:08 +00:00
Sebastian Mendel
c5cba195f1
renamed class files according to PMA standard (or at least how i guess)
2007-05-15 06:18:21 +00:00
Sebastian Mendel
573a6161bd
fixed code indention
2007-05-09 12:18:57 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +00:00
Sebastian Mendel
b2f3ae5fcf
make $sql_query persistent (init it, never unset it, always assume it is set)
2007-04-01 09:26:14 +00:00
Sebastian Mendel
858a4d1b42
make use of PMA_isValid() and initialize $sql_query
2007-03-29 06:02:22 +00:00
Sebastian Mendel
c28969acbd
no need to globalize $_REQUEST['is_js_confirmed']
2007-03-27 11:29:18 +00:00
Sebastian Mendel
e63059cbaa
replaced ctype_digit() with is_numeric()
2007-03-27 11:27:36 +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