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:
friendica2013-11-28 20:17:07 -08:00
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.
Olivier Migeot2013-11-27 12:30:01 +01:00
64b467ea98
reduce the likelihood that a given channel will have 30-40 valid hublocs with the same hubloc_url.
friendica2013-11-27 02:51:16 -08:00
e3f5c4458b
re-enable jquery migration tool until we sort out all the issues
friendica2013-11-27 00:48:17 -08:00
ff635f0133
ensure that drop_item doesn't recurse
friendica2013-11-26 23:00:32 -08:00
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).
friendica2013-11-26 21:21:40 -08:00
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
friendica2013-11-26 18:33:49 -08:00
ef53c72a70
delete from the wp side as well as from the red side
friendica2013-11-26 17:02:49 -08:00
ed71567e5c
create jquery-compat to hold deprecated jquery functions, load it before all the dependent js scripts
friendica2013-11-26 13:24:36 -08:00
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.
friendica2013-11-26 00:06:56 -08:00
95824642a6
make font-asewome optional. Also include jquery.browser in js/main.js so we can turn off the migration toolkit.
friendica2013-11-25 19:07:58 -08:00
cbe096dd90
wp-to-red: now supports editing, titles, and native permalinks
friendica2013-11-25 14:20:57 -08:00
ba6d6876d6
no underlined drop icon
23n2013-11-25 22:18:34 +01:00
41e9d0f0f9
Merge pull request #215 from git-marijus/master
friendica2013-11-25 11:58:45 -08:00
24acf29009
polish up share button a little
marijus2013-11-25 13:51:35 +01:00
cf3e6a34ae
Merge pull request #214 from tuscanhobbit/master
friendica2013-11-25 03:00:05 -08:00
c0f2bc436c
force HTML notification mails to use predefined colours.
friendica2013-11-25 00:07:00 -08:00
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.
friendica2013-11-24 23:15:07 -08:00
c63a18a250
Add some message_id meta information for wordpress posts so we'll know where to send comments
friendica2013-11-24 20:28:51 -08:00
ac3ae83a16
wordpress-to-red cross-posting tool ported from Friendica
friendica2013-11-24 18:03:12 -08:00
a82a1d7c05
add recipient name to the rest of the notification emails
friendica2013-11-24 14:39:29 -08:00
421cacfc8d
admin user table now shows the channel list, minor changes to summary
tuscanhobbit2013-11-24 23:06:03 +01:00
49488a6363
Merge pull request #213 from tuscanhobbit/master
friendica2013-11-23 12:24:36 -08:00
b7c39e7ac9
Merge pull request #212 from tuscanhobbit/master
friendica2013-11-23 12:04:04 -08:00
d126c2bcaa
redbasic nav bar gradient is now similar to the red shade in the logo
tuscanhobbit2013-11-23 20:04:09 +01:00
34f8b21511
init_groups_visitor() was still using old array of id output (not the newer array of hash which we need for permission queries)
friendica2013-11-22 11:52:38 -08:00
4be581494e
add recipient name to some of the notification emails for those who have a lot of channels and it isn't always obvious which channel is getting the notification. If this works out we should probably add this to the rest of them.
friendica2013-11-21 20:40:31 -08:00
a0a038b904
Merge pull request #206 from git-marijus/master
friendica2013-11-21 20:28:45 -08:00
df14825b49
pass algorithm to the decryptor so we know if our plugin is allowed to run
friendica2013-11-21 20:23:02 -08:00
e4c64c7167
e2ee algorithms are now pluggable so if you want to roll your own algorithm or do something like swap_bytes(rabbit(left_shift(3,triple_aes256(right_shift(base64(text)))))) - go for it. As long as the person at the other end can reverse it, you can do pretty much whatever you want. I'd like to see the NSA crack that one - especially if the algorithm was called something like "dishwasher" or something which didn't provide a lot of clues.
friendica2013-11-21 20:08:04 -08:00
f2435ed4cd
follow and accept_follow hooks
friendica2013-11-21 17:49:14 -08:00
8cdbd0e2a6
make default group for new connections work
friendica2013-11-21 17:31:37 -08:00
be8a7e2de6
this is necessary for any possibility of a federated future.
friendica2013-11-21 15:58:42 -08:00
f896819c78
There was one small typo - and I'm trying with great difficulty not to use the word "user" to refer to site members - especially in public documentation. In dev forums is another matter. It does exist in function names and the string "username" isn't considered derogatory, but most other times it's considered derogatory to site members. Channel is often another acceptable replacement.
friendica2013-11-21 14:51:12 -08:00
8f236771c6
mark hublocs with incorrect sitekeys deleted
friendica2013-11-21 14:42:48 -08:00
7f4e4ab688
Add #include mechanism for help pages - see the top of mod/help.php for details
friendica2013-11-21 14:41:31 -08:00
6ddb57e0da
mod/help - load Site.md (if it exists) before Home.md. Site.md will typically provide local resources. Site.md can either include the complete contents of Help.md or link to it, as you choose.
friendica2013-11-21 14:19:31 -08:00