Michael Kaufmann (d00p)
a0c557c405
- check for existing awstats-configuration-directory and model-file, fixes #45
2010-03-02 22:03:55 +00:00
Michael Kaufmann (d00p)
0cd452de28
fixing function checkLastGuid()
2010-03-01 17:43:47 +00:00
Michael Kaufmann (d00p)
1d2193d0e2
define a standard <Directory>-statement if no FCGID is used with Apache, fixes #32
2010-02-24 11:42:03 +00:00
Michael Kaufmann (d00p)
d236a5ceda
- setting version to 0.9.2
...
- checking for sane last-system-guid on update
- added a bit of cronlogging to ApsUpdater (only in paranoid mode)
2010-02-22 12:24:45 +00:00
Michael Kaufmann (d00p)
0847093783
- create domain-directory if not exists
...
- weird query beautification
2010-01-31 09:41:01 +00:00
Michael Kaufmann (d00p)
175bc63657
typo in variable, should fix customer-file-deletion
2010-01-30 14:44:46 +00:00
Michael Kaufmann (d00p)
dd8d31dff3
- create folder for htpasswd/htaccess entries if it does not exist (as we say on the interface)
2010-01-30 13:41:12 +00:00
Florian Aders (EleRas)
f8c720b0a6
Added symlinks to new master, this way the old users crontab just work :)
...
Fixed typos
2010-01-29 19:20:29 +00:00
Michael Kaufmann (d00p)
dea3c4ec62
- added switch if specialsettings are to be set for all subdomains or not
...
- fixed old syscp-bug #1266 , lighttpd has an internal lmit of regex-hits, see http://redmine.lighttpd.net/issues/2059
- removing billing-code in domains/domains_domain.tpl
2010-01-29 09:30:55 +00:00
Michael Kaufmann (d00p)
3ef5cba67b
- bugfixing function getNextCronjobs()
...
- fixed database-field-names in customer_autoresponder.php
- added date-pattern in autoresponder_add and _delete templates
- corrected $cronlog->logAction()-calls in cron_autoresponder.php
- corrected time-cycle-check in cron_autoresponder.php
2010-01-28 10:02:14 +00:00
Michael Kaufmann (d00p)
8924a43172
lighttpd-cron selects all domains for virtualhosts but should only select those with aliasdomain IS NULL; fixes #3
2010-01-28 07:51:16 +00:00
Florian Aders (EleRas)
3a3cb5f455
Fixing specialsetting for lighttpd
2010-01-27 19:42:48 +00:00
Robert Foerster (Dessa)
883963d2e2
svn:eol-style got murdered on some files for whatever reason so it gets resurrected now, also set some svn:keywords
2010-01-27 08:54:31 +00:00
Michael Kaufmann (d00p)
ddde0f7aff
- don't drop TABLE_PANEL_DISKSPACE and TABLE_PANEL_DISKSPACE_ADMINS (used in traffic-cron);
...
- using correct variable for sql-query in getNextCronjobs();
- let includeCronjobs() return the list of crons to run because of all the global variables;
- include required classes/functions to cronfiles;
2010-01-27 07:47:51 +00:00
Michael Kaufmann (d00p)
443c7bb3dc
fixed syscp-bug #1185 (set correct Return-Path header);
2010-01-26 10:41:33 +00:00
Michael Kaufmann (d00p)
6e5746a598
prepare for more cronjob-mess :)
2010-01-25 13:40:17 +00:00
Florian Aders (EleRas)
28feb0d1b2
Moving all files to jobs directly for more flexible management
2010-01-25 13:19:45 +00:00
Michael Kaufmann (d00p)
9fdece761e
combined all cronscripts into one master-cronfile (user only needs to add one file to the crontab);
2010-01-25 12:50:38 +00:00
Michael Kaufmann (d00p)
4081357354
fixed syscp-bug #1159 (serveral errors for lighttpd );
2010-01-25 11:14:06 +00:00
Michael Kaufmann (d00p)
489e840273
fixed syscp-bug #1201 (Virtualusers conflict with local users when using libnss-mysql);
2010-01-25 11:00:50 +00:00
Michael Kaufmann (d00p)
45d75e0402
chaning unnecessary signs (".") in sql-queries;
2010-01-25 10:34:36 +00:00
Michael Kaufmann (d00p)
632c7051fc
changing file-headers;
...
fixing $needrootdb in cron_init.php (why was this disabled?);
2010-01-25 10:06:34 +00:00
Florian Aders (EleRas)
66ac89698f
Set svn:keywords "Id" on every file except images and configfiles
2010-01-25 09:11:52 +00:00
Michael Kaufmann (d00p)
52873c69cd
fixed syscp-bug #1210 (add start- and endtime to autoresponder);
2010-01-25 08:36:55 +00:00
Michael Kaufmann (d00p)
b6699850bb
removing unneeded file install_configs.php;
...
making $cronscriptDebug a setting in the database (no messing around in the files for debugging);
removed unnecessary unset() in cron_init.php;
setting of correct file-ownership of logfiles in apache and lighttpd crons;
2010-01-25 07:29:23 +00:00
Michael Kaufmann (d00p)
688440d62e
securing cron-task #6 (removing user-files)
2010-01-24 14:26:45 +00:00
Michael Kaufmann (d00p)
9a91825f70
fixing syscp-feature-request #1236 (cron doesnt delete user directories)
2010-01-24 11:30:15 +00:00
Michael Kaufmann (d00p)
3166d9acf1
satisfy PHP Strict Standards
2010-01-22 15:21:12 +00:00
Florian Aders (EleRas)
9301684847
And another rename - run ;)
2010-01-22 15:03:14 +00:00
Florian Aders (EleRas)
a46b99ea03
Merged d00ps and my branch, renamed SysCP -> Froxlor in installer
2010-01-22 14:02:42 +00:00
Florian Aders (EleRas)
eeec43ebd7
Merging my branch and d00ps branches to trunk
2010-01-22 07:43:29 +00:00
Florian Aders (EleRas)
8c55dd6c21
Setting eol-style for php and tpl - files
2010-01-20 16:55:27 +00:00
Michael Kaufmann (d00p)
98e9a78b7c
fixing syscp-fixed syscp-bug #1033 (also lighty -> php.ini per customer/domain);
2010-01-20 12:19:49 +00:00
Michael Kaufmann (d00p)
c887699a2c
fixed syscp-bug #1089 and #1013 (lighty -> php.ini per customer/domain);
2010-01-20 11:55:16 +00:00
Michael Kaufmann (d00p)
d653b51844
fixed syscp-bug #1277 (use 301 permanent-redirect rather then 302 temporary);
2010-01-20 10:43:25 +00:00
Michael Kaufmann (d00p)
d7ce5fcad8
bugfix to prevent duplicate entries in lighty-config
2010-01-20 09:59:32 +00:00
Michael Kaufmann (d00p)
e7162b8902
added TODO-file;
...
fixed syscp-bug #1246 ;
fixed syscp-bug #1279 ;
fixed syscp-bug #1283 ;
2010-01-20 09:55:30 +00:00
Michael Kaufmann (d00p)
209bd9f8d3
fixing open_basedir-directive when set to OFF;
...
fixing <Directory>-directive for FCGID;
2010-01-20 09:26:31 +00:00
Michael Kaufmann (d00p)
9907afe630
ininitial froxlor commit;
...
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00