Skip to content

Commit

Permalink
Version 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultVlacich committed Jan 28, 2016
1 parent 4f0210a commit 1ac8238
Show file tree
Hide file tree
Showing 61 changed files with 85 additions and 61 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Event-You-All Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] 2016-01-31
### Added
- Added the possibility to look at other users profiles
- Displays event creator nickname on detail page
- Pre-fills Contact form if user is logged in
- Displays article's linked event in the index list

### Improved
- Can now navigate through more than ten events on home page (added a pagination)
- Improved rendering of actions buttons in the back-office on smartphones
- Improved the back-office of help sections apps (CGUs, frequently asked questions and about page)
- Improved the main footer

### Fixed
- Fixed a bug which prevented the admin to delete an article if he was not the author of it
- Fixed a bug when deleting a user in the back-office
- Fixed some typos the in update password form

## [1.1.0] - 2016-01-17
Initial release
2 changes: 1 addition & 1 deletion apps/404/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/404
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-21-12-2015
* @version 1.1.0-21-12-2015
*/

class NotFoundController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/404/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/404
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-21-12-2015
* @version 1.1.0-21-12-2015
*/

class NotFoundView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/about/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/about/admin
* @author Louis
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class AboutAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/about/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/about/admin
* @author Louis
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class AboutAdminModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/about/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/about/admin
* @author Louis
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class AboutAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/about/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package apps/about
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-31-12-2015
* @version 1.1.0-31-12-2015
*/

class AboutController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/about/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class AboutModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/article/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class ArticleAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/article/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

require APPS_DIR.'article/model.php';
Expand Down
2 changes: 1 addition & 1 deletion apps/article/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class ArticleAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/article/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/article
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-12-12-2015
* @version 1.1.0-12-12-2015
*/

class ArticleController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/article/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/article
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-12-12-2015
* @version 1.1.0-12-12-2015
*/

class ArticleModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/article/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/article
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-12-12-2015
* @version 1.1.0-12-12-2015
*/

class ArticleView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/board/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/board/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-03-01-2016
* @version 1.1.0-03-01-2016
*/

class BoardAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/board/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/board/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-03-01-2016
* @version 1.1.0-03-01-2016
*/

class BoardAdminModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/board/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/board/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-03-01-2016
* @version 1.1.0-03-01-2016
*/

class BoardAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class CguAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class CguAdminModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class CguAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/cgu
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-31-12-2015
* @version 1.1.0-31-12-2015
*/

class CguController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class CguModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/cgu/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/cgu/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class CguView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/contact/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/faq
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-18-12-2015
* @version 1.1.0-18-12-2015
*/

class ContactController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/contact/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/user
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-31-12-2015
* @version 1.1.0-31-12-2015
*/

class ContactView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/events/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class EventsAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/events/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Louis Arbaretier
* @version 1.0.0-14-01-2016
* @version 1.1.0-14-01-2016
*/

require APPS_DIR.'events/model.php';
Expand Down
2 changes: 1 addition & 1 deletion apps/events/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Thibault Vlacich <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class EventsAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/events/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-11-12-2015
* @version 1.1.0-11-12-2015
*/

class EventsController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/events/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-11-12-2015
* @version 1.1.0-11-12-2015
*/

class EventsModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/events/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events
* @author Louis Arbaretier <[email protected]>
* @version 1.0.0-11-12-2015
* @version 1.1.0-11-12-2015
*/

class EventsView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/admin/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class FaqAdminController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class FaqAdminModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/events/admin
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-13-12-2015
* @version 1.1.0-13-12-2015
*/

class FaqAdminView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/faq
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-14-12-2015
* @version 1.1.0-14-12-2015
*/

class FaqController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/faq
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-14-12-2015
* @version 1.1.0-14-12-2015
*/

class FaqModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/faq/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/faq
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-14-12-2015
* @version 1.1.0-14-12-2015
*/

class FaqView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/forum/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/forum
* @author Léo Plouvier <[email protected]>
* @version 1.0.0-07-01-2015
* @version 1.1.0-07-01-2015
*/

class ForumController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/forum/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/forum
* @author Léo Plouvier <[email protected]>
* @version 1.0.0-07-01-2015
* @version 1.1.0-07-01-2015
*/

class ForumModel {
Expand Down
2 changes: 1 addition & 1 deletion apps/forum/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package apps/forum
* @author Léo Plouvier <[email protected]>
* @version 1.0.0-07-01-2015
* @version 1.1.0-07-01-2015
*/

class ForumView extends View {
Expand Down
2 changes: 1 addition & 1 deletion apps/legal/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package apps/about
* @author Alexandre Gay <[email protected]>
* @version 1.0.0-31-12-2015
* @version 1.1.0-31-12-2015
*/

class LegalController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion apps/search/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package apps/search
* @author Hugo Michard <[email protected]>
* @version 1.0.0-dd-mm-yyyy
* @version 1.1.0-dd-mm-yyyy
*/

class SearchController extends Controller {
Expand Down
Loading

0 comments on commit 1ac8238

Please sign in to comment.