-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b32c612
commit d5320b0
Showing
88 changed files
with
91 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
Oops, something went wrong.