diff --git a/app/config/packages/zizaco/confide/config.php b/app/config/packages/zizaco/confide/config.php index 28dd091171..29535d8845 100755 --- a/app/config/packages/zizaco/confide/config.php +++ b/app/config/packages/zizaco/confide/config.php @@ -87,7 +87,7 @@ return array( | | */ - 'signup_cache' => 120, + 'signup_cache' => 0, /* |-------------------------------------------------------------------------- diff --git a/app/database/migrations/2013_11_05_180133_confide_setup_users_table.php b/app/database/migrations/2013_11_05_180133_confide_setup_users_table.php index e3237c88ff..b1d16d6272 100755 --- a/app/database/migrations/2013_11_05_180133_confide_setup_users_table.php +++ b/app/database/migrations/2013_11_05_180133_confide_setup_users_table.php @@ -391,7 +391,7 @@ class ConfideSetupUsersTable extends Migration { $t->softDeletes(); $t->string('product_key'); - $t->string('notes'); + $t->text('notes'); $t->decimal('cost', 13, 4); $t->decimal('qty', 13, 4); diff --git a/app/ninja/mailers/UserMailer.php b/app/ninja/mailers/UserMailer.php index 42e6f1b562..d4037be660 100755 --- a/app/ninja/mailers/UserMailer.php +++ b/app/ninja/mailers/UserMailer.php @@ -37,11 +37,11 @@ class UserMailer extends Mailer { } else if ($type == 'sent') { - $subject = 'sent to'; + $action = 'sent to'; } else { - $subject = 'viewed by'; + $action = 'viewed by'; } $subject = "Invoice {$invoice->invoice_number} was $action {$invoice->client->getDisplayName()}"; diff --git a/app/routes.php b/app/routes.php index af5aceeacc..b8ba6b5ef3 100755 --- a/app/routes.php +++ b/app/routes.php @@ -184,7 +184,7 @@ define('DEFAULT_INVOICE_NUMBER', '0001'); define('RECENTLY_VIEWED_LIMIT', 8); define('LOGGED_ERROR_LIMIT', 100); define('RANDOM_KEY_LENGTH', 32); -define('MAX_NUM_CLIENTS', 3); +define('MAX_NUM_CLIENTS', 2000); define('INVOICE_STATUS_DRAFT', 1); define('INVOICE_STATUS_SENT', 2); diff --git a/app/views/header.blade.php b/app/views/header.blade.php index 79a9ab088c..2f69fe6efc 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -70,7 +70,7 @@ - {{ link_to('/', 'Invoice Ninja', array('class'=>'navbar-brand')) }} + Invoice Ninja BETA
@@ -115,7 +115,7 @@Beautiful email-ready .PDF invoices created instantly as you type. Our ‘Save & send’ functionality to saves you time and impresses clients.
+Create beautiful email-ready .PDF invoices created instantly as you type. Our ‘Save & send’ feature saves you time and impresses clients.
PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help we’ll lend a hand (we’re pretty friendly).
+PayPal? Authorize.Net? Stripe? We support many payment technologies and if you need help or advise we’ll lend a hand (we’re pretty friendly).
@@ -147,7 +147,7 @@