Commit Graph
100 Commits
Author SHA1 Message Date
James Cole 8743b49a17 Some fixes for code climate. 2016-01-22 07:27:49 +01:00
James Cole 19dc91937e Remove double badge. 2016-01-22 07:22:34 +01:00
James Cole 4846cb7b14 Merge branch 'develop' of https://github.com/JC5/firefly-iii into develop 2016-01-21 13:56:30 +01:00
James Cole 54e0ac816b Updated readme. [skip ci] 2016-01-21 13:56:08 +01:00
James Cole 9ce960b3d7 There are no converters that need the role of the current field. 2016-01-21 09:52:45 +01:00
James Cole cc9d1c4bfd Some unrelated code cleanup. 2016-01-20 21:24:48 +01:00
James Cole d211555beb Only fire post-processing specifix in the import routine. See issue #145 2016-01-20 21:24:27 +01:00
James Cole 9350557d10 Properly extend the current specifix to indicate they're all post-processors. See issue #145 2016-01-20 21:24:08 +01:00
James Cole ea6c54cad0 Expand specifix to have a property that determines whether they fire before anything happens, or after. Could be expanded to allow for even more fine-grained control. See issue #145 2016-01-20 21:23:39 +01:00
James Cole 81287602d7 Updated tests. 2016-01-20 16:15:23 +01:00
James Cole 441ba79ec7 Some tests 2016-01-20 15:27:53 +01:00
James Cole c9e4a09da6 Sort by alphabet. 2016-01-20 15:23:36 +01:00
James Cole c84f4e2bc0 Sort by alphabet. 2016-01-20 15:21:27 +01:00
James Cole 6938f8ab89 I just realised this still said "watch movie". 2016-01-20 15:14:31 +01:00
James Cole 4fdd2c851f Fix registration. 2016-01-20 14:23:50 +01:00
James Cole 78b56712fc More new tests. 2016-01-20 10:47:29 +01:00
James Cole 6dcdb0f9a0 Committed wrong .gitignore file. 2016-01-20 10:14:27 +01:00
James Cole cfab837b96 Create upload directory. 2016-01-20 10:14:05 +01:00
James Cole b8461cdeb6 Touch empty attachment. 2016-01-20 10:13:44 +01:00
James Cole e07d65ef6b Create default upload directory. 2016-01-20 10:13:33 +01:00
James Cole 80cbc35c89 More test data, more tests. 2016-01-20 09:31:24 +01:00
James Cole 2faf84780f Implemented some tests. 2016-01-20 09:15:33 +01:00
James Cole ebdb1a8836 No more session flash. 2016-01-20 08:25:49 +01:00
James Cole 2dfa51652a Basic set of tests (incomplete). 2016-01-20 06:20:09 +01:00
James Cole 1cf1ea230f Updated read me. 2016-01-19 19:59:32 +01:00
James Cole 86e127ebff Fixed password reset routine. 2016-01-19 18:32:09 +01:00
James Cole a313265785 Different URL for password reset. 2016-01-19 18:14:15 +01:00
James Cole 37693ad08d Fixed mail config. 2016-01-19 18:14:03 +01:00
James Cole e8180d252b Wrong URL for login form. 2016-01-19 18:10:30 +01:00
James Cole 9957c95c68 Re-order auth controller. 2016-01-19 18:10:07 +01:00
James Cole 3354d53a48 Reset phpunit xml. 2016-01-19 18:09:53 +01:00
James Cole ddaa53b940 Updated test code. 2016-01-19 16:55:53 +01:00
James Cole c2e04a11bf Updated run scripts for tests. 2016-01-19 16:55:02 +01:00
James Cole 00d059b8df More tests. 2016-01-19 14:37:44 +01:00
James Cole f3fff6f1c5 Code rearrangement. 2016-01-19 13:59:54 +01:00
James Cole 9360eb6a70 First account controller test. 2016-01-19 13:53:55 +01:00
James Cole 26fb03e6c8 Reformatted code according to scrutinizer-ci. 2016-01-19 09:11:15 +01:00
James Cole eed3d021d9 Small cleanup. 2016-01-19 08:48:38 +01:00
James Cole be5ff35b13 Reversed the removal of the validating trait since @roberthorlings discovered it's actually still being used. 2016-01-18 13:15:11 +01:00
James Cole e6db49c20c Some tests. 2016-01-17 15:48:18 +01:00
James Cole 68cdfd00b0 Update test things. 2016-01-17 15:28:01 +01:00
James Cole c20a38b7b0 Ignore file for coverage logs. 2016-01-17 08:38:19 +01:00
James Cole 20993342a2 Better wording. 2016-01-17 07:55:23 +01:00
James Cole 1b3198c143 New: upgrade instructions when installing or upgrading composer packages. 2016-01-17 07:50:09 +01:00
James Cole 173d0290ea New composer stuff. 2016-01-17 07:49:49 +01:00
James Cole ae4cd8da12 This should fix the travis builds. 2016-01-17 07:30:14 +01:00
James Cole a494398332 Actually correct database name for once. 2016-01-17 07:24:06 +01:00
James Cole c82bdd1f5a New gitignore. 2016-01-17 07:22:36 +01:00
James Cole e6ac3ccfad Fix travis configuration. 2016-01-17 07:19:44 +01:00
James Cole b13b58a2b2 More test data and an actual test. 2016-01-17 07:18:35 +01:00
James Cole 2b6790f83f Fixed data seeder. 2016-01-17 07:07:22 +01:00
James Cole fe30850568 Fixed some database migration stuff. 2016-01-16 21:32:36 +01:00
James Cole 493c71b89e Fix test data seeder. 2016-01-16 09:16:26 +01:00
James Cole deaebc373c Some new code for testing. 2016-01-16 09:15:24 +01:00
James Cole e834489206 Some cleaning up courtesy of PHPStorm. 2016-01-16 07:14:36 +01:00
James Cole 1b316e462e Also fire rules when updating. 2016-01-16 06:34:50 +01:00
James Cole 7bf75128a8 Some cleaning up courtesy of PHPStorm. 2016-01-15 23:12:52 +01:00
James Cole 3857e8d49f Remove old code. 2016-01-15 22:44:25 +01:00
James Cole b16149b842 Wrong array name. 2016-01-15 22:44:17 +01:00
James Cole 32ed8a4d8d Removed some unnecessary methods. 2016-01-15 22:41:26 +01:00
James Cole f949d2476b Move from getDates to array dates. 2016-01-15 22:32:21 +01:00
James Cole 0620830b10 Move from getDates to array dates. 2016-01-15 22:23:01 +01:00
James Cole 7ee25693aa Removed stuff no longer used. 2016-01-15 22:20:38 +01:00
James Cole 7cb86add64 New phpdoc. 2016-01-15 22:13:38 +01:00
James Cole fbc9720f7a Clean up some report methods. 2016-01-15 21:50:57 +01:00
James Cole ffdd37ddd5 More code cleanup. 2016-01-15 20:57:26 +01:00
James Cole 51062bc80b Some cleaning up and suppressing. 2016-01-15 20:48:06 +01:00
James Cole 31533b5ef8 No need to check for opening balance. 2016-01-15 19:48:35 +01:00
James Cole 3649b595df Will no longer recognise transactions of type "opening balance". 2016-01-15 19:48:09 +01:00
James Cole 83b7c9aa32 Fixed a bug in editing an opening balance 2016-01-15 19:45:34 +01:00
James Cole 4e3c59a2da Some cleaning up courtesy of PHPStorm. 2016-01-15 19:37:09 +01:00
James Cole dcbfe90cf7 Some code cleanup courtesy of PHPStorm. 2016-01-15 18:21:59 +01:00
James Cole f69be86c74 Some code cleanup courtesy of PHPStorm. 2016-01-15 17:53:54 +01:00
James Cole 820722f44e Some code cleanup courtesy of PHPStorm. 2016-01-15 17:38:09 +01:00
James Cole a755badd5f Use correct parameter. 2016-01-15 16:33:54 +01:00
James Cole 4df1e5393b Also updated all translations. 2016-01-15 16:33:03 +01:00
James Cole 8c55bd179f Moved the option right under the file selection. 2016-01-15 16:27:17 +01:00
James Cole ccfc5ece66 Put the form options in the translation files. 2016-01-15 16:27:01 +01:00
James Cole 6c12f1bc86 Some refactoring, courtesy of PHPStorm. 2016-01-15 16:26:49 +01:00
James Cole 88839e9610 For more clarity in the code, moved the array of options to the controller itself. 2016-01-15 16:26:24 +01:00
James Cole 4f6a733238 For more clarity in the code, moved the array of options to the controller itself. 2016-01-15 16:26:19 +01:00
James Cole dc9083a764 Also forget delimiter. 2016-01-15 16:26:02 +01:00
James Cole 2afb455bac New translations. 2016-01-15 13:40:39 +01:00
James Cole 01792f91e2 Code cleanup 2016-01-15 13:13:33 +01:00
James Cole 651dff0750 Shorter method names. 2016-01-15 13:13:21 +01:00
James Cole 9cbfbd41dc Shorter method names. 2016-01-15 13:10:34 +01:00
James Cole 168d6f403c Shorter method names. 2016-01-15 13:09:27 +01:00
James Cole 41f200e630 Some code cleanup. 2016-01-15 13:08:25 +01:00
James Cole 0809cfdc6d Move methods around 2016-01-15 13:06:17 +01:00
James Cole 466d739da8 Start with new controller for rule groups. 2016-01-15 11:28:27 +01:00
James Cole daf65cb387 Split rule and rule group repositories. 2016-01-15 11:27:27 +01:00
James Cole 2605f60983 Refactor. Split rules and rule groups. 2016-01-15 11:16:41 +01:00
James Cole fcf6cdb134 Better order and display. 2016-01-15 10:52:35 +01:00
James Cole 209258b507 Fixed various bugs. 2016-01-15 09:25:32 +01:00
James Cole f80bc214f9 Edit rules. 2016-01-15 08:45:39 +01:00
James Cole f76990bb9b Twig methods. 2016-01-15 08:13:19 +01:00
James Cole eef68c9b31 New extension for rules. 2016-01-15 08:10:22 +01:00
James Cole 006c2ae186 Refer to dedicated methods instead of variables. 2016-01-15 08:06:33 +01:00
James Cole 8b66ff6afe First edit-rule code. 2016-01-15 08:04:57 +01:00
James Cole 4cc6d57e6e Stop processing other rules if asked. 2016-01-15 06:43:00 +01:00