Michal Čihař
|
8cd7c28c84
|
Sync token name, move it's definition to one place (bug #1569612).
|
2006-10-03 13:11:22 +00:00 |
|
Marc Delisle
|
12adf51627
|
bug #1544692, version 2.8.2.3 breaks setup.php
|
2006-08-22 20:14:45 +00:00 |
|
Marc Delisle
|
75556c3aaf
|
bug #1536112, better fix (in case of register_globals enabled)
|
2006-08-22 12:05:51 +00:00 |
|
Michal Čihař
|
21200a051f
|
Improve readibility (patch #1539976), thanks to Isaac Bennetch - ibennetch.
|
2006-08-14 14:07:05 +00:00 |
|
Michal Čihař
|
fbfb5d2f02
|
Protect against php code input from user (bug #1530370).
|
2006-07-28 14:49:47 +00:00 |
|
Michal Čihař
|
aa73d33cf6
|
Implement own minimalistic var_export and drop the one from PEAR.
|
2006-07-20 13:47:07 +00:00 |
|
Michal Čihař
|
fc446fde5b
|
Add var_export compatibility wrapper from PEAR PHP_Compat to make setup.php work on PHP 4.1 (bug #1513007).
|
2006-06-27 09:19:21 +00:00 |
|
Michal Čihař
|
bd1c06cb4f
|
Fix detection of writable config (bug #1488447).
|
2006-05-15 07:57:43 +00:00 |
|
Michal Čihař
|
0381ffcd72
|
Compatibility with security tokens (bug #1488453).
|
2006-05-15 07:47:21 +00:00 |
|
Sebastian Mendel
|
12f2005466
|
fixed bug #1444466 theme directory not being processed correctly
|
2006-04-12 11:16:22 +00:00 |
|
Michal Čihař
|
86ea769d80
|
Parse correctly new version numbers.
|
2006-04-07 14:05:46 +00:00 |
|
Michal Čihař
|
a2f7bc01de
|
Allow empty socket (bug #1452142).
|
2006-03-17 10:17:58 +00:00 |
|
Michal Čihař
|
ab2a1160b7
|
Fix config loading (bug #1449821).
|
2006-03-14 21:17:10 +00:00 |
|
Michal Čihař
|
eb8874eec5
|
XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k).
|
2006-02-21 17:41:13 +00:00 |
|
Michal Čihař
|
6c877664af
|
Various bug fixes (bug #1435700, bug #1435806, undefined indexes).
|
2006-02-21 17:21:19 +00:00 |
|
Michal Čihař
|
2a16078c94
|
Fix typos (bug #1424923).
|
2006-02-06 11:02:09 +00:00 |
|
Sebastian Mendel
|
2f468cd3c2
|
fixed bug #1424274 'Found a problem in the setup script' (ShowPHPInfo -> ShowPhpInfo)
|
2006-02-05 12:24:17 +00:00 |
|
Sebastian Mendel
|
0ae8842353
|
(not complete) PEAR coding standard
|
2006-01-17 17:03:02 +00:00 |
|
Sebastian Mendel
|
7358f5a712
|
allow 0 as name for database, table collumn, alias and index
|
2006-01-14 23:17:17 +00:00 |
|
Michal Čihař
|
43bae7bd90
|
Use same format of version file as in upgrade.pl.
|
2005-12-12 21:48:23 +00:00 |
|
Sebastian Mendel
|
5b9cab5a91
|
check magic_quotes only once in common.inc.php
|
2005-12-12 14:28:28 +00:00 |
|
Michal Čihař
|
fa383a0eb4
|
Show available version information even when using CVS version.
|
2005-12-09 11:55:36 +00:00 |
|
Michal Čihař
|
c654bde0e7
|
better title
|
2005-12-08 19:43:12 +00:00 |
|
Marc Delisle
|
2472e2f3aa
|
typo
|
2005-12-08 19:32:33 +00:00 |
|
Marc Delisle
|
b62ac45150
|
typo
|
2005-12-08 19:29:18 +00:00 |
|
Marc Delisle
|
213a3b43d7
|
typos
|
2005-12-08 18:26:45 +00:00 |
|
Michal Čihař
|
23e7411452
|
Show Save and Load buttons disabled if saving not available.
|
2005-12-08 18:16:16 +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ř
|
dcbed9b36d
|
Adapted to new Config class, fix code generation.
|
2005-11-30 20:02:59 +00:00 |
|
Sebastian Mendel
|
95fa17e47e
|
user class PMA_Config
|
2005-11-30 15:32:47 +00:00 |
|
Michal Čihař
|
5cc8000713
|
Added check for latest version and links to homepage and donations page.
|
2005-11-29 23:15:57 +00:00 |
|
Michal Čihař
|
cd791c6ec2
|
Display all warnings in one place.
|
2005-11-28 22:00:22 +00:00 |
|
Michal Čihař
|
e6eab83c2c
|
Warn about missing mbstring and old PHP version.
|
2005-11-28 20:56:52 +00:00 |
|
Michal Čihař
|
97f2526900
|
document all functions
|
2005-11-28 15:08:06 +00:00 |
|
Michal Čihař
|
94f6890491
|
Add links to documentation.
|
2005-11-28 14:11:26 +00:00 |
|
Michal Čihař
|
ce62964438
|
Don't allow loading of configuration if there is no write permission on config.
|
2005-11-28 08:48:05 +00:00 |
|
Michal Čihař
|
3913d28de7
|
better blowfish secret generation
|
2005-11-27 21:06:17 +00:00 |
|
Michal Čihař
|
7670cdfa7e
|
Many new features to setup script.
|
2005-11-27 19:19:46 +00:00 |
|
Michal Čihař
|
2be427840f
|
Allow to reset configuration.
|
2005-11-25 15:53:16 +00:00 |
|
Michal Čihař
|
5d95d9e852
|
Setup script (RFE #601016).
|
2005-11-25 15:49:30 +00:00 |
|