Commit Graph
2746 Commits
Author SHA1 Message Date
Thomas Willingham 7b29400c6c Bring safe search to the UI 2013-11-09 18:43:40 +00:00
friendica cb37c0ce14 make PM expiry UI match the main post editor, e.g. JS input triggered by an icon rather than a scary looking text field 2013-11-07 15:30:59 -08:00
friendica 7381326b7a provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. 2013-11-07 00:47:50 -08:00
friendica df4c917120 Merge https://github.com/friendica/red into zpull 2013-11-06 18:37:02 -08:00
friendica 6162de142c allow private mail sender to set an expiration on their messages. Once expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". 2013-11-06 18:28:36 -08:00
Thomas Willingham c2cf3254c8 Don't fart if we've got a schema that doesn't exist at this hub. 2013-11-06 17:17:12 +00:00
friendica 310ccfda99 INSTALL for dummies - step 1: ensure that we throw an ugly error message in their face
if there's an ugly error when we first try to install. DON'T white screen until after
they've got it running.
2013-11-05 19:45:02 -08:00
friendica f4cb145f3c redbasic - allow changing icon colours 2013-11-05 16:21:38 -08:00
friendica b15c9de1e5 soften the background a bit more 2013-11-05 15:34:17 -08:00
friendica e28b12a5e1 Merge https://github.com/friendica/red into zpull 2013-11-05 15:31:03 -08:00
friendica b4f8c247a2 soften the colours a wee bit for the default case 2013-11-05 15:29:44 -08:00
marijus 9dfa7c6030 make the font-colour for the banner adjustable as well 2013-11-06 00:16:02 +01:00
friendica cea11c9498 make date order the default for the directory 2013-11-03 15:20:40 -08:00
friendica 72287b2478 fix the saved search term delete icons in redbasic so they are hidden by default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings. 2013-11-03 15:14:31 -08:00
friendica 4d470f2d70 add sloppy photo setting and fix default navbar hide setting 2013-11-03 14:57:29 -08:00
friendica 5ba813397b provide nav_min_opacity which allows the navbar to fade or even vanish until hovered with a value of for instance '0'; 2013-11-03 14:26:42 -08:00
friendica 8a75e92020 rev update and de string fix 2013-11-03 00:38:11 -07:00
maase2 06128b56d2 Update messages.po
Fix missing blank
2013-11-02 15:21:46 +01:00
friendica 09ca39fd08 provide an html src converter 2013-10-31 22:08:10 -07:00
friendica a5693df07f issue #189 - show post edited time on relative date hovertip 2013-10-30 17:33:10 -07:00
Thomas Willingham 2336eac007 Minor CSS - make full.css nav bar the same size as the nav bar
everywhere else.
2013-10-26 13:48:44 +01:00
friendica ac13bc4dcb Merge pull request #185 from tuscanhobbit/master
Italian translation has been aligned
2013-10-24 14:44:49 -07:00
p.tacconi ef534c0172 Italian translation finally reached 100% 2013-10-24 14:57:02 +02:00
friendica cb84485f7c now that the icons have been softened, the drop-icons stick out like a sore thumb. Soften them as well 2013-10-24 00:51:02 -07:00
23n c3d0413956 no underlines for hovered icons 2013-10-24 05:59:08 +02:00
friendica 7b7ef56b54 replace text links with icons on design pages 2013-10-23 19:35:51 -07:00
marijus 3f629c817d might be some style enhancement 2013-10-23 14:14:34 +02:00
Christian Vogeley 2db45695e8 Merge upstream 2013-10-20 01:22:51 +02:00
Christian Vogeley c0789bdb4f redbasic: set width of main section 2013-10-20 01:19:04 +02:00
friendica d54b6099d2 remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in derived/sourced channels. It's now just "$author via $xyz". 2013-10-19 01:48:43 -07:00
Thomas Willingham 90fc3c1caf Errant logging. 2013-10-17 02:16:47 +01:00
Thomas Willingham b860a21fdc Check only for php in schema globs. 2013-10-16 19:05:40 +01:00
Thomas Willingham 30e4a36084 Don't break themes by using functions we don't need.
If you've got a theme that started off copying Redbasic (ie, all of you) need to do this too.
2013-10-16 17:08:19 +01:00
friendica f3fcffb29d We really don't need the category delete links on each category in each post with categories, as we can now change the categories by editing the post. So take out the delete links. 2013-10-14 15:38:05 -07:00
friendica 9787872778 linkify post categories 2013-10-14 15:34:47 -07:00
marijus 43289103ee i guess we should use .active class for all selected links. 2013-10-14 18:13:02 +02:00
friendica 4f2c056d6d template and icons for categories and "file as" 2013-10-14 04:49:28 -07:00
friendica db42e4d2f9 attachment icons revisited 2013-10-13 21:14:04 -07:00
friendica bae7f4e078 directory sort links on sidebar 2013-10-13 19:49:40 -07:00
friendica 3c3c13c630 Merge https://github.com/friendica/red into zpull 2013-10-13 15:52:53 -07:00
friendica 1354702d69 remove the disabled flag on individual permissions and improve the text to show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare.
So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
2013-10-13 15:42:30 -07:00
marijus 2d23fcfe5a reorder items in private-mail - the delete button is on the right side everywhere else... 2013-10-13 22:24:33 +02:00
friendica d5aa7aacbe Merge pull request #178 from cvogeley/master
New icons in private mails section
2013-10-12 22:45:50 -07:00
Christian Vogeley 77db6e087a New icons in private mails section 2013-10-13 00:59:04 +02:00
friendica 7ffe4f6f91 Merge pull request #177 from tuscanhobbit/master
Updated italian translation
2013-10-12 15:02:17 -07:00
tuscanhobbit 944b4761ce updated italian translation 2013-10-12 21:29:35 +02:00
friendica c459228dca show private message conversant in sidebar because without a reply you may not remember who it is/was. 2013-10-12 00:57:00 -07:00
friendica 1c8a36f9ca mail recall 2013-10-11 23:12:10 -07:00
friendica 7e850e0687 more icons 2013-10-11 22:30:11 -07:00
Thomas Willingham 033b1ed430 Dark schema, and associated fixes. 2013-10-11 17:36:02 +01:00