Michael Kaufmann (d00p)
f7b43f470f
remove double $$, fixes #552
2011-01-13 11:43:40 +00:00
Michael Kaufmann (d00p)
515e542179
- localize path setting (dropdown/manual), thx to arnoldB, fixes #547
...
- include diskusage- (todo) and traffic-report cron, refs #466 , fixes #153
- allow customzing of warning-level in percent for diskusage- and traffic-report cron, refs #466
2011-01-11 08:40:59 +00:00
Michael Kaufmann (d00p)
cc4637095d
respect ssl_redirect setting for domains, fixes #542
2011-01-09 16:25:32 +00:00
Michael Kaufmann (d00p)
bffa8817d9
ftp user cannot be edited, fixes #337
2011-01-09 13:44:10 +00:00
Michael Kaufmann (d00p)
98b82ed0c6
improve behavior of ssl-redirect, fixes #541
2011-01-08 11:58:14 +00:00
Michael Kaufmann (d00p)
4f52982a7e
more fixes for freebsd (more to follow)
2011-01-07 19:22:24 +00:00
Michael Kaufmann (d00p)
1edba0c368
+mailbox_size_limit = 0 for FreeBSD-postfix
2011-01-07 18:33:14 +00:00
Michael Kaufmann (d00p)
06983ca382
some freebsd-config enhancements, fixes #537
2011-01-06 09:37:49 +00:00
Michael Kaufmann (d00p)
c53ef5b96e
fix libnss-nsswitch.conf for FreeBSD, fixes 538
2011-01-06 09:17:25 +00:00
Michael Kaufmann (d00p)
a2b7f98332
add missing 'description' field to sql-query to avoid undefined index in resultset, thx to adlerweb
2011-01-04 21:27:09 +00:00
Michael Kaufmann (d00p)
c25ad76200
remove unnecessary variable $entry in error-message in autoresponder, thx to monotek for finding thi
2011-01-04 20:16:25 +00:00
Florian Aders (EleRas)
7057984534
remove now unneeded inserttasks, refs #535
2011-01-04 11:41:44 +00:00
Florian Aders (EleRas)
02a4fd4e1d
Rebuild configurations after a setting is changed, fixes #535
2011-01-04 11:39:04 +00:00
Michael Kaufmann (d00p)
57ec429776
settings version for upcoming release
2010-12-28 11:07:40 +00:00
Andreas Burchert (scarya)
c52d3819af
- forgot some update queries from early installations (regarding #529 )
2010-12-25 23:36:26 +00:00
Andreas Burchert (scarya)
85f35abe2d
- changed sql query to work with version <= 5.5 ( fixes #529 )
...
- added php-xml extension check ti installation (fixes #530 )
-> thanks to lando
2010-12-25 22:43:42 +00:00
Michael Kaufmann (d00p)
58674a2f8f
- fix possible undefined variable
2010-12-22 13:10:12 +00:00
Michael Kaufmann (d00p)
968137a967
- use php symlink to binary, fixes #526
2010-12-22 12:47:31 +00:00
Michael Kaufmann (d00p)
66b274c1bf
- fine-tune php-fpm-config, create tmp-folder if not exists, refs #524
2010-12-21 13:15:26 +00:00
Michael Kaufmann (d00p)
b9d68a17fa
fix deletion of htpasswd/diroption files if no more htpasswds/diroptions are in the database
2010-12-21 10:55:08 +00:00
Michael Kaufmann (d00p)
ced64138e8
fix order of variables in configuration-path, fixes #521
2010-12-17 22:28:28 +00:00
Michael Kaufmann (d00p)
4fdaed5cc4
fix 'new' fcgid path for froxlor's own vhost php-fcgi-starter
2010-12-14 21:19:52 +00:00
Michael Kaufmann (d00p)
0fd11afdcb
use makeCorrectDir() to output sane path
2010-12-10 12:16:03 +00:00
Michael Kaufmann (d00p)
8202cc96e7
- fixed double-declaration of variable causing nginx-cron to fail on mysql_fetch_array() for htpasswd-entries, fixes #516
2010-12-09 11:49:07 +00:00
Michael Kaufmann (d00p)
59bf7ba22f
- restore still used settings in 120.system.php
...
- check for $createifnotexists in phpinterface_* classes
2010-12-07 11:08:41 +00:00
Michael Kaufmann (d00p)
9c075c05f5
- don't create standard-openbasedir config for froxlor-panel vhost
2010-12-06 09:17:48 +00:00
Michael Kaufmann (d00p)
6815501c1d
- use local-username for froxlor in fpm-config, because froxlor.panel is only the directory/loginname
2010-12-06 09:00:53 +00:00
Michael Kaufmann (d00p)
f11aa9a1c4
- forgot to save lighttpd_fcgid-class with own-vhost settings for php-fpm
2010-12-06 08:56:39 +00:00
Michael Kaufmann (d00p)
3b33dde9ac
add language-strings for php-fpm settings
2010-12-06 08:49:24 +00:00
Michael Kaufmann (d00p)
7fb0e88313
- implement php-fpm for Froxlor-vhost, fixes #505
2010-12-06 07:38:55 +00:00
Michael Kaufmann (d00p)
9615aaa83a
update dutch language file, thx to Frits Letteboer, fixes #506
2010-12-05 17:18:24 +00:00
Michael Kaufmann (d00p)
16cc53146c
replace correct line-break when sending forgotten password, fixes #507
2010-12-05 17:15:24 +00:00
Michael Kaufmann (d00p)
56e9f748f4
beautify update (forgot one status-output)
2010-12-03 11:15:58 +00:00
Michael Kaufmann (d00p)
80e338610f
don't allow activation of FCGID and PHP-FPM at the same time
2010-12-03 10:41:12 +00:00
Michael Kaufmann (d00p)
93abbf4a10
- hide php-reload and php-backend-server setting if nginx is used with php-fpm (useless settings)
2010-12-03 10:20:49 +00:00
Michael Kaufmann (d00p)
0271ccfc28
- outsource fcgid/php-fpm configurations/file-creations/etc
2010-12-03 09:23:40 +00:00
Michael Kaufmann (d00p)
dae3e416a2
- include nginx_phpfpm cron in cron_tasks.php
...
- show parts of fcgid also when lighttpd is used
2010-12-03 08:58:44 +00:00
Michael Kaufmann (d00p)
759213f8b9
add extra configuration for Apache + PHP-FPM, fixes #482
2010-12-02 12:51:14 +00:00
Michael Kaufmann (d00p)
01b313a3ce
merged php-fpm branch
2010-12-02 12:15:58 +00:00
Michael Kaufmann (d00p)
4567f7c781
only call validatePassword() when creating a customer if the password is not empty, cause otherwise no random password can be generated if field is left empty
2010-12-02 09:52:56 +00:00
Michael Kaufmann (d00p)
ef76635508
added missing language-definitions for integer-validation
2010-12-02 08:25:01 +00:00
Michael Kaufmann (d00p)
30235ff3eb
don't show settings which are not needed for used webserver, fixes #502
2010-12-02 08:18:46 +00:00
Michael Kaufmann (d00p)
ebb390a1fd
fix false initialization of variable (wrong variable name)
2010-11-30 10:45:51 +00:00
Michael Kaufmann (d00p)
0c1a4f692a
fix password_query for dovecot when sending e-mail, fixes #500
2010-11-30 07:50:49 +00:00
Michael Kaufmann (d00p)
0c25611d26
- set version to 0.9.15 for upcoming release
2010-11-29 08:56:27 +00:00
Michael Kaufmann (d00p)
cd79670438
fix for awstats aliases if the customerdocroot is equal to the domaindocroot
2010-11-29 07:44:24 +00:00
Michael Kaufmann (d00p)
6b46b31818
reintegrated nginx-branch changes, refs #103
2010-11-29 07:37:00 +00:00
Michael Kaufmann (d00p)
713cb1b3ac
use correct id in libnss-query, fixes #495
2010-11-29 06:46:21 +00:00
Michael Kaufmann (d00p)
e492c4aca6
- show database description on delete database confirmation-page, fixes #494
2010-11-29 06:40:35 +00:00
Michael Kaufmann (d00p)
5496915e19
fix hardcoded awstats-configuration path, fixes #493
2010-11-29 06:37:46 +00:00