This website requires JavaScript.
Explore
Help
Sign in
archive
/
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.
0508e7cea7
httpcb
/
app
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
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
..
assets
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
config
Adding backend/LogController::index()
2019-12-01 19:27:27 +01:00
controllers
Adding backend/LogController::index()
2019-12-01 19:27:27 +01:00
forms
app/forms/Registration.php: enable user to change email.
2018-09-25 22:25:13 +00:00
library
app/library/Bootstrap.php: require $uri parameter in run()
2022-07-26 19:41:21 +02:00
listeners
app/listeners/AccessListener.php: implement modules.
2018-12-29 15:24:25 +01:00
migrations
migration: 20181003134001_user_type.php
2018-12-29 15:24:23 +01:00
models
/Data
app/models/Data/ActivityLog.php: implement getAllPaginationList()
2019-12-01 19:26:31 +01:00
modules
Make the application modular to have a "main" and "backend" part.
2018-12-29 15:24:25 +01:00
templates
/mail
adding app/templates/mail/account_activation.volt
2018-09-25 22:25:13 +00:00
views
app/views/main/index/about.volt: Typo fixes.
2022-07-23 19:36:14 +02:00