b5683bfac4
change default affinity (abook_closeness) to 80 for all new connections going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness
friendica
2015-03-08 14:11:38 -07:00
9e6d85b4ea
add hover effect to checkbox field
Mario Vavti
2015-03-08 21:28:58 +01:00
23ea974615
Add alert to admin page about old PHP version.
Klaus Weidenbach
2015-03-07 18:19:52 +01:00
3298b4a0cb
remove unused variables
Mario Vavti
2015-03-08 12:56:16 +01:00
a65e3c432d
copy/paste typo
Mario Vavti
2015-03-08 12:52:31 +01:00
488d5b8714
port boxy scheme
Mario Vavti
2015-03-08 12:07:32 +01:00
480dac1af2
add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy.
friendica
2015-03-07 23:35:56 -08:00
aac4affe65
directory: fix public forum listing
friendica
2015-03-07 15:21:23 -08:00
9cd7546be5
hopefully fix#919
Mario Vavti
2015-03-07 15:56:28 +01:00
53e908d7b7
when fixing "naked links" make sure not to double link double urls as seen in archive.org - which has the complete unescaped target url, scheme and all, as part of its own.
friendica
2015-03-06 20:45:26 -08:00
fc6e7db7dc
remove unused var
Mario Vavti
2015-03-06 15:28:50 +01:00
e67983f327
add more css files
Mario Vavti
2015-03-06 15:24:56 +01:00
1cea6144c9
if we have not got a schema also look for default.css
Mario Vavti
2015-03-06 14:56:35 +01:00
83c4c5b095
create schema/dark.css and create a sample
Mario Vavti
2015-03-06 14:51:11 +01:00
29c2223c67
narrow navbar fixes
Mario Vavti
2015-03-06 12:16:36 +01:00
dcfa26819f
add ability to use css files with schemes
Mario Vavti
2015-03-06 12:15:56 +01:00
73891dc582
reverse smilie storage also
friendica
2015-03-06 03:04:04 -08:00
f6da235a7d
major cleanup of directory options
friendica
2015-03-05 23:31:01 -08:00
bd4d2f3b44
make alpahabetic searches start with A
friendica
2015-03-05 19:16:50 -08:00
ea8ea5a351
reverse the logic of "don't show emoticons" setting which seems awkward
friendica
2015-03-05 18:30:15 -08:00
22391a2437
straighten out some directory stuff, which required some Comanche structural changes
friendica
2015-03-05 18:24:49 -08:00
3fa4123161
only allow theme selection forms if there are any themes to select
Mario Vavti
2015-03-05 12:47:18 +01:00
61f398e055
fix theme preview disappearing
Mario Vavti
2015-03-05 12:38:51 +01:00
beace0f57a
more yes/no labels
Mario Vavti
2015-03-05 10:20:49 +01:00
068699ae31
missed removing a test case
friendica
2015-03-04 20:14:47 -08:00
2ea162136e
the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
friendica
2015-03-04 20:00:54 -08:00
76eb0a7e56
Deprecate the "wall uploads" photo album. Photo uploads (from any source) with no album specified will go now into an album based on YYYY-MM.
friendica
2015-03-04 18:55:17 -08:00
410f3335a9
parse_url: if url returns an image/audio/video file instead of a webpage, return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not.
friendica
2015-03-04 15:14:10 -08:00
fb0f823be7
provide a list of potential addons and what they do for members who can't see the descriptions on the admin/plugins page Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end.
friendica
2015-03-04 02:32:59 -08:00
99e4d2362c
I'm going to use the site_update timestamp to indicate whenever we successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated.
friendica
2015-03-03 15:54:38 -08:00
e3a559128d
yes switch to bootstrap blue again (same as link colour in default light redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white).
jeroenpraat
2015-03-03 23:32:40 +01:00
2d38e58adb
revert login max-width
Mario Vavti
2015-03-03 12:38:23 +01:00
6e0b5b742c
login adjustment
Mario Vavti
2015-03-03 11:32:54 +01:00
7644a23de4
typo
Mario Vavti
2015-03-03 09:52:35 +01:00
74c1b61689
make remove channel button work again
Mario Vavti
2015-03-03 09:18:04 +01:00
e4a2e353d8
make public delivery to contacts or any connections work again $hash wasn't defined in this case
zottel
2015-03-02 11:05:03 +01:00
5a2914880f
Merge pull request #914 from tuscanhobbit/dev
Paolo T
2015-03-02 09:16:57 +01:00
b3f1fbf04f
Updated Italian strings
Paolo Tacconi
2015-03-02 09:14:23 +01:00
7d0783c4dd
increase the dynamic range of the tag clouds slightly.
friendica
2015-03-01 23:50:31 -08:00
41415d934f
here's the email template
friendica
2015-03-01 20:18:08 -08:00
36af426538
Nag hub admins with self-signed certs to fix them. Otherwise we'll just have to start marking them as dead sites.
friendica
2015-03-01 20:14:42 -08:00
e006658b01
raise the default upload limit for the application. We eliminated this in English long ago, but several of the translated htconfig files still have the old limit.
friendica
2015-03-01 19:14:59 -08:00
d83460cd2a
The never ending saga of parent = 0 bugs on Dreamhost.
friendica
2015-03-01 18:58:50 -08:00
ba7bdd79b7
queue management actions. Still needs further work such as indication of last successful connection or indication that the hub was marked offline, but these are potentially expensive queries.
friendica
2015-03-01 15:55:27 -08:00
e8e6231a4e
settings: missing /form and whitespace
Mario Vavti
2015-03-01 21:51:44 +01:00
ea6e86fecc
more settings work
Mario Vavti
2015-03-01 21:45:49 +01:00
af06766627
provide some more yes/no labels
Mario Vavti
2015-03-01 16:59:44 +01:00
b4a2f764ab
fix login
Mario Vavti
2015-03-01 16:21:32 +01:00
6e64f9af54
first pile of work on settings
Mario Vavti
2015-03-01 15:22:23 +01:00