aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Render
Commit message (Expand)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-242-14/+16
* cleanup some ancient code and fix check for $path so that it will not pass if...Mario2024-03-171-6/+1
* custom sass bootstrap builds for channels and siteMario2024-02-101-9/+19
* add "falsey" testMario2022-07-261-1/+11
* PHP 8.1 band-aidMario Vavti2022-01-311-2/+3
* pwa improvements according to lighthouseMario2022-01-131-1/+3
* PHP 8 fixesMax Kostikov2021-04-181-2/+5
* air: more work on UX during registerMario2021-03-261-8/+8
* get devHilmar R2021-03-014-1/+1
* don't do oembed processing on naked links and smarty lib cleanup. ported from...Mario Vavti2019-05-132-36/+45
* install bootstrap via composerMario Vavti2018-09-071-2/+2
* Fix root not added to internationalized template searchM.Dent2018-08-121-8/+11
* functions to support module and widget registration by plugins. These have id...zotlabs2018-07-121-10/+24
* remove mobile_detect (outdated and unmaintainable)zotlabs2018-02-051-27/+3
* install smarty via composer and update other php libsMario Vavti2017-12-181-2/+0
* fix loading of theme-specific widgetszotlabs2017-12-071-6/+13
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-60/+119
* allow plugin class widgets, fix sql error in page modulezotlabs2017-10-291-0/+3
* We call Theme:url() statically, make it also static.Klaus Weidenbach2017-10-231-17/+27
* add local_channel as a comanche condition variablezotlabs2017-10-111-0/+4
* typozotlabs2017-10-091-1/+1
* purify user-supplied filenames in some cases. Probably not needed but it's th...zotlabs2017-10-091-0/+3
* alternate navbar layoutszotlabs2017-10-081-0/+5
* wiki double encoding html entitieszotlabs2017-10-041-0/+2
* Implemented switch statement logic in Comanche layout parser.root2017-05-081-1/+43
* remove include/widgets.phpzotlabs2017-03-291-2/+0
* use absolute namespacezotlabs2017-03-291-1/+2
* Comanche: allow widgets to be class based and stored appropriately in Zotlabszotlabs2017-03-291-0/+14
* whitespaceMario Vavti2017-02-271-2/+0
* do not mess up schemasMario Vavti2017-02-271-4/+6
* set minversion and maxversion for themes in view/theme/themename/php/theme.ph...Mario Vavti2017-02-271-2/+3
* add a minversion to the theme and fallback to default if requirement is not m...Mario Vavti2017-02-261-1/+6
* fix several places where head_add_(css|js) functions have been used incorrect...zotlabs2017-02-191-2/+2
* channel export - use a selected list of functional data categories to export;...zotlabs2017-01-311-0/+11
* 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 'contains...zotlabs2017-01-071-0/+12
* comanche: simple test issueredmatrix2016-09-081-2/+1
* patch foundation-6.2.3 to work with jquery-3.1Mario Vavti2016-09-081-2/+2
* theme preview - that was easy; plus a bit more tweaking of the saved search w...redmatrix2016-09-011-0/+2
* provide techlevels in the pro server role. Should have no visible effect on o...redmatrix2016-08-311-0/+1
* Before throwing a 'smarty3 dir does not exist' fatal error, try and create it...redmatrix2016-08-281-1/+4
* 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 te...redmatrix2016-08-261-19/+27
* some more complex test scenarios for comanche conditionals: equals x, not equ...redmatrix2016-08-241-4/+40
* provide a mechanism for global template values (macro replacements that are a...redmatrix2016-08-241-0/+6
* don't set session theme unless logged in.redmatrix2016-08-161-0/+7
* move schema settings into the display settings main so we can set theme:schem...redmatrix2016-08-151-1/+1
* deprecate the item_id table - replace with iconfig. A possibly useful functio...redmatrix2016-06-131-4/+5
* move template stuff to zotlabs/renderredmatrix2016-05-204-0/+445