192 Commits

Author SHA1 Message Date
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
Marc Ducobu
41a9a00483 Adding nl translation 2014-11-27 14:38:28 +01:00
Marc Ducobu
d4660419f8 Adding Nl translation 2014-11-27 12:28:48 +01:00
Marc Ducobu
de7b9d5ff3 More space between the button 'save report' and 'reset form' in report bundle close #354 2014-11-25 17:46:54 +01:00
Marc Ducobu
20bc5a818a class cf-fields for form construction close #363 2014-11-25 15:56:07 +01:00
c169269876 Prevent leaving the new and edit report page without saving. close #319
Code inspired by http://stackoverflow.com/a/21061009/1572236

I think this functionality might be interesting for other forms. Maybe we could abstract them in a twig template to reuse the code (with an 'include' declaration) or add this to all form automatically, by customizing the form_start or form_end function ?
2014-11-21 11:01:39 +01:00
2eb2214921 Move the create fields command to custom fields bundle 2014-11-20 10:46:37 +01:00
Marc Ducobu
2b4fd6f793 Debug display translation 2014-11-19 11:43:19 +01:00
Marc Ducobu
140fa5f002 Translation updatng 2014-11-19 11:14:10 +01:00
Marc Ducobu
bae32d28cf Translation FR 2014-11-19 10:33:40 +01:00
Marc Ducobu
92465dd639 Impoving form design - 2 2014-11-18 09:45:11 +01:00
Marc Ducobu
eec55b1813 Impoving form design 2014-11-18 09:42:58 +01:00
Marc Ducobu
c3fc6295cc sticky submit and reset buttons ref #336 2014-11-18 09:35:06 +01:00
Marc Ducobu
d86b5d1921 Do not display (temporary) scope in report close#300 2014-11-16 23:40:34 +01:00
Marc Ducobu
349cac4a53 Do not display (temporary) scope in report ref#300 2014-11-16 23:35:35 +01:00
Marc Ducobu
22c295b51b close#326 - When clicking on add a report, we should directly go to the report form if we have only one possible report 2014-11-14 16:49:26 +01:00
4a035d27d7 create script import of custom fields 2014-11-13 15:36:53 +01:00
Marc Ducobu
fb90d290cf Adding locale selection 2014-11-12 15:47:00 +01:00
Marc Ducobu
8220dfc518 Flash message for actions 2014-11-12 13:09:10 +01:00