aboutsummaryrefslogtreecommitdiffstats
path: root/include/comanche.php
Commit message (Expand)AuthorAgeFilesLines
* make it possible to include menus in blocks - this will only work in html blo...Mario Vavti2015-05-271-0/+15
* logic has changed - this is not needed anymoreMario Vavti2015-05-241-6/+1
* should not call prepare text here anymoreMario Vavti2015-05-241-1/+1
* use $a->data instead of $a->page for $content and ad another library for use ...Mario Vavti2015-05-231-4/+17
* if block title contains $content but $content title is empty do not show an e...Mario Vavti2015-05-181-1/+1
* remove dbg codeMario Vavti2015-05-181-2/+0
* allow block title to contain $content titleMario Vavti2015-05-181-2/+11
* allow a block to contain $contentMario Vavti2015-05-151-1/+8
* provide a method for loading site/custom widgetsredmatrix2015-05-121-0/+3
* provide wrap variable for comanche menusMario Vavti2015-05-071-2/+13
* provide a possibility to include js/css libsMario Vavti2015-05-071-0/+40
* allow blocks to have custom classes and add a new template called zen which g...Mario Vavti2015-05-061-2/+10
* add widget class to blocks again by default. we have the wrap variable now to...Mario Vavti2015-04-241-1/+1
* Introduce wrap variable in comanche blocks (if set to none the block will not...Mario Vavti2015-04-191-3/+15
* remove widget class from webpage blocks and make titles h2 to match the rest ...Mario Vavti2015-04-131-1/+1
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-15/+21
* comanche: move 'webpage' declaration to the first parser pass so it is set wh...friendica2015-03-251-7/+8
* straighten out some directory stuff, which required some Comanche structural ...friendica2015-03-051-31/+35
* enable sql_extra on pdl_selectorfriendica2015-03-031-2/+2
* Some cleanups and documentation.Klaus Weidenbach2015-03-041-27/+27
* local_user => local_channelfriendica2015-01-281-3/+3
* A future "comanche UI" is going to need lists of available building blocks. S...friendica2014-04-251-0/+25
* implement horizontal menu class in redbasicfriendica2014-03-031-1/+1
* first cut at choklet templatefriendica2014-03-021-14/+33
* allow templates to have multiple styles - this would be a bit like having a s...friendica2014-03-021-2/+8
* it's unfortunate that we use the term "layout" to refer both to a template fi...friendica2014-03-011-0/+4
* put schemas in Comanche (this requires theme support (!))friendica2014-02-271-0/+7
* comanche: provide an option to add a menu class for different theming choices...friendica2014-02-251-3/+12
* Comanche documentation and some cleanup of layout page (including link to doc...friendica2013-10-281-0/+6
* put comanche widgets in their own file. Added a category tagcloud widget - bu...friendica2013-10-271-6/+1
* passing vars to widgets in Comanche - !this breaks existing widget declarations!friendica2013-10-241-4/+13
* Add possibility to use a block a channel menu (set channel_menublock to the l...zottel2013-10-011-1/+1
* there's no $a in comanche_block() (zottel)friendica2013-09-301-1/+2
* Fix Comanche menusThomas Willingham2013-09-281-2/+2
* missing uid check on comanche_block to ensure we get the block with that name...friendica2013-09-201-1/+2
* provide templating options in comanche for the underlying webpage element - i...friendica2013-09-041-0/+27
* render blocks - yes these should be templates, but I've got too much to do at...friendica2013-09-041-0/+23
* testing Comanchefriendica2013-09-031-6/+7
* rework the pdl_selector a bit since we've slightly changed the way layouts ar...friendica2013-09-011-9/+3
* I've got a pretty good idea of how to bootstrap, parse and render Comanche no...friendica2013-08-291-5/+22
* really truly bare-bones comanchefriendica2013-08-281-0/+58
* right - here's how we're going to link comanche with webpagesfriendica2013-08-281-0/+48