aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Render/Comanche.php
Commit message (Collapse)AuthorAgeFilesLines
* use absolute namespacezotlabs2017-03-291-1/+2
|
* Comanche: allow widgets to be class based and stored appropriately in Zotlabszotlabs2017-03-291-0/+14
|
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-311-0/+11
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* language aware contentHubzilla2017-01-201-0/+2
|
* Comanche: add greater/less than (plus greater/less than or equal) conditionalszotlabs2017-01-071-1/+31
|
* Comanche conditionals - provide a conditional "~=" form for testing ↵zotlabs2017-01-071-0/+12
| | | | 'contains' (case independent substring match). Also add $request the request uri) to the supported variables.
* comanche: simple test issueredmatrix2016-09-081-2/+1
|
* patch foundation-6.2.3 to work with jquery-3.1Mario Vavti2016-09-081-2/+2
|
* add a couple of useful observer constructs to support identity aware pagesredmatrix2016-08-261-1/+12
|
* comanche: generalise the conditional variable usage and add $observer as a ↵redmatrix2016-08-261-19/+27
| | | | test. Update comanche doco to reflect recent changes.
* some more complex test scenarios for comanche conditionals: equals x, not ↵redmatrix2016-08-241-4/+40
| | | | equals x, in_array, and array_key_exists
* 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.
* 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