Commit Graph

2579 Commits

Author SHA1 Message Date
friendica 72d737cc82 fix missing edit link 2013-07-10 05:14:23 -07:00
friendica 5a8cda632b remove double tags on search results, updates to install doco to get rid of Friendica name there and clarify Red requirements. 2013-07-09 22:48:34 -07:00
friendica 69d9ec9a94 This should fix some of the remote permissions issues 2013-07-08 22:27:55 -07:00
friendica 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. 2013-07-08 22:01:57 -07:00
friendica 8b9f2f8ef7 input form for profile stuff 2013-07-04 20:35:42 -07:00
friendica 2979a2ee5a more "thing" work 2013-07-04 04:53:03 -07:00
friendica 6f390330ff nearly ready for the output template 2013-07-03 22:51:49 -07:00
friendica fbdee83dca some object/thing tweaks 2013-07-03 20:37:39 -07:00
friendica 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
2013-07-03 19:30:52 -07:00
friendica 1af5ecf1af tag cloud tweaking - allow your own comments, disallow all private posts 2013-07-03 17:22:40 -07:00
friendica 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. 2013-07-03 01:50:39 -07:00
friendica fd74c5b2ce really, truly fix the age missing in directory bug 2013-07-02 22:41:17 -07:00
friendica 2ecd5a7632 missing comma 2013-07-02 22:29:24 -07:00
friendica 23d7eab761 age was not syncing to the directory 2013-07-02 22:22:13 -07:00
friendica d3b745db5d bitwise logic issue comparing with multiple bits 2013-07-02 21:57:18 -07:00
friendica 50c70a3ef2 only show tag cloud for visible items 2013-07-02 21:30:27 -07:00
friendica b021c8e31e oops - returned too many items 2013-07-02 21:19:12 -07:00
friendica 08023eb099 tag cloud feature (enable the feature, then it will show up on your channel page) 2013-07-02 21:04:46 -07:00
friendica 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
2013-07-02 16:37:33 -07:00
friendica b86253c655 issue #65 2013-07-01 19:41:11 -07:00
friendica 822a4a0287 fix some community tagging bugs 2013-06-30 23:04:27 -07:00
friendica 72f6edd595 add age to directory profile - requires updating on each birthday and that part is still missing 2013-06-30 00:38:02 -07:00
friendica 070aeeefd6 Merge https://github.com/friendica/red into zpull 2013-06-29 02:07:26 -07:00
friendica 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. 2013-06-29 02:04:44 -07:00
Thomas Willingham 54b8c6ce36 Missing include 2013-06-28 20:41:58 +01:00
friendica 6fba7ac1af fix cid query 2013-06-27 21:40:56 -07:00
friendica b9466941e7 more work on channel sync 2013-06-26 17:31:02 -07:00
friendica 156cf592ee more nomadic clone sync 2013-06-26 14:28:11 -07:00
friendica 57c7f725f6 begin code to sync channel changes across all channel clones. 2013-06-25 18:15:17 -07:00
friendica 5e235fba78 make manual image scaling work - even if auto scaling kicks in. 2013-06-23 23:13:07 -07:00
friendica b841f825b5 linkify the non-embeddable video 2013-06-21 21:50:02 -07:00
friendica 2fbc78e6cd fix non-embeddable videos by returning plain links 2013-06-21 21:39:06 -07:00
friendica f835737cb7 fix some anomolies in config functions 2013-06-21 21:36:48 -07:00
friendica e16d678aab relocate tagadelic to include/taxonomy 2013-06-21 15:15:07 -07:00
friendica 0b9337dffb community tag issues 2013-06-20 21:19:22 -07:00
friendica 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). 2013-06-20 20:34:00 -07:00
friendica 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 2013-06-20 15:55:20 -07:00
friendica 3dcf9a1df7 bug in commentable - ambiguous abook entry 2013-06-20 02:03:14 -07:00
friendica 3b1e5e5204 source code re-org, move taxonomy to separate include 2013-06-19 21:50:14 -07:00
friendica 9d03da1348 fall back on object author/actor if no owner 2013-06-18 21:52:54 -07:00
friendica 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. 2013-06-18 20:30:20 -07:00
friendica ba4f237be2 provide support for "bob likes Lisa's channel" activities 2013-06-18 20:14:56 -07:00
friendica 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. 2013-06-18 18:48:41 -07:00
friendica 6220ab4b54 fix profile update propagation 2013-06-18 02:51:43 -07:00
friendica c0cc494bf3 fix mod-display when not logged in. 2013-06-18 02:06:16 -07:00
friendica 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. 2013-06-17 20:16:50 -07:00
friendica c5e3859828 another try on zidified notifications - this time it actually seems to work 2013-06-17 19:25:46 -07:00
friendica 49802d9a47 one of those days... 2013-06-17 17:19:05 -07:00
friendica 94c758080f zidify bodies of notification emails 2013-06-17 16:21:03 -07:00
friendica f4e8198335 found it - but I'll do some more testing before undoing the bypass 2013-06-16 23:20:36 -07:00