Commit graph

7787 commits

Author SHA1 Message Date
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
cd40802229 make corner radius configurable in redbasic expert mode 2013-07-08 19:21:06 -07:00
friendica
6e880cfd49 use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF 2013-07-07 17:22:40 -07:00
friendica
8b9f2f8ef7 input form for profile stuff 2013-07-04 20:35:42 -07:00
friendica
08258da944 fix undefined commentWrap 2013-07-04 15:46:20 -07:00
friendica
2979a2ee5a more "thing" work 2013-07-04 04:53:03 -07:00
friendica
ec38f1d5db first template 2013-07-03 23:08:56 -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
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. 2013-07-03 16:55:57 -07:00
Thomas Willingham
d065135d90 Merge remote-tracking branch 'upstream/master' 2013-07-03 16:10:58 +01:00
friendica
429ebabfd9 any questions regarding this checkin will be ignored 2013-07-03 04:28:36 -07:00
friendica
064237f0cb remove debug info - mop up and go home 2013-07-03 03:19:58 -07:00
friendica
765911172e multi-profile - bugs 2013-07-03 03:18:04 -07:00
friendica
c16b65b5bd multi-profiles work 2013-07-03 02:47:36 -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
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. 2013-07-02 21:46:01 -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
a4c77467a7 with luck this will fix issue #61 and issue #62 - boy that was fun (not). 2013-07-02 20:15:45 -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
Thomas Willingham
d1cae2da2a Merge remote-tracking branch 'upstream/master' 2013-07-02 18:36:39 +01: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
9fd4d5f0cc add age to dirsearch json 2013-06-30 01:00:24 -07:00
friendica
9bc5e05d3c age query in dirsearch 2013-06-30 00:49:53 -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
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. 2013-06-29 21:27:01 -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
ae8316a2ca autotag clean-up, mop up, and go home 2013-06-27 20:49:45 -07:00
friendica
e84f44710a testing autotag 2013-06-27 20:28:55 -07:00
friendica
cdc66da52f Basic ability to create "things" 2013-06-27 19:35:59 -07:00
friendica
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.
Currently untested but shouldn't take much to get working if it isn't working already.
2013-06-27 16:12:04 -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
a0a91fc971 Merge https://github.com/friendica/red into zpull 2013-06-23 23:13:51 -07:00
friendica
5e235fba78 make manual image scaling work - even if auto scaling kicks in. 2013-06-23 23:13:07 -07:00
Thomas Willingham
5bbda45cb1 Verbose Nginx conf. Essentially the one from Friendica with a few alterations. 2013-06-23 20:55:57 +01:00
friendica
d093981d68 another temporary fix to mod/search to only return one of each post. 2013-06-23 04:51:27 -07:00