@@ -16,17 +16,17 @@ |
||
16 | 16 | $modules = array('Install'); |
17 | 17 | } else { |
18 | 18 | $modules = array( |
19 | - 'DoctrineModule', |
|
20 | - 'DoctrineMongoODMModule', |
|
21 | - 'Core', |
|
22 | - 'Auth', |
|
23 | - 'Cv', |
|
24 | - 'Applications', |
|
25 | - 'Jobs', |
|
26 | - 'Settings', |
|
27 | - 'Pdf', |
|
28 | - 'Geo', |
|
29 | - 'Organizations', |
|
19 | + 'DoctrineModule', |
|
20 | + 'DoctrineMongoODMModule', |
|
21 | + 'Core', |
|
22 | + 'Auth', |
|
23 | + 'Cv', |
|
24 | + 'Applications', |
|
25 | + 'Jobs', |
|
26 | + 'Settings', |
|
27 | + 'Pdf', |
|
28 | + 'Geo', |
|
29 | + 'Organizations', |
|
30 | 30 | ); |
31 | 31 | |
32 | 32 | if (!isset($allModules)) { |
@@ -35,10 +35,10 @@ |
||
35 | 35 | 'applications list' => 'list view scripts.', |
36 | 36 | 'applications reset-files-permissions [--filter=]' => 'Resets (means: Set again) the permissions of attachments and contact images', |
37 | 37 | array('--filter=JSON', "available keys:\n" |
38 | - . "- before ISODate only applications before the given date\n" |
|
39 | - . "- after ISODate only applications after the given date\n" |
|
40 | - . "- id String Mongo ID of the application\n" |
|
41 | - . "- isDraft Boolean "), |
|
38 | + . "- before ISODate only applications before the given date\n" |
|
39 | + . "- after ISODate only applications after the given date\n" |
|
40 | + . "- id String Mongo ID of the application\n" |
|
41 | + . "- isDraft Boolean "), |
|
42 | 42 | ); |
43 | 43 | } |
44 | 44 |
@@ -10,21 +10,21 @@ discard block |
||
10 | 10 | |
11 | 11 | return array( |
12 | 12 | 'doctrine' => array( |
13 | - 'driver' => array( |
|
13 | + 'driver' => array( |
|
14 | 14 | 'odm_default' => array( |
15 | 15 | 'drivers' => array( |
16 | 16 | 'Applications\Entity' => 'annotation', |
17 | 17 | ), |
18 | 18 | ), |
19 | 19 | 'annotation' => array( |
20 | - /* |
|
20 | + /* |
|
21 | 21 | * All drivers (except DriverChain) require paths to work on. You |
22 | 22 | * may set this value as a string (for a single path) or an array |
23 | 23 | * for multiple paths. |
24 | 24 | * example https://github.com/doctrine/DoctrineORMModule |
25 | 25 | */ |
26 | - 'paths' => array( __DIR__ . '/../src/Applications/Entity', |
|
27 | - __DIR__ . '/../../../module/Cv/src/Cv/Entity'), |
|
26 | + 'paths' => array( __DIR__ . '/../src/Applications/Entity', |
|
27 | + __DIR__ . '/../../../module/Cv/src/Cv/Entity'), |
|
28 | 28 | ), |
29 | 29 | ), |
30 | 30 | 'eventmanager' => array( |
@@ -72,10 +72,10 @@ discard block |
||
72 | 72 | 'Applications/Options/ModuleOptions' => 'Applications\Options\ModuleOptions' |
73 | 73 | ), |
74 | 74 | 'factories' => array( |
75 | - 'Applications/Options' => 'Applications\Factory\ModuleOptionsFactory', |
|
76 | - 'ApplicationRepository' => 'Applications\Repository\Service\ApplicationRepositoryFactory', |
|
77 | - 'ApplicationMapper' => 'Applications\Repository\Service\ApplicationMapperFactory', |
|
78 | - 'EducationMapper' => 'Applications\Repository\Service\EducationMapperFactory', |
|
75 | + 'Applications/Options' => 'Applications\Factory\ModuleOptionsFactory', |
|
76 | + 'ApplicationRepository' => 'Applications\Repository\Service\ApplicationRepositoryFactory', |
|
77 | + 'ApplicationMapper' => 'Applications\Repository\Service\ApplicationMapperFactory', |
|
78 | + 'EducationMapper' => 'Applications\Repository\Service\EducationMapperFactory', |
|
79 | 79 | ), |
80 | 80 | ), |
81 | 81 | 'controllers' => array( |
@@ -172,25 +172,25 @@ discard block |
||
172 | 172 | ), |
173 | 173 | 'form_elements' => array( |
174 | 174 | 'invokables' => array( |
175 | - 'Applications/Mail' => 'Applications\Form\Mail', |
|
176 | - 'Applications/BaseFieldset' => 'Applications\Form\BaseFieldset', |
|
177 | - 'Applications/SettingsFieldset' => 'Applications\Form\SettingsFieldset', |
|
178 | - 'Applications/CommentForm' => 'Applications\Form\CommentForm', |
|
179 | - 'Applications/CommentFieldset' => 'Applications\Form\CommentFieldset', |
|
180 | - 'Applications/Apply' => 'Applications\Form\Apply', |
|
181 | - 'Applications/Contact' => 'Applications\Form\ContactContainer', |
|
182 | - 'Applications/Base' => 'Applications\Form\Base', |
|
183 | - 'Applications/Facts' => 'Applications\Form\Facts', |
|
184 | - 'Applications/FactsFieldset' => 'Applications\Form\FactsFieldset', |
|
185 | - 'Applications/Attributes' => 'Applications\Form\Attributes', |
|
186 | - 'Applications/Filter' => 'Applications\Form\FilterApplication', |
|
187 | - 'href' => 'Applications\Form\Element\Ref', |
|
188 | - ), |
|
175 | + 'Applications/Mail' => 'Applications\Form\Mail', |
|
176 | + 'Applications/BaseFieldset' => 'Applications\Form\BaseFieldset', |
|
177 | + 'Applications/SettingsFieldset' => 'Applications\Form\SettingsFieldset', |
|
178 | + 'Applications/CommentForm' => 'Applications\Form\CommentForm', |
|
179 | + 'Applications/CommentFieldset' => 'Applications\Form\CommentFieldset', |
|
180 | + 'Applications/Apply' => 'Applications\Form\Apply', |
|
181 | + 'Applications/Contact' => 'Applications\Form\ContactContainer', |
|
182 | + 'Applications/Base' => 'Applications\Form\Base', |
|
183 | + 'Applications/Facts' => 'Applications\Form\Facts', |
|
184 | + 'Applications/FactsFieldset' => 'Applications\Form\FactsFieldset', |
|
185 | + 'Applications/Attributes' => 'Applications\Form\Attributes', |
|
186 | + 'Applications/Filter' => 'Applications\Form\FilterApplication', |
|
187 | + 'href' => 'Applications\Form\Element\Ref', |
|
188 | + ), |
|
189 | 189 | 'factories' => array( |
190 | 190 | 'Applications/ContactImage' => 'Applications\Factory\Form\ContactImageFactory', |
191 | 191 | 'Applications/Attachments' => 'Applications\Factory\Form\AttachmentsFactory', |
192 | 192 | ), |
193 | - ), |
|
193 | + ), |
|
194 | 194 | |
195 | 195 | 'form_elements_config' => array( |
196 | 196 | 'Applications/Apply' => array( |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** Applications controllers */ |
11 | 11 | namespace Applications\Controller; |
@@ -320,8 +320,8 @@ discard block |
||
320 | 320 | { |
321 | 321 | $job = $application->getJob(); |
322 | 322 | $recruiter = $this->getServiceLocator() |
323 | - ->get('repositories') |
|
324 | - ->get('Auth/User')->findOneByEmail($job->contactEmail); |
|
323 | + ->get('repositories') |
|
324 | + ->get('Auth/User')->findOneByEmail($job->contactEmail); |
|
325 | 325 | |
326 | 326 | if (!$recruiter) { |
327 | 327 | $recruiter = $job->user; |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | |
158 | 158 | $table = new Table( |
159 | 159 | array('columnWidths' => array(40, 40, 40), |
160 | - 'decorator' => 'ascii') |
|
160 | + 'decorator' => 'ascii') |
|
161 | 161 | ); |
162 | 162 | |
163 | 163 | $table->appendRow(array('Module', 'Name', 'Description')); |
@@ -238,8 +238,8 @@ discard block |
||
238 | 238 | $attachments = $app->getAttachments(); |
239 | 239 | foreach ($attachments as $attachment) { |
240 | 240 | $attachment->getPermissions() |
241 | - ->clear() |
|
242 | - ->inherit($permissions); |
|
241 | + ->clear() |
|
242 | + ->inherit($permissions); |
|
243 | 243 | } |
244 | 244 | $contact = $app->getContact(); |
245 | 245 | if ($contact) { |
@@ -247,8 +247,8 @@ discard block |
||
247 | 247 | |
248 | 248 | if ($image) { |
249 | 249 | $image->getPermissions() |
250 | - ->clear() |
|
251 | - ->inherit($permissions); |
|
250 | + ->clear() |
|
251 | + ->inherit($permissions); |
|
252 | 252 | } |
253 | 253 | } |
254 | 254 | } |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** Applications controller */ |
11 | 11 | namespace Applications\Controller; |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | $ackMail = $this->mailer( |
217 | 217 | 'Applications/Confirmation', |
218 | 218 | array('application' => $applicationEntity, |
219 | - 'body' => $ackBody, |
|
219 | + 'body' => $ackBody, |
|
220 | 220 | ) |
221 | 221 | ); |
222 | 222 | // Must be called after initializers in creation |
@@ -233,14 +233,14 @@ discard block |
||
233 | 233 | if (isset($paramsCC) && array_key_exists('carboncopy', $paramsCC)) { |
234 | 234 | $wantCarbonCopy = (int) $paramsCC['carboncopy']; |
235 | 235 | if ($wantCarbonCopy) { |
236 | - $mail = $this->mailer( |
|
237 | - 'Applications/CarbonCopy', |
|
238 | - array( |
|
236 | + $mail = $this->mailer( |
|
237 | + 'Applications/CarbonCopy', |
|
238 | + array( |
|
239 | 239 | 'application' => $applicationEntity, |
240 | 240 | 'to' => $applicationEntity->contact->email, |
241 | - ), /*send*/ |
|
242 | - true |
|
243 | - ); |
|
241 | + ), /*send*/ |
|
242 | + true |
|
243 | + ); |
|
244 | 244 | } |
245 | 245 | } |
246 | 246 | } |
@@ -278,7 +278,7 @@ discard block |
||
278 | 278 | $params->set('by', 'me'); |
279 | 279 | } |
280 | 280 | |
281 | - //default sorting |
|
281 | + //default sorting |
|
282 | 282 | if (!isset($params['sort'])) { |
283 | 283 | $params['sort']="-date"; |
284 | 284 | } |
@@ -302,7 +302,7 @@ discard block |
||
302 | 302 | $services = $this->getServiceLocator(); |
303 | 303 | $config = $services->get('Config'); |
304 | 304 | $applicationId = $this->getRequest() |
305 | - ->getQuery('id'); |
|
305 | + ->getQuery('id'); |
|
306 | 306 | $status = $this->params('status'); |
307 | 307 | $repositories = $services->get('repositories'); |
308 | 308 | $entityApplication = $repositories->get('Applications/Application')->find($applicationId); |
@@ -333,7 +333,7 @@ discard block |
||
333 | 333 | |
334 | 334 | $mail = $this->mailer('Applications/CarbonCopy', $mailData, true); |
335 | 335 | $this->notification() |
336 | - ->success(/*@translate*/ 'Mail has been send'); |
|
336 | + ->success(/*@translate*/ 'Mail has been send'); |
|
337 | 337 | if ($status == 'company') { |
338 | 338 | $repositories->remove($entityApplication); |
339 | 339 | $this->notification()->info(/*@translate*/ 'Application data has been deleted'); |
@@ -1,11 +1,11 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** Applications controller */ |
11 | 11 | namespace Applications\Controller; |
@@ -176,9 +176,9 @@ discard block |
||
176 | 176 | $viewModel->setVariables( |
177 | 177 | /*array( |
178 | 178 | 'application' => */$this->getServiceLocator() |
179 | - ->get('builders') |
|
180 | - ->get('JsonApplication') |
|
181 | - ->unbuild($application) |
|
179 | + ->get('builders') |
|
180 | + ->get('JsonApplication') |
|
181 | + ->unbuild($application) |
|
182 | 182 | ); |
183 | 183 | $viewModel->setVariable('isUnread', $applicationIsUnread); |
184 | 184 | $return = $viewModel; |
@@ -366,7 +366,7 @@ discard block |
||
366 | 366 | $services = $this->getServiceLocator(); |
367 | 367 | $emailAddress = $this->params()->fromQuery('email'); |
368 | 368 | $application = $services->get('repositories')->get('Applications/Application') |
369 | - ->find($this->params('id')); |
|
369 | + ->find($this->params('id')); |
|
370 | 370 | |
371 | 371 | $this->acl($application, 'forward'); |
372 | 372 |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * YAWIK |
|
4 | - * |
|
5 | - * @filesource |
|
6 | - * @copyright (c) 2013 Cross Solution (http://cross-solution.de) |
|
7 | - * @license MIT |
|
8 | - */ |
|
3 | + * YAWIK |
|
4 | + * |
|
5 | + * @filesource |
|
6 | + * @copyright (c) 2013 Cross Solution (http://cross-solution.de) |
|
7 | + * @license MIT |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | /** Applications controller */ |
11 | 11 | namespace Applications\Controller; |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package Applications |
|
4 | - */ |
|
3 | + * @package Applications |
|
4 | + */ |
|
5 | 5 | namespace Applications\Entity; |
6 | 6 | |
7 | 7 | use Core\Entity\AbstractIdentifiableEntity; |