aboutsummaryrefslogtreecommitdiffstats
path: root/include/comanche.php
Commit message (Collapse)AuthorAgeFilesLines
* issue with plugin loadable layoutsredmatrix2016-01-141-0/+1
|
* merge hellredmatrix2015-12-201-2/+1
|
* use realpath to bypass symlinks and check actually directoryredmatrix2015-12-181-1/+1
|
* allow widget 'packages' as well as individual filesredmatrix2015-12-181-2/+7
|
* prevent function name re-declaration in widget spaceredmatrix2015-12-021-4/+5
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-231-0/+5
|\ | | | | | | | | Conflicts: include/diaspora.php
| * patch to allow theme based widgetsredmatrix2015-07-231-0/+5
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-271-0/+15
|\| | | | | | | | | Conflicts: mod/impel.php
| * make it possible to include menus in blocks - this will only work in html ↵Mario Vavti2015-05-271-0/+15
| | | | | | | | blocks of course
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-241-9/+17
|\| | | | | | | | | | | Conflicts: index.php mod/setup.php
| * 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
| | | | | | | | with webpages - foundation
* | more migration of page typesredmatrix2015-05-211-1/+1
|/
* if block title contains $content but $content title is empty do not show an ↵Mario Vavti2015-05-181-1/+1
| | | | empty <h3> tag
* 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 ↵Mario Vavti2015-05-061-2/+10
| | | | gives you an empty page to work with
* add widget class to blocks again by default. we have the wrap variable now ↵Mario Vavti2015-04-241-1/+1
| | | | to remove the div wrapper if necessary.
* Introduce wrap variable in comanche blocks (if set to none the block will ↵Mario Vavti2015-04-191-3/+15
| | | | not be wrapped in a div), fix menu item permissions (it was not possible to set them visible for everybody) and a typo
* remove widget class from webpage blocks and make titles h2 to match the rest ↵Mario Vavti2015-04-131-1/+1
| | | | of the matrix
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-15/+21
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* comanche: move 'webpage' declaration to the first parser pass so it is set ↵friendica2015-03-251-7/+8
| | | | when content loads.
* straighten out some directory stuff, which required some Comanche structural ↵friendica2015-03-051-31/+35
| | | | changes
* enable sql_extra on pdl_selectorfriendica2015-03-031-2/+2
|
* Some cleanups and documentation.Klaus Weidenbach2015-03-041-27/+27
| | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere.
* local_user => local_channelfriendica2015-01-281-3/+3
|
* A future "comanche UI" is going to need lists of available building blocks. ↵friendica2014-04-251-0/+25
| | | | Some of these are pretty easy to assemble, others are a bit more difficult and will have to go through a registration procedure. This checkin create such a registration procedure for page templates and their associated flavours and their assignable regions. The array itself is extensible since I don't know for sure at this stage what the front-end UI for this feature will ultimately require or even if there ever will be a front-end UI as this community still seems to believe that software writes itself and just magically appears, working perfectly.
* 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 ↵friendica2014-03-021-2/+8
| | | | schema for a template file. At first you'll think this is insane and overly complicated, you'll just have to wait and see what I'm up to. Then it will start to make sense.
* it's unfortunate that we use the term "layout" to refer both to a template ↵friendica2014-03-011-0/+4
| | | | file and to Comanche .PDL files. I think we should probably refer to the template file as "template" just to avoid confusion. For the moment we'll provide both, since the 'layout' is already in the wild. But please use "template" going forward.
* 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 ↵friendica2014-02-251-3/+12
| | | | choices on some menus (e.g. horizontal, tabbed, etc.)
* Comanche documentation and some cleanup of layout page (including link to ↵friendica2013-10-281-0/+6
| | | | doco) and a few other webpage related cleanups
* put comanche widgets in their own file. Added a category tagcloud widget - ↵friendica2013-10-271-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!friendica2013-10-241-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 ↵zottel2013-10-011-1/+1
| | | | | | lowercase title of the block without special chars) Fix comanche_block() SQL
* 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 ↵friendica2013-09-201-1/+2
| | | | name that we own
* provide templating options in comanche for the underlying webpage element - ↵friendica2013-09-041-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 ↵friendica2013-09-041-0/+23
| | | | at the moment and just want everything to fall into place quickly. The clerical work will have to wait.
* testing Comanchefriendica2013-09-031-6/+7
|
* rework the pdl_selector a bit since we've slightly changed the way layouts ↵friendica2013-09-011-9/+3
| | | | are stored.
* I've got a pretty good idea of how to bootstrap, parse and render Comanche ↵friendica2013-08-291-5/+22
| | | | now. This does not mean it's close to being presentable - far from it.