Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix loading of theme-specific widgets | zotlabs | 2017-12-07 | 1 | -6/+13 |
| | |||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -60/+119 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | allow plugin class widgets, fix sql error in page module | zotlabs | 2017-10-29 | 1 | -0/+3 |
| | |||||
* | add local_channel as a comanche condition variable | zotlabs | 2017-10-11 | 1 | -0/+4 |
| | |||||
* | typo | zotlabs | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | purify user-supplied filenames in some cases. Probably not needed but it's ↵ | zotlabs | 2017-10-09 | 1 | -0/+3 |
| | | | | the right thing to do. | ||||
* | alternate navbar layouts | zotlabs | 2017-10-08 | 1 | -0/+5 |
| | |||||
* | wiki double encoding html entities | zotlabs | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | Implemented switch statement logic in Comanche layout parser. | root | 2017-05-08 | 1 | -1/+43 |
| | |||||
* | remove include/widgets.php | zotlabs | 2017-03-29 | 1 | -2/+0 |
| | |||||
* | use absolute namespace | zotlabs | 2017-03-29 | 1 | -1/+2 |
| | |||||
* | Comanche: allow widgets to be class based and stored appropriately in Zotlabs | zotlabs | 2017-03-29 | 1 | -0/+14 |
| | |||||
* | channel export - use a selected list of functional data categories to ↵ | zotlabs | 2017-01-31 | 1 | -0/+11 |
| | | | | export; this allows one to export single data sets instead of always exporting everything we know about | ||||
* | language aware content | Hubzilla | 2017-01-20 | 1 | -0/+2 |
| | |||||
* | Comanche: add greater/less than (plus greater/less than or equal) conditionals | zotlabs | 2017-01-07 | 1 | -1/+31 |
| | |||||
* | Comanche conditionals - provide a conditional "~=" form for testing ↵ | zotlabs | 2017-01-07 | 1 | -0/+12 |
| | | | | 'contains' (case independent substring match). Also add $request the request uri) to the supported variables. | ||||
* | comanche: simple test issue | redmatrix | 2016-09-08 | 1 | -2/+1 |
| | |||||
* | patch foundation-6.2.3 to work with jquery-3.1 | Mario Vavti | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | add a couple of useful observer constructs to support identity aware pages | redmatrix | 2016-08-26 | 1 | -1/+12 |
| | |||||
* | comanche: generalise the conditional variable usage and add $observer as a ↵ | redmatrix | 2016-08-26 | 1 | -19/+27 |
| | | | | test. Update comanche doco to reflect recent changes. | ||||
* | some more complex test scenarios for comanche conditionals: equals x, not ↵ | redmatrix | 2016-08-24 | 1 | -4/+40 |
| | | | | equals x, in_array, and array_key_exists | ||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -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 ↵ | redmatrix | 2016-05-12 | 1 | -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 comanche | redmatrix | 2016-05-05 | 1 | -0/+404 |