aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
...
* use local_user for tag completion if available. See bug #368friendica2012-04-091-1/+1
|
* fix to wall_upload photos default permissions to use cid rather than uid.friendica2012-04-081-1/+1
|
* tag tests cont.friendica2012-04-071-1/+0
|
* some work on testsfriendica2012-04-071-0/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-12/+35
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * allow users to set categories on their postsMichael Johnston2012-04-011-6/+24
| |
| * title not updated when editing postfriendica2012-03-281-1/+1
| |
| * typo datarry -> datarrayMichael Johnston2012-03-251-1/+1
| |
| * ability to change tags in edited postsfriendica2012-03-221-7/+12
|/
* work around doubled linefeeds in tinymce3.5b2friendica2012-03-211-0/+10
|
* cut/paste errorfriendica2012-03-171-1/+1
|
* syntax error from pasted text, remove ^M'sfriendica2012-03-161-96/+96
|
* Merge pull request #132 from campino/masterfriendica2012-03-141-104/+140
|\ | | | | Test cases
| * get_tags tests corrected. They test for the right things now. Alexander Kampmann2012-03-141-6/+7
| |
| * get tags test improvedAlexander Kampmann2012-03-121-24/+55
| |
| * splitted test cases.Alexander Kampmann2012-03-091-104/+108
| |
* | PHP Fatal error: Call-time pass-by-reference has been removed in ↵Simon L'nu2012-03-141-1/+1
|/ | | | | | mod/item.php on line 630 Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
* mod/item.php pass 'parent' to notificationAbinoam P. Marques Jr2012-02-251-1/+2
|
* scale external imagesfriendica2012-02-251-0/+2
|
* new notifications - implement storagefriendica2012-02-181-0/+2
|
* encode email headers on message deliveriesfriendica2012-02-151-2/+3
|
* edit post not working after plaintext editor fixes, missing some recent ↵friendica2012-02-091-1/+2
| | | | editor template changes
* allow plugin to abort message posting, fix half-duplex D* relationshipfriendica2012-01-301-0/+14
|
* store moderated flag if setfriendica2012-01-291-8/+7
|
* redirect to a useful location after deleting or ignoring a friend request, ↵friendica2012-01-241-2/+26
| | | | begin comment moderation logic
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* api post broken with recent change to use REQUEST vars in mod_itemfriendica2012-01-151-1/+1
|
* use $_REQUEST for all post items, move default api permission code block to ↵friendica2012-01-121-44/+55
| | | | simplify logic
* bug #251 - privacy settings not working via APIfriendica2012-01-121-6/+6
|
* post previewfriendica2012-01-091-0/+3
|
* bypass D* markdown bug for nowfriendica2012-01-091-0/+2
|
* backend for per-network streamsfriendica2012-01-051-3/+1
|
* comment previewfriendica2012-01-051-1/+1
|
* backend support for post previewfriendica2012-01-051-9/+15
|
* add verb and item to notifications to aid in localisationfriendica2012-01-031-2/+6
|
* notification testingfriendica2011-12-271-1/+1
|
* extending notifications to other typesfriendica2011-12-261-119/+25
|
* eliminate dup identical hashtags in postsfriendica2011-12-161-3/+7
|
* api post default to default post permissions was brokenfriendica2011-12-071-11/+12
|
* use default post permissions when coming from api - unless permissions are ↵friendica2011-11-281-0/+11
| | | | explicitly set.
* forum split delivery flagfriendica2011-11-181-2/+2
|
* @ completion is a bit too greedyFriendika2011-11-051-2/+4
|
* fix for multiple consecutive @ tagsFriendika2011-11-021-0/+1
|
* prevent duplicate @ tagsFriendika2011-11-021-6/+12
|
* bookmarks not getting translated to D*Friendika2011-11-011-3/+9
|
* add contact-id to auto-complete response to resolve duplicatesFriendika2011-10-271-1/+11
|
* Use oembed for bookmark, audio, video, youtubeFabio Comuni2011-10-241-1/+0
|
* origin flag handling, and bug #137 - provide timezone conversion for events ↵Friendika2011-10-171-4/+11
| | | | posted across to Diaspora
* stuffFriendika2011-10-111-3/+7
| | | | | | | | | | | | - background the external network notifications (Facebook, Twitter, Statusnet) - add vimeo support - consolidate editor video options (insert video, regardless of source) - add "Connector Settings" page purely for configuring connectors - moved mailbox settings to Connectors - Move the "Connect/Follow" dialogue out of "find people" and move to top. - Add "Find People" dialogue - minor theme edits on duepuntozero and testbubble to make all this stuff work - A bit of theming on duepunto notifications to eliminate the gigantic Diaspora profile photos.
* clean up w3c validation and layout for priv mail and lang selectorFriendika2011-10-051-1/+1
|