210 Commits

Author SHA1 Message Date
ec70067429 add scope to form "new" report
[ci skip]
2015-06-24 00:01:07 +02:00
a938ce5090 add report ACL fixtures 2015-06-24 00:00:11 +02:00
c75ba202b4 add scope type to report [transfer]
[ci skip]
2015-06-23 21:36:02 +02:00
4d2b3f2a61 add report voter + tests 2015-06-22 23:47:01 +02:00
b7a17af682 git status add role hierarchy 2015-06-22 23:46:36 +02:00
eb066b86aa add foreign key from report to scope 2015-06-22 23:45:59 +02:00
1c3c3b14ab mark some tests as skipped
Some tests raise an error which seems being a bug into symfony. Mark
test as skipped before further inquery.
2015-06-22 22:38:13 +02:00
efa2f001c7 add person.center to timeline tests 2015-06-19 22:36:00 +02:00
064ccfba3f adapt loadReport to new user refs 2015-06-08 00:31:02 +02:00
3d7069011d remove deprecation warning from phpunit 2015-06-05 12:58:20 +02:00
39197d2ae6 fix deprecation of pattern in routing
pattern => path in routing
2015-06-05 11:42:09 +02:00
6ac7482389 switch to symfony 2.7 [ci skip] 2015-06-05 10:59:19 +02:00
Julien Fastré
ee205d3386 set namespace/use declaration on exception
highlighted by https://insight.sensiolabs.com/projects/6031863a-10a3-44d5-891d-ac6dac2ed65a/analyses/1?status=violations#239680028
2015-03-31 21:32:03 +02:00
Julien Fastré
38d9832b72 Fix syntax - namespace should be first declaration
https://insight.sensiolabs.com/projects/6031863a-10a3-44d5-891d-ac6dac2ed65a/analyses/1?status=violations#239680027
2015-03-31 21:30:34 +02:00
df9fb881b1 add title to report box in timeline 2015-02-27 17:43:09 +01:00
Marc Ducobu
2efa187bfa Merge branch 'master' of git://github.com/Chill-project/Report 2015-02-27 14:01:46 +01:00
Marc Ducobu
9b867ea0e0 Improving Test refs #401 2015-02-27 14:01:30 +01:00
Marc Ducobu
26ed31e89e Better line return 2015-02-27 12:58:50 +01:00
Marc Ducobu
3f92b6bf4d adding utf8 format 2015-02-27 12:58:27 +01:00
ae6553ae0d Add timeline to report
refs #357 and refs #224

Squashed commit of the following:

commit 1393a2b283566f428e13160da18487c2a0bbea78
Author: Julien Fastré <julien.fastre@champs-libres.coop>
Date:   Thu Feb 26 12:13:56 2015 +0100

    add summary_fields in timeline

    The tests and fixtures are adapted accordingly

commit d0374961c2b03a334ff724fbe2995d082d7d7e01
Author: Julien Fastré <julien@fastre.info>
Date:   Thu Feb 26 10:36:56 2015 +0100

    fix namespace

commit c2d71a17301d923cb20ae295f7d1efef8727a643
Author: Julien Fastré <julien@fastre.info>
Date:   Mon Feb 23 21:59:26 2015 +0100

    Improve rendering in person context

commit 827d3116a36f8b86bc2dcd79926e42a3d472bb70
Author: Julien Fastré <julien@fastre.info>
Date:   Mon Feb 23 16:34:43 2015 +0100

    add test for timeline page

commit d93aa527190a6038b4c58dff3af81568c377cd0f
Author: Julien Fastré <julien@fastre.info>
Date:   Mon Feb 23 16:34:07 2015 +0100

    add message for timeline

commit 63de4ddc2c7eca8530b3cc6e122d44840340329d
Author: Julien Fastré <julien@fastre.info>
Date:   Mon Feb 23 13:48:32 2015 +0100

    create timeline provider
2015-02-26 12:15:36 +01:00
Marc Ducobu
ebc5e6ea11 Test for reportExport 2015-02-20 17:40:32 +01:00
Marc Ducobu
0cd8b9af3c Adding csv_row twig filter 2015-02-18 16:30:08 +01:00
Marc Ducobu
80851c4071 adding person id 2015-02-18 16:28:52 +01:00
Marc Ducobu
5f9a81639c Person id -> Report id 2015-02-18 15:00:52 +01:00
Marc Ducobu
ba7604a71e Adding id - refs #401 2015-02-18 14:59:07 +01:00
Marc Ducobu
6ec0892ac6 Allowing export for reports 2015-02-17 15:11:42 +01:00
897a0361a8 fix web app for test and set default parameters/port to 5432 2015-02-05 21:29:11 +01:00
c986c2e361 adapt new web app path to phpunit.xml.dist 2015-01-30 16:11:29 +01:00
3d5217345b adapt console path for web assets install 2015-01-30 16:06:51 +01:00
17f2ecd24e adapt travis installation command to new web app path 2015-01-30 16:04:28 +01:00
962dba1bc5 add doctrine migration to CI
refs #402
move webapp directory to App/app, for being consistent with person bundle
2015-01-30 15:57:24 +01:00
Marc Ducobu
31f76d1339 updating js call - close #391 2015-01-30 12:28:06 +01:00
Marc Ducobu
fdf6ac0bbf Debug When leaving a report form page without modification, warning pop up is shown - refs #391 2015-01-27 16:33:14 +01:00
a327f581c5 complete test for reports lifecycle
close #289
typo in messages.fr.yml
add validation file for reports
2015-01-24 23:08:23 +01:00
e8be896be8 allow docker build to speedup travis
see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2015-01-23 12:10:24 +01:00
1431580d1f load routes from chill loader in tests 2015-01-23 12:07:44 +01:00
a767a67db7 localize date in report bundles: switch to twig intl extension
refs #272

refs #
Task #272 - Find a way to deal with date format automatically
2015-01-23 12:02:31 +01:00
57e4bc924c load routes from chill routes loaders
add routes to config by prepending configuration
refs #273
2015-01-22 17:38:43 +01:00
28e8c22600 swtich back to doctrine/orm 2.4 2015-01-21 22:38:59 +01:00
3efda954be Add report search feature
refs #377
2015-01-06 21:23:45 +01:00
2d19125dcf get expected fixtures for tests
- add reports non-random
- load reports into database
- add deps to faker, to fill easily reports
2015-01-06 21:22:35 +01:00
8e254849cc Add travis label on README
[ci skip]
2014-12-27 15:57:03 +01:00
af8b3da5e2 Add Doctrine fixtures bundle 2014-12-27 15:51:44 +01:00
1997f6e5b1 fix travis error 2014-12-24 01:31:36 +01:00
08af301eee add .travis.yml file 2014-12-24 01:27:42 +01:00
15c3916c8b Add test for create new report 2014-12-23 16:47:37 +01:00
9228b43802 add deps for tests 2014-12-23 10:06:06 +01:00
677fe4d147 Iintroduce migration file 2014-11-29 01:52:52 +01:00
1898b5d399 add the today default date to new report 2014-11-28 09:51:14 +01:00
Marc Ducobu
82c3585aff debug yml not valide 2014-11-27 15:10:15 +01:00