c97222c2fc
improve the appearance of the ACL selector in a hackish way on the short term - it really needs to be re-worked for bootstrap but in any event the words "show" and "don't show" make a mess of it. We should probably just use icons (with a bit of padding) that people can select with a touchscreen and reformat the box accordingly.
friendica
2014-04-09 21:49:38 -07:00
795d741713
issue #400 - lock not showing up for previews of private mentions (or 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl
friendica
2014-04-09 21:11:49 -07:00
036d907a4b
Extended theme redbasic: Allow to center the content (aside + converse)
sasiflo
2014-04-09 23:13:25 +02:00
b88a7fc23a
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
marijus
2014-04-09 18:29:22 +02:00
9f621dac85
change the way jot tools are displayed/hidden
marijus
2014-04-08 22:07:06 +02:00
95751dddff
some fixes to #395
friendica
2014-04-07 20:20:28 -07:00
d820fa155b
possible fix for issue #398
friendica
2014-04-07 18:32:22 -07:00
28228f5862
pass the original element title through the element stack so that it we don't lose it in the ajaxuploader.
friendica
2014-04-07 17:34:53 -07:00
74029a9ee9
this should be better - "xchan deleted" state on remote sites only follows the xchan_flags and not the channel_pageflags; XCHAN_FLAGS_DELETED should only be set if the channel is to be removed from the entire network. As mentioned in a previous commit, channel_pageflags could be set to PAGE_REMOVED but still leave living clones on other sites.
friendica
2014-04-07 16:10:43 -07:00
7e160a7b04
undo one of yesterday's changes - if a channel was deleted we want to mark the hubloc deleted - but not the xchan. The channel might be alive at another hubloc. We should only mark the xchan deleted when removing a channel from the entire network - e.g. there are no hubs left to service it.
friendica
2014-04-07 13:13:00 -07:00
10167fdf51
prevent follows of and notifications to deceased channels
friendica
2014-04-07 02:55:00 -07:00
7d429b2894
subdue archived connections in mod/connections
friendica
2014-04-06 22:21:51 -07:00
68296bb857
better alignment of channels with long names on mod/connections
friendica
2014-04-06 21:52:47 -07:00
75b6aa235e
more work on #395
friendica
2014-04-06 21:40:23 -07:00
81ce5f14d2
missing pagination on viewconnections page
friendica
2014-04-06 18:57:04 -07:00
6f555c50e1
a bit more work towards issue #395 - cleaning up some cases which were going to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave.
friendica
2014-04-06 18:40:37 -07:00
ad60e2c566
use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
friendica
2014-04-06 02:57:33 -07:00
9f54a8f96b
Hope I have repaired the channel admin page.
sasiflo
2014-04-06 00:34:52 +02:00
a2b949f339
Typo in externals SQL.
Thomas Willingham
2014-04-05 22:55:38 +01:00
8b0721cf35
this makes rpost to another channel work somewhat - but there are issues, since the ACL will belong to the wrong channel. Leaving disabled for now. I don't know that we can solve all the issues without a different design so this may end up in a plugin for those who are willing to put up with the shortcomings.
friendica
2014-04-05 03:53:04 -07:00
4901ef8faf
provide the ability for rpost to post as another of your channels. This does not yet work, so the functionality has not been enabled.
friendica
2014-04-05 02:32:07 -07:00
97f0424b18
introduce a connection type called 'ifpending' for number 6 of issue #395 - so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu
friendica
2014-04-04 16:56:49 -07:00
022473bf6f
Update documentation on connecting to channels and on documentation.
Alexandre Hannud Abdo
2014-04-04 19:19:43 -03:00
f832e59585
doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms.
friendica
2014-04-04 15:24:45 -07:00
3f1a78fa69
some work on jot, remove some deprecated js and some random style fixes
marijus
2014-04-03 17:03:32 +02:00
98788308e1
Merge pull request #393 from jeroenpraat/patch-1
Thomas Willingham
2014-04-03 12:48:52 +01:00
39a02d29eb
No empty strings
jeroenpraat
2014-04-03 13:37:41 +02:00
a65bf5beee
Update and fix dark scheme
jeroenpraat
2014-04-03 13:32:39 +02:00
f4dd8657cb
Let admins set a default expire days value.
Thomas Willingham
2014-04-01 19:36:56 +01:00
78d7425a1d
wrong var name in add_source_route
friendica
2014-03-31 17:21:16 -07:00
8ffdccb99f
crank up logging
friendica
2014-03-31 17:14:56 -07:00
93f90040a1
community tags don't show up in the tagged posts because we removed the displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags)
friendica
2014-03-31 17:03:07 -07:00
ced6d82633
finish up the source route storage so we can prevent messages from flowing upstream in complicated delivery chains
friendica
2014-03-31 16:25:05 -07:00
57a9ba4574
this is a mess and makes a complicated security model that one can probably drive a truck through. It will have to be fixed. It does make youtubes work again.
friendica
2014-03-31 15:56:58 -07:00
04d9187c7a
photo timestamp was missing from main profile photo url which prevents photo changes from being immediately seen there.
friendica
2014-03-31 15:04:56 -07:00
653d7df86d
issue #378, failure to correctly link tags where one tag contains a substring of the other (depends on the order they are discovered).
friendica
2014-03-30 20:53:59 -07:00
ac91331c18
notes widget: jquery.live is deprecated, replacing with jquery.on and binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable.
friendica
2014-03-30 17:37:12 -07:00
c400303f22
make the discover tab enabled by default the first you use the admin panel, though it will be disabled until you use the admin panel.
friendica
2014-03-29 23:24:38 -07:00
fc5f3f4800
externals/discover: try up to 3 times to find a site that actually has content. Then give up until the next queue run.
friendica
2014-03-28 15:58:58 -07:00