You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
r1595 accidently included more changed files than it should.
This commit contains some dummy changes to get a proper changelog attached to those files. VacationHandler: - (r1595) rewrite based on PFAHandler (not useable yet) - (this commit) add a dummy init() function that calls die() DOCUMENTS/DOVECOT.txt: - (r1595) TODO note - (this commit) remove the TODO note again CHANGELOG.TXT: - (r1595) include changes of 2.3.4, 2.3.5 and 2.3.6 (copied from 2.3 branch) - (r1595) update some notes about SVN version (still far from complete) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1596 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
Version ***svn*** - 2009/12/26 - SVN r***
|
Version ***svn*** - 2009/12/26 - SVN r***
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
||||||
- NOTE: changes from the 2.3 branch also apply to this version
|
- NOTE: changes from the 2.3 branch also apply to this version
|
||||||
- use smarty for templates
|
- use smarty for templates
|
||||||
- new command-line interface for PostfixAdmin (scripts/postfixadmin-cli)
|
- new command-line interface for PostfixAdmin (scripts/postfixadmin-cli)
|
||||||
|
@@ -144,5 +144,3 @@ If you use dovecot 1.2 or newer,
|
|||||||
- use the 'quota2' table (also created by setup.php)
|
- use the 'quota2' table (also created by setup.php)
|
||||||
- set $CONF['new_quota_table'] = 'YES'
|
- set $CONF['new_quota_table'] = 'YES'
|
||||||
|
|
||||||
|
|
||||||
*** TODO: Update based on chatlog 2012-05-02 ***
|
|
||||||
|
@@ -7,7 +7,10 @@ class VacationHandler extends PFAHandler {
|
|||||||
protected $id_field = 'email';
|
protected $id_field = 'email';
|
||||||
protected $domain_field = 'domain';
|
protected $domain_field = 'domain';
|
||||||
|
|
||||||
# init $this->struct, $this->db_table and $this->id_field
|
function init($id) {
|
||||||
|
die('VacationHandler is not yet ready to be used with *Handler methods'); # obvious TODO: remove when it's ready ;-)
|
||||||
|
}
|
||||||
|
|
||||||
protected function initStruct() {
|
protected function initStruct() {
|
||||||
$this->struct=array(
|
$this->struct=array(
|
||||||
# field name allow display in... type $PALANG label $PALANG description default / options / ...
|
# field name allow display in... type $PALANG label $PALANG description default / options / ...
|
||||||
|
Reference in New Issue
Block a user