Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comanche documentation and some cleanup of layout page (including link to ↵ | friendica | 2013-10-28 | 1 | -0/+6 |
| | | | | doco) and a few other webpage related cleanups | ||||
* | put comanche widgets in their own file. Added a category tagcloud widget - ↵ | friendica | 2013-10-27 | 1 | -6/+1 |
| | | | | but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments. | ||||
* | passing vars to widgets in Comanche - !this breaks existing widget declarations! | friendica | 2013-10-24 | 1 | -4/+13 |
| | | | | See the wiki for updated syntax but basically it's now [widget=name][var=varname]varvalue[/var]...[/widget] | ||||
* | Add possibility to use a block a channel menu (set channel_menublock to the ↵ | zottel | 2013-10-01 | 1 | -1/+1 |
| | | | | | | lowercase title of the block without special chars) Fix comanche_block() SQL | ||||
* | there's no $a in comanche_block() (zottel) | friendica | 2013-09-30 | 1 | -1/+2 |
| | |||||
* | Fix Comanche menus | Thomas Willingham | 2013-09-28 | 1 | -2/+2 |
| | |||||
* | missing uid check on comanche_block to ensure we get the block with that ↵ | friendica | 2013-09-20 | 1 | -1/+2 |
| | | | | name that we own | ||||
* | provide templating options in comanche for the underlying webpage element - ↵ | friendica | 2013-09-04 | 1 | -0/+27 |
| | | | | in this case the way the author is displayed. Leave this open for other forms templating options. | ||||
* | render blocks - yes these should be templates, but I've got too much to do ↵ | friendica | 2013-09-04 | 1 | -0/+23 |
| | | | | at the moment and just want everything to fall into place quickly. The clerical work will have to wait. | ||||
* | testing Comanche | friendica | 2013-09-03 | 1 | -6/+7 |
| | |||||
* | rework the pdl_selector a bit since we've slightly changed the way layouts ↵ | friendica | 2013-09-01 | 1 | -9/+3 |
| | | | | are stored. | ||||
* | I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵ | friendica | 2013-08-29 | 1 | -5/+22 |
| | | | | now. This does not mean it's close to being presentable - far from it. | ||||
* | really truly bare-bones comanche | friendica | 2013-08-28 | 1 | -0/+58 |
| | |||||
* | right - here's how we're going to link comanche with webpages | friendica | 2013-08-28 | 1 | -0/+48 |