Marc Ducobu
2b965bafdf
Merge branch 'master' of github.com:Chill-project/Documentation
2015-01-27 16:44:44 +01:00
Marc Ducobu
317acfa1a5
Revisioning
2015-01-27 16:44:38 +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
Marc Ducobu
281d532a20
Js code for solving #391 - refs #391
2015-01-27 16:31:53 +01:00
Marc Ducobu
4c0ea2c3ff
Improving gruntfile
2015-01-27 15:52:01 +01:00
Marc Ducobu
9677e42c2d
renaming main.js -> chill.js
2015-01-27 15:51:43 +01:00
Marc Ducobu
c29d17ff4f
Reorganizing public folder
2015-01-27 15:39:03 +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
74bf42e350
documentation for locale in url
...
close #288
2015-01-23 15:19:14 +01:00
458a2e71a5
add doc for date localisation
...
Introduce the twig Intl extension and make ref to the doc.
refs #272
2015-01-23 15:01:47 +01:00
8e3ada1631
disable sudo for speeding-up travis CI
...
see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2015-01-23 14:47:13 +01:00
1442842e6a
remove date format from twig config
...
date format is now handled by twig extension 'intl'
refs #272
2015-01-23 14:46:04 +01:00
58d05123bb
disable sudo in travis build to speed up CI
...
see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2015-01-23 12:28:48 +01:00
b26069243f
fix date format to long in create_review
2015-01-23 12:28:03 +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
2c22d45e2f
load chill routes using route loader in tests
2015-01-23 11:57:11 +01:00
5f117ffa4a
enable twig intl extension
...
This extension allow bundles to format date and number according to localization.
We would like to use this to format date :
``` twig
date|localizeddate('medium', none)
```
refs #272
[documentation of the extension](http://twig.sensiolabs.org/doc/extensions/intl.html )
2015-01-23 11:38:54 +01:00
98c3a23c65
Use localizeddate to format date
...
refs #272
2015-01-23 11:38:09 +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
e9be284c03
loads routes automatically
...
move routes to config.yml, loaded by prepending configuration
refs #273
2015-01-22 17:36:49 +01:00
ab36443943
documentation for routing
...
refs #273
2015-01-22 17:35:37 +01:00
9e8374bef7
define route in chill_main configuration
...
refs #273
2015-01-22 17:19:24 +01:00
8f457e0a63
loads route automatically
...
route must now be indicated in config.yml under chill_main.routing.resources.
Other bundle may add routes prepending configuration
2015-01-22 17:05:21 +01:00
0d3f48ef32
remove reference to delete entity - clean code
...
refs #259
2015-01-22 10:26:43 +01:00
3707b08aee
remove entities for testing purpose - clean code
...
fix #259
2015-01-22 09:50:53 +01:00
6c515342d7
fix joinColumn definition bug in Person
...
Due to bug http://www.doctrine-project.org/jira/browse/DDC-2742 (?), the relation between person and spoken_languages was broken. We configure the relation explicitly (providing joincolumns) to avoid this bug.
2015-01-22 09:47:32 +01:00
28e8c22600
swtich back to doctrine/orm 2.4
2015-01-21 22:38:59 +01:00
af66ac2c1a
switch back to doctrine/orm 2.4
2015-01-21 22:31:59 +01:00
4d4a3116a0
switch back to doctrine/orm 2.4
2015-01-21 22:26:09 +01:00
7871a2e956
back deps to doctrine/orm 2.4
2015-01-21 22:21:45 +01:00
d1140ba6d3
documentation about search in reports
2015-01-15 15:53:08 +01:00
f2ea3edf29
add a table of content for person bundle page
...
and fixe some errors in rst syntax
2015-01-15 15:48:39 +01:00
9762df463f
Documentation about search
...
refs #223 and refs #377
2015-01-15 15:34:46 +01:00
Julien Fastré
6615d3fba6
remove dev comment
...
[ci skip]
2015-01-15 13:49:58 +01:00
6ea5a9227d
move bundle directory at root
...
This should ease the browsing fo documentation (less menu and submenus)
2015-01-15 09:27:38 +01:00
a9630e7013
move doctrine/orm and doctrine/doctrine-bundle to stable version
2015-01-08 21:35:09 +01:00
c2ae9ccbac
switch doctrine/common to stable version
2015-01-08 21:30:02 +01:00
e9535c62cb
switch doctrine/dbal to stable 2.5 release
2015-01-08 21:25:49 +01:00
f91775a617
Fix message in search results
...
The pluralization of message has been refactored
2015-01-06 21:35:10 +01:00
0d1ca31fc9
fix pattern show on search
2015-01-06 21:27:06 +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
9468157b50
fix recompose function + doc
2015-01-06 21:15:16 +01:00
313d80345f
fix title in search result page
2015-01-06 21:04:18 +01:00
a48a0be187
create recompose method + test (skipped), fix tests for dateParse
2015-01-06 20:34:27 +01:00
5289ad9c2c
Add parse date function to abstract Search
2015-01-06 15:31:00 +01:00
cd9b95c7ca
add missing report.rst file
2015-01-05 16:29:23 +01:00
21485649db
Documente search terms on person bundl
2015-01-05 16:21:14 +01:00