Commit graph

12935 commits

Author SHA1 Message Date
RedMatrix
912c9fdd58 Merge pull request #907 from tuscanhobbit/dev
Added version tag to siteinfo/json
2015-02-21 08:26:31 +11:00
friendica
8eedc9d576 updated install doc 2015-02-20 13:18:44 -08:00
Paolo Tacconi
2765500844 Fixes to version tag in siteinfo/json 2015-02-20 10:29:33 +01:00
Paolo Tacconi
5aad4a19f8 Added version tag to siteinfo/json 2015-02-20 10:09:59 +01:00
friendica
ff5c3b009f doc update 2015-02-20 00:15:30 -08:00
friendica
ccf1a131f1 doc update 2015-02-20 00:15:03 -08:00
friendica
7ae14a1bf9 jrange update 2015-02-20 00:14:43 -08:00
friendica
7926ed079a git update scripts for external repositories 2015-02-19 21:11:02 -08:00
friendica
eeec826eda update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.) 2015-02-19 20:53:24 -08:00
friendica
54a8246725 add the gitignore rule 2015-02-19 20:11:49 -08:00
friendica
436a82d74e Scripts to add external theme and addon repositories.
Example:
    util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero

The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory.

You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this.
2015-02-19 19:48:07 -08:00
friendica
8c71e0e861 directory interface cleanup and documentation so that debugging realms won't be stabbing in the dark. 2015-02-19 17:42:18 -08:00
friendica
8db3677546 Diaspora tag replacement was wretchedly buggy. Use our standard tag replacement calls instead. 2015-02-19 16:29:49 -08:00
friendica
3ea77f0c10 INSTALL: 'store' is created during setup but not 'store/[data]/smarty3' and we explicitly check for the latter and report that it isn't there or isn't writable. Doh. 2015-02-19 15:14:14 -08:00
friendica
fc52536ce7 diaspora: move reshare encapsulation after tag parsing, since it seriously screws up the tag parser and reshares end up with a lot of unlinked tags. 2015-02-19 15:07:41 -08:00
Paolo T
9fcc984406 Merge pull request #906 from tuscanhobbit/dev
Italian strings updated
2015-02-19 17:17:00 +01:00
Paolo Tacconi
062a386c75 Italian strings updated 2015-02-19 17:14:03 +01:00
zzottel
a743f43a3a Merge pull request #905 from zzottel/master
update to German translations
2015-02-19 12:44:44 +01:00
zottel
2cd705a1b5 update to German translations 2015-02-19 12:43:42 +01:00
RedMatrix
6dfc41ac7a Merge pull request #901 from zzottel/master
also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
2015-02-19 13:40:41 +11:00
RedMatrix
4a75d2d754 Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections
Changed bbcode [toc] and changed doc for beginning deveopers
2015-02-19 13:40:23 +11:00
RedMatrix
b7451b4557 Merge pull request #902 from dawnbreak/docu
Updated doxygen docu about deperecated functions.
2015-02-19 13:39:44 +11:00
friendica
2091e1e0bc Merge https://github.com/friendica/red into pending_merge 2015-02-18 17:03:16 -08:00
friendica
d8d175d7e4 first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme . 2015-02-18 17:01:40 -08:00
Klaus Weidenbach
2fc61e780a Updated doxygen docu about deperecated functions.
Corrected wrong return types in doxygen docu and add a deprecation log
entry.
2015-02-18 13:11:15 +01:00
zottel
d0fe0b5d5f fix parens mismatch from last commit 2015-02-18 11:48:05 +01:00
zottel
9d745cd072 also deliver public posts to channels with channel_w_stream = PERMS_AUTHED 2015-02-18 11:44:43 +01:00
marijus
2fbb6a5ff5 do not send activity to channels with no permission to view filestorage 2015-02-18 10:41:38 +01:00
friendica
e00be4de23 The Diaspora communications policies allow comments to public posts literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page. 2015-02-17 19:47:36 -08:00
friendica
8c717f910a Merge https://github.com/friendica/red into pending_merge 2015-02-17 18:14:47 -08:00
friendica
33e406d7fc make tag clouds honour the full permissions repertoire, not just yes/no public/private, but who are you and what tags can you see 2015-02-17 18:13:20 -08:00
marijus
0bedf3e5d2 advanced css calc() failback 2015-02-17 10:58:18 +01:00
friendica
3d9273afad Merge https://github.com/friendica/red into pending_merge 2015-02-16 17:01:41 -08:00
friendica
533f39debe bring back like/dislike summaries on photos 2015-02-16 17:01:13 -08:00
marijus
e0c9929325 quickfix for eventual css calc() not supported bug 2015-02-17 00:32:38 +01:00
Habeas Codice
d9d029470f Merge branch 'master' of https://github.com/friendica/red 2015-02-16 15:13:31 -08:00
Habeas Codice
ca8e221018 normalize age data
mysql has type tinyint(3) which probably turns into a 24-bit value, but
postgres uses 3-digit decimal as its constraint (probably what the mysql
schema was intended to do). either that or mysql silently truncates while
postgres respects the constraint. Either way, bad data gets in unchecked, now
it's checked.
2015-02-16 15:09:43 -08:00
Habeas Codice
972fc91e12 remove superfluous non-boolean boolean 2015-02-16 15:08:53 -08:00
friendica
1d1676094d hub upgrade w/name change via Alex 2015-02-16 11:12:46 -08:00
friendica
b4f639239f mopping up the public site ratings 2015-02-16 11:09:12 -08:00
friendica
a1c4bbfa5c quick fix for photos page until calls to like_puller() are fixed 2015-02-16 01:22:11 -08:00
friendica
eb3c5916d7 pubsites ratings (mod/pubsites really really needs to be templatised, this was quick and dirty) 2015-02-16 01:17:15 -08:00
friendica
1c4b919980 force site_url to be lowercase when stored. Otherwise rating hubs on postgres could get real messy. 2015-02-15 23:45:22 -08:00
friendica
8774089005 preparatory work for site ratings 2015-02-15 21:22:05 -08:00
friendica
2e3daf77bb site firehose 2015-02-15 20:20:23 -08:00
friendica
a5f7df4667 issue #860, replace br html element with linefeed between table rows 2015-02-15 19:15:55 -08:00
friendica
9067d4c157 taganyone wasn't working 2015-02-15 18:38:26 -08:00
friendica
9ba21f82cb missing file 2015-02-15 16:30:41 -08:00
friendica
8d6e3f5390 add zotsh to util 2015-02-15 16:29:12 -08:00
friendica
0249fbb7e6 lost ability to delete events 2015-02-15 16:04:59 -08:00