aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
...
* convert all stored json calls to json_decode_plus()friendica2013-08-061-3/+3
|
* we've been storing json_encoded structures on disk in several places because ↵friendica2013-08-061-0/+8
| | | | it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
* pass item by reference so title can be alteredfriendica2013-08-011-1/+1
|
* ensure that no unencrypted content leaks through item_store which is private ↵friendica2013-08-011-1/+1
| | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts
* encrypt private messages on disk - there are still a couple of places where ↵friendica2013-07-281-0/+12
| | | | the text is leaked in the logs during processing.
* improve the red smileyfriendica2013-07-281-1/+1
|
* remove double tags on search results, updates to install doco to get rid of ↵friendica2013-07-091-13/+18
| | | | Friendica name there and clarify Red requirements.
* issue #65friendica2013-07-011-2/+0
|
* relocate tagadelic to include/taxonomyfriendica2013-06-211-64/+0
|
* bring back the body tag list - though it really belongs in the templates. ↵friendica2013-06-201-0/+14
| | | | It's difficult to debug community tags when you can't see any tags (except those the author typed in).
* undefined activity_compare which broke notifications (should be ↵friendica2013-06-201-3/+3
| | | | activity_match) and revamp xchan_query as abook is optional and need not be present - if it isn't there we still need the xchan, but if it is there we need to make sure that it belongs to whichever channel owns the post
* bug in commentable - ambiguous abook entryfriendica2013-06-201-1/+3
|
* source code re-org, move taxonomy to separate includefriendica2013-06-191-266/+16
|
* implement 'can_comment_on_post()' which doesn't require a separate DB lookup ↵friendica2013-06-161-1/+1
| | | | per item.
* This should get community tagging pretty close to working - deleting a ↵friendica2013-06-041-4/+4
| | | | community tag is left as a FIXME
* templatise alt_pagerfriendica2013-06-031-13/+9
|
* Typo, or somehow ended up with a missing line another way.Thomas Willingham2013-05-291-0/+1
|
* Add red smiley for the sake of consistency with Friendica's set.Thomas Willingham2013-05-281-0/+1
|
* convert most red photos to zmgfriendica2013-05-281-6/+8
|
* wrong attribution on likes of comments in email notifications. Let's also ↵friendica2013-05-281-0/+16
| | | | call the thing they liked a comment instead of a status
* fix zidify_img_callback - wrong number of argsfriendica2013-05-271-1/+1
|
* zidify img links, delay notifier until actually published for time ↵friendica2013-05-271-3/+21
| | | | travelling posts
* more progress on items_fetch (new name)friendica2013-05-231-0/+1
|
* use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-081-32/+31
|
* Uncripple zids.Thomas Willingham2013-04-161-2/+10
|
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-1/+1
| | | | means we can zidify them)
* IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵friendica2013-04-141-0/+29
| | | | privacy-is-more-important-than-ease-of-use folks.
* modify linkify to work correctly with Red mid's containing '@'friendica2013-04-081-1/+1
|
* update manage table and some documentationfriendica2013-03-271-0/+1
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-4/+4
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* support various and multiple content_types on the display side - still have ↵friendica2013-03-211-7/+28
| | | | some work to do on the posting side.
* cleanup affinity toolfriendica2013-03-031-1/+3
|
* hex2bin is a built-in function in PHP 5.4friendica2013-02-271-1/+3
|
* get rid of str_getcsv legacy function since we now require php 5.3friendica2013-02-261-57/+0
|
* doc updatefriendica2013-02-261-254/+251
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* global rename viewcontacts to viewconnectionsfriendica2013-02-191-1/+1
|
* viewcontacts updatefriendica2013-02-191-2/+2
|
* performance profiling - 95% of the time is spent in "conversation()" e.g. ↵friendica2013-02-091-0/+4
| | | | rendering and templates, even with the new theme engine. The time spent in the DB is miniscule. Will have to profile the bbcode processing and template engines individually to drill down further.
* added 'dlogger()' which is intended as a low noise personal logger() ↵friendica2013-02-051-0/+28
| | | | facility for developers. See the source.
* partial cleanup of mod/profile_photo - needs a LOT morefriendica2013-02-051-2/+3
|
* fix con"n"nectionsOliver2013-02-021-2/+2
|
* sort out the rest of the nasty stuff in the attachment/file api - time to ↵friendica2013-02-011-25/+21
| | | | move on to something else
* add new magic links to activity translationsfriendica2013-01-251-0/+6
|
* make lockview work, bring back acl widget theming in redbasicfriendica2013-01-201-2/+4
|
* more heavy lifting on API - though need to re-visit events and give them all ↵friendica2013-01-191-3/+13
| | | | message_ids from the origination site.
* distributed directory search from the navbarfriendica2013-01-191-11/+18
|
* deal gracefully with non-existent filesZach Prezkuta2013-01-061-10/+13
|
* implement Smarty3Zach Prezkuta2013-01-061-8/+25
|
* tag cloud ported - except for putting into a templatefriendica2013-01-041-39/+38
|