This website requires JavaScript.
Explore
Help
Register
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.
b87106b6fe
core
/
Zotlabs
/
Render
History
redmatrix
1e68d4fb75
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
..
Comanche.php
deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
2016-06-13 19:58:24 -07:00
SimpleTemplate.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
SmartyInterface.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
SmartyTemplate.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
TemplateEngine.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
Theme.php
support work for a long-term fix for issue
#390
, essentially one can specify a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused.
2016-05-17 17:46:30 -07:00