This website requires JavaScript.
Explore
Help
Sign in
pnx
/
httpcb
Archived
Watch
1
Star
0
Fork
You've already forked httpcb
0
Code
Releases
Activity
This repository has been archived on
2026-04-03
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
04dcc61a85
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
04dcc61a85
Merge branch 'dev' into 28-update-bootstrap
2022-08-02 12:39:16 +02:00
..
assets
app/assets/sass/components/_callback-list.scss: add some top margin.
2022-08-02 12:33:06 +02:00
config
Adding backend/LogController::index()
2019-12-01 19:27:27 +01:00
controllers
app/controllers/UserController.php: typofix, should be paginate() and not pageinate()
2022-08-01 21:46:24 +02:00
forms
app/forms/UserSettings.php: extend Httpcb\Form instead of Phalcon\Forms\Form and delete renderDecorated() and _render() as they exists in Httpcb\Form
2022-08-02 12:37:56 +02:00
library
app/library/Form.php: Phalcon\Forms\Element is renamed to Phalcon\Forms\Element\AbstractElement
2022-08-02 12:36:45 +02:00
listeners
app/listeners/ActivityLog.php: update _log() to phalcon4 model api.
2022-07-26 20:40:53 +02:00
migrations
migration: 20181003134001_user_type.php
2018-12-29 15:24:23 +01:00
models
/Data
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
modules
Phalcon\DiInterface is renamed to Phalcon\Di\DiInterface
2022-07-26 19:58:50 +02:00
templates
/mail
adding app/templates/mail/account_activation.volt
2018-09-25 22:25:13 +00:00
views
app/views/main/user/settings.volt: update modal to bootstrap 5.2.0 syntax.
2022-08-02 12:14:45 +02:00