| Commit message (Expand) | Author | Age | Files | Lines |
* | don't do oembed processing on naked links and smarty lib cleanup. ported from... | Mario Vavti | 2019-05-13 | 2 | -36/+45 |
* | install bootstrap via composer | Mario Vavti | 2018-09-07 | 1 | -2/+2 |
* | Fix root not added to internationalized template search | M.Dent | 2018-08-12 | 1 | -8/+11 |
* | functions to support module and widget registration by plugins. These have id... | zotlabs | 2018-07-12 | 1 | -10/+24 |
* | remove mobile_detect (outdated and unmaintainable) | zotlabs | 2018-02-05 | 1 | -27/+3 |
* | install smarty via composer and update other php libs | Mario Vavti | 2017-12-18 | 1 | -2/+0 |
* | 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 |
* | allow plugin class widgets, fix sql error in page module | zotlabs | 2017-10-29 | 1 | -0/+3 |
* | We call Theme:url() statically, make it also static. | Klaus Weidenbach | 2017-10-23 | 1 | -17/+27 |
* | 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 th... | zotlabs | 2017-10-09 | 1 | -0/+3 |
* | 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 |
* | whitespace | Mario Vavti | 2017-02-27 | 1 | -2/+0 |
* | do not mess up schemas | Mario Vavti | 2017-02-27 | 1 | -4/+6 |
* | set minversion and maxversion for themes in view/theme/themename/php/theme.ph... | Mario Vavti | 2017-02-27 | 1 | -2/+3 |
* | add a minversion to the theme and fallback to default if requirement is not m... | Mario Vavti | 2017-02-26 | 1 | -1/+6 |
* | fix several places where head_add_(css|js) functions have been used incorrect... | zotlabs | 2017-02-19 | 1 | -2/+2 |
* | channel export - use a selected list of functional data categories to export;... | zotlabs | 2017-01-31 | 1 | -0/+11 |
* | 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 'contains... | zotlabs | 2017-01-07 | 1 | -0/+12 |
* | 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 |
* | theme preview - that was easy; plus a bit more tweaking of the saved search w... | redmatrix | 2016-09-01 | 1 | -0/+2 |
* | provide techlevels in the pro server role. Should have no visible effect on o... | redmatrix | 2016-08-31 | 1 | -0/+1 |
* | Before throwing a 'smarty3 dir does not exist' fatal error, try and create it... | redmatrix | 2016-08-28 | 1 | -1/+4 |
* | 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 te... | redmatrix | 2016-08-26 | 1 | -19/+27 |
* | some more complex test scenarios for comanche conditionals: equals x, not equ... | redmatrix | 2016-08-24 | 1 | -4/+40 |
* | provide a mechanism for global template values (macro replacements that are a... | redmatrix | 2016-08-24 | 1 | -0/+6 |
* | don't set session theme unless logged in. | redmatrix | 2016-08-16 | 1 | -0/+7 |
* | move schema settings into the display settings main so we can set theme:schem... | redmatrix | 2016-08-15 | 1 | -1/+1 |
* | deprecate the item_id table - replace with iconfig. A possibly useful functio... | redmatrix | 2016-06-13 | 1 | -4/+5 |
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 4 | -0/+445 |
* | support work for a long-term fix for issue #390, essentially one can specify ... | redmatrix | 2016-05-17 | 1 | -0/+131 |
* | Comanche: provide a variable '$region' which can be used within a layout to m... | redmatrix | 2016-05-12 | 1 | -3/+4 |
* | objectify comanche | redmatrix | 2016-05-05 | 1 | -0/+404 |