Michal Čihař
|
7870ee574d
|
Fix import of some CSV files (bug #1373731), provide better error messages.
|
2005-12-05 22:53:24 +00:00 |
|
Sebastian Mendel
|
b8619ad1ad
|
correctly reset config variables on changes in config.inc.php
|
2005-12-05 15:50:25 +00:00 |
|
Sebastian Mendel
|
9fe2097f39
|
make use of PMA_array_merge_recursive() (forgot to remove debug code)
|
2005-12-05 13:20:07 +00:00 |
|
Sebastian Mendel
|
389d8f2871
|
make use of PMA_array_merge_recursive()
|
2005-12-05 13:09:21 +00:00 |
|
Sebastian Mendel
|
17997b9e68
|
added PMA_array_merge_recursive()
|
2005-12-05 13:04:32 +00:00 |
|
Michal Čihař
|
75a16f45f8
|
Use same script tag, use CDATA for scripts (RFE #995065).
|
2005-12-04 23:14:41 +00:00 |
|
Michal Čihař
|
277e159d6d
|
Fix use of escaped chars (bug #1371249).
|
2005-12-04 20:24:09 +00:00 |
|
Marc Delisle
|
4a89855656
|
towards PEAR coding standards
|
2005-12-04 19:28:28 +00:00 |
|
Marc Delisle
|
dc5cd6d778
|
PDF export
|
2005-12-03 19:28:22 +00:00 |
|
Sebastian Mendel
|
0237ab7160
|
revised XHTML output
|
2005-12-02 13:04:22 +00:00 |
|
Sebastian Mendel
|
d4309b5e86
|
missing ; for html entity
|
2005-12-02 07:32:17 +00:00 |
|
Sebastian Mendel
|
93c4ce3294
|
call __wakeup for Theme_Manager
|
2005-12-01 11:04:29 +00:00 |
|
Sebastian Mendel
|
3d5994dd7d
|
session cookie path (bug #1370294)
|
2005-12-01 10:46:56 +00:00 |
|
Sebastian Mendel
|
db64c9d105
|
update theme list on wakeup
|
2005-12-01 09:12:57 +00:00 |
|
Sebastian Mendel
|
13cad04bd3
|
missing '/' in img path (bug #1370437) - fix for the fix
|
2005-12-01 08:59:12 +00:00 |
|
Sebastian Mendel
|
76f7c21270
|
session cookie path (bug #1370294)
|
2005-12-01 08:57:20 +00:00 |
|
Sebastian Mendel
|
f05a0df6f6
|
no error for missing config file (bug #1370269)
|
2005-12-01 08:33:12 +00:00 |
|
Sebastian Mendel
|
ec92d86aa4
|
missing '/' in img path (bug #1370437)
|
2005-12-01 08:11:15 +00:00 |
|
Michal Čihař
|
f88d908e83
|
Move config.default.php to librarires (bug #1365759).
|
2005-11-30 19:01:47 +00:00 |
|
Michal Čihař
|
17a3ebe53a
|
Actually load configuration.
|
2005-11-30 18:59:48 +00:00 |
|
Sebastian Mendel
|
e16cc93094
|
allow to load no user config
|
2005-11-30 15:31:36 +00:00 |
|
Sebastian Mendel
|
9429182dcf
|
removed references to defines.lib.php
|
2005-11-30 15:07:53 +00:00 |
|
Sebastian Mendel
|
220387cd28
|
- make use of new PMA_Config class in libraries/common.inc.php
- merged PMA_dl() from libraries/defines.lib.php into libraries/common.inc.php
- libraries/defines.lib.php: removed
|
2005-11-30 14:34:49 +00:00 |
|
Sebastian Mendel
|
9a715f8c96
|
merged code from common.inc.php and defines.lib.php
|
2005-11-30 14:00:30 +00:00 |
|
Marc Delisle
|
75ba7193a3
|
bug #1367549, handling of CURRENT_TIMESTAMP
|
2005-11-29 18:44:13 +00:00 |
|
Sebastian Mendel
|
86a4731d48
|
merged check for collationconnection and output buffering from common.lib.php
|
2005-11-29 18:28:08 +00:00 |
|
Sebastian Mendel
|
687ea83a62
|
added checkPmaAbsoluteUri()
|
2005-11-29 17:41:27 +00:00 |
|
Sebastian Mendel
|
ff6c564b13
|
new class for handling config
|
2005-11-29 16:46:46 +00:00 |
|
Sebastian Mendel
|
ff639be84d
|
deprecated
|
2005-11-29 13:39:00 +00:00 |
|
Sebastian Mendel
|
fa4c30cfda
|
added PMA_Theme_Manager::printPreviews()
|
2005-11-29 12:48:53 +00:00 |
|
Sebastian Mendel
|
67a1f28f9a
|
PMA_Theme::printPreview()
|
2005-11-29 12:48:12 +00:00 |
|
Sebastian Mendel
|
a7b7f0bd11
|
- make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
|
2005-11-29 12:25:31 +00:00 |
|
Sebastian Mendel
|
061da44a92
|
added some functionality
|
2005-11-29 12:15:42 +00:00 |
|
Sebastian Mendel
|
277ba326df
|
- added PMA_setCookie() and PMA_removeCookie()
- moved setting of cookies from index.php into common.lib.php
|
2005-11-29 08:45:01 +00:00 |
|
Michal Čihař
|
19b4f9ff24
|
This line should not be commented out.
|
2005-11-28 20:49:46 +00:00 |
|
Michal Čihař
|
ea58d9f259
|
Do not use functions not supported by older PHP.
|
2005-11-28 18:21:19 +00:00 |
|
Sebastian Mendel
|
e988938d43
|
use PMA_sendHeaderLocation()
|
2005-11-28 16:42:00 +00:00 |
|
Sebastian Mendel
|
a3affc28d6
|
moved all function to top, to make this as early as possible available
|
2005-11-28 16:31:58 +00:00 |
|
Michal Čihař
|
319cabce52
|
Display PMA_errors on login form.
|
2005-11-28 13:54:45 +00:00 |
|
Sebastian Mendel
|
2153a6af48
|
- revised
- added check for lang directory (./lang/)
- check files for languages
|
2005-11-28 12:19:03 +00:00 |
|
Sebastian Mendel
|
39384a2df2
|
new classes for handling themes
|
2005-11-28 07:59:36 +00:00 |
|
Michal Čihař
|
a1f608d0bc
|
Store HTML entities rather than relying on php functions to create them.
|
2005-11-27 22:04:11 +00:00 |
|
Michal Čihař
|
8fb8197346
|
Fix undefined indexes.
|
2005-11-27 21:54:53 +00:00 |
|
Sebastian Mendel
|
ed31f99d0c
|
- fixed unchecked variables as it was originaly in my mind
- added error message if requested lang could not be set
- set fallback to en-utf-8
- minore fixes
|
2005-11-26 07:43:01 +00:00 |
|
Sebastian Mendel
|
14ca239cd6
|
*** empty log message ***
|
2005-11-26 07:08:38 +00:00 |
|
Sebastian Mendel
|
82572774cd
|
define variables only where needed
|
2005-11-26 06:59:49 +00:00 |
|
Sebastian Mendel
|
5afd8905a6
|
define variables only where needed, and use NULL to define them, as some places test only for isset and not for content
|
2005-11-26 06:35:23 +00:00 |
|
Sebastian Mendel
|
af66555969
|
argh! now really!
|
2005-11-26 06:11:48 +00:00 |
|
Sebastian Mendel
|
9ec71beedf
|
allow scripts to bypass importing vars
|
2005-11-26 06:08:07 +00:00 |
|
Marc Delisle
|
7cb1a1f155
|
undefined pma_lang the first time (cookie does not exist)
|
2005-11-25 15:40:33 +00:00 |
|