c102a4e428
perform a refresh_all operation after changing premium status so that everybody will catch it quickly and not in a day or two.
friendica2013-08-22 14:37:08 -07:00
99a9aee03e
extra logging for translating likes in notification emails - which is still failing on occasion.
friendica2013-08-22 06:15:00 -07:00
141c8ccb1f
possible fix for mention tags not posting to mentioned forum (when send stream permission is blocked)
friendica2013-08-22 05:50:15 -07:00
32ff0932bf
add detailed logging to public recips - find out why some public recipients are getting bypassed (David Benfells' problem with tagging groups, etc.)
friendica2013-08-22 03:24:50 -07:00
af72f40759
make premium channels a feature
friendica2013-08-22 01:00:54 -07:00
1101f4ab88
fixes for sellpage with blocked profiles
friendica2013-08-21 23:10:16 -07:00
925b046794
premium/restricted channel connections implemented, configure at yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
friendica2013-08-21 22:10:08 -07:00
6cea04eb44
progress on generic sellpage - is not yet linked from existing connect buttons and editing has not been completed
friendica2013-08-21 20:05:55 -07:00
b9314935e6
localize_item() thinks all likes on posts are likes on comments because we didn't pass any info in the activity object to distinguish them from each other.
friendica2013-08-19 19:05:11 -07:00
2e14dc242e
if changing primary hub during an import operation - remove the old xchan and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
friendica2013-08-19 17:18:13 -07:00
20f3d09708
some sane permission defaults.
friendica2013-08-18 20:20:03 -07:00
5c0220df09
More steps for mobile theme toggling + dash elimination
Christian Vogeley2013-08-19 01:08:15 +02:00
8bac352b1c
item_store logging to discover where object is getting quote mangled.
friendica2013-08-18 05:04:37 -07:00
9fb2a87c9a
Another try at issue #61 and #62 - an earlier fix was partially working but the issue persisted - this extends it a bit.
friendica2013-08-18 00:04:38 -07:00
b5efa1a63a
issue #82, posted order not working - also doc update
friendica2013-08-17 06:30:09 -07:00
a8dd7280b3
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
friendica2013-08-15 22:52:19 -07:00
7d0b1506a8
Merge pull request #96 from beardy-unixer/master
friendica2013-08-14 20:56:49 -07:00
258d8e3189
util/pconfig - if you understand util/config you'll understand this; if you don't you won't
friendica2013-08-14 20:47:04 -07:00
ac541a7d32
most of expire is now ported from friendica, but the protocol bits to push out the delete notifications for the entire batch to all recipients of the original post are not complete and will take quite a bit more work. As a consequence, expire has been completely disabled until it is fully implmented since it could result in completely un-removable posts reminiscent of the infamous "Bonnie Nadri" incident at Diaspora which we do not wish to re-live.
friendica2013-08-14 20:09:02 -07:00
608e04c65e
More progress on pages - extend writepages widget, add pagelist widget
Thomas Willingham2013-08-14 20:46:48 +01:00
f287ff596c
fix expire so it actually should expire stuff; and mostly the correct stuff - though it DOESN'T currently send out notifications to connections
friendica2013-08-14 05:26:17 -07:00
499241c245
Merge pull request #95 from pixelroot/master
friendica2013-08-14 05:06:20 -07:00
4888ab4d0f
primitive cms functionality - provide a custom menu below your profile vcard
friendica2013-08-13 22:14:01 -07:00
17e405cfa9
helps to include the new templates...
friendica2013-08-13 21:01:34 -07:00
9508967c73
menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
friendica2013-08-13 20:57:03 -07:00
680baff73d
menu management complete (as opposed to menu *content* management, which is not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
friendica2013-08-13 18:10:03 -07:00
d6c6a2b144
debugging issue #58 - seems to work but needs (more) theming
friendica2013-08-13 02:29:10 -07:00
b9a8b73392
untested patch for issue #58 - will require theming if it works
friendica2013-08-13 02:06:05 -07:00
d7a9db1088
important bits we need to allow php executable content. These must be explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites.
friendica2013-08-11 16:56:06 -07:00
5aa508dba7
don't import any hubloc that doesn't have a sitekey. Eventually we should also verify that it is a valid key, as we've already seen one case where one character got mangled and messed up communication.
friendica2013-08-11 16:12:40 -07:00