zjean
5c03e64f46
Tried to start with #107
...
- Always show the IBAN in the create account view, because it is always editable the edit view.
- Added 'accountNumber' account_meta field, and showing it in create/edit account view.
2016-02-10 22:09:24 +01:00
James Cole
3e502db772
Various code fixes.
2016-02-10 16:23:37 +01:00
James Cole
5974bdcc2a
This fixes what turns out to be an incredibly inaccurate chart.
2016-02-10 07:34:04 +01:00
James Cole
7288ba0fd7
Bit of code cleanup + the true/false in SHOW_INCOMPLETE_TRANSLATIONS is not a text but a boolean. Changed as such.
2016-02-10 06:25:21 +01:00
zjean
e04388a230
Added two factor auth setting to Preferences page.
2016-02-08 22:28:24 +01:00
James Cole
905ae3437b
float > string.
2016-02-08 21:09:00 +01:00
James Cole
7679721007
float > string.
2016-02-08 21:07:11 +01:00
James Cole
9a1710eb27
Some enhancements to export.
2016-02-07 09:11:46 +01:00
James Cole
ab9c991530
Better flashes (also translated) [skip ci]
2016-02-07 08:31:21 +01:00
James Cole
9429d84cf8
Some code cleanup [skip ci]
2016-02-07 07:56:58 +01:00
James Cole
b22774a599
Logout blocked accounts.
2016-02-07 07:36:31 +01:00
James Cole
95c4c4a238
Fixed a small bug after changing the return type statements.
2016-02-06 16:23:54 +01:00
James Cole
4424e48926
Added PHP7 return type statements.
2016-02-06 16:22:12 +01:00
James Cole
b8c7876454
Simplified export controller.
2016-02-06 15:01:26 +01:00
James Cole
0e0c475c83
Forgot a thing.
2016-02-06 05:04:41 +01:00
James Cole
241190c4da
More consistent error handling.
2016-02-06 05:01:34 +01:00
James Cole
c9b215684c
Also fixed tests.
2016-02-05 19:25:17 +01:00
James Cole
b90c7c09b6
Smaller travis file. Try to fix the search.
2016-02-05 19:12:54 +01:00
James Cole
f5b89ca783
Some code cleanup.
2016-02-05 15:41:40 +01:00
James Cole
cb52af28e7
Also fixes #171
2016-02-05 13:20:10 +01:00
James Cole
c5e283a13e
This is a fix for #171
2016-02-05 13:13:47 +01:00
James Cole
df918e8529
Fixed all problems related to strict types.
2016-02-05 13:09:18 +01:00
James Cole
aa1193a9eb
Fixed all problems related to strict types.
2016-02-05 12:28:05 +01:00
James Cole
8f7f263a48
Declare strict type.
2016-02-05 12:08:25 +01:00
James Cole
78bcd3e1bb
Changed a lot of parameters.
2016-02-05 09:25:15 +01:00
James Cole
554640c345
These are the first commits that make FF require php 7.
2016-02-05 08:03:26 +01:00
James Cole
ee8c83bbd8
Some small fixes.
2016-02-04 17:57:36 +01:00
James Cole
f300287814
Better cleanup routine.
2016-02-04 17:22:09 +01:00
James Cole
78f8b1454d
New export controller.
2016-02-04 17:13:42 +01:00
James Cole
7343304284
Code cleanup.
2016-02-04 07:28:39 +01:00
James Cole
c1ecc62ac1
Replaced Session::get() with session()
2016-02-04 07:27:03 +01:00
James Cole
aff8493204
Fixed bug where download would not be pushed as download.
2016-02-03 11:46:28 +01:00
James Cole
7f54b70c24
Make fiscal year quick link optional.
2016-01-29 07:47:18 +01:00
James Cole
c0b0e58720
Removed duplicated code.
2016-01-29 07:33:49 +01:00
James Cole
c8bc9a096a
Some other clean up.
2016-01-29 07:08:17 +01:00
James Cole
168ed5ac56
Renamed some stuff, courtesy of sensiolabs.
2016-01-28 21:50:20 +01:00
James Cole
e5b4a55d8e
Some code cleanup things courtesy of SensioLabs.
2016-01-28 21:33:45 +01:00
James Cole
167c057e8a
Removed executable rights.
2016-01-28 21:22:26 +01:00
James Cole
71bf054ab1
Removed TODO items in favour of issues, or actual fixes.
2016-01-28 21:05:26 +01:00
James Cole
287c1c4ffa
Some code cleanup.
2016-01-28 16:03:49 +01:00
James Cole
3d69dc786d
Some minor code cleanup.
2016-01-27 21:52:21 +01:00
James Cole
57a3f20c13
Moved more code around.
2016-01-27 21:35:59 +01:00
James Cole
eab2c57594
Moved another method.
2016-01-27 21:18:51 +01:00
James Cole
93b97b8d72
Refer to new account helper.
2016-01-27 20:46:38 +01:00
James Cole
f1f922031a
Refer to new account helper
2016-01-27 20:45:49 +01:00
James Cole
28fdad9426
A set of small fixes, courtesy of scrutinizer-ci
2016-01-27 19:35:00 +01:00
James Cole
9155c13e08
A set of small fixes, courtesy of scrutinizer-ci
2016-01-27 18:31:44 +01:00
Graham Miller
000f86d318
Added fiscal year start date stored in 'm-d' format to preferences.
...
Displays YYYY-MM-DD for current year to get input.
2016-01-27 11:31:33 +10:00
Graham Miller
d9b3ebc82f
Add preferences option to enable or disable the custom fiscal year handling.
...
Stored in DB as 0 or 1 and converted:-
- twig expression in view (expandedform needs true boolean)
- checkbox true/false converted to integer in set function in controller
Oh and I worked out how to localize the label ... took me a while but ended up so simple.
This is stage 1 of the overall custom fiscal year extension for Firefly.
2016-01-27 11:28:14 +10:00
James Cole
08131e42af
Implemented some new tests.
2016-01-24 20:38:58 +01:00