|
|
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 |
|
|
|
351562f36b
|
gulpfile.js: update to build with bootstrap 5.2.0
|
2022-07-31 23:18:38 +02:00 |
|
|
|
20654bb3f0
|
npm: update bootstrap to 5.2.0
|
2022-07-31 23:10:47 +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 |
|
|
|
2285d0d70a
|
Merge branch '36-update-to-gulp-4-0' into 'dev'
Resolve "Update to gulp >= 4.0"
Closes #36
See merge request pnx/httpcb!28
|
2022-07-30 19:08:57 +00:00 |
|
|
|
1f9f759ae7
|
gulpfile.js: enable polling in watch_sass()
|
2022-07-30 21:07:58 +02:00 |
|
|
|
478293daa1
|
package.json: call "gulp build" instead of "gulp build_assets"
|
2022-07-30 13:23:31 +02:00 |
|
|
|
ac85d10fe1
|
gulpfile.js: update to new syntax.
|
2022-07-30 13:23:05 +02:00 |
|
|
|
e57930485a
|
npm: update gulp to >=4.0.0
|
2022-07-30 13:10:35 +02:00 |
|
|
|
43f585640a
|
Merge branch '35-update-to-phalcon-4-0' into dev
|
2022-07-28 15:14:08 +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 |
|
|
|
0508e7cea7
|
public/index.php: pass uri to Httpcb\Bootstrap::run()
|
2022-07-26 19:42:03 +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 |
|
|
|
53f50ba49e
|
Composer: update to phalcon >= 4.0.0 and php >=7.4.0
|
2022-07-26 19:39:02 +02:00 |
|
|
|
5708effa6f
|
package.json: require natives 1.1.6
|
2022-07-24 16:15:04 +02:00 |
|
|
|
a572e6eae0
|
composer: require ext-yaml
|
2022-07-23 20:58:09 +02:00 |
|
|
|
408b1dc42f
|
app/views/main/index/about.volt: Typo fixes.
|
2022-07-23 19:36:14 +02:00 |
|
|
|
e53f0a2366
|
Update package-lock.json
|
2019-12-02 11:40:08 +01:00 |
|
|
|
5867103646
|
Merge branch '24-admin-section' into 'dev'
Resolve "Admin section"
Closes #24
See merge request pnx/httpcb!25
|
2019-12-01 23:04:48 +00:00 |
|
|
|
fcefe72c55
|
app/assets/sass/views/_backend.scss: make sure we have some margin-bottom so content below are pushed down abit.
|
2019-12-01 23:58:41 +01:00 |
|
|
|
5fb9880a1b
|
Adding backend/LogController::index()
|
2019-12-01 19:27:27 +01:00 |
|
|
|
778c7127b3
|
app/models/Data/ActivityLog.php: implement getAllPaginationList()
|
2019-12-01 19:26:31 +01:00 |
|
|
|
a01cc60266
|
app/models/Data/ActivityLog.php: Add relationship to User model.
|
2019-12-01 19:26:31 +01:00 |
|
|
|
34d2c048f5
|
app/controllers/backend/UserController.php: use the side-menu layout
|
2019-12-01 17:43:09 +01:00 |
|
|
|
bed7b36748
|
adding app/views/backend/_layouts/side-menu.volt
|
2019-12-01 17:42:38 +01:00 |
|
|
|
223d78d7d4
|
scss: adding views/_backend.scss
|
2019-12-01 15:23:26 +01:00 |
|