1329bf82ed
app/views/_common/_components/flash.volt: update to bootstrap 5.2.0 syntax.
2022-08-02 12:14:22 +02:00
b50e95231c
app/assets/sass/application.scss: import modal component from bootstrap.
2022-08-02 12:05:13 +02:00
9faf531577
app/assets/sass/base/_utils.scss: add clearfix class
2022-08-02 12:03:11 +02:00
d2842907a3
views: change pull-left,pull-right classes to float-start,float-end
2022-08-02 12:02:48 +02:00
5798a28516
sass: "sticky-footer" broke with BS 5.2.0, fix with flexbox.
2022-08-01 21:47:40 +02:00
860caf38b8
remove old app/assets/sass/_bootstrap-custom.scss
2022-08-01 21:45:41 +02:00
45ac2a5961
app/assets/sass/_variables.scss: Update to bootstrap 5.2.0
2022-08-01 21:45:29 +02:00
cd6eb49b5b
app/assets/sass/application.scss: implement the new bootstrap 5.2.0 framework into our sass.
2022-08-01 21:44:52 +02:00
dd8b065c8e
Adding app/assets/sass/_bootstrap-config.scss
2022-08-01 21:43:23 +02:00
897da2ad27
app/views/_common/_components/navigation.volt: update dropdown to bootstrap 5.2.0
2022-08-01 21:41:35 +02:00
96a80cf6e9
app/assets/sass/layout/_navigation.scss: .dropdown-menu-right does not exist. so don't extend it.
2022-08-01 21:40:54 +02:00
33e2cec8a7
app/assets/sass/layout/_navigation.scss: hack margins for menu items abit.
2022-08-01 21:40:08 +02:00
8fad84bd4b
app/assets/sass/layout/_navigation.scss: "border-radius-base" is renamed to "border-radius" in bootstrap 5.2.0
2022-07-31 23:53:32 +02:00
18466d273c
app/assets/sass/layout/_navigation.scss: "pull-right" is renamed to "float-end" in bootstrap 5.2.0
2022-07-31 23:51:18 +02:00
4403f5c2bb
app/assets/sass/layout/_navigation.scss: use cleafix mixin instead of extend.
2022-07-31 23:50:36 +02:00
a214fe3fcf
app/assets/sass/base/_typography.scss: fix underlines on links.
...
bootstrap 3.4.0 only had underlines for hover links while 5.2.0 has them on for all states. So enable them for a:hover again here. while we disable them in bootstrap.
2022-07-31 23:50:01 +02:00
260fc64102
app/assets/sass/layout/_navigation.scss: use bootstrap 5.2.0 mixin for media queries. also skip $navbar-breakpoint-min variable and just use "md" breakpoint.
2022-07-31 23:43:32 +02:00
98ed31b7f8
app/assets/sass/components/_pagination.scss: extend center-block instead of nav (only need centering anyway)
2022-07-31 23:41:07 +02:00
a971a5553a
app/assets/sass/layout/_sections.scss: brand-color is named primary in bootstrap 5.2.0
2022-07-31 23:40:02 +02:00
44b7a3a7b0
app/assets/sass/components/_badge.scss: brand-color is named primary in bootstrap 5.2.0
2022-07-31 23:39:38 +02:00
10c5935620
app/assets/sass/components/_callback-list.scss: use clearfix mixin instead of extend.
2022-07-31 23:39:03 +02:00
22f49280de
app/assets/sass/views/_about.scss: update to bootstrap 5.2.0 mixins.
2022-07-31 23:38:26 +02:00
1182f9439b
Adding app/assets/sass/base/_utils.scss
2022-07-31 23:20:01 +02:00
676f358e3a
Adding app/assets/sass/mixins/_center-block.scss
2022-07-31 23:19:19 +02:00
e432b3ab87
app/assets/sass/views/_landingpage.scss: change from grid system to flexbox.
2022-07-31 19:28:16 +02:00
6fe1d3019c
app/assets/sass/layout/_footer.scss: change from grid to flexbox.
2022-07-31 19:27:53 +02:00
173bb59e07
app/assets/sass/layout/_navigation.scss: use calc() around division expressions.
...
see: https://sass-lang.com/d/slash-div
2022-07-31 19:05:46 +02:00
9ca1abbdd3
app/assets/sass/_variables.scss: change "text-size-large" variable name to "font-size-large"
2022-07-31 18:30:14 +02:00
9b2e38d9f3
app/library/Bootstrap.php: Fix documentation for run() method.
2022-07-26 21:10:28 +02:00
3e34e72931
Update pagination api.
2022-07-26 21:09:36 +02:00
191f1c1930
app/library/Mvc/Model/Behavior/RandomId.php: "_optoins" property is renamed to "options"
2022-07-26 21:08:51 +02:00
0d59417636
app/forms/Registration.php: remove unneeded use.
2022-07-26 21:08:25 +02:00
376f3dfd11
app/forms/UserSettings.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\AbstractElement
2022-07-26 21:06:55 +02:00
863175eb51
app/controllers/AuthController.php: No need to set event manager anymore
2022-07-26 21:06:16 +02:00
bb12b1a007
app/library/Validation/Validator/Alpha.php: update to phalcon4 api.
2022-07-26 20:53:00 +02:00
0971f8f35e
app/controllers/UserController.php: no need to set event manager anymore.
2022-07-26 20:41:47 +02:00
05e1a19f47
app/listeners/ActivityLog.php: update _log() to phalcon4 model api.
2022-07-26 20:40:53 +02:00
62550f90fa
app/library/Services.php: Update logging initialization
2022-07-26 20:20:40 +02:00
771cb05b12
app/library/Services.php: update session initialization
2022-07-26 20:19:54 +02:00
2dd571cd3d
app/library/Services.php: update view initialization
2022-07-26 20:17:06 +02:00
abcbf8759e
app/library/Services.php: Don't need to call setEventsManager() on auth service anymore.
2022-07-26 20:13:23 +02:00
8029872b13
app/library/Services.php: Phalcon\Mvc\Url is called Phalcon\Url now.
2022-07-26 20:11:27 +02:00
93daf5f797
app/library/Auth.php: Change Phalcon\Mvc\User\Component to Phalcon\Di\Injectable
2022-07-26 20:04:34 +02:00
61bd9eb692
app/library/Acl.php: use the new Acl api in phalcon.
2022-07-26 20:00:03 +02:00
1867351716
app/models/Data/Callback.php: Cant override getSource() anymore as it is marked final, set source in "initialize()" instead.
2022-07-26 19:58:50 +02:00
d03824518d
Change Phalcon\Mvc\User\Plugin to Phalcon\Di\Injectable
2022-07-26 19:58:50 +02:00
d6aefc502b
app/models/Data/Base.php: make hasChanged() compatible with base class.
2022-07-26 19:58:50 +02:00
2a2cda0de4
app/library/Services.php: remove "use Phalcon\DiInterface" as it's not used.
2022-07-26 19:58:50 +02:00
aababdcb12
Phalcon\DiInterface is renamed to Phalcon\Di\DiInterface
2022-07-26 19:58:50 +02:00
4bf76f87f1
app/library/Bootstrap.php: require $uri parameter in run()
...
Phalcon/Application::handle() requires it to be passed.
2022-07-26 19:41:21 +02:00