aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Render
Commit message (Collapse)AuthorAgeFilesLines
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-4/+5
| | | | 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.
* move template stuff to zotlabs/renderredmatrix2016-05-204-0/+445
|
* support work for a long-term fix for issue #390, essentially one can specify ↵redmatrix2016-05-171-0/+131
| | | | 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.
* Comanche: provide a variable '$region' which can be used within a layout to ↵redmatrix2016-05-121-3/+4
| | | | make content aware of where it is on the page. For instance this can be passed as a variable to a widget and trigger either a vertical or horizontal layout depending on which region it is assigned to.
* objectify comancheredmatrix2016-05-051-0/+404