Skip to content

Commit

Permalink
Updates to 0.6.0 - BETA 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanDufau committed Sep 3, 2016
1 parent b32c612 commit d5320b0
Show file tree
Hide file tree
Showing 88 changed files with 91 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apps/contact/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Contact\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactAdminController extends WController {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @package Apps\Contact\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactAdminModel extends ContactModel {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Contact\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactAdminView extends WView {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Contact\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactController extends WController {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/front/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Contact\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactModel {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/front/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Contact\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class ContactView extends WView {

Expand Down
2 changes: 1 addition & 1 deletion apps/contact/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contacts management script allowing ajax usage.
*
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
require(['jquery'], function($) {
$(document).ready(function() {
Expand Down
2 changes: 1 addition & 1 deletion apps/contact/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Contact</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>02-10-2013</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/lang/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Lang\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class LangController extends WController {
protected function select($params) {
Expand Down
2 changes: 1 addition & 1 deletion apps/lang/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Lang</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>14-06-2015</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/mail/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Mail\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class MailController extends WController {

Expand Down
2 changes: 1 addition & 1 deletion apps/mail/front/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Mail\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class MailModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/mail/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Mail</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>25-11-2013</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/news/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\News\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsAdminController extends WController {
private $upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion apps/news/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package Apps\News\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsAdminModel extends NewsModel {
public function __construct() {
Expand Down
2 changes: 1 addition & 1 deletion apps/news/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\News\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsAdminView extends WView {
public function __construct() {
Expand Down
2 changes: 1 addition & 1 deletion apps/news/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\News\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsController extends WController {
protected function listing($params) {
Expand Down
2 changes: 1 addition & 1 deletion apps/news/front/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\News\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/news/front/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\News\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsView extends WView {
public function listing($data) {
Expand Down
2 changes: 1 addition & 1 deletion apps/news/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>News</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>02-05-2015</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package Apps\Newsletter\Admin
* @author Thibault Vlacich <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterAdminController extends WController {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package Apps\Newsletter\Admin
* @author Thibault Vlacich <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterAdminModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Newsletter\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterAdminView extends WView {
public function listing($model) {
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package Apps\Newsletter\Front
* @author Thibault Vlacich <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterController extends WController {
public function add(array $params) {
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/front/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package Apps\Newsletter\Front
* @author Thibault Vlacich <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/front/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package Apps\Newsletter\Front
* @author Thibault Vlacich <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class NewsletterView extends WView {
public function add($model) {
Expand Down
2 changes: 1 addition & 1 deletion apps/newsletter/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Newsletter</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>01-03-2015</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/page/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Page\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageAdminController extends WController {
private $upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion apps/page/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package Apps\Page\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageAdminModel extends PageModel {
public function __construct() {
Expand Down
2 changes: 1 addition & 1 deletion apps/page/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Page\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageAdminView extends WView {
public function pages($model) {
Expand Down
2 changes: 1 addition & 1 deletion apps/page/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Page\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageController extends WController {
protected function display(array $params) {
Expand Down
2 changes: 1 addition & 1 deletion apps/page/front/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Page\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/page/front/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Page\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class PageView extends WView {
public function display(array $model) {
Expand Down
2 changes: 1 addition & 1 deletion apps/page/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Page</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>23-03-2015</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/search/front/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Search\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SearchController extends WController {
protected function form(array $params) {
Expand Down
2 changes: 1 addition & 1 deletion apps/search/front/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Search\Front
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SearchView extends WView {
public function form($data) {
Expand Down
2 changes: 1 addition & 1 deletion apps/search/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Search</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>23-03-2015</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Settings\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SettingsAdminController extends WController {
private $upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Settings\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SettingsAdminModel {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Settings\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SettingsAdminView extends WView {
/**
Expand Down
2 changes: 1 addition & 1 deletion apps/settings/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Application name -->
<name>Settings</name>

<version>0.5.0-11-02-2016</version>
<version>0.6.0-03-09-2016</version>

<!-- Last update date -->
<date>28-08-2016</date>
Expand Down
2 changes: 1 addition & 1 deletion apps/slideshow/admin/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Slideshow\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SlideshowAdminController extends WController {
private $upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion apps/slideshow/admin/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @package Apps\Slideshow\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SlideshowAdminModel extends SlideshowModel {
public function getSlide($id_slide) {
Expand Down
2 changes: 1 addition & 1 deletion apps/slideshow/admin/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Apps\Slideshow\Admin
* @author Johan Dufau <[email protected]>
* @author Julien Blatecky <[email protected]>
* @version 0.5.0-11-02-2016
* @version 0.6.0-03-09-2016
*/
class SlideshowAdminView extends WView {
public function __construct() {
Expand Down
Loading

0 comments on commit d5320b0

Please sign in to comment.