2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First part of installer has been created. More... over 18 years ago
Indentation fixed. More... over 18 years ago
Minor bugfixes. More... over 18 years ago
Display error if someone not being the owner tries to delete a domain. More... over 18 years ago
ADOdb has been implemented. More... over 18 years ago
Indentation style has been changed from (4/level, 8->tab) to 8/level. More... over 18 years ago
Primarily white-space changes and marking of deprecated parts. More... over 18 years ago
Changed to common coding style (placing braces) in CSS file. More... over 18 years ago
Cosmetical changes in source code. More... over 18 years ago
Rewriting of templates was completed. More... over 18 years ago
Array densification was removed for I rewrite the output in theme 'shadow'. More... over 18 years ago
Formatting of quota's output has been moved to templates. More... over 18 years ago
Argument 'delimiter' was added hsys_format_quota. More... over 18 years ago
Global variable was removed: Redundancy. More... over 18 years ago
Minor bugs and warnings with PHP5 were eliminated. More... over 18 years ago
Order of appearance in oma_mail.daimon has been changed for easier reading. More... over 18 years ago
oma_mail.daimon has been rewritten to use ADOdb. More... over 18 years ago
Moved cyrus_format_user to it's respective IMAP class. More... over 18 years ago
Shortened oma_mail.daimon a bit. More... over 18 years ago
The initial condition in folders.php was negated. As a result we have saved on intendation level. More... over 18 years ago
This continues [167]. Now was braces' turn. More... over 18 years ago
Changed intendation to kernel standards: * tab-width is 8 characters * only tabs are used for intendation Here's the regexp: * {{{^\t}}} to {{{\t\t}}} * {{{^(\t*)(\ {4})}}} to {{{\1\t}}} More... over 18 years ago
Hotfix: Validate_input does now not set domain-keys to '1' all the time. More... over 18 years ago
Fixed bug which prevented usage of domains having been created at the same session. More... over 18 years ago
In the sample database.sql, name of the administrator was changed due to #28. This closes #28. More... over 18 years ago
Some databases have problems with 'datetime'-fields therefore I have changed their type to 'int(10)' and introduced highlighting of users which have recently logged in. More... over 18 years ago
Regular expression for detecting valid email addresses should now not match addresses beginning with i.e. hyphens. More... over 18 years ago
Komodo's project file was updated. More... over 18 years ago
ACL_matrix template for blueray was added. This refers to #26 and [158]. More... over 18 years ago
Hsys_ACL_matrix was integrated into templating system. This closes #26. More... over 18 years ago