aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* synchronise deletion of comments between red and wpfriendica2013-11-281-1/+1
|
* re-enable jquery migration tool until we sort out all the issuesfriendica2013-11-271-1/+1
|
* create jquery-compat to hold deprecated jquery functions, load it before all ↵friendica2013-11-261-1/+1
| | | | the dependent js scripts
* force HTML notification mails to use predefined colours.friendica2013-11-251-1/+1
|
* add recipient name to the rest of the notification emailsfriendica2013-11-241-1/+1
|
* rev updatefriendica2013-11-231-1/+1
|
* init_groups_visitor() was still using old array of id output (not the newer ↵friendica2013-11-221-1/+1
| | | | array of hash which we need for permission queries)
* mark hublocs with incorrect sitekeys deletedfriendica2013-11-211-1/+1
|
* add logo to readmefriendica2013-11-201-1/+1
|
* change the way magic-auth works - we rarely need a destination channel and ↵friendica2013-11-181-1/+1
| | | | | | if that channel has problems it shouldn't mess up authentication to the hub.
* document extra featuresfriendica2013-11-171-1/+1
|
* theme worksfriendica2013-11-161-1/+1
|
* redbasic - set pixel dimensions of conversation top author photo and reply ↵friendica2013-11-151-1/+1
| | | | author photos. Hint: if you set these to something like 64px and 32px respectively and reduce the main font-size to say 0.9em, young people won't complain as much about the "ugly dated UI". You see they're used to companies squeezing every pixel out of the screen (more room for advertising) and they don't yet have bad eyes so they can still read teeny stuff. Big fonts and pictures are for old folks that need glasses and make young people complain about the "dated" interface. It's a sure sign that you're going to find old folks here and not many young adults or teens. What's missing at the moment is that if you shrink these photos, the "item-photo-menu" arrow is no longer in the bottom corner of the picture, but might be outside the photo. Will have to see if there's a way to dynamically position this based on the size.
* acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-141-1/+1
| | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* fix photo permissions on encrypted postsfriendica2013-11-131-1/+1
|
* cap width of conversations at 1024pxfriendica2013-11-121-1/+1
|
* display encrypted text inlinefriendica2013-11-111-1/+1
|
* rev updatefriendica2013-11-101-1/+1
|
* doc updatefriendica2013-11-091-1/+1
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+1
| | | | 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.
* DB - allow private messages to expirefriendica2013-11-061-1/+1
|
* fix private group deliveryfriendica2013-11-051-1/+1
|
* private tagged posts weren't creating second delivery chain - they were ↵friendica2013-11-041-1/+1
| | | | incorrectly being marked as "in a reshare" due to being obscured.
* rev update and de string fixfriendica2013-11-031-1/+1
|
* doc updatesfriendica2013-11-021-1/+1
|
* provide an html src converterfriendica2013-10-311-1/+1
|
* access policy and directory mode were crossed on site table creationfriendica2013-10-301-1/+1
|
* rpost bbcode tagfriendica2013-10-291-1/+1
|
* implement monthly directory pingsfriendica2013-10-281-1/+1
|
* put comanche widgets in their own file. Added a category tagcloud widget - ↵friendica2013-10-271-1/+1
| | | | but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments.
* include/reddav.php is the glue between Red attachments and the SabreDav ↵friendica2013-10-261-1/+1
| | | | interfaces. Much work remains beofre we're ready to actually use this interface. Think of it as a conceptual outline and I'm starting to fill it in from the top down.
* now that the icons have been softened, the drop-icons stick out like a sore ↵friendica2013-10-241-1/+1
| | | | thumb. Soften them as well
* replace text links with icons on design pagesfriendica2013-10-231-1/+1
|
* very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in ↵friendica2013-10-221-1/+1
| | | | mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com.
* add sabre (1.8.x) via composer in the !@#$ place it wants to befriendica2013-10-211-1/+1
|
* link to source - if it's on the display page link to original source ↵friendica2013-10-201-1/+1
| | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
* remove "via wall-To-Wall" text as it's soooo Facebook and is out of place in ↵friendica2013-10-191-1/+1
| | | | derived/sourced channels. It's now just "$author via $xyz".
* Put a status editor on the display page if you're logged in. This fixes ↵friendica2013-10-181-1/+1
| | | | issue #113 and also provides the ability to reshare from that page.
* wrong app namefriendica2013-10-161-1/+1
|
* directory sync optimisations to save redundant processingfriendica2013-10-151-1/+1
|
* template and icons for categories and "file as"friendica2013-10-141-1/+1
|
* remove the disabled flag on individual permissions and improve the text to ↵friendica2013-10-131-1/+1
| | | | | | 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.
* show private message conversant in sidebar because without a reply you may ↵friendica2013-10-121-1/+1
| | | | not remember who it is/was.
* bug 175 - categories not updated when editingfriendica2013-10-111-1/+1
|
* more icon tweaks - this could be going on for some time; try to get icon ↵friendica2013-10-101-1/+1
| | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks.
* nav iconsfriendica2013-10-091-1/+1
|
* add font_awesomefriendica2013-10-081-1/+1
|
* fix a bunch of post editing bugs - though this consolidates some disparate ↵friendica2013-10-041-1/+1
| | | | code and may create some new bugs due to regression
* get rid of pink search bar when not using redbasic "red"friendica2013-10-031-1/+1
|
* block forgeriesfriendica2013-10-021-1/+1
|