Skip to content

Commit

Permalink
Merge pull request #235 from it-novum/development
Browse files Browse the repository at this point in the history
3.0.8-2 Hotfix
  • Loading branch information
cfleck authored Aug 3, 2016
2 parents a0e385a + 06b450a commit 28c78dd
Show file tree
Hide file tree
Showing 18 changed files with 1,140 additions and 510 deletions.
1 change: 1 addition & 0 deletions app/Config/Schema/schema_itcockpit_26.php
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ public function after($event = array()) {
'name' => array('type' => 'string', 'null' => false, 'default' => null, 'length' => 10, 'collate' => 'utf8_swedish_ci', 'charset' => 'utf8'),
'value' => array('type' => 'string', 'null' => false, 'default' => null, 'collate' => 'utf8_swedish_ci', 'charset' => 'utf8'),
'description' => array('type' => 'string', 'null' => false, 'default' => null, 'collate' => 'utf8_swedish_ci', 'charset' => 'utf8'),
'password' => ['type' => 'integer', 'null' => false, 'default' => 0, 'length' => 1],
'created' => array('type' => 'datetime', 'null' => false, 'default' => null),
'modified' => array('type' => 'datetime', 'null' => false, 'default' => null),
'indexes' => array(
Expand Down
4 changes: 2 additions & 2 deletions app/Config/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class EmailConfig {
"transport" => "Smtp",
"host" => "127.0.0.1",
"port" => 25,
"username" => "",
"password" => "",
"username" => null,
"password" => null,
);

public $fast = array(
Expand Down
Loading

0 comments on commit 28c78dd

Please sign in to comment.