Commit graph

8350 commits

Author SHA1 Message Date
friendica
d54b6099d2 remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in derived/sourced channels. It's now just "$author via $xyz". 2013-10-19 01:48:43 -07:00
friendica
f2daed5188 basic gotcha's enumerated when porting Friendica addons 2013-10-18 17:01:06 -07:00
friendica
ac23a1bfa2 put translate README into help docs 2013-10-18 15:57:10 -07:00
friendica
7e5570aa9c add hooklist to plugin page 2013-10-18 15:52:17 -07:00
friendica
4ce948731a doc - complete hook list, still need detailed functional descriptions with parameters and examples for each 2013-10-18 15:48:59 -07:00
friendica
3772682204 Put a status editor on the display page if you're logged in. This fixes issue #113 and also provides the ability to reshare from that page. 2013-10-18 14:25:55 -07:00
friendica
4a87ebfc12 doc updates 2013-10-18 14:25:27 -07:00
friendica
78475d349b and did it again 2013-10-16 21:51:42 -07:00
friendica
2cf136b186 wrong function name 2013-10-16 21:50:09 -07:00
friendica
da73813487 advanced plugins as a stepping stone to building modules 2013-10-16 21:00:14 -07:00
friendica
a104a7877b Merge https://github.com/friendica/red into zpull 2013-10-16 20:31:19 -07:00
friendica
06e1e6a1b6 minor edits 2013-10-16 20:30:56 -07:00
friendica
aee569fc47 first cut at plugin author's guide 2013-10-16 20:04:52 -07:00
Thomas Willingham
90fc3c1caf Errant logging. 2013-10-17 02:16:47 +01:00
Thomas Willingham
b860a21fdc Check only for php in schema globs. 2013-10-16 19:05:40 +01:00
Thomas Willingham
30e4a36084 Don't break themes by using functions we don't need.
If you've got a theme that started off copying Redbasic (ie, all of you) need to do this too.
2013-10-16 17:08:19 +01:00
friendica
a3b358d025 wrong app name 2013-10-16 00:17:16 -07:00
friendica
9cb3a44177 add code-style guidelines. These aren't laws or rules, they are guidelines. 2013-10-15 16:52:57 -07:00
friendica
100043da38 oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post 2013-10-15 15:51:20 -07:00
friendica
66f427db5e directory sync optimisations to save redundant processing 2013-10-15 02:33:35 -07:00
friendica
89378fb12a update even if no change 2013-10-14 22:20:14 -07:00
friendica
b75163fb80 why do these have invalid id's? 2013-10-14 22:04:45 -07:00
friendica
83daf51460 extra logging 2013-10-14 21:56:56 -07:00
friendica
3a615528e8 sync tweaks 2013-10-14 21:39:54 -07:00
friendica
6dbaaef7b7 don't update old entries with no address 2013-10-14 21:19:23 -07:00
friendica
a13ab4ee9b sql wrong number of args 2013-10-14 21:09:39 -07:00
friendica
96ba0dccf9 sql typo in directory sync 2013-10-14 20:51:26 -07:00
friendica
f3fcffb29d We really don't need the category delete links on each category in each post with categories, as we can now change the categories by editing the post. So take out the delete links. 2013-10-14 15:38:05 -07:00
friendica
9787872778 linkify post categories 2013-10-14 15:34:47 -07:00
friendica
3a84124ef0 Merge pull request #180 from git-marijus/master
i guess we should use .active class for all selected links.
2013-10-14 14:48:42 -07:00
Thomas Willingham
9945c1844c Issue #181 2013-10-14 21:44:35 +01:00
marijus
43289103ee i guess we should use .active class for all selected links. 2013-10-14 18:13:02 +02:00
friendica
4f2c056d6d template and icons for categories and "file as" 2013-10-14 04:49:28 -07:00
friendica
3991db62d4 fix endless scroll 2013-10-13 21:21:13 -07:00
friendica
db42e4d2f9 attachment icons revisited 2013-10-13 21:14:04 -07:00
friendica
454aa6bff3 turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules 2013-10-13 20:09:11 -07:00
friendica
bae7f4e078 directory sort links on sidebar 2013-10-13 19:49:40 -07:00
friendica
0e0e0d018b provide config for preferred directory server 2013-10-13 19:29:54 -07:00
friendica
ad29d0f9a1 preserve the source owner when creating a delivery fork so that we can uplink back to them without any ambiguity. 2013-10-13 18:36:28 -07:00
friendica
3c3c13c630 Merge https://github.com/friendica/red into zpull 2013-10-13 15:52:53 -07:00
friendica
1354702d69 remove the disabled flag on individual permissions and improve the text to show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare.
So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
2013-10-13 15:42:30 -07:00
friendica
fabd60d6b6 Merge pull request #179 from git-marijus/master
reorder items in private-mail - the delete button is on the right side e...
2013-10-13 14:48:14 -07:00
marijus
2d23fcfe5a reorder items in private-mail - the delete button is on the right side everywhere else... 2013-10-13 22:24:33 +02:00
friendica
d5aa7aacbe Merge pull request #178 from cvogeley/master
New icons in private mails section
2013-10-12 22:45:50 -07:00
Christian Vogeley
77db6e087a New icons in private mails section 2013-10-13 00:59:04 +02:00
friendica
bb9feee370 Merge https://github.com/friendica/red into zpull 2013-10-12 15:13:23 -07:00
friendica
55c43f12b5 directory date order (sort=date) 2013-10-12 15:12:45 -07:00
friendica
7ffe4f6f91 Merge pull request #177 from tuscanhobbit/master
Updated italian translation
2013-10-12 15:02:17 -07:00
tuscanhobbit
944b4761ce updated italian translation 2013-10-12 21:29:35 +02:00
Olaf Conradi
ffd88fec92 Merge pull request #176 from oohlaf/fixes
Typo in replaced variable for #getzot
2013-10-12 10:53:33 -07:00