aboutsummaryrefslogtreecommitdiffstats
path: root/mod/blocks.php
Commit message (Collapse)AuthorAgeFilesLines
* inconsistent naming of block item typesredmatrix2015-07-081-2/+2
|
* more migration of page typesredmatrix2015-05-211-17/+17
|
* this should fix undeletable blocks and layoutsredmatrix2015-05-181-2/+3
|
* disable voting in blocks, layouts and webpagesMario Vavti2015-04-291-0/+1
|
* provide block titles in blocklistMario Vavti2015-04-241-1/+3
|
* add title to element arrayMario Vavti2015-04-241-1/+2
|
* webpages layout fixesMario Vavti2015-04-241-1/+1
|
* webpages blocks fixesMario Vavti2015-04-231-5/+23
|
* provide headings for blocks and layoutsMario Vavti2015-04-221-1/+5
|
* css fixes and remove expert mode for block page content typeMario Vavti2015-04-141-8/+3
|
* make sure we redirect to a sane place after deleting a webpage elementfriendica2015-04-091-0/+2
|
* local_user => local_channelfriendica2015-01-281-1/+1
|
* this should make all the 'sys' webpage design tools useable by the adminfriendica2014-11-121-64/+96
|
* make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵friendica2014-08-281-6/+11
| | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
* use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-0/+1
| | | | editblock and editlayout which still depended on it.
* change the way jot tools are displayed/hiddenmarijus2014-04-081-1/+1
|
* lots of little fixes to blocksfriendica2014-03-051-1/+1
|
* more comanche migrationfriendica2013-12-191-3/+3
|
* Comanche documentation and some cleanup of layout page (including link to ↵friendica2013-10-281-0/+1
| | | | doco) and a few other webpage related cleanups
* add design tool menu to appropriate pagesfriendica2013-09-031-0/+19
|
* webpage content-type -- needs cleaning up and a security check once all the ↵friendica2013-09-021-1/+1
| | | | important bits are in place.
* add layouts and editlayout and rework the page logic in mod/itemfriendica2013-09-011-1/+1
|
* This isn't optimal, but on the short term we'll clone the page editor to use ↵friendica2013-09-011-0/+82
as a block editor, and probably a layout editor as well. Eventually, these should all probably just be switches onto a single editor instance. Decided to put the layout_mid into the item table directory rather than re-use resource_id, so that we can still have pages attached to different resources like photos and events and stuff. The block editor is far from finished, at this point I've only cloned it and changed the name and type of item it looks for.