Commit graph

8463 commits

Author SHA1 Message Date
friendica
82b835a18b Merge pull request #161 from zzottel/master
Add possibility to use a block in a channel menu (set channel_menublock to ...
2013-10-01 00:56:13 -07:00
zottel
d7b81b1afd Add possibility to use a block a channel menu (set channel_menublock to the lowercase title of the block without special chars)
Fix comanche_block() SQL
2013-10-01 09:36:28 +02:00
friendica
a6c542289a add link to channel source management in settings if channel_sources feature is enabled 2013-09-30 22:01:11 -07:00
friendica
dffce63662 implement republish permission for use in sourced channels 2013-09-30 21:49:26 -07:00
friendica
2353e6d23f small fixes 2013-09-30 19:28:59 -07:00
friendica
e992cfeca9 directory sync - this will either work, or it won't work, or it will possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing.
The flow is as follows:
Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update.

This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
2013-09-30 18:33:27 -07:00
friendica
e0391de906 there's no $a in comanche_block() (zottel) 2013-09-30 13:42:29 -07:00
friendica
a8ebd7e3fa Merge pull request #160 from oohlaf/fixes
ret_secret is not used
2013-09-30 01:09:04 -07:00
Olaf Conradi
0497c441df ret_secret is not used 2013-09-30 09:59:22 +02:00
friendica
49882c13a4 there's our directory sync packet (aka transaction log). Now we just have to pass them around and act on them. 2013-09-29 22:24:37 -07:00
friendica
3f79a9581a clean up the default page definition - get rid of right_aside which is illegal 2013-09-29 21:55:40 -07:00
friendica
398162f78a log any attempt to call mod_magic 2013-09-29 21:06:53 -07:00
friendica
0e95bae3d2 RSS feeds as channel sources. It's feasible and within reach, however there's a lot of work left to do.
How bad does anybody want it?

Let's find out...
2013-09-29 20:34:05 -07:00
friendica
bd0b4d8487 remove the "Similar Interests" link until somebody makes it work 2013-09-29 18:34:41 -07:00
friendica
a26e48b013 sources management page 2013-09-29 18:18:05 -07:00
Thomas Willingham
046ddea9e8 Ugh, typo 2013-09-29 20:06:43 +01:00
Thomas Willingham
1f4ed2b4a4 Add kdevelop files to .gitignore 2013-09-29 20:02:55 +01:00
Thomas Willingham
42e11019b9 Missing include 2013-09-29 19:44:57 +01:00
Thomas Willingham
3c42989fc4 Typo 2013-09-29 16:45:21 +01:00
Thomas Willingham
9212fd0ecc Issue #117 2013-09-29 16:40:15 +01:00
friendica
4f83a1c152 Merge https://github.com/friendica/red into zpull 2013-09-29 02:47:58 -07:00
friendica
a06f1f9594 Issue #158 2013-09-29 02:47:36 -07:00
Thomas Willingham
5a0623299c Prevent toolbar overlapping comanche nav links. 2013-09-28 23:31:30 +01:00
Thomas Willingham
3cf5e5effd Fix Comanche menus 2013-09-28 19:05:50 +01:00
friendica
6ca6bc2dd8 close comment 2013-09-28 05:03:58 -07:00
friendica
13e18332aa Merge https://github.com/friendica/red into zpull 2013-09-28 04:42:08 -07:00
friendica
110974eb55 fix can_comment_on_post when viewing wall-to-wall 2013-09-28 04:41:12 -07:00
friendica
8fe5575469 string update 2013-09-28 04:40:57 -07:00
friendica
c98605df37 doc updates 2013-09-28 04:30:57 -07:00
friendica
b1c6ef9f33 Merge pull request #157 from 0xAF/master
Add colorpicker jquery plugin for themes
2013-09-28 04:02:34 -07:00
Stanislav Lechev [0xAF]
24128a4e1f Add colorpicker jquery plugin for themes 2013-09-28 12:23:55 +03:00
friendica
4b3c565174 convert to plaintext before matching words in body. Otherwise every post I make with a link in it is going to match a test for zot. 2013-09-26 19:58:24 -07:00
friendica
6dc4d963fa Merge https://github.com/friendica/red into zpull 2013-09-26 19:35:09 -07:00
friendica
017db29947 aggregate channels 2013-09-26 19:34:45 -07:00
Thomas Willingham
dc692cd748 Actually, lets add a content wrapper while we're in there. 2013-09-27 03:11:28 +01:00
Thomas Willingham
83a41a5af6 Typo 2013-09-27 03:06:20 +01:00
Thomas Willingham
b838585e27 Issue #131 2013-09-27 03:03:37 +01:00
Thomas Willingham
8d92d21135 Merge branch 'master' of https://github.com/friendica/red 2013-09-27 02:45:16 +01:00
Thomas Willingham
d6607f2093 Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty center tag, and stop very long tags overlapping the directory. 2013-09-27 02:44:28 +01:00
friendica
8e94e79c7b Merge https://github.com/friendica/red into zpull 2013-09-26 16:26:08 -07:00
friendica
edc5566f79 structure for channel unions 2013-09-26 16:25:28 -07:00
Olaf Conradi
c81ad135ac Merge pull request #155 from oohlaf/fixes
Explain why public comments are disabled and what needs to happen to enable them.
2013-09-26 14:03:26 -07:00
Olaf Conradi
26492b3ad4 Add explanation why public comments are disabled. 2013-09-26 22:57:13 +02:00
Thomas Willingham
689cea3170 Typo 2013-09-26 18:26:03 +01:00
friendica
6519433301 suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing. 2013-09-25 21:22:36 -07:00
friendica
00e5ded1c8 populate the new fields in the directory updates table 2013-09-24 20:13:53 -07:00
friendica
d62508072c don't send email notifications for likes (as comment notifications). We'll need a separate preference for whether you want notifications for likes. 2013-09-24 19:43:28 -07:00
friendica
2a0406ec8c add some text for issue #79 2013-09-24 19:23:39 -07:00
Olaf Conradi
a2ee22e51f Merge pull request #154 from oohlaf/fixes
Fix name of Bleichenbacher
2013-09-24 12:06:57 -07:00
Olaf Conradi
66d2fe2289 Fix name of Bleichenbacher 2013-09-24 21:04:01 +02:00