aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editblock.php
Commit message (Collapse)AuthorAgeFilesLines
* deprecate $a->get_baseurl()redmatrix2016-03-301-2/+2
|
* don't auto-open the editor in forum mode. Save the forum selection text ↵redmatrix2015-09-091-0/+1
| | | | until we open it.
* the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-1/+1
| | | | to view_storage and write_storage
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-101-7/+8
|\ | | | | | | | | | | | | | | Conflicts: mod/editpost.php util/messages.po view/nl/messages.po view/nl/strings.php
| * more webpages - generic-content-wrapper fixesMario Vavti2015-07-101-7/+8
| |
* | inconsistent naming of block item typesredmatrix2015-07-081-1/+1
| |
* | more migration of page typesredmatrix2015-05-211-7/+7
|/
* webpages blocks fixesMario Vavti2015-04-231-27/+4
|
* title of preview button incorrect, fix ability to upload to webpagesfriendica2015-03-301-1/+2
|
* remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-111-0/+5
| | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
* local_user => local_channelfriendica2015-01-281-1/+1
|
* edit and preview removed from additional features and turned into core ↵friendica2014-12-161-1/+1
| | | | functionality (always enabled).
* Make it clear that title and categories are optionalStefan Parviainen2014-12-081-2/+2
|
* this should make all the 'sys' webpage design tools useable by the adminfriendica2014-11-121-84/+113
|
* shareable design elementsfriendica2014-10-061-0/+17
|
* rule of snakes #1, kill the snake.friendica2014-06-281-2/+2
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-1/+0
| | | | editblock and editlayout which still depended on it.
* change the way jot tools are displayed/hiddenmarijus2014-04-081-2/+2
|
* lots of little fixes to blocksfriendica2014-03-051-50/+41
|
* delete confirmation popup for blocks and layoutsChristian Vogeley2014-01-121-2/+3
|
* Do the same thang for webpage blocksChristian Vogeley2014-01-121-1/+6
|
* a few fixes to webpage editingfriendica2014-01-041-0/+1
|
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-1/+1
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-0/+3
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* spurious blank linesfriendica2013-09-151-1/+0
|
* provide ability to delete webpages, layouts and blocksfriendica2013-09-061-1/+7
|
* fix mimeselect on editfriendica2013-09-061-1/+1
|
* provide mimetype selector on edit (pages and blocks)friendica2013-09-061-0/+15
|
* This isn't optimal, but on the short term we'll clone the page editor to use ↵friendica2013-09-011-0/+139
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.