This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
e01b90c4c62d0ad7484c05c5d848e5749617e820
core
/
install
History
redmatrix
1ff189ee90
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00
..
database-w-defaults-v1131.diff
add defaults to database tables
2014-11-09 19:24:14 -08:00
htconfig.sample.php
log if the session handler fails and surface the ssl_cookie config setting
2016-04-08 05:10:36 -07:00
INSTALL.txt
static App
2016-03-31 16:06:03 -07:00
migrate_mypg_fixseq.sql
typo
2015-01-25 04:13:14 -08:00
migrate-mypg.php
suppress notices that might be confusing
2015-01-25 04:04:53 -08:00
sample-lighttpd.conf
documentation re-org
2015-08-31 17:08:09 -07:00
sample-nginx.conf
documentation re-org
2015-08-31 17:08:09 -07:00
schema_mysql.sql
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00
schema_postgres.sql
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00
testargs.php
mv mod_install to mod_setup, conflict with name of install dir
2012-11-03 14:59:46 -07:00
update.php
new hook interface (the old one still works but requires handlers to have two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
2016-04-21 17:03:05 -07:00