friendica/mod
Zach Prezkuta 1f09e7ad23 Modify Javascript to improve page loading times
1. Add template category 'end' that places content right before final </body> tag
	2. Move most Javascript from tpl files into one cacheable file, theme.js
	3. Load scripts at end of the HTML document instead of in the header
	4. Minify several Javascript files

Note that the second and third things were only done for Frost and Frost Mobile. Doing it for every theme means going through every .tpl for every theme and rearranging the Javascript, which is tedious.
2012-07-28 09:57:16 -06:00
..
acctlink.php webfinger profile linker 2012-06-02 18:05:23 -07:00
acl.php contacts search autocomplete 2012-06-05 20:33:11 -07:00
admin.php hopefully better update handling - never update the current DB version or continue with other updates if there was a failure of any individual update. 2012-07-23 15:57:40 -07:00
allfriends.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
amcd.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
api.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
apps.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
attach.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
babel.php focus preg_replace to prevent it from catching too much 2012-07-12 23:14:29 -06:00
cb.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
common.php "show more" friends in common 2012-05-04 01:46:36 -07:00
community.php add alt_pager function, add ability to use new pager logic on network, profile, community, and search. 2012-07-14 14:21:58 -04:00
contactgroup.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
contacts.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
content.php some initial code and benchmarking for "red" content rendering engine 2012-07-04 20:37:15 -07:00
crepair.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
delegate.php normalise comparison link on delegation page 2012-03-22 06:19:27 -07:00
dfrn_confirm.php service class basics 2012-06-24 00:56:27 -07:00
dfrn_notify.php private group tests, cont. 2012-05-29 22:57:15 -07:00
dfrn_poll.php try and eliminate the openssl warnings for forums trying to talk back to fans 2012-06-20 21:09:52 -07:00
dfrn_request.php unterminated sql string 2012-06-22 00:25:01 -07:00
directory.php Added more profile data and CSS styling to the /directory page 2012-07-01 14:46:03 +03:00
dirfind.php search with leading @ performs directory search (# for tag search), nothing for text search 2012-05-19 21:53:27 -07:00
display.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
editpost.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
events.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
fbrowser.php png support: update database.sql, fix some typos, fix tinymce image browser 2012-06-07 20:17:31 +02:00
filer.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
filerm.php category removal 2012-05-04 06:42:56 -07:00
follow.php cleanup 2012-06-02 23:17:49 -07:00
friendica.php hidden plugins (add .hidden file to dir) 2012-04-30 23:07:52 -07:00
friendika.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
fsuggest.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
group.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
hcard.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
help.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
home.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
hostxrd.php rev update 2012-05-20 18:30:02 -07:00
install.php install: fix bug #436 and small typo 2012-06-01 03:31:24 -04:00
invite.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
item.php don't use language detection if < php 5.3 2012-07-13 15:38:02 -07:00
like.php allow live updates for unlikes and undislikes 2012-07-13 09:09:01 -06:00
localtime.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
lockview.php create third privacy state - public post but not searchable or publicly visible 2012-06-28 17:43:29 -07:00
login.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
lostpass.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
manage.php one-click change for manage module 2012-06-12 22:05:35 -07:00
match.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
message.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
modexp.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
msearch.php png support for embedded private photos 2012-06-07 16:02:56 -07:00
network.php add alt_pager function, add ability to use new pager logic on network, profile, community, and search. 2012-07-14 14:21:58 -04:00
newmember.php [fix] absolute links in docs and newmember.php; breaks sub-dir installs 2012-04-10 23:34:39 -04:00
nogroup.php bug #369 - show contacts who are not in any groups 2012-04-12 23:06:41 -07:00
notes.php fewer "bob smith to bob smith via wall-to-wall". 2012-06-02 00:40:38 -07:00
notice.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
notifications.php well that was a silly mistake... 2012-04-13 16:12:06 -07:00
notify.php basic ssl_policy for important modules 2012-03-14 21:20:20 -07:00
oembed.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
oexchange.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
openid.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
opensearch.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
parse_url.php Access image part of siteinfo only if $siteinfo["images"] is actually set. The current 2012-07-22 12:41:07 +05:30
photo.php png support for embedded private photos 2012-06-07 16:02:56 -07:00
photos.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
ping.php if identity (uid) changes - reload any other open browser windows on next ping. 2012-05-22 16:01:07 -07:00
poco.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
poke.php poke privacy 2012-07-20 04:03:32 -07:00
post.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
pretheme.php changes to support a mobile theme 2012-07-23 20:37:00 -06:00
probe.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
profile.php sql fix - this should work a bit better 2012-07-14 20:38:30 -07:00
profile_photo.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
profiles.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
profperm.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
pubsub.php more logging on pubsub callbacks 2012-06-08 01:15:53 -07:00
qsearch.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
randprof.php zrl on random profile 2012-04-14 05:07:00 -07:00
receive.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
redir.php redir links for permission controlled attachments 2012-05-21 22:54:39 -07:00
register.php rev update 2012-07-21 16:44:15 -07:00
regmod.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
removeme.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
rsd_xml.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
salmon.php provide ability to autofriend ostatus accounts 2012-06-07 20:20:13 -07:00
search.php add alt_pager function, add ability to use new pager logic on network, profile, community, and search. 2012-07-14 14:21:58 -04:00
session.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
settings.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
share.php add link to shares 2012-07-03 16:26:14 -07:00
smilies.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
starred.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
suggest.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
tagger.php typo in profile_selectors, fix remote tagging 2012-04-29 22:34:05 -07:00
tagrm.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
uexport.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
update_community.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
update_network.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
update_notes.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
update_profile.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
view.php check for style.php existence before inclusion 2012-04-01 16:21:55 -07:00
viewcontacts.php implement contact archival 2012-04-27 17:17:58 -07:00
viewsrc.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
wall_attach.php typos in bbcode, add service class restrictions to jot uploads 2012-06-25 16:03:46 -07:00
wall_upload.php auto-orient uploaded wall photos and profile photos also 2012-07-08 09:18:05 -06:00
wallmessage.php Modify Javascript to improve page loading times 2012-07-28 09:57:16 -06:00
webfinger.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
xrd.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00