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.
friendica2014-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
friendica2014-04-09 21:11:49 -07:00
5d5ff22b1d
Merge pull request #399 from git-marijus/master
RedMatrix2014-04-10 13:54:34 +10:00
9cb48204eb
Correction for #401: Theme redbasic extended.
sasiflo2014-04-10 00:22:52 +02:00
036d907a4b
Extended theme redbasic: Allow to center the content (aside + converse)
sasiflo2014-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.
marijus2014-04-09 18:29:22 +02:00
74bd772a5b
replace lock icon with icon-{lock, unlock}
marijus2014-04-09 17:10:07 +02:00
28228f5862
pass the original element title through the element stack so that it we don't lose it in the ajaxuploader.
friendica2014-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.
friendica2014-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.
friendica2014-04-07 13:13:00 -07:00
10167fdf51
prevent follows of and notifications to deceased channels
friendica2014-04-07 02:55:00 -07:00
7d429b2894
subdue archived connections in mod/connections
friendica2014-04-06 22:21:51 -07:00
68296bb857
better alignment of channels with long names on mod/connections
friendica2014-04-06 21:52:47 -07:00
28b7eedc45
check_webbie (webbie validator) returning bad webbies
friendica2014-04-06 19:59:00 -07:00
81ce5f14d2
missing pagination on viewconnections page
friendica2014-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.
friendica2014-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.
friendica2014-04-06 02:57:33 -07: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.
friendica2014-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.
friendica2014-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
friendica2014-04-04 16:56:49 -07:00
022473bf6f
Update documentation on connecting to channels and on documentation.
Alexandre Hannud Abdo2014-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.
friendica2014-04-04 15:24:45 -07:00
3f1a78fa69
some work on jot, remove some deprecated js and some random style fixes
marijus2014-04-03 17:03:32 +02: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)
friendica2014-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
friendica2014-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.
friendica2014-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.
friendica2014-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).
friendica2014-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.
friendica2014-03-30 17:37:12 -07:00
8efef6f98b
Merge pull request #387 from beardy-unixer/master
RedMatrix2014-03-31 09:22:00 +11: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.
friendica2014-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.
friendica2014-03-28 15:58:58 -07:00
96525126f6
Merge pull request #382 from git-marijus/master
RedMatrix2014-03-29 07:31:28 +11:00
18f30cf281
provide some info to not local users
marijus2014-03-28 19:39:58 +01:00