friendica/include
Thomas e9b33a6f1f modified: include/text.php
deleted:    images/diaspora.png
	deleted:    images/smiley-bangheaddesk.gif
	deleted:    images/smiley-beard.png
	deleted:    images/smiley-shaka.gif
	deleted:    images/smiley-whitebeard.png

Removed selected smiley per Mike's request.  Also removed deprecated smileys that were just commented out.
2012-03-19 21:59:06 +00:00
..
Contact.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
EmailNotification.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
Photo.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
Scrape.php probe for very old (0.97 or 1.0) RSS feed with an incorrect or generic content-type 2012-03-01 18:49:23 -08:00
acl_selectors.php Use tabindex to enable easy navigation in the dialog to write private mails; Recipient -> Subject -> Text field (tabindex has to be set to the IFRAME element after TinyMCE started) -> Send button 2012-03-16 17:45:07 +00:00
api.php Merge pull request #45 from annando/master 2012-02-22 20:21:05 -08:00
attach.php mime_content_type requires access to the file, not just the name 2012-01-28 12:09:17 -08:00
auth.php sql typo in auto-friend with D* 2012-02-15 23:58:28 -08:00
bb2diaspora.php scale external images 2012-02-25 14:22:51 -08:00
bbcode.php bug #328 2012-03-10 18:52:50 -08:00
cache.php more robust cache api handling (was throwing errors on occasion) 2012-01-24 17:04:49 -08:00
config.php Wrong variable name 2012-02-26 14:29:17 +00:00
contact_selectors.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
contact_widgets.php file as widget and basic filing implementation for duepuntozero,slackr 2012-03-13 18:13:03 -07:00
conversation.php replace split() by explode(); split is deprecated 2012-03-18 10:36:49 +00:00
cronhooks.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
crypto.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
datetime.php make 'x minutes ago' fully translateable with argument ordering. string update. 2012-02-12 17:15:09 -08:00
dba.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
delivery.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
diaspora.php wrong link in d* comment notifications 2012-03-16 15:07:45 -07:00
directory.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
email.php replace split() by explode(); split is deprecated 2012-03-18 10:36:49 +00:00
enotify.php yet more work on notifications 2012-02-29 19:23:01 -08:00
event.php Avoid a Notice 2012-02-27 22:01:17 +00:00
expire.php do an optimise after an expunge 2012-02-02 18:02:08 -08:00
fcontact.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
group.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
html2bbcode.php html2bbcode: Disabled size conversion 2012-03-15 21:17:51 +01:00
html2plain.php Encoding for incoming mails. Fixed invalid message id (with side effect at the moment). Sending mail as text mail. Encoding name when importing mail contact. 2012-02-24 07:11:26 +01:00
items.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
message.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
msgclean.php Mail: Removing signatures, gpg, unnecessary line breaks 2012-03-10 09:52:20 +01:00
nav.php basic ssl_policy for important modules 2012-03-14 21:20:20 -07:00
network.php bug #337, call template_unescape() only at the end of template processing 2012-03-17 18:15:36 -07:00
notifier.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
oauth.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
oembed.php more work on filer, comment level and file tag removal 2012-03-13 20:46:37 -07:00
pgettext.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
plugin.php show experimental and unsupported theme status on theme admin page 2012-02-26 04:17:02 -08:00
poller.php community discovery cont., cleanup of DB debugging 2012-03-18 22:12:36 -07:00
profile_advanced.php show tags (pub_keywords) in advanced profile 2012-02-11 01:24:29 -08:00
profile_selectors.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
profile_update.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
queue.php queue optimisation - back off delivery attempts to once per hour after the first 12 hours. 2012-03-17 03:43:02 -07:00
queue_fn.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
quoteconvert.php Encoding for incoming mails. Fixed invalid message id (with side effect at the moment). Sending mail as text mail. Encoding name when importing mail contact. 2012-02-24 07:11:26 +01:00
remoteupdate.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
salmon.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
security.php Existing photos could not be used as profile photos anymore - should be fixed now. And some extra logging in the CSRF-Protection to make debugging easier 2012-03-19 07:37:09 +00:00
session.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
socgraph.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
system_unavailable.php add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit) 2012-01-18 16:21:30 -08:00
template_processor.php bug #337, call template_unescape() only at the end of template processing 2012-03-17 18:15:36 -07:00
text.php modified: include/text.php 2012-03-19 21:59:06 +00:00