Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
### Added
- Add rss feeds to home page
- Add "guzzlehttp/guzzle" to composer.json for DistanceMatrix usage
- Pre-filled reservation fields with the upcoming availability
- Add time_hours_available parameter and relative functionalities
- Add default users time zone parameter and relative functionalities
- Add missing listing link in reviews list
- Add rotating_file handler to monolog
- Add flags icons
- Add function to get culture code from locale
- Strip private info in all user texts (listing, user, reviews, messages)
- Add createdAt index in all timestampable entities

### Fixed
- Fix bug Cocolabs-SAS#71 - Listing status available while duplication
- Fix data fixtures for listing geo location
- Fix phone_prefix default value on ProfileContactFormType
- Fix missing breadcrumbs in Listing Categories and Location edition
- Fix hour removing bug in search form
- Fix search form css in day mode
- Fix time zone on booking minimum start time error displaying
- Fix end time of TimeRange validation by removing end time relation with hours_available parameter
- Fix some Symfony 2.8 depreciation
- Fix booking cancelation policy type checking while refunding by verifying also the booking start time
- Fix IPInfoDB dataType of ajax call by changing it to "json" instead of "jsonp"
- Fix Country name in booking new
- Fix missing translations in admin
- Fix listing delivery and options missing on booking new
- Fix booking pre-fill dates on BookingPrice for booking.min_start_time_delay different of 24
- Fix facebook login popup language
- Fix out of memory in admin forms containing a lot of listings
- Fix multi categories displaying in listings search result page and home page
- Fix JMS extraction on admins for subject equal to null
- Fix listing reviews order displaying in frontend and dashboard (listing, user)
- Fix GeocodingController createAction in listing show page
- Fix add_time_unit_text filter for duration < 1 hour
- Fix responsive of search form
- Fix cron docs
- Fix new booking form handler without BOOKING_NEW_FORM_PROCESS listeners

### Changed
- Upgrade Microsoft Translator API request method from Bing to Azur
- Change homepage by extending to 100% visual image
- Change monolog action_level to critical
- Factorize DateRange and TimeRange creation in ListingSearchRequest, BookingPriceFormHandler and BookingFormHandler
- Remove dates and times synchronisation from booking price form to listing search form
- Change the maximum date time of the booking acceptation (and refusal )
- Remove duplicate datetimepicker css in all.css
- Enhance getNbUnReadMessages
- Extract js libraries from jquery.main.js
- Replace map markers spider by slider in InfoBox for listings with same locations
- Add markers and cluster overlay effect while listing mouseover
- Update ListingSearchBundle composer dependency to v0.2.2 (Listing search by distance and search extension when insufficient results)
- Change delivery twig templates path scheme for overriding purposes
- Remove bootstrap duplicated datetimepicker from bootstrap.min.js
- Time form field enhancement (timepicker min hour available, nb_minute form label hiding/displaying, time search form error )
- Use flags icons into images/flags folder
- Uniformize users name truncation (ex : Firstname L.)
- Replace method to know which bundles is enabled by using kernel.bundles instead of EntityManager methods
- Update deployment.rst
  • Loading branch information
cocolabssas committed Nov 13, 2017
1 parent 8d44e1d commit 6d8b531
Show file tree
Hide file tree
Showing 428 changed files with 9,328 additions and 7,941 deletions.
66 changes: 65 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,79 @@ This changelog references the relevant changes done in this project.
This project adheres to [Semantic Versioning](http://semver.org/)
and to the [CHANGELOG recommendations](http://keepachangelog.com/).


## [Unreleased]

### Added

### Fixed

### Changed


## [0.4.0] - 2017-11-13

### Added
- Add rss feeds to home page
- Add "guzzlehttp/guzzle" to composer.json for DistanceMatrix usage
- Pre-filled reservation fields with the upcoming availability
- Add time_hours_available parameter and relative functionalities
- Add default users time zone parameter and relative functionalities
- Add missing listing link in reviews list
- Add rotating_file handler to monolog
- Add flags icons
- Add function to get culture code from locale
- Strip private info in all user texts (listing, user, reviews, messages)
- Add createdAt index in all timestampable entities

### Fixed
- Fix bug #71 - Listing status available while duplication
- Fix data fixtures for listing geo location
- Fix phone_prefix default value on ProfileContactFormType
- Fix missing breadcrumbs in Listing Categories and Location edition
- Fix hour removing bug in search form
- Fix search form css in day mode
- Fix time zone on booking minimum start time error displaying
- Fix end time of TimeRange validation by removing end time relation with hours_available parameter
- Fix some Symfony 2.8 depreciation
- Fix booking cancelation policy type checking while refunding by verifying also the booking start time
- Fix IPInfoDB dataType of ajax call by changing it to "json" instead of "jsonp"
- Fix Country name in booking new
- Fix missing translations in admin
- Fix listing delivery and options missing on booking new
- Fix booking pre-fill dates on BookingPrice for booking.min_start_time_delay different of 24
- Fix facebook login popup language
- Fix out of memory in admin forms containing a lot of listings
- Fix multi categories displaying in listings search result page and home page
- Fix JMS extraction on admins for subject equal to null
- Fix listing reviews order displaying in frontend and dashboard (listing, user)
- Fix GeocodingController createAction in listing show page
- Fix add_time_unit_text filter for duration < 1 hour
- Fix responsive of search form
- Fix cron docs
- Fix new booking form handler without BOOKING_NEW_FORM_PROCESS listeners

### Changed
- Upgrade Microsoft Translator API request method from Bing to Azur
- Change homepage by extending to 100% visual image
- Change monolog action_level to critical
- Factorize DateRange and TimeRange creation in ListingSearchRequest, BookingPriceFormHandler and BookingFormHandler
- Remove dates and times synchronisation from booking price form to listing search form
- Change the maximum date time of the booking acceptation (and refusal )
- Remove duplicate datetimepicker css in all.css
- Enhance getNbUnReadMessages
- Extract js libraries from jquery.main.js
- Replace map markers spider by slider in InfoBox for listings with same locations
- Add markers and cluster overlay effect while listing mouseover
- Update ListingSearchBundle composer dependency to v0.2.2 (Listing search by distance and search extension when insufficient results)
- Change delivery twig templates path scheme for overriding purposes
- Remove bootstrap duplicated datetimepicker from bootstrap.min.js
- Time form field enhancement (timepicker min hour available, nb_minute form label hiding/displaying, time search form error )
- Use flags icons into images/flags folder
- Uniformize users name truncation (ex : Firstname L.)
- Replace method to know which bundles is enabled by using kernel.bundles instead of EntityManager methods
- Update deployment.rst


## [0.3.4] - 2017-05-31

Expand Down Expand Up @@ -262,7 +326,7 @@ and to the [CHANGELOG recommendations](http://keepachangelog.com/).
- Disable manual translations on listing and user edition when there is only one locale available on platform
- Set SMS default locale equal to app default locale
- Add booking status "new" criteria to SMS booking acceptation

### Changed
- Change listing search by categories by including listings without categories
- Update doc/index.rst
Expand Down
478 changes: 153 additions & 325 deletions app/Resources/translations/SonataAdminBundle.en.xliff

Large diffs are not rendered by default.

479 changes: 154 additions & 325 deletions app/Resources/translations/SonataAdminBundle.fr.xliff

Large diffs are not rendered by default.

30 changes: 7 additions & 23 deletions app/Resources/translations/SonataUserBundle.en.xliff
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2016-08-25T23:43:38Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
<file date="2017-11-13T18:50:28Z" source-language="en" target-language="en" datatype="plaintext"
original="not.available">
<header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
<note>The source node in most cases contains the sample message as written by the developer. If it looks
like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a
default message.
</note>
</header>
<body>
<trans-unit id="6616e4d4787a6b08012bc1b29a451ae927e2eb03" resname="breadcrumb.link_dashboard">
Expand Down Expand Up @@ -146,21 +150,6 @@
<target>Last Name</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="dec748472ae984224dd5285ca21576d008a26e39" resname="form.label_mangopay_bank_account_id">
<source>form.label_mangopay_bank_account_id</source>
<target>Mangopay bank account id</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="1005db2ddcc3b9a50700ee773a3fc6d97c32cd79" resname="form.label_mangopay_id">
<source>form.label_mangopay_id</source>
<target>Mangopay ID</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="1b0695536032994f08401f0113cc6a8008669daa" resname="form.label_mangopay_wallet_id">
<source>form.label_mangopay_wallet_id</source>
<target>Mangopay wallet id</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="6135f0d1e01c34820b5ae3b0f5bee68f14ebd519" resname="form.label_mother_tongue">
<source>form.label_mother_tongue</source>
<target>Where are you from</target>
Expand Down Expand Up @@ -256,11 +245,6 @@
<target>Locked</target>
<jms:reference-file>admin-bundle/Datagrid/ListMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="242b98deb754c7f781a2c018e2bccfcb2195eb68" resname="list.label_mangopay_id">
<source>list.label_mangopay_id</source>
<target>Mangopay id</target>
<jms:reference-file>admin-bundle/Datagrid/ListMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="56fee11d331aa7f17be36d2c2d6a7f884fa8cd1a" resname="show.label_biography">
<source>show.label_biography</source>
<target>Biography</target>
Expand Down Expand Up @@ -365,7 +349,7 @@
<source>switch_user</source>
<target>Switch user</target>
<jms:reference-file line="8">Resources/views/impersonating.html.twig</jms:reference-file>
<jms:reference-file line="9">Resources/views/impersonating.html.twig</jms:reference-file>
<jms:reference-file line="10">Resources/views/impersonating.html.twig</jms:reference-file>
</trans-unit>
<trans-unit id="30296748403bb9ca684e2020409f15bd250f6639" resname="user_block_logout">
<source>user_block_logout</source>
Expand Down
30 changes: 7 additions & 23 deletions app/Resources/translations/SonataUserBundle.fr.xliff
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
<file date="2016-08-25T23:42:17Z" source-language="en" target-language="fr" datatype="plaintext" original="not.available">
<file date="2017-11-13T18:50:04Z" source-language="en" target-language="fr" datatype="plaintext"
original="not.available">
<header>
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
<note>The source node in most cases contains the sample message as written by the developer. If it looks
like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a
default message.
</note>
</header>
<body>
<trans-unit id="6616e4d4787a6b08012bc1b29a451ae927e2eb03" resname="breadcrumb.link_dashboard">
Expand Down Expand Up @@ -146,21 +150,6 @@
<target>Nom</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="dec748472ae984224dd5285ca21576d008a26e39" resname="form.label_mangopay_bank_account_id">
<source>form.label_mangopay_bank_account_id</source>
<target>Mangopay bank account Id</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="1005db2ddcc3b9a50700ee773a3fc6d97c32cd79" resname="form.label_mangopay_id">
<source>form.label_mangopay_id</source>
<target>Mangopay Id</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="1b0695536032994f08401f0113cc6a8008669daa" resname="form.label_mangopay_wallet_id">
<source>form.label_mangopay_wallet_id</source>
<target>Mangopay Wallet Id</target>
<jms:reference-file>admin-bundle/Form/FormMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="6135f0d1e01c34820b5ae3b0f5bee68f14ebd519" resname="form.label_mother_tongue">
<source>form.label_mother_tongue</source>
<target>Langue Maternelle</target>
Expand Down Expand Up @@ -256,11 +245,6 @@
<target>Verouillé</target>
<jms:reference-file>admin-bundle/Datagrid/ListMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="242b98deb754c7f781a2c018e2bccfcb2195eb68" resname="list.label_mangopay_id">
<source>list.label_mangopay_id</source>
<target>Mangopay Id</target>
<jms:reference-file>admin-bundle/Datagrid/ListMapper.php</jms:reference-file>
</trans-unit>
<trans-unit id="56fee11d331aa7f17be36d2c2d6a7f884fa8cd1a" resname="show.label_biography">
<source>show.label_biography</source>
<target>show.label_biography</target>
Expand Down Expand Up @@ -365,7 +349,7 @@
<source>switch_user</source>
<target>switch_user</target>
<jms:reference-file line="8">Resources/views/impersonating.html.twig</jms:reference-file>
<jms:reference-file line="9">Resources/views/impersonating.html.twig</jms:reference-file>
<jms:reference-file line="10">Resources/views/impersonating.html.twig</jms:reference-file>
</trans-unit>
<trans-unit id="30296748403bb9ca684e2020409f15bd250f6639" resname="user_block_logout">
<source>user_block_logout</source>
Expand Down
Loading

0 comments on commit 6d8b531

Please sign in to comment.