5a8cda632b
remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements.
friendica2013-07-09 22:48:34 -07:00
69d9ec9a94
This should fix some of the remote permissions issues
friendica2013-07-08 22:27:55 -07:00
6e012839c9
more work on bug #59 - hope this doesn't hork everything. Also some tweaking of the theme for the new radius control, which produced some surprising results when expert mode was toggled.
friendica2013-07-08 22:01:57 -07:00
cd40802229
make corner radius configurable in redbasic expert mode
friendica2013-07-08 19:21:06 -07:00
6e880cfd49
use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF
friendica2013-07-07 17:22:40 -07:00
8ec5f8b07a
$yoursite/thing?f=&verb=has&term=big+balls These will eventually be listed by category in your profile and you will be able to have different lists in different profiles (which is why the multi-profile feature needed to get finished before I could get any further along on this...) have fun
friendica2013-07-03 19:30:52 -07:00
1af5ecf1af
tag cloud tweaking - allow your own comments, disallow all private posts
friendica2013-07-03 17:22:40 -07:00
42d5d515b2
birthday error checking - if year is present but no month or day, set to 1 January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works.
friendica2013-07-03 16:55:57 -07:00
8369a8a755
progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated.
friendica2013-07-03 01:50:39 -07:00
fd74c5b2ce
really, truly fix the age missing in directory bug
friendica2013-07-02 22:41:17 -07:00
15ae313595
This probably needs some configurable options, but let's only show tags from your top-level posts in your personal tag cloud to prevent your commenters from tag spamming you and featuring their tags on your wall. It would be bad if somebody was able to make #penis_enlargement *your* personal top tag. We can do something different for the matrix, as it can't be seen by outsiders.
friendica2013-07-02 21:46:01 -07:00
50c70a3ef2
only show tag cloud for visible items
friendica2013-07-02 21:30:27 -07:00
b021c8e31e
oops - returned too many items
friendica2013-07-02 21:19:12 -07:00
08023eb099
tag cloud feature (enable the feature, then it will show up on your channel page)
friendica2013-07-02 21:04:46 -07:00
a4c77467a7
with luck this will fix issue #61 and issue #62 - boy that was fun (not).
friendica2013-07-02 20:15:45 -07:00
da05b9736e
some work on issue #62 (comments collapsing on liveupdate), but still a work in progress some work on photo consolidated "view/edit", but still a work in progress
friendica2013-07-02 16:37:33 -07:00
72f6edd595
add age to directory profile - requires updating on each birthday and that part is still missing
friendica2013-06-30 00:38:02 -07:00
29502438f8
partial implementation of issue #64 - local tag storage linked to the tagged item has been provided. tag deletion, comment tagging, and full testing of this feature are still outstanding.
friendica2013-06-29 21:27:01 -07:00
28e0665cad
doc update, plus possible fix to "complex delivery chains" issue. Basically when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members.
friendica2013-06-29 02:04:44 -07:00
cdc66da52f
Basic ability to create "things"
friendica2013-06-27 19:35:59 -07:00
230aeb782e
if you send a private post to an @-taggable channel (and nobody else), tag them. This sort of implements what Zottel was asking for - posting to a forum by posting only to the forum without having to tag it. Taggables are already highlighted in the ACL widget so as to avoid privacy surprises.
friendica2013-06-27 16:12:04 -07:00
58ac92f4e1
bring back the body tag list - though it really belongs in the templates. It's difficult to debug community tags when you can't see any tags (except those the author typed in).
friendica2013-06-20 20:34:00 -07:00
61601dc23d
Add site registration policy to site record. This is not yet used or stored, but potentially can be exchanged through directory mirrors to automatically create "open site" lists.
friendica2013-06-20 18:36:02 -07:00
dd9d32bcb3
make tag searches work at least as well as the normal search - which still is quite broken, but at least return some results without introducing too many security holes
friendica2013-06-20 17:09:11 -07:00
95d7514633
undefined activity_compare which broke notifications (should be activity_match) and revamp xchan_query as abook is optional and need not be present - if it isn't there we still need the xchan, but if it is there we need to make sure that it belongs to whichever channel owns the post
friendica2013-06-20 15:55:20 -07:00
e25a387887
more issues related to Tony's re-install
friendica2013-06-19 22:29:32 -07:00
3b1e5e5204
source code re-org, move taxonomy to separate include
friendica2013-06-19 21:50:14 -07:00
4f06905a18
infrastructure for future stuff
friendica2013-06-19 18:06:14 -07:00
9d03da1348
fall back on object author/actor if no owner
friendica2013-06-18 21:52:54 -07:00
0b935b79dc
Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments.
friendica2013-06-18 20:30:20 -07:00
ba4f237be2
provide support for "bob likes Lisa's channel" activities
friendica2013-06-18 20:14:56 -07:00
2e7afa96f4
map comment_policy on local post submission
friendica2013-06-18 19:15:33 -07:00
40c8e89d84
undo comment policy override - there are a handful of stored posts from the 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts.
friendica2013-06-18 18:48:41 -07:00
c0cc494bf3
fix mod-display when not logged in.
friendica2013-06-18 02:06:16 -07:00
5f84e3940d
much more efficient config functions. This will save potentially hundreds of DB lookups - still need to update the xconfig but want to give the others a good workout as it has been one of those days.
friendica2013-06-17 20:16:50 -07:00
c5e3859828
another try on zidified notifications - this time it actually seems to work
friendica2013-06-17 19:25:46 -07:00
82539ba2bc
override comment policy until it's working
friendica2013-06-16 22:56:56 -07:00
28cd8594a7
implement 'can_comment_on_post()' which doesn't require a separate DB lookup per item.
friendica2013-06-16 20:44:29 -07:00
764ee785f5
We will need a per item comment policy to be able to determine in advance if we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything.
friendica2013-06-16 19:14:01 -07:00
99252d65bf
reset email templates to English
friendica2013-06-16 16:49:46 -07:00
47ef689c92
implement taggable in auto-complete popups
friendica2013-06-16 16:31:59 -07:00