friendica/include
Matthew Exon eb9bd03ef8 If the header returns an absolute path as a redirect, don't simply append the path to the old URL, remove the old absolute path first.
For example, original URL:

http://www.theregister.co.uk/2013/07/28/birmingham_uni_car_cracker_muzzled_by_lords/print.html

Redirect from header:

/Print/2013/07/28/birmingham_uni_car_cracker_muzzled_by_lords/

Incorrect result:

http://www.theregister.co.uk/2013/07/28/birmingham_uni_car_cracker_muzzled_by_lords/print.html/Print/2013/07/28/birmingham_uni_car_cracker_muzzled_by_lords/

Correct result after this patch:

http://www.theregister.co.uk/Print/2013/07/28/birmingham_uni_car_cracker_muzzled_by_lords/
2013-07-29 10:15:39 +08:00
..
markdownify
Contact.php Reset network when showing a contact's posts 2013-02-01 09:12:37 +01:00
EmailNotification.php
Photo.php
Scrape.php Diaspora: Auto-adding users as friend who already sharing with us 2013-01-20 14:08:28 +01:00
acl_selectors.php don't change to string in prune_deadguys() 2013-02-09 17:52:29 -07:00
api.php remove authentication from api help/test. fix issue 552. 2013-03-07 08:16:53 -05:00
attach.php add support for more file attachment types 2013-02-04 22:15:16 -07:00
auth.php delete cookie on browser close after logout 2012-12-24 12:52:49 -07:00
bb2diaspora.php
bbcode.php rev update 2013-04-25 02:36:52 -07:00
cache.php
cli_startup.php fix util/config 2013-03-02 15:44:00 -08:00
config.php insidious set_config bug 2013-01-18 23:38:49 -07:00
contact_selectors.php
contact_widgets.php
conversation.php system support for complete blocking 2013-04-28 21:02:53 -07:00
cronhooks.php Remove debug line added by mistake 2013-03-28 10:29:27 +08:00
crypto.php
datetime.php
dba.php Several improvements for performance measuring 2013-01-26 18:35:39 +01:00
dbupdate.php insidious set_config bug 2013-01-18 23:38:49 -07:00
delivery.php use explicit include paths 2012-12-28 14:51:50 -07:00
diaspora.php Merge branch 'master' of https://github.com/annando/friendica 2013-01-20 14:17:09 +01:00
directory.php use explicit include paths 2012-12-28 14:51:50 -07:00
dsprphotoq.php give post a chance to arrive before rejecting photos from Diaspora 2013-01-12 06:52:15 -07:00
email.php
enotify.php fix reading sitename config 2013-04-27 21:40:40 +02:00
event.php
expire.php use explicit include paths 2012-12-28 14:51:50 -07:00
fcontact.php
features.php
follow.php Diaspora: Auto-adding users as friend who already sharing with us 2013-01-20 14:08:28 +01:00
friendica_smarty.php template: remove old 'internal' template files, move smarty3 templates into 'templates' subdir 2013-04-23 03:35:31 -04:00
gprobe.php use explicit include paths 2012-12-28 14:51:50 -07:00
group.php
html2bbcode.php
html2plain.php rm addon.old 2013-03-19 03:30:50 -07:00
items.php bug #540 and hush up a couple of log messages that are way too verbose 2013-04-28 04:30:20 -07:00
lock.php
message.php
msgclean.php
nav.php Decaf mobile: an (almost) Javascript-free theme 2013-01-26 13:01:57 -07:00
network.php If the header returns an absolute path as a redirect, don't simply append the path to the old URL, remove the old absolute path first. 2013-07-29 10:15:39 +08:00
notifier.php * Add MIME types for file attachments 2013-01-12 06:31:32 -07:00
oauth.php api: add 'allow_api' to user authenticated via oauth 2012-12-27 10:20:51 -05:00
oembed.php
onepoll.php Imported mails were deleted the second time the poller ran - when moving or deleting of mails was activated. 2013-03-14 23:15:15 +01:00
ostatus_conversation.php OStatus conversations: Fixed a bug when a message hadn't got an id. 2013-03-06 23:23:04 +01:00
pgettext.php pgettext needs dba.php for q() 2013-04-29 22:51:08 +02:00
pidfile.php
plugin.php plugin: orphaned hooks weren't deleted. 2013-02-17 18:05:30 +01:00
poller.php OStatus conversation are now checked every 30 minutes for new answers. 2013-02-04 00:57:23 +01:00
profile_advanced.php
profile_selectors.php
profile_update.php
queue.php die forcefully but gracefully on missing api templates 2013-01-23 17:07:55 -08:00
queue_fn.php
quoteconvert.php
redir.php
remoteupdate.php
salmon.php
security.php don't allow deleted accounts to appear on "manage" page 2013-03-18 17:31:21 -07:00
session.php
socgraph.php We haven't Got Zot 2013-01-03 20:18:43 +00:00
system_unavailable.php
tags.php invalid arguments for a foreach loop found 2013-04-17 17:32:31 +02:00
template_processor.php template engine rework 2013-04-23 03:27:52 -04:00
text.php template: set smarty3 as default template engine in theme info array. 2013-04-23 03:35:31 -04:00
uimport.php uimport remove db scheme version check 2013-04-08 09:03:31 -04:00
user.php email header encoding everywhere 2013-01-04 15:47:29 -08:00