aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
Commit message (Collapse)AuthorAgeFilesLines
* module updatesredmatrix2016-04-181-175/+0
|
* bring back bbcode buttons for mod/editpostMario Vavti2016-04-181-0/+1
|
* some work on comanche autocompleteMario Vavti2016-04-091-1/+3
|
* suddenly we have includepath issues - provide the explicit pathsredmatrix2016-04-011-1/+1
|
* static Appredmatrix2016-03-311-6/+6
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-2/+2
|
* some event heavy lifting - please test and report issuesMario Vavti2015-11-241-1/+1
|
* permission issues editing wall-to-wall postsredmatrix2015-11-151-7/+7
|
* fix #83Mario Vavti2015-10-291-1/+0
|
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-1/+1
| | | | slightly different
* don't auto-open the editor in forum mode. Save the forum selection text ↵redmatrix2015-09-091-0/+1
| | | | until we open it.
* event integration improvementsredmatrix2015-08-191-0/+6
|
* merge redmatrix fixesMario Vavti2015-07-101-8/+6
|\
| * more webpages - generic-content-wrapper fixesMario Vavti2015-07-101-1/+1
| |
| * add generic content wrapper to post/webpage editor and make editpost render ↵Mario Vavti2015-07-101-8/+6
| | | | | | | | correctly
* | item flag fixes discovered after a few mergesredmatrix2015-06-231-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-0/+1
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po
| * PRIVACY: possible privacy leakage under a defined set of circumstancesredmatrix2015-05-201-0/+1
| |
* | Merge branch 'master' into tresfriendica2015-04-231-2/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * title of preview button incorrect, fix ability to upload to webpagesfriendica2015-03-301-1/+1
| |
| * 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.
| * item voting toolsfriendica2015-02-101-1/+5
| |
* | Merge branch 'master' into tresfriendica2015-01-291-6/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * local_user => local_channelfriendica2015-01-281-6/+6
| |
* | more expanding item flagsfriendica2015-01-221-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
|
* tinmymce zombie - kill it.friendica2014-07-171-2/+2
|
* 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-3/+3
|
* preserve attachments when editing a postfriendica2014-02-141-0/+9
|
* preserve expiration when editingfriendica2014-01-271-3/+9
|
* Confirm webpage deletion promptChristian Vogeley2014-01-011-0/+1
|
* Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-221-3/+3
|\ | | | | | | | | Conflicts: view/php/theme_init.php
| * check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-1/+1
| |
| * Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵friendica2013-11-201-2/+2
| | | | | | | | we can more easily retire 'aes256cbc' once it is no longer viable.
* | New modal dialog for item expiryChristian Vogeley2013-12-221-0/+2
|/
* fix editpost which showed an encrypt button but no other buttonsfriendica2013-11-111-0/+2
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+5
| | | | 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.
* remote post module so that from anywhere on the web or at least within the ↵friendica2013-10-271-2/+4
| | | | matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
* allow categories to be edited when editing a postMichael Johnston2013-09-031-1/+20
|
* convert all stored json calls to json_decode_plus()friendica2013-08-061-2/+2
|
* missing includefriendica2013-07-301-0/+1
|
* unencrypt private posts for editingfriendica2013-07-301-0/+9
|
* source code re-org, move taxonomy to separate includefriendica2013-06-191-1/+1
|
* issue with auto permissionsfriendica2013-05-191-1/+1
|
* .friendica2013-03-101-3/+4
|
* cleanup editpostfriendica2012-12-211-18/+12
|
* plaintext default - richtext is a featurefriendica2012-11-051-3/+3
|
* a few minor changesfriendica2012-08-261-25/+0
|