Commit Graph

87 Commits

Author SHA1 Message Date
Michal Čihař
f5359b393b Yet another subversion notice. 2010-03-30 15:00:00 +02:00
Michal Čihař
15bf3c12db Move setup script messages away to avoid their loading all the time. 2010-03-30 14:54:24 +02: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
Marc Delisle
4ad6f11561 patch #2948421 HTTP Basic auth realm name 2010-02-24 16:48:52 +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
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
2afc8f0707 bug #2890451 [setup] Inconsistent generated "designer_coords" 2009-11-02 00:18:07 +00:00
Herman van Rink
ac427c1ff4 bug #2809930 [setup] Notice: Undefined variable: k in setup/index.php 2009-06-21 22:49:57 +00:00
Michal Čihař
1325e23873 Fix escaping of server name. 2009-04-10 07:29:13 +00:00
Herman van Rink
f0eb21fba8 patch #2727250 Optimizations for some PHP loops 2009-04-04 12:41:02 +00:00
Michal Čihař
50502ea835 Use official names for wiki (wiki.phpmyadmin.net) and demo server (demo.phpmyadmin.net). 2009-03-24 12:56:58 +00:00
Michal Čihař
e67226a446 Do not output unescaped chars to generated configuration file. 2009-03-24 08:34:23 +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
Piotr Przybylski
3bb732703c Setup script: removed useless error handler code, closes bug 2468811 2009-01-18 18:55:00 +00:00
Michal Čihař
7503c9b75d Better support for vendor customisation (based on what Debian needs) 2008-11-30 12:58:55 +00:00
Michal Čihař
2e7ee22e45 setup/lib should be protected same way as libraries 2008-11-30 12:13:30 +00:00
Michal Čihař
256a90dd8c newline at the end... 2008-11-30 11:51:22 +00:00
Michal Čihař
90c3f22fe4 Missing end line. 2008-11-30 11:48:07 +00:00
Michal Čihař
d88067ee54 Add some missing docblocks. 2008-11-24 11:36:33 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Michal Čihař
9561f56875 Fix some phpdoc errors. 2008-11-24 09:55:30 +00:00
Piotr Przybylski
9f9fad1647 Setup script: moved swekey config from signon to server form 2008-11-13 20:02:18 +00:00
Piotr Przybylski
66041b2d89 Setup script: open wiki and docs links in new windows/tabs 2008-11-13 19:21:34 +00:00
Piotr Przybylski
0af24aca43 removed setup script lanuage files 2008-11-03 16:32:38 +00:00
Piotr Przybylski
d78980e151 Setup script: language cookie wasn't updated due to PMA_MINIMUM_COMMON 2008-10-23 17:04:17 +00:00
Piotr Przybylski
ed886b1259 Setup script: fixed language strings on form error page 2008-10-23 11:09:33 +00:00
Piotr Przybylski
cd9da66ffb Setup script: move language strings to global variables, prefix them with "$strSetup" 2008-10-14 10:31:07 +00:00
Piotr Przybylski
41670e64dc Setup script:
- never hide error messages
- fixed a few typos
2008-10-09 16:50:11 +00:00
Piotr Przybylski
38734a3e16 Setup script:
- language strings cleanup
- removed import defaults
- add query window default tab setting
- added checks for zip/gzip/bzip avability
- fixed error icon
2008-10-09 16:39:45 +00:00
Piotr Przybylski
1665acfdcc - fixed one misspelling
- removed language list filtering
2008-09-24 18:15:55 +00:00
Marc Delisle
c930d2bd4f patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
Piotr Przybylski
737de47117 Setup script:
* allow for proper trusted proxies editing
* add trusted proxies validation
* pass field descriptions through PMA_lang(), broken when PMA_lang_desc() was addes
2008-09-04 13:50:10 +00:00
Piotr Przybylski
ab83474962 Setup script: warn about root without password 2008-09-04 12:37:13 +00:00
Piotr Przybylski
296bd5679e Setup script update
* removed server numbers from language strings
* changed some variable names in FormDisplay to make it more consistent
2008-09-04 12:22:12 +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
Piotr Przybylski
5c658310aa new setup script (Google Summer of Code 2008), work in progress 2008-08-28 18:02:18 +00:00