Michael Kaufmann (d00p)
5f5650f53a
- fixed deletion of created webserver-configs, misread the code-line in the first place, damn
...
- started implementing default errordocument feature
2010-04-28 06:41:50 +00:00
Michael Kaufmann (d00p)
606f8fe557
- fix check for admin-mail
...
- save newly entered admin-mail (if invalid)
2010-04-27 11:33:57 +00:00
Michael Kaufmann (d00p)
fd6a0597a6
- check for broken admin-e-mail if phpMailerClass validation fails
2010-04-26 12:28:05 +00:00
Michael Kaufmann (d00p)
62fa764b4c
fix some awstats config-file namings for debian-bases distros and suse, fixes #165
2010-04-26 06:32:40 +00:00
Michael Kaufmann (d00p)
9217d9977f
fix deletion of old configs, fixes #102
2010-04-26 06:22:43 +00:00
Michael Kaufmann (d00p)
31231a5f60
- fixed validateUrl-function to work with buggy php-5.2.13 and php-5.3.2 (filter_var-bug)
2010-04-21 10:40:58 +00:00
Michael Kaufmann (d00p)
4cf8e2f2ea
merged ticketcategories branch to trunk, fixes #157
2010-04-21 07:54:46 +00:00
Michael Kaufmann (d00p)
fd74671760
beautification
2010-04-21 07:07:56 +00:00
Michael Kaufmann (d00p)
28d626f882
- add current session to redirect-url so we don't have to re-login after the update-procedure
2010-04-21 07:02:25 +00:00
Michael Kaufmann (d00p)
09d69945f1
- fixed version-check for preconfig
2010-04-21 06:34:35 +00:00
Michael Kaufmann (d00p)
b87e4277f2
fix regex to add domains when using php-5.2.13 or php-5.3.2, thx to felauten
2010-04-20 21:35:30 +00:00
Michael Kaufmann (d00p)
24efe70335
fix warning if sql-result is empty in customer-traffic-overview
2010-04-20 10:58:28 +00:00
Michael Kaufmann (d00p)
a26b37c270
- remove 05_dirfix file when using fcgid
2010-04-20 09:42:46 +00:00
Michael Kaufmann (d00p)
3d67143903
updating configuration string, refs #166
2010-04-20 06:25:55 +00:00
Michael Kaufmann (d00p)
96219f406d
added configuration for bind's TTL value, fixes #166
2010-04-20 06:22:11 +00:00
Michael Kaufmann (d00p)
4f5cb34f00
include "awstats.model.conf" before customize settings in it, refs #165
2010-04-20 05:21:48 +00:00
Robert Foerster (Dessa)
d4f3093ae3
- recorded merge of revisions 733,805 via svnmerge from http://Dessa@svn.froxlor.org/branches/mgozdzik
...
- add a missing german language string
- set version to 0.9.5
- improve debian/postinst message a bit
2010-04-19 13:32:24 +00:00
Michael Kaufmann (d00p)
cc89f26982
corrected special character in german-language file, fixes #164
2010-04-17 11:08:39 +00:00
Michael Kaufmann (d00p)
8155484ee9
- highlight temporary locked customers for admins, fixes #159
2010-04-15 11:00:27 +00:00
Michael Kaufmann (d00p)
97e3b30415
- show last login of customer in admin-customer-overview, fixes #158
2010-04-15 10:39:47 +00:00
Michael Kaufmann (d00p)
07b2c26bec
- bugfixing 'servername guessing' on installation
...
- fixed undefined constant SERVER_SOFTWARE
- bugfixed form-validation on installation (thx to kTitan)
2010-04-15 10:13:41 +00:00
Michael Kaufmann (d00p)
afe431b72f
- fixed possibility to add subdomains for domains with wildcarddomain=yes, fixes #150
2010-04-15 05:58:43 +00:00
Michael Kaufmann (d00p)
f5f796344c
text beautifications
2010-04-14 10:33:47 +00:00
Michael Kaufmann (d00p)
8ee56d23ba
- fixed password-reset $adminchecked; if no user is given don't output (admins) "password reset not allowed"
2010-04-14 10:27:28 +00:00
Michael Kaufmann (d00p)
f62dba4e1b
- removed undefined variable in forgot-pwd
2010-04-14 10:09:31 +00:00
Michael Kaufmann (d00p)
87f84c694a
- fixed awstats traffic value, save as KB (like webalizer) instead of Bytes, fixes #124
2010-04-14 08:26:13 +00:00
Michael Kaufmann (d00p)
f5a0727b8e
- fixing improved update-procedure + beautification
2010-04-14 08:22:25 +00:00
Michael Kaufmann (d00p)
4d5dcb82d6
- fixed some more "Deprecated: Call-time pass-by-reference" issues
2010-04-14 07:48:41 +00:00
Michael Kaufmann (d00p)
7fa901bebb
- improved update-procedure
...
- updated version to 0.9.4-svn2
2010-04-14 07:36:38 +00:00
Michael Kaufmann (d00p)
1159bde3eb
- merged wildcardsubdomain-branch to trunk, refs #123 , refs #150
2010-04-14 06:42:14 +00:00
Michael Kaufmann (d00p)
9013062ae9
- show domain-destination IP in customer-panel (domain-edit-view), fixes #95
2010-04-13 11:21:25 +00:00
Michael Kaufmann (d00p)
47b2fe7c7c
- put 'server.error-handler-404' to the right place + beautification
2010-04-13 07:10:30 +00:00
Michael Kaufmann (d00p)
cfaae63657
- merged settings branch, fixes #134
2010-04-13 05:41:09 +00:00
Michael Kaufmann (d00p)
98e79d933c
- check for regular file when deleting old zonefiles (don't try to delete directories), fixes #147
2010-04-12 17:16:46 +00:00
Michael Kaufmann (d00p)
ae27e06675
- fixing domain validation
...
- added validation for local hosts (mysql-hosts)
2010-04-12 16:36:09 +00:00
Michael Kaufmann (d00p)
209ab4dff9
- wups, forgot to use the conditional selected webalizer-binary-value :P, refs #140
2010-04-12 11:14:32 +00:00
Michael Kaufmann (d00p)
cf18590b84
- implemented alternative regex-validation for broken php "filter_var" function in various php-versions, refs #109 , #122 , #138
...
- check for webalizer binary in /usr/bin and in /usr/local/bin (freebsd), fixes #140
2010-04-12 11:09:53 +00:00
Michael Kaufmann (d00p)
6c25cd1c85
- fix domain-sorting in customer-panel (domain-overview), fixes #126
...
- add dkim-milter restart command to bind-cron
2010-04-12 06:15:16 +00:00
Michael Kaufmann (d00p)
0d3df6e1fe
- fixed some left-overs when using safe_exec which have not been escaped correctly, fixes #136
2010-04-12 05:49:16 +00:00
Michael Kaufmann (d00p)
b11d0c5cd9
- fixed link to awstats in customer-panel (domain-overview), fixes #137
2010-04-12 05:34:34 +00:00
Robert Foerster (Dessa)
afc3ab8a8b
correct bind permissions in config templates, refs #135
2010-04-11 20:13:54 +00:00
Florian Aders (EleRas)
1903f34dea
If we don't have a wildcard - domain and no special - MX - hosts, we add the three special - subdomains imap, smtp and pop3, fixes #82
2010-04-10 07:52:53 +00:00
Florian Aders (EleRas)
ee7e50004a
Adjusting svn:ignore for packages and temporary - directory
2010-04-10 07:47:03 +00:00
Robert Foerster (Dessa)
96d26d0d94
- correct freebsd proftpd template, fixes #132
...
- don't display mkdir statement for deactivated docroot when it is not defined, this was already done in the other templates but got somehow lost for etch
2010-04-10 00:44:09 +00:00
Florian Aders (EleRas)
7c12ab82c5
fixing stupid if in lng - tool
2010-04-09 19:30:52 +00:00
Florian Aders (EleRas)
5c152a9754
Updating languagefiles (mostly removing old strings, translating some strings from english to german)
2010-04-09 19:24:17 +00:00
Michael Kaufmann (d00p)
5a4fffbce6
-create awstats-configuration-folder if it does not exist
2010-04-09 12:04:09 +00:00
Michael Kaufmann (d00p)
220118f4bc
corrected index-name of array
2010-04-08 14:54:42 +00:00
Florian Aders (EleRas)
5d214e5bd7
fixing bug where old awstats - config will not be removed due to check on wrong panel - name
2010-04-08 14:36:20 +00:00
Michael Kaufmann (d00p)
43fe968ad0
added awstats configuration to FreeBSD, thx to jenus for the great help
2010-04-08 12:05:26 +00:00