@@ -48,7 +48,7 @@ |
||
| 48 | 48 | // check that the desired_email is not already the email of another user |
| 49 | 49 | $user = $this->user->findByEmail($this->desired_email); |
| 50 | 50 | // if it is, we do nothing and return true, don't leak the data |
| 51 | - if(!$user) { |
|
| 51 | + if (!$user) { |
|
| 52 | 52 | $this->user->desired_email = $this->desired_email; |
| 53 | 53 | $this->user->generateChangeEmailToken(); |
| 54 | 54 | $this->user->save(); |
@@ -14,103 +14,103 @@ discard block |
||
| 14 | 14 | class Behavior extends \yii\base\BaseObject implements BehaviorInterface |
| 15 | 15 | { |
| 16 | 16 | public static $behaviors = [ |
| 17 | - ['id' => 1, 'name' => 'no current secrets', 'category_id' => 1], |
|
| 18 | - ['id' => 2, 'name' => 'resolving problems', 'category_id' => 1], |
|
| 19 | - ['id' => 3, 'name' => 'identifying fears and feelings', 'category_id' => 1], |
|
| 20 | - ['id' => 4, 'name' => 'keeping commitments to meetings, prayer, family, church, people, goals, and self', 'category_id' => 1], |
|
| 21 | - ['id' => 5, 'name' => 'being open', 'category_id' => 1], |
|
| 22 | - ['id' => 6, 'name' => 'being honest', 'category_id' => 1], |
|
| 23 | - ['id' => 7, 'name' => 'making eye contact', 'category_id' => 1], |
|
| 24 | - ['id' => 8, 'name' => 'reaching out to others', 'category_id' => 1], |
|
| 25 | - ['id' => 9, 'name' => 'increasing in relationships with God and others', 'category_id' => 1], |
|
| 26 | - ['id' => 10, 'name' => 'accountability', 'category_id' => 1], |
|
| 27 | - ['id' => 11, 'name' => 'secrets', 'category_id' => 2], |
|
| 28 | - ['id' => 12, 'name' => 'bored', 'category_id' => 2], |
|
| 29 | - ['id' => 13, 'name' => 'less time/energy for God, meetings, and church', 'category_id' => 2], |
|
| 30 | - ['id' => 14, 'name' => 'avoiding support and accountability towards people', 'category_id' => 2], |
|
| 31 | - ['id' => 15, 'name' => 'superficial conversations', 'category_id' => 2], |
|
| 32 | - ['id' => 16, 'name' => 'sarcasm', 'category_id' => 2], |
|
| 33 | - ['id' => 17, 'name' => 'isolating yourself', 'category_id' => 2], |
|
| 34 | - ['id' => 18, 'name' => 'changes in goals', 'category_id' => 2], |
|
| 35 | - ['id' => 19, 'name' => 'flirting', 'category_id' => 2], |
|
| 36 | - ['id' => 20, 'name' => 'obsessed with relationships', 'category_id' => 2], |
|
| 37 | - ['id' => 21, 'name' => 'breaking promises/commitments', 'category_id' => 2], |
|
| 38 | - ['id' => 22, 'name' => 'neglecting family', 'category_id' => 2], |
|
| 39 | - ['id' => 23, 'name' => 'preoccupation with material things, television, or entertainment', 'category_id' => 2], |
|
| 40 | - ['id' => 24, 'name' => 'procrastination', 'category_id' => 2], |
|
| 41 | - ['id' => 25, 'name' => 'lying', 'category_id' => 2], |
|
| 42 | - ['id' => 26, 'name' => 'over-confidence', 'category_id' => 2], |
|
| 43 | - ['id' => 27, 'name' => 'hiding money', 'category_id' => 2], |
|
| 44 | - ['id' => 28, 'name' => 'worry', 'category_id' => 3], |
|
| 45 | - ['id' => 29, 'name' => 'using profanity', 'category_id' => 3], |
|
| 46 | - ['id' => 30, 'name' => 'being fearful', 'category_id' => 3], |
|
| 47 | - ['id' => 31, 'name' => 'being resentful', 'category_id' => 3], |
|
| 48 | - ['id' => 32, 'name' => 'replaying old, negative thoughts', 'category_id' => 3], |
|
| 49 | - ['id' => 33, 'name' => 'perfectionism', 'category_id' => 3], |
|
| 50 | - ['id' => 34, 'name' => 'judging others\' motives', 'category_id' => 3], |
|
| 51 | - ['id' => 35, 'name' => 'making goals and lists you can\'t complete', 'category_id' => 3], |
|
| 52 | - ['id' => 36, 'name' => 'poor planning', 'category_id' => 3], |
|
| 53 | - ['id' => 37, 'name' => 'mind reading', 'category_id' => 3], |
|
| 54 | - ['id' => 38, 'name' => 'fantasy', 'category_id' => 3], |
|
| 55 | - ['id' => 41, 'name' => 'co-dependent rescuing', 'category_id' => 3], |
|
| 56 | - ['id' => 42, 'name' => 'sleep problems', 'category_id' => 3], |
|
| 57 | - ['id' => 43, 'name' => 'trouble concentrating', 'category_id' => 3], |
|
| 58 | - ['id' => 44, 'name' => 'seeking/creating drama', 'category_id' => 3], |
|
| 59 | - ['id' => 45, 'name' => 'gossip', 'category_id' => 3], |
|
| 60 | - ['id' => 46, 'name' => 'using over-the-counter medication for pain, sleep, and weight control', 'category_id' => 3], |
|
| 61 | - ['id' => 47, 'name' => 'super busy', 'category_id' => 4], |
|
| 62 | - ['id' => 48, 'name' => 'workaholic', 'category_id' => 4], |
|
| 63 | - ['id' => 49, 'name' => 'can\'t relax', 'category_id' => 4], |
|
| 64 | - ['id' => 50, 'name' => 'driving too fast', 'category_id' => 4], |
|
| 65 | - ['id' => 51, 'name' => 'avoiding slowing down', 'category_id' => 4], |
|
| 66 | - ['id' => 52, 'name' => 'feeling driven', 'category_id' => 4], |
|
| 67 | - ['id' => 53, 'name' => 'in a hurry', 'category_id' => 4], |
|
| 68 | - ['id' => 54, 'name' => 'can\'t turn off thoughts', 'category_id' => 4], |
|
| 69 | - ['id' => 55, 'name' => 'skipping meals', 'category_id' => 4], |
|
| 70 | - ['id' => 56, 'name' => 'binge eating (usually at night)', 'category_id' => 4], |
|
| 71 | - ['id' => 57, 'name' => 'overspending', 'category_id' => 4], |
|
| 72 | - ['id' => 58, 'name' => 'can\'t identify own feelings/needs', 'category_id' => 4], |
|
| 73 | - ['id' => 59, 'name' => 'repetitive, negative thoughts', 'category_id' => 4], |
|
| 74 | - ['id' => 60, 'name' => 'irritable', 'category_id' => 4], |
|
| 75 | - ['id' => 61, 'name' => 'making excuses for "having to do it all"', 'category_id' => 4], |
|
| 76 | - ['id' => 62, 'name' => 'dramatic mood swings', 'category_id' => 4], |
|
| 77 | - ['id' => 63, 'name' => 'lust', 'category_id' => 4], |
|
| 78 | - ['id' => 64, 'name' => 'too much caffeine', 'category_id' => 4], |
|
| 79 | - ['id' => 65, 'name' => 'over exercising', 'category_id' => 4], |
|
| 80 | - ['id' => 66, 'name' => 'nervousness', 'category_id' => 4], |
|
| 81 | - ['id' => 67, 'name' => 'difficulty being alone or with people', 'category_id' => 4], |
|
| 82 | - ['id' => 68, 'name' => 'difficulty listening to others', 'category_id' => 4], |
|
| 83 | - ['id' => 69, 'name' => 'avoiding support', 'category_id' => 4], |
|
| 84 | - ['id' => 70, 'name' => 'procrastination causing crises in money, work, or relationships', 'category_id' => 5], |
|
| 85 | - ['id' => 71, 'name' => 'sarcasm', 'category_id' => 5], |
|
| 86 | - ['id' => 72, 'name' => 'black and white, all or nothing thinking', 'category_id' => 5], |
|
| 87 | - ['id' => 73, 'name' => 'feeling that no one understands', 'category_id' => 5], |
|
| 88 | - ['id' => 74, 'name' => 'overreacting', 'category_id' => 5], |
|
| 89 | - ['id' => 75, 'name' => 'road rage', 'category_id' => 5], |
|
| 90 | - ['id' => 76, 'name' => 'constant resentments', 'category_id' => 5], |
|
| 91 | - ['id' => 77, 'name' => 'pushing others away', 'category_id' => 5], |
|
| 92 | - ['id' => 78, 'name' => 'increased isolation', 'category_id' => 5], |
|
| 93 | - ['id' => 79, 'name' => 'blaming', 'category_id' => 5], |
|
| 94 | - ['id' => 80, 'name' => 'self pity', 'category_id' => 5], |
|
| 95 | - ['id' => 81, 'name' => 'arguing', 'category_id' => 5], |
|
| 96 | - ['id' => 82, 'name' => 'irrationality', 'category_id' => 5], |
|
| 97 | - ['id' => 83, 'name' => 'can\'t handle criticism', 'category_id' => 5], |
|
| 98 | - ['id' => 84, 'name' => 'defensive', 'category_id' => 5], |
|
| 99 | - ['id' => 85, 'name' => 'people are avoiding you', 'category_id' => 5], |
|
| 100 | - ['id' => 86, 'name' => 'having to be right', 'category_id' => 5], |
|
| 101 | - ['id' => 87, 'name' => 'digestive problems', 'category_id' => 5], |
|
| 102 | - ['id' => 88, 'name' => 'headaches', 'category_id' => 5], |
|
| 103 | - ['id' => 89, 'name' => 'obsessive (stuck) thoughts', 'category_id' => 5], |
|
| 104 | - ['id' => 90, 'name' => 'can\'t forgive', 'category_id' => 5], |
|
| 105 | - ['id' => 91, 'name' => 'feeling grandiose (superior)', 'category_id' => 5], |
|
| 106 | - ['id' => 92, 'name' => 'intimidation', 'category_id' => 5], |
|
| 107 | - ['id' => 93, 'name' => 'feeling aggressive', 'category_id' => 5], |
|
| 108 | - ['id' => 94, 'name' => 'depressed', 'category_id' => 6], |
|
| 109 | - ['id' => 95, 'name' => 'panicked', 'category_id' => 6], |
|
| 110 | - ['id' => 96, 'name' => 'confused', 'category_id' => 6], |
|
| 111 | - ['id' => 97, 'name' => 'hopeless', 'category_id' => 6], |
|
| 112 | - ['id' => 98, 'name' => 'sleeping too much or too little', 'category_id' => 6], |
|
| 113 | - ['id' => 99, 'name' => 'can\'t cope', 'category_id' => 6], |
|
| 17 | + ['id' => 1, 'name' => 'no current secrets', 'category_id' => 1], |
|
| 18 | + ['id' => 2, 'name' => 'resolving problems', 'category_id' => 1], |
|
| 19 | + ['id' => 3, 'name' => 'identifying fears and feelings', 'category_id' => 1], |
|
| 20 | + ['id' => 4, 'name' => 'keeping commitments to meetings, prayer, family, church, people, goals, and self', 'category_id' => 1], |
|
| 21 | + ['id' => 5, 'name' => 'being open', 'category_id' => 1], |
|
| 22 | + ['id' => 6, 'name' => 'being honest', 'category_id' => 1], |
|
| 23 | + ['id' => 7, 'name' => 'making eye contact', 'category_id' => 1], |
|
| 24 | + ['id' => 8, 'name' => 'reaching out to others', 'category_id' => 1], |
|
| 25 | + ['id' => 9, 'name' => 'increasing in relationships with God and others', 'category_id' => 1], |
|
| 26 | + ['id' => 10, 'name' => 'accountability', 'category_id' => 1], |
|
| 27 | + ['id' => 11, 'name' => 'secrets', 'category_id' => 2], |
|
| 28 | + ['id' => 12, 'name' => 'bored', 'category_id' => 2], |
|
| 29 | + ['id' => 13, 'name' => 'less time/energy for God, meetings, and church', 'category_id' => 2], |
|
| 30 | + ['id' => 14, 'name' => 'avoiding support and accountability towards people', 'category_id' => 2], |
|
| 31 | + ['id' => 15, 'name' => 'superficial conversations', 'category_id' => 2], |
|
| 32 | + ['id' => 16, 'name' => 'sarcasm', 'category_id' => 2], |
|
| 33 | + ['id' => 17, 'name' => 'isolating yourself', 'category_id' => 2], |
|
| 34 | + ['id' => 18, 'name' => 'changes in goals', 'category_id' => 2], |
|
| 35 | + ['id' => 19, 'name' => 'flirting', 'category_id' => 2], |
|
| 36 | + ['id' => 20, 'name' => 'obsessed with relationships', 'category_id' => 2], |
|
| 37 | + ['id' => 21, 'name' => 'breaking promises/commitments', 'category_id' => 2], |
|
| 38 | + ['id' => 22, 'name' => 'neglecting family', 'category_id' => 2], |
|
| 39 | + ['id' => 23, 'name' => 'preoccupation with material things, television, or entertainment', 'category_id' => 2], |
|
| 40 | + ['id' => 24, 'name' => 'procrastination', 'category_id' => 2], |
|
| 41 | + ['id' => 25, 'name' => 'lying', 'category_id' => 2], |
|
| 42 | + ['id' => 26, 'name' => 'over-confidence', 'category_id' => 2], |
|
| 43 | + ['id' => 27, 'name' => 'hiding money', 'category_id' => 2], |
|
| 44 | + ['id' => 28, 'name' => 'worry', 'category_id' => 3], |
|
| 45 | + ['id' => 29, 'name' => 'using profanity', 'category_id' => 3], |
|
| 46 | + ['id' => 30, 'name' => 'being fearful', 'category_id' => 3], |
|
| 47 | + ['id' => 31, 'name' => 'being resentful', 'category_id' => 3], |
|
| 48 | + ['id' => 32, 'name' => 'replaying old, negative thoughts', 'category_id' => 3], |
|
| 49 | + ['id' => 33, 'name' => 'perfectionism', 'category_id' => 3], |
|
| 50 | + ['id' => 34, 'name' => 'judging others\' motives', 'category_id' => 3], |
|
| 51 | + ['id' => 35, 'name' => 'making goals and lists you can\'t complete', 'category_id' => 3], |
|
| 52 | + ['id' => 36, 'name' => 'poor planning', 'category_id' => 3], |
|
| 53 | + ['id' => 37, 'name' => 'mind reading', 'category_id' => 3], |
|
| 54 | + ['id' => 38, 'name' => 'fantasy', 'category_id' => 3], |
|
| 55 | + ['id' => 41, 'name' => 'co-dependent rescuing', 'category_id' => 3], |
|
| 56 | + ['id' => 42, 'name' => 'sleep problems', 'category_id' => 3], |
|
| 57 | + ['id' => 43, 'name' => 'trouble concentrating', 'category_id' => 3], |
|
| 58 | + ['id' => 44, 'name' => 'seeking/creating drama', 'category_id' => 3], |
|
| 59 | + ['id' => 45, 'name' => 'gossip', 'category_id' => 3], |
|
| 60 | + ['id' => 46, 'name' => 'using over-the-counter medication for pain, sleep, and weight control', 'category_id' => 3], |
|
| 61 | + ['id' => 47, 'name' => 'super busy', 'category_id' => 4], |
|
| 62 | + ['id' => 48, 'name' => 'workaholic', 'category_id' => 4], |
|
| 63 | + ['id' => 49, 'name' => 'can\'t relax', 'category_id' => 4], |
|
| 64 | + ['id' => 50, 'name' => 'driving too fast', 'category_id' => 4], |
|
| 65 | + ['id' => 51, 'name' => 'avoiding slowing down', 'category_id' => 4], |
|
| 66 | + ['id' => 52, 'name' => 'feeling driven', 'category_id' => 4], |
|
| 67 | + ['id' => 53, 'name' => 'in a hurry', 'category_id' => 4], |
|
| 68 | + ['id' => 54, 'name' => 'can\'t turn off thoughts', 'category_id' => 4], |
|
| 69 | + ['id' => 55, 'name' => 'skipping meals', 'category_id' => 4], |
|
| 70 | + ['id' => 56, 'name' => 'binge eating (usually at night)', 'category_id' => 4], |
|
| 71 | + ['id' => 57, 'name' => 'overspending', 'category_id' => 4], |
|
| 72 | + ['id' => 58, 'name' => 'can\'t identify own feelings/needs', 'category_id' => 4], |
|
| 73 | + ['id' => 59, 'name' => 'repetitive, negative thoughts', 'category_id' => 4], |
|
| 74 | + ['id' => 60, 'name' => 'irritable', 'category_id' => 4], |
|
| 75 | + ['id' => 61, 'name' => 'making excuses for "having to do it all"', 'category_id' => 4], |
|
| 76 | + ['id' => 62, 'name' => 'dramatic mood swings', 'category_id' => 4], |
|
| 77 | + ['id' => 63, 'name' => 'lust', 'category_id' => 4], |
|
| 78 | + ['id' => 64, 'name' => 'too much caffeine', 'category_id' => 4], |
|
| 79 | + ['id' => 65, 'name' => 'over exercising', 'category_id' => 4], |
|
| 80 | + ['id' => 66, 'name' => 'nervousness', 'category_id' => 4], |
|
| 81 | + ['id' => 67, 'name' => 'difficulty being alone or with people', 'category_id' => 4], |
|
| 82 | + ['id' => 68, 'name' => 'difficulty listening to others', 'category_id' => 4], |
|
| 83 | + ['id' => 69, 'name' => 'avoiding support', 'category_id' => 4], |
|
| 84 | + ['id' => 70, 'name' => 'procrastination causing crises in money, work, or relationships', 'category_id' => 5], |
|
| 85 | + ['id' => 71, 'name' => 'sarcasm', 'category_id' => 5], |
|
| 86 | + ['id' => 72, 'name' => 'black and white, all or nothing thinking', 'category_id' => 5], |
|
| 87 | + ['id' => 73, 'name' => 'feeling that no one understands', 'category_id' => 5], |
|
| 88 | + ['id' => 74, 'name' => 'overreacting', 'category_id' => 5], |
|
| 89 | + ['id' => 75, 'name' => 'road rage', 'category_id' => 5], |
|
| 90 | + ['id' => 76, 'name' => 'constant resentments', 'category_id' => 5], |
|
| 91 | + ['id' => 77, 'name' => 'pushing others away', 'category_id' => 5], |
|
| 92 | + ['id' => 78, 'name' => 'increased isolation', 'category_id' => 5], |
|
| 93 | + ['id' => 79, 'name' => 'blaming', 'category_id' => 5], |
|
| 94 | + ['id' => 80, 'name' => 'self pity', 'category_id' => 5], |
|
| 95 | + ['id' => 81, 'name' => 'arguing', 'category_id' => 5], |
|
| 96 | + ['id' => 82, 'name' => 'irrationality', 'category_id' => 5], |
|
| 97 | + ['id' => 83, 'name' => 'can\'t handle criticism', 'category_id' => 5], |
|
| 98 | + ['id' => 84, 'name' => 'defensive', 'category_id' => 5], |
|
| 99 | + ['id' => 85, 'name' => 'people are avoiding you', 'category_id' => 5], |
|
| 100 | + ['id' => 86, 'name' => 'having to be right', 'category_id' => 5], |
|
| 101 | + ['id' => 87, 'name' => 'digestive problems', 'category_id' => 5], |
|
| 102 | + ['id' => 88, 'name' => 'headaches', 'category_id' => 5], |
|
| 103 | + ['id' => 89, 'name' => 'obsessive (stuck) thoughts', 'category_id' => 5], |
|
| 104 | + ['id' => 90, 'name' => 'can\'t forgive', 'category_id' => 5], |
|
| 105 | + ['id' => 91, 'name' => 'feeling grandiose (superior)', 'category_id' => 5], |
|
| 106 | + ['id' => 92, 'name' => 'intimidation', 'category_id' => 5], |
|
| 107 | + ['id' => 93, 'name' => 'feeling aggressive', 'category_id' => 5], |
|
| 108 | + ['id' => 94, 'name' => 'depressed', 'category_id' => 6], |
|
| 109 | + ['id' => 95, 'name' => 'panicked', 'category_id' => 6], |
|
| 110 | + ['id' => 96, 'name' => 'confused', 'category_id' => 6], |
|
| 111 | + ['id' => 97, 'name' => 'hopeless', 'category_id' => 6], |
|
| 112 | + ['id' => 98, 'name' => 'sleeping too much or too little', 'category_id' => 6], |
|
| 113 | + ['id' => 99, 'name' => 'can\'t cope', 'category_id' => 6], |
|
| 114 | 114 | ['id' => 100, 'name' => 'overwhelmed', 'category_id' => 6], |
| 115 | 115 | ['id' => 101, 'name' => 'crying for "no reason"', 'category_id' => 6], |
| 116 | 116 | ['id' => 102, 'name' => 'can\'t think', 'category_id' => 6], |
@@ -180,7 +180,7 @@ discard block |
||
| 180 | 180 | public function getCategories() { |
| 181 | 181 | $bhvrs_by_cat = AH::index(self::$behaviors, null, 'category_id'); |
| 182 | 182 | $cats = AH::index(\common\models\Category::$categories, "id"); |
| 183 | - foreach($cats as $id => &$cat) { |
|
| 183 | + foreach ($cats as $id => &$cat) { |
|
| 184 | 184 | $cat['behavior_count'] = count($bhvrs_by_cat[$id]); // add count of behaviors |
| 185 | 185 | $cat['category_id'] = $cat['id']; // rename id to category_id |
| 186 | 186 | unset($cat['id']); |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | <?= $form->field($model, 'subject') ?> |
| 58 | 58 | <?= $form->field($model, 'body')->textArea(['rows' => 6]) ?> |
| 59 | 59 | |
| 60 | - <?php if(Yii::$app->user->isGuest) { |
|
| 60 | + <?php if (Yii::$app->user->isGuest) { |
|
| 61 | 61 | // only show captcha if user is not logged in |
| 62 | 62 | print $form->field($model, 'verifyCode')->widget(Captcha::class, [ |
| 63 | 63 | 'template' => '<div class="row"><div class="col-md-4">{image}</div><div class="col-md-8">{input}</div></div>', |
@@ -22,11 +22,11 @@ |
||
| 22 | 22 | <div class="col-md-6 col-md-offset-3"> |
| 23 | 23 | <h1>Sign up</h1> |
| 24 | 24 | <?php $form = ActiveForm::begin([ |
| 25 | - 'id' => 'form-signup', |
|
| 26 | - 'enableClientValidation' => true, |
|
| 25 | + 'id' => 'form-signup', |
|
| 26 | + 'enableClientValidation' => true, |
|
| 27 | 27 | 'enableAjaxValidation' => false, |
| 28 | 28 | 'options' => [ 'validateOnSubmit' => true ] |
| 29 | - ]); ?> |
|
| 29 | + ]); ?> |
|
| 30 | 30 | <?= $form->field($model, 'email', ['inputTemplate' => '<div class="input-group"><span class="input-group-addon">@</span>{input}</div>'])->input('email') ?> |
| 31 | 31 | <?= $form->field($model, 'password', ['inputTemplate' => '<div class="input-group">{input}<span class="input-group-btn"><button id="password-toggle" class="btn btn-default" type="button">Show</button></span></div>'])->passwordInput() ?> |
| 32 | 32 | <?= $form->field($model, 'timezone')->dropDownList(array_combine($timezones, $timezones)); ?> |
@@ -26,7 +26,7 @@ discard block |
||
| 26 | 26 | 'id' => 'form-signup', |
| 27 | 27 | 'enableClientValidation' => true, |
| 28 | 28 | 'enableAjaxValidation' => false, |
| 29 | - 'options' => [ 'validateOnSubmit' => true ] |
|
| 29 | + 'options' => ['validateOnSubmit' => true] |
|
| 30 | 30 | ]); ?> |
| 31 | 31 | <?= $form->field($model, 'email', ['inputTemplate' => '<div class="input-group"><span class="input-group-addon">@</span>{input}</div>'])->input('email') ?> |
| 32 | 32 | <?= $form->field($model, 'password', ['inputTemplate' => '<div class="input-group">{input}<span class="input-group-btn"><button id="password-toggle" class="btn btn-default" type="button">Show</button></span></div>'])->passwordInput() ?> |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | 'template' => '<div class="row"><div class="col-md-5">{image}</div><div class="col-md-6 col-md-offset-1">{input}</div></div>', |
| 36 | 36 | ]) ?> |
| 37 | 37 | <?= $form->field($model, 'send_email')->checkbox(['disabled'=>true]) ?> |
| 38 | - <div id='send_email_fields' <?php if(!$model->send_email) { ?>style="display: none;"<?php } ?>> |
|
| 38 | + <div id='send_email_fields' <?php if (!$model->send_email) { ?>style="display: none;"<?php } ?>> |
|
| 39 | 39 | <?= $form->field($model, 'email_category')->dropdownList(Category::getCategories(), ['data-toggle' => 'tooltip', 'data-placement' => 'left', 'data-trigger' => 'hover', 'data-delay' => '{"show": 500, "hide": 100}', 'title' => 'Want to send an email with every check-in? Try setting this to "Restoration"']) ?> |
| 40 | 40 | <?= $form->field($model, 'partner_email1')->input('email') ?> |
| 41 | 41 | <?= $form->field($model, 'partner_email2')->input('email') ?> |
@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | |
| 16 | 16 | $exception = Yii::$app->errorHandler->exception; |
| 17 | 17 | |
| 18 | -if($exception instanceof \yii\web\NotFoundHttpException): |
|
| 18 | +if ($exception instanceof \yii\web\NotFoundHttpException): |
|
| 19 | 19 | $this->title = "The Faster Scale App | Page Not Found"; |
| 20 | 20 | ?> |
| 21 | 21 | |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | <p>Otherwise, please ensure your attempted url is correct.</p> |
| 26 | 26 | |
| 27 | 27 | <?php |
| 28 | -elseif($exception instanceof \yii\web\ServerErrorHttpException): |
|
| 28 | +elseif ($exception instanceof \yii\web\ServerErrorHttpException): |
|
| 29 | 29 | $this->title = "The Faster Scale App | Oops"; |
| 30 | 30 | ?> |
| 31 | 31 | |
@@ -33,7 +33,8 @@ discard block |
||
| 33 | 33 | <div class="alert alert-danger"><?= nl2br(Html::encode($name)) ?></div> |
| 34 | 34 | <p>Well this is embarrassing...we're having an error on our side. So sorry for the annoyance. If you'd like to help, please send us a message on our <a href='<?=Url::to(['site/contact'])?>'>contact form</a>.</p> |
| 35 | 35 | |
| 36 | -<?php else: ?> |
|
| 36 | +<?php else { |
|
| 37 | + : ?> |
|
| 37 | 38 | |
| 38 | 39 | <div class="site-error"> |
| 39 | 40 | <h1><?= Html::encode($name) ?></h1> |
@@ -41,4 +42,6 @@ discard block |
||
| 41 | 42 | <p>The above error occurred while the Web server was processing your request.</p> |
| 42 | 43 | <p>Please contact us if you think this is a server error. Thank you.</p> |
| 43 | 44 | </div> |
| 44 | -<?php endif; ?> |
|
| 45 | +<?php endif; |
|
| 46 | +} |
|
| 47 | +?> |
|
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | 'allow' => true, |
| 28 | 28 | 'roles' => ['@'], |
| 29 | 29 | ], [ |
| 30 | - 'actions' => [ 'change-email', ], |
|
| 30 | + 'actions' => ['change-email', ], |
|
| 31 | 31 | 'allow' => true, |
| 32 | 32 | ], |
| 33 | 33 | ], |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | |
| 58 | 58 | if ($editProfileForm->load(Yii::$app->request->post())) { |
| 59 | 59 | $saved_user = $editProfileForm->saveProfile(); |
| 60 | - if($saved_user) { |
|
| 60 | + if ($saved_user) { |
|
| 61 | 61 | Yii::$app->session->setFlash('success', 'New profile data saved!'); |
| 62 | 62 | } |
| 63 | 63 | } |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | $model = Yii::$container->get(\site\models\DeleteAccountForm::class, [Yii::$app->user->identity]); |
| 76 | 76 | |
| 77 | 77 | if ($model->load(Yii::$app->request->post()) && $model->validate()) { |
| 78 | - if($model->deleteAccount()) { |
|
| 78 | + if ($model->deleteAccount()) { |
|
| 79 | 79 | $this->redirect(['site/index']); |
| 80 | 80 | } else { |
| 81 | 81 | Yii::$app->session->setFlash('error', 'Wrong password!'); |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | $model = Yii::$container->get(\site\models\ChangePasswordForm::class, [Yii::$app->user->identity]); |
| 90 | 90 | |
| 91 | 91 | if ($model->load(Yii::$app->request->post())) { |
| 92 | - if($model->validate() && $model->changePassword()) { |
|
| 92 | + if ($model->validate() && $model->changePassword()) { |
|
| 93 | 93 | Yii::$app->session->setFlash('success', 'Password successfully changed'); |
| 94 | 94 | } else { |
| 95 | 95 | Yii::$app->session->setFlash('error', 'Wrong password!'); |
@@ -113,14 +113,14 @@ discard block |
||
| 113 | 113 | public function actionChangeEmail(string $token) { |
| 114 | 114 | $user = Yii::$container->get(\common\interfaces\UserInterface::class)->findByChangeEmailToken($token); |
| 115 | 115 | |
| 116 | - if($user) { |
|
| 116 | + if ($user) { |
|
| 117 | 117 | $validator = new \yii\validators\EmailValidator(); |
| 118 | - if($validator->validate($user->desired_email, $error)) { |
|
| 118 | + if ($validator->validate($user->desired_email, $error)) { |
|
| 119 | 119 | $user->removeChangeEmailToken(); |
| 120 | 120 | $user->email = $user->desired_email; |
| 121 | 121 | $user->desired_email = null; |
| 122 | 122 | $user->save(); |
| 123 | - if(!Yii::$app->user->isGuest) { |
|
| 123 | + if (!Yii::$app->user->isGuest) { |
|
| 124 | 124 | Yii::$app->user->logout(); |
| 125 | 125 | Yii::$app->session->setFlash('success', 'Your email address was successfully changed. For security, we\'ve logged you out.'); |
| 126 | 126 | } else { |
@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | |
| 141 | 141 | public function actionExport() { |
| 142 | 142 | header("Content-Type: text/csv"); |
| 143 | - header("Content-Disposition: attachment; filename=fsa-data-export-".Yii::$app->user->identity->email."-".date('Ymd').".csv"); |
|
| 143 | + header("Content-Disposition: attachment; filename=fsa-data-export-" . Yii::$app->user->identity->email . "-" . date('Ymd') . ".csv"); |
|
| 144 | 144 | |
| 145 | 145 | $reader = Yii::$app->user->identity->getExportData(); |
| 146 | 146 | $fp = fopen('php://output', 'w'); |
@@ -156,7 +156,7 @@ discard block |
||
| 156 | 156 | |
| 157 | 157 | fputcsv($fp, $header); |
| 158 | 158 | $user_behavior = Yii::$container->get(\common\interfaces\UserBehaviorInterface::class); |
| 159 | - while($row = $reader->read()) { |
|
| 159 | + while ($row = $reader->read()) { |
|
| 160 | 160 | $row = $user_behavior::decorateWithCategory([$row]); |
| 161 | 161 | $row = Yii::$app->user->identity->cleanExportData($row); |
| 162 | 162 | fputcsv($fp, $row[0]); |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | public function actionBlog() |
| 56 | 56 | { |
| 57 | 57 | $time = Yii::$container->get(\common\interfaces\TimeInterface::class); |
| 58 | - $key = "index_blog_".$time->getLocalDate('UTC'); |
|
| 58 | + $key = "index_blog_" . $time->getLocalDate('UTC'); |
|
| 59 | 59 | $posts = Yii::$app->cache->get($key); |
| 60 | - if($posts === false) { |
|
| 60 | + if ($posts === false) { |
|
| 61 | 61 | $posts = \Yii::$app->getModule('blog') |
| 62 | 62 | ->fetch() |
| 63 | 63 | ->parse() |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | { |
| 91 | 91 | $model = new \site\models\ContactForm(); |
| 92 | 92 | if ($model->load(Yii::$app->request->post()) && $model->validate()) { |
| 93 | - if($model->sendEmail(Yii::$app->params['adminEmail'])) { |
|
| 93 | + if ($model->sendEmail(Yii::$app->params['adminEmail'])) { |
|
| 94 | 94 | Yii::$app->session->setFlash('success', 'Thank you for contacting us. We will respond to you as soon as possible.'); |
| 95 | 95 | } else { |
| 96 | 96 | Yii::$app->session->setFlash('error', 'There was an error sending email.'); |
@@ -122,10 +122,10 @@ discard block |
||
| 122 | 122 | public function actionSignup() |
| 123 | 123 | { |
| 124 | 124 | $model = Yii::$container->get(\site\models\SignupForm::class); |
| 125 | - if($model->load(Yii::$app->request->post()) && $model->validate()) { |
|
| 125 | + if ($model->load(Yii::$app->request->post()) && $model->validate()) { |
|
| 126 | 126 | $model->signup(); |
| 127 | 127 | Yii::$app->session->setFlash('success', 'We have sent a verification email to the email address you provided. Please check your inbox and follow the instructions to verify your account.'); |
| 128 | - return $this->redirect('/',302); |
|
| 128 | + return $this->redirect('/', 302); |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | return $this->render('signup', [ |
@@ -136,10 +136,10 @@ discard block |
||
| 136 | 136 | public function actionRequestPasswordReset() |
| 137 | 137 | { |
| 138 | 138 | $model = Yii::$container->get(\site\models\PasswordResetRequestForm::class); |
| 139 | - if($model->load(Yii::$app->request->post()) && $model->validate()) { |
|
| 140 | - if(!$model->sendEmail()) { |
|
| 139 | + if ($model->load(Yii::$app->request->post()) && $model->validate()) { |
|
| 140 | + if (!$model->sendEmail()) { |
|
| 141 | 141 | $ip = Yii::$app->getRequest()->getUserIP() ?: "UNKNOWN"; |
| 142 | - Yii::warning("$ip has tried to reset the password for ".$model->email); |
|
| 142 | + Yii::warning("$ip has tried to reset the password for " . $model->email); |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | Yii::$app->session->setFlash('success', 'If there is an account with the submitted email address you will receive further instructions in your email inbox.'); |
@@ -183,14 +183,14 @@ discard block |
||
| 183 | 183 | throw new BadRequestHttpException("Wrong or expired email verification token. If you aren't sure why this error occurs perhaps you've already verified your account. Please try logging in."); |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | - if($user->isTokenConfirmed($user->verify_email_token)) { |
|
| 186 | + if ($user->isTokenConfirmed($user->verify_email_token)) { |
|
| 187 | 187 | Yii::$app->session->setFlash('success', 'Your account has already been verified. Please log in.'); |
| 188 | - return $this->redirect('/login',302); |
|
| 188 | + return $this->redirect('/login', 302); |
|
| 189 | 189 | } else if (Yii::$app->getUser()->login($user)) { |
| 190 | 190 | $user->confirmVerifyEmailToken(); |
| 191 | 191 | $user->save(); |
| 192 | 192 | Yii::$app->session->setFlash('success', 'Your account has been verified. Please continue with your check-in.'); |
| 193 | - return $this->redirect('/welcome',302); |
|
| 193 | + return $this->redirect('/welcome', 302); |
|
| 194 | 194 | } |
| 195 | 195 | } |
| 196 | 196 | |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | if (!empty($this->json)) { |
| 39 | - foreach($this->json[self::POS_READY] as $json_name => $json_value) { |
|
| 39 | + foreach ($this->json[self::POS_READY] as $json_name => $json_value) { |
|
| 40 | 40 | $lines[] = Html::script($json_value, ['type' => 'application/json', 'id' => $json_name]); |
| 41 | 41 | } |
| 42 | 42 | } |
@@ -33,8 +33,8 @@ |
||
| 33 | 33 | { |
| 34 | 34 | return [ |
| 35 | 35 | 'error' => [ |
| 36 | - 'class' => 'yii\web\ErrorAction', |
|
| 37 | - ], |
|
| 36 | + 'class' => 'yii\web\ErrorAction', |
|
| 37 | + ], |
|
| 38 | 38 | 'captcha' => [ |
| 39 | 39 | 'class' => 'yii\captcha\CaptchaAction', |
| 40 | 40 | ], |