Commit graph

8692 commits

Author SHA1 Message Date
marijus
1ff69605be some jot tools structuring and styling 2013-12-01 10:55:39 +01:00
friendica
d43118fdcf get rid of fetch_url - post_url will be a bit harder as several plugins need to be updated 2013-12-01 00:35:35 -08:00
friendica
bd33e0486d deprecate a->get_curl_code() and $a->get_curl_headers() 2013-12-01 00:16:02 -08:00
friendica
3163731a3d hooks getting called twice 2013-11-30 03:40:25 -08:00
friendica
1c5f98440d quite a bit of work on default acl permissions and various acl quirks 2013-11-29 14:09:21 -08:00
friendica
b707495b50 channel wasn't getting saved 2013-11-29 03:10:15 -08:00
friendica
df66c510c9 allow zot-info to return results for address= with webbies or naked nicknames 2013-11-29 00:57:47 -08:00
friendica
2563edab43 doc updates 2013-11-29 00:57:33 -08:00
friendica
7536ed6e44 allow themes to mess with the navbar contents without a custom template. It's done as a callback using a transient plugin hook.
For instance to get rid of the notifications link:

insert_hook('nav','strip_notify');

function strip_notify($a,&$b) {
    unset($b['nav']['notifications']);
}
2013-11-28 20:17:07 -08:00
friendica
8cd9a2c3a9 doc updates 2013-11-28 19:37:39 -08:00
friendica
d1ab865ccf make the template processor (e.g. replace_macros) pluggable 2013-11-28 19:17:45 -08:00
friendica
94c293f2c6 doco 2013-11-28 18:46:59 -08:00
friendica
eae3327584 item store hooks 2013-11-28 18:10:04 -08:00
friendica
8e0d3c2d6f doco 2013-11-28 17:47:33 -08:00
friendica
fafba385c1 only list undeleted hublocs in zot_finger 2013-11-28 16:46:47 -08:00
friendica
13e73c005a Merge https://github.com/friendica/red into zpull 2013-11-28 16:13:35 -08:00
friendica
ff91541cfd zot doco 2013-11-28 16:13:09 -08:00
friendica
e7c7ddd10a Merge pull request #217 from omigeot/master
Plurals for conversation.php
2013-11-28 03:36:20 -08:00
Olivier Migeot
2239d472e5 Plurals for conversation.php 2013-11-28 12:24:37 +01:00
friendica
2d7d145ebb Merge https://github.com/friendica/red into zpull 2013-11-28 00:16:57 -08:00
friendica
aab9b30d03 synchronise deletion of comments between red and wp 2013-11-28 00:16:13 -08:00
friendica
689b94bf09 Merge pull request #216 from omigeot/master
Make CSS classes for ACL "lock" icon customizable
2013-11-27 23:36:38 -08:00
Olivier Migeot
a706000018 Merge branch 'master' of https://github.com/friendica/red 2013-11-28 08:30:20 +01:00
friendica
21e465e48a add photos to red-to-wordpress comments 2013-11-27 20:56:08 -08:00
friendica
b67347d9a0 add xmlrpc method for importing red comments 2013-11-27 16:32:17 -08:00
Olivier Migeot
c3c2ff6cdb Merge branch 'master' of https://github.com/friendica/red 2013-11-27 14:03:55 +01:00
Olivier Migeot
11983c1242 Quick hack to allow themes/modules to use different CSS classes for the ACL selector's icon (e.g. icon-lock/icon-unlock instead of lock/unlock). Unless a theme supports it, they'll stay at their former values. Dunno if it's the best way to achieve this, though. 2013-11-27 12:30:01 +01:00
friendica
64b467ea98 reduce the likelihood that a given channel will have 30-40 valid hublocs with the same hubloc_url. 2013-11-27 02:51:16 -08:00
friendica
e3f5c4458b re-enable jquery migration tool until we sort out all the issues 2013-11-27 00:48:17 -08:00
friendica
da29ce6dac more loop prevention 2013-11-26 23:10:10 -08:00
friendica
ff635f0133 ensure that drop_item doesn't recurse 2013-11-26 23:00:32 -08:00
friendica
fd57b63c1d add terms and categories, fix a delivery loop (stops at one cycle but we don't need a post coming back that we just sent out). 2013-11-26 21:21:40 -08:00
friendica
64b71a231b link the plugins at both ends so that each can discover a post that was imported/exported to/from the other and keep track of updates accordingly 2013-11-26 18:33:49 -08:00
friendica
ef53c72a70 delete from the wp side as well as from the red side 2013-11-26 17:02:49 -08:00
friendica
6f6fcddfc3 api fixes 2013-11-26 16:38:48 -08:00
friendica
7aa7f0f4eb allow editing posts on connectors that support edits 2013-11-26 15:50:30 -08:00
friendica
dde3e28ceb add drop_item hook 2013-11-26 15:26:11 -08:00
friendica
ed71567e5c create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts 2013-11-26 13:24:36 -08:00
friendica
c8334fae82 will be doing some stuff for which handcrafting xmlrpc requests is too bloody painful. xmlrpc is long dead, but it's the language of wordpress - which is far from dead. 2013-11-26 00:06:56 -08:00
friendica
95824642a6 make font-asewome optional. Also include jquery.browser in js/main.js so we can turn off the migration toolkit. 2013-11-25 19:07:58 -08:00
friendica
bed0bca4d7 Merge https://github.com/friendica/red into zpull 2013-11-25 14:54:34 -08:00
friendica
fe9162395a sort out the preview icons 2013-11-25 14:54:14 -08:00
friendica
cbe096dd90 wp-to-red: now supports editing, titles, and native permalinks 2013-11-25 14:20:57 -08:00
23n
ba6d6876d6 no underlined drop icon 2013-11-25 22:18:34 +01:00
friendica
41e9d0f0f9 Merge pull request #215 from git-marijus/master
polish up share button a little
2013-11-25 11:58:45 -08:00
marijus
24acf29009 polish up share button a little 2013-11-25 13:51:35 +01:00
friendica
cf3e6a34ae Merge pull request #214 from tuscanhobbit/master
admin user table now shows the channel list and ID, minor changes to admin summary table
2013-11-25 03:00:05 -08:00
friendica
c0f2bc436c force HTML notification mails to use predefined colours. 2013-11-25 00:07:00 -08:00
friendica
2b47d36a11 wordpress publish hook was called before the meta storage hook so the plugin would only work on edited posts. This may be a wordpress version issue because you'd think somebody would've noticed it before. 2013-11-24 23:15:07 -08:00
friendica
c63a18a250 Add some message_id meta information for wordpress posts so we'll know where to send comments 2013-11-24 20:28:51 -08:00