aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* add construct_page hookfriendica2013-12-131-1/+1
|
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-1/+1
|
* comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-111-1/+1
| | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-101-1/+1
| | | | done.
* migrate follow widget to comanche and remove obsolete mod/intro.phpfriendica2013-12-091-1/+1
|
* starting on the journey to comanche everywhere - beginning with widget ↵friendica2013-12-081-1/+1
| | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
* make suggestion photo sizes match top level post sizesfriendica2013-12-071-1/+1
|
* some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵friendica2013-12-061-1/+1
| | | | (everything but system) were in. Maybe I'll just remove them so we can start over.
* mod_authtest --- magic-auth diagnostic for those that are too freaking ↵friendica2013-12-051-1/+1
| | | | important to read logs or code and expect others to be able to debug complex authentication transactions with no information beyond "it didn't work". This will provide a transaction report including both sides of the exchange that you can paste into a bug report and that a developer can actually figure out where in the transaction that things went wrong and maybe even be able to then figure out why.
* include re-organisation and more doco, post_to_red fix ampersands in categoriesfriendica2013-12-041-1/+1
|
* rev updatefriendica2013-12-031-1/+1
|
* refactor magic-authfriendica2013-12-021-1/+1
|
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-1/+1
|
* hooks getting called twicefriendica2013-11-301-1/+1
|
* allow zot-info to return results for address= with webbies or naked nicknamesfriendica2013-11-291-1/+1
|
* 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
|