ced0685d67
Change link label from Feature settings to Feature/Addon settings to more accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true).
friendica
2015-01-19 15:18:44 -08:00
89a2012f7f
remove all hardwired references to 'cloud' in the files interfaces and replace with $a->module. It's OK to leave them in the RedBrowser component because this will remain under /cloud. All the DAV bits need to be abstracted as they will eventually end up under /dav. $a->module will contain the correct string to use.
friendica
2015-01-18 17:52:09 -08:00
673556a847
don't unset a directory server which has no active channels and hence will never have a site table update. Do this by probing the sys channel of that directory weekly and checking the directory status returned by it.
friendica
2015-01-18 16:43:46 -08:00
08038eafb4
Merge branch 'master' of git://github.com/friendica/red into dev_redswede
RedSwede
2015-01-19 00:45:32 +01:00
cfd983b750
translation of 2 helpfiles to swedish
RedSwede
2015-01-19 00:16:57 +01:00
a1ab658df1
Added table of contents for FAQs doc
Einer von Vielen
2015-01-18 17:47:31 +01:00
b4faf4d90b
fix link
marijus
2015-01-18 15:31:13 +01:00
9ac0922ff2
fix goaway link
marijus
2015-01-18 15:29:05 +01:00
973398b915
fix profile tabs link
marijus
2015-01-18 15:15:48 +01:00
1c2d956d7f
basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()
marijus
2015-01-18 14:44:58 +01:00
123ca1d403
Fixed bbode element toc for webpages
Einer von Vielen
2015-01-18 14:21:26 +01:00
1075bb234f
Database schema documentation
Stefan Parviainen
2015-01-18 12:36:51 +01:00
319b279b3a
Don't try to open unexisting files in help
Stefan Parviainen
2015-01-18 10:26:05 +01:00
168b67fa41
correct some activity object types (for comments), also fix a foreach warning resulting from recent tag work
friendica
2015-01-14 18:36:23 -08:00
d6ae124bbd
ignore bbcode open tag (left bracket) in hash and mention tag regexes and turn it into a tag delimiter
friendica
2015-01-14 16:00:21 -08:00
7a24943c34
some back-end code to support location activity objects. Work in progress.
friendica
2015-01-14 14:46:01 -08:00
25e090148d
federate consensus items (in network only). Work in progress.
friendica
2015-01-14 14:15:04 -08:00
1005618faf
honor disable_discover_tab in mod/home - it isn't a tab here but basically block public content from showing if it's set.
friendica
2015-01-14 13:52:34 -08:00
dfab241692
Merge remote-tracking branch 'upstream/master' into toc
Einer von Vielen
2015-01-14 22:49:16 +01:00
09129cbe5f
Added a table of content as bbcode element [toc] for webpages
2015-01-14 22:47:54 +01:00
7090b58f68
check mentions against the appropriate xchan_url and not a hard-coded /channel/ string
friendica
2015-01-13 20:54:27 -08:00
a93f2b1b8f
now that's useful...
friendica
2015-01-13 18:41:11 -08:00
dfdef0af0d
provide a setting to control ALLOWCODE permissions at the channel level - it isn't always appropriate to apply this to all channels in an account.
friendica
2015-01-13 18:30:30 -08:00
98acefe228
revert recent 3.0 changes to mod/cloud so we can work on this completely in another branch and not destabilise core
friendica
2015-01-13 18:12:04 -08:00
111bbe65d9
Merge branch 'moretagging' of git://github.com/pafcu/red into pafcu-moretagging
friendica
2015-01-13 18:07:49 -08:00
e528483d81
hide friends broken, add parameter for item search by verb
friendica
2015-01-13 14:42:54 -08:00
47a2668b30
Allow tags in event description and location
Stefan Parviainen
2015-01-13 18:23:52 +01:00
93735df2c7
Allow tags in mail, many profile fields, and admin info
Stefan Parviainen
2015-01-13 17:54:40 +01:00
2fc0d64139
uninitialised theme parent in mod/cloud
friendica
2015-01-12 19:29:43 -08:00
1b3e52af2d
theme toggle issue when viewing mod/cloud of another channel
friendica
2015-01-12 18:33:39 -08:00
2f9fe0280e
document the pros and cons of the not-yet written hassle-free connection auto-permission setting.
friendica
2015-01-12 17:20:28 -08:00
66cef7531a
don't wipe out the item body of a linked item to a photo when doing a normal delete and not forced
friendica
2015-01-12 16:36:10 -08:00
cdc52ba884
change deletion behaviour of linked photo items. Previously deleting the visible item in the conversation deleted the photo as well. Now photos must be deleted in the photos module. Deleting the linked item removes any attached conversation elements (likes, etc.) and sets the conversation item to hidden. This may create an issue in the future if we move the photo tags, title, or other photo elements to the linked item rather than the photo. Noting here so this can potentially be discovered and remembered at that time.
friendica
2015-01-12 16:27:27 -08:00
43b877caa1
Test ...with table of content. jquery.tableofconent.js works bunt not properly
Einer von Vielen
2015-01-13 00:06:44 +01:00