Commit graph

11743 commits

Author SHA1 Message Date
friendica
655c3e1b47 put privacy role selector in settings page. Change visibility of various permissions items accordingly. 2014-10-26 19:32:12 -07:00
friendica
d2af45d206 use intval rather than dbesc since these are ints. Should work regardless, but this makes it consistent with the way we do most other queries. 2014-10-26 15:49:00 -07:00
friendica
864fcd1da6 Merge https://github.com/friendica/red into pending_merge
Conflicts:
	mod/like.php
2014-10-26 15:36:16 -07:00
friendica
5abd01f072 allow photos without comments to be liked 2014-10-26 15:34:18 -07:00
marijus
f2ccd37c8b wrong vars in template 2014-10-26 21:50:20 +01:00
marijus
6497e78956 some work on photos like/dislike 2014-10-25 15:23:20 +02:00
friendica
59e19a1f45 moved post_to_red to its own project ( https://github.com/friendica/wptored ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL. 2014-10-25 01:03:36 -07:00
friendica
98bce0e719 the to-do list is getting longer again. 2014-10-24 14:31:21 -07:00
friendica
ce8a891682 doh - this needs to be markdown, not bbcode 2014-10-24 14:18:02 -07:00
friendica
322ec2b9df Merge https://github.com/friendica/red into pending_merge 2014-10-24 14:05:28 -07:00
friendica
cf05266b15 should probably check the body since the title is only going to be rarely set. 2014-10-24 14:04:32 -07:00
RedMatrix
e0dd68d77a Merge pull request #665 from zzottel/master
make bbcode/html includes work in markdown help pages and vice versa
2014-10-25 07:54:32 +11:00
zottel
5b04b9480e make bbcode/html includes work in markdown help pages and vice versa 2014-10-24 21:17:56 +02:00
Thomas Willingham
38801f802f Issue #661 2014-10-24 17:46:31 +01:00
zzottel
0f0b9f9b2d Merge pull request #664 from zzottel/master
German help and addon footer correction
2014-10-24 17:12:28 +02:00
zottel
4d0455befd correction to addon footer 2014-10-24 17:09:37 +02:00
zottel
d98fcdf3fb update to German help 2014-10-24 17:08:50 +02:00
friendica
1845ddc4c3 don't decrypt the message body more than once. 2014-10-24 04:17:48 -07:00
friendica
1d8aa7d817 string update 2014-10-24 04:17:35 -07:00
friendica
5ede7bd654 doc updates 2014-10-24 04:16:45 -07:00
friendica
1a9b8d4f0c don't offer forum (@name+) completion in comments, since it won't do anything. 2014-10-23 22:00:16 -07:00
friendica
34781433c1 I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr. 2014-10-23 21:20:12 -07:00
friendica
f524fb1f20 generalise the output format of xchan_fetch so it matches the input format 2014-10-23 19:41:42 -07:00
friendica
241bb3b940 API: xchan get/create 2014-10-23 19:33:47 -07:00
friendica
1c4bbbd13e diaspora walltowall comment signature, force update. 2014-10-23 16:08:29 -07:00
RedMatrix
0b2cacad02 Merge pull request #660 from beardy-unixer/master
Provide comment box for PERMS_AUTHED items.  Presently only commentable ...
2014-10-24 08:53:37 +11:00
Thomas Willingham
f29c5a35f1 Provide comment box for PERMS_AUTHED items. Presently only commentable from owners wall. 2014-10-23 21:50:53 +01:00
Jeroen
bfdf5fd15c upd nl 2 2014-10-23 15:15:28 +00:00
Jeroen
da98c7c534 upd nl 2014-10-23 14:06:46 +00:00
zzottel
39d53a16c6 Merge pull request #659 from zzottel/master
update to German strings
2014-10-23 14:01:23 +02:00
zottel
53ee9f664f update to German strings 2014-10-23 13:59:49 +02:00
friendica
0ebfee8f87 wrong permalink on remote events 2014-10-23 01:36:40 -07:00
friendica
58c692e389 improved wall-to-wall detection for comments so we can handle Diaspora signing and wall-to-wall attribution correctly.
Do it at the point of submission. This also fixes a potential bug in yesterday's wall-to-wall permission setting,
if it was a local comment to a remote post.
2014-10-22 20:39:49 -07:00
friendica
902b5c52e5 backtrack on attribution for wall-to-wall comments - triggered too often and unnecessarily. 2014-10-22 18:14:21 -07:00
friendica
e3943087b2 Merge https://github.com/friendica/red into pending_merge 2014-10-22 16:49:45 -07:00
friendica
d7cb5c0436 you've gotta' be on your toes to catch this bug... though it's been here for about 2 1/2 years and even survived a rewrite. Symptoms are that the archive widget only lists one month (the month when you first posted), and only if your first post was written between the 28th and 31st of whatever month that was. 2014-10-22 16:41:06 -07:00
Thomas Willingham
b27790302b Doco - politics, unwritten pages, links, and stuff. Nothing major. 2014-10-22 23:13:17 +01:00
Thomas Willingham
77fb1c2ee6 Doco - some clean up to install - keep politics out of it, 80 columnise it and
whitespace.
2014-10-22 20:22:37 +01:00
RedMatrix
fa7b90d051 Merge pull request #658 from zzottel/master
document store writability requirements
2014-10-22 22:32:41 +11:00
zottel
4fe8630518 document store writability requirements 2014-10-22 13:09:56 +02:00
RedMatrix
3fb0354a55 Merge pull request #655 from pafcu/master
Better handling of incorrect info entered in event
2014-10-22 12:02:22 +11:00
friendica
d5edd89dd2 when removing a channel, check to see if there are any valid hublocs remaining before marking the xchan deleted.
Issue #657
2014-10-21 17:07:25 -07:00
friendica
35be89ad66 Merge https://github.com/friendica/red into pending_merge 2014-10-21 16:34:14 -07:00
friendica
ed7712cfbf private forum issues 2014-10-21 16:33:35 -07:00
Stefan Parviainen
c8666b9076 If entered event info is not valid, let user try again with the old info still there. Closes friendica/red#648 2014-10-21 18:28:47 +02:00
Thomas Willingham
1fb2de6d55 Typo 2014-10-21 17:27:13 +01:00
marijus
a03c3d5480 fix nav double dropdown 2014-10-21 13:43:14 +02:00
friendica
e8a7fb3d01 strip out the Diaspora quoted reshare markers 2014-10-20 21:15:29 -07:00
friendica
34985f7272 Merge https://github.com/friendica/red into pending_merge 2014-10-20 20:10:43 -07:00
friendica
bac947c4dd wrong template loaded issue 2014-10-20 20:10:23 -07:00