Skip to content

Commit

Permalink
Changes for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Apr 7, 2020
1 parent dd41de6 commit 6214054
Show file tree
Hide file tree
Showing 56 changed files with 380 additions and 684 deletions.
25 changes: 0 additions & 25 deletions app/cache/annotations/CacheTrait.php-898ad40f.annotations.php

This file was deleted.

24 changes: 0 additions & 24 deletions app/cache/annotations/ConfigTrait.php-6b8db0e9.annotations.php

This file was deleted.

14 changes: 0 additions & 14 deletions app/cache/annotations/ControllerBase.php-b3f038a9.annotations.php

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions app/cache/annotations/DatabaseTrait.php-8f1f9205.annotations.php

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions app/cache/annotations/GitTrait.php-8a664551.annotations.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'Display' => 'Ubiquity\\core\\postinstall\\Display',
'Logger' => 'Ubiquity\\log\\Logger',
'ThemesManager' => 'Ubiquity\\themes\\ThemesManager',
'Router' => 'Ubiquity\\controllers\\Router',
),
'#traitMethodOverrides' => array (
'controllers\\IndexController' =>
Expand Down
21 changes: 0 additions & 21 deletions app/cache/annotations/LogsTrait.php-7ef939a8.annotations.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
'#uses' => array (
'URequest' => 'Ubiquity\\utils\\http\\URequest',
'AbstractWsController' => 'ws\\controllers\\AbstractWsController',
'UCookie' => 'Ubiquity\\utils\\http\\UCookie',
'UString' => 'Ubiquity\\utils\\base\\UString',
),
'#traitMethodOverrides' => array (
'controllers\\MainController' =>
Expand All @@ -14,6 +16,9 @@
'controllers\\MainController::index' => array(
array('#name' => 'get', '#type' => 'Ubiquity\\annotations\\router\\GetAnnotation', "_default","name"=>"Home")
),
'controllers\\MainController::displayNews' => array(
array('#name' => 'get', '#type' => 'Ubiquity\\annotations\\router\\GetAnnotation', "news","name"=>"News")
),
'controllers\\MainController::contact' => array(
array('#name' => 'get', '#type' => 'Ubiquity\\annotations\\router\\GetAnnotation', "contact","name"=>"Contact")
),
Expand All @@ -29,5 +34,11 @@
'controllers\\MainController::sendMessage' => array(
array('#name' => 'route', '#type' => 'Ubiquity\\annotations\\router\\RouteAnnotation', "sendMessage")
),
'controllers\\MainController::noMoreMessage' => array(
array('#name' => 'get', '#type' => 'Ubiquity\\annotations\\router\\GetAnnotation', "noMore/{title}","name"=>"noMore")
),
'controllers\\MainController::acceptCookiesOrNot' => array(
array('#name' => 'get', '#type' => 'Ubiquity\\annotations\\router\\GetAnnotation', "cookies/{accept}/{redirect}")
),
);

This file was deleted.

26 changes: 0 additions & 26 deletions app/cache/annotations/MessagesTrait.php-dceb8b15.annotations.php

This file was deleted.

38 changes: 0 additions & 38 deletions app/cache/annotations/ParamAnnotation.php-1730d8dc.annotations.php

This file was deleted.

13 changes: 0 additions & 13 deletions app/cache/annotations/PostAnnotation.php-164e42f0.annotations.php

This file was deleted.

Loading

0 comments on commit 6214054

Please sign in to comment.