phpbb/phpBB/styles/subsilver2/template
Nathan Guse 1a0819bdc4 [feature/twig] Changing INCLUDEJS behavior
Was:
<!-- INCLUDEJS template/foo.js -->

Now:
<!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' -->

Reasons for this:
1. INCLUDEJS is 3.1-dev only

2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path
to styles/name/ directory)

3. INCLUDEJS could not include files from outside directories or anywhere
else

4. It was easier to change INCLUDEJS behavior to something more flexible
and useful than hack around it to make it work as it was with Twig.

PHPBB3-11598
2013-06-24 13:32:31 -05:00
..
attachment.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
avatars.js [feature/avatars] Change avatar javascript to conform to new coding guidelines 2013-01-04 18:13:49 +01:00
bbcode.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
breadcrumbs.html [feature/events] Fix some subsilver2 events 2012-12-17 11:57:18 -05:00
captcha_default.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
captcha_qa.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
captcha_recaptcha.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
confirm_body.html [ticket/11442] Do not suggest an option on ajax confirm box 2013-05-08 00:07:13 +02:00
custom_profile_fields.html [ticket/11010] adding type="number" to subsilver2 2013-05-20 18:40:01 +02:00
editor.js [feature/editor-code-tabs] Apply code editor to everything 2013-05-20 20:29:37 +03:00
faq_body.html Merge branch 'develop-olympus' into develop 2011-12-25 00:58:11 +01:00
forumlist_body.html [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2) 2012-12-17 17:59:41 -05:00
index.htm ahhh, there are you. I can see a new haircut... looks good. 2007-04-01 22:46:14 +00:00
index_body.html [feature/events] Fix some subsilver2 events 2012-12-17 11:57:18 -05:00
jumpbox.html [ticket/11095] Forward GET parameters into hidden fields for jumpbox. 2012-11-29 13:36:00 -05:00
login_body.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
login_forum.html Merge branch 'develop-olympus' into develop 2013-05-06 22:11:33 +02:00
mcp_approve.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_ban.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_footer.html [ticket/11014] Fix IF statements for new template pagination 2012-10-17 23:34:37 +02:00
mcp_forum.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_front.html [ticket/10641] Update MCP template with new plurality forms 2012-02-11 01:40:01 -06:00
mcp_header.html #i62 - #i65 2007-09-22 18:31:50 +00:00
mcp_logs.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_message.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
mcp_move.html Merge remote-tracking branch 'erikfrerejean/ticket/10312' into develop 2011-08-16 18:36:22 +02:00
mcp_notes_front.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_notes_user.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_post.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_queue.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_reports.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_topic.html [ticket/11010] dealing with dimensions problem, removing extra code 2013-05-20 18:42:06 +02:00
mcp_warn_front.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_warn_list.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_warn_post.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
mcp_warn_user.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
mcp_whois.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
memberlist_body.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
memberlist_email.html [ticket/11010] Changing email and url input types in subsilver2 templates 2013-05-20 18:39:49 +02:00
memberlist_group.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
memberlist_im.html [ticket/11201] Revert WLM dropping because it is still used in China. 2013-02-04 01:31:43 +01:00
memberlist_leaders.html [feature/remove-imagesets] Changing subsilver 2011-09-04 11:05:10 +03:00
memberlist_search.html [ticket/11010] applying some of EXreaction notes 2013-05-20 18:40:12 +02:00
memberlist_view.html [ticket/11201] Revert WLM dropping because it is still used in China. 2013-02-04 01:31:43 +01:00
message_body.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
overall_footer.html [ticket/11311] Include asset core.js in subsilver2 overall_footer.html 2013-01-05 11:42:58 +01:00
overall_header.html Merge remote-tracking branch 'remotes/VSE/ticket/11103-VSEphpbb' into ticket/11103 2013-02-28 09:56:37 -06:00
pagination.html [ticket/11014] Fix text for previous/next links in Subsilver2 2012-10-17 23:34:37 +02:00
posting_attach_body.html #i62 - #i65 2007-09-22 18:31:50 +00:00
posting_body.html [ticket/11010] adding type="number" to subsilver2 2013-05-20 18:40:01 +02:00
posting_buttons.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
posting_poll_body.html [ticket/11010] adding type="number" to subsilver2 2013-05-20 18:40:01 +02:00
posting_preview.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
posting_progress_bar.html #i62 - #i65 2007-09-22 18:31:50 +00:00
posting_review.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
posting_smilies.html [ticket/10968] Render pagination within the template 2012-07-18 14:30:20 +01:00
posting_topic_review.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
quickreply_editor.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
report_body.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
search_body.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
search_results.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
searchbox.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
simple_footer.html [feature/events] Fix more subsilver2 events 2012-12-17 11:59:23 -05:00
simple_header.html [feature/remove-imagesets] Changing subsilver 2011-09-04 11:05:10 +03:00
timezone.js Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11314 2013-03-26 13:18:54 +01:00
timezone_option.html [feature/twig] Changing INCLUDEJS behavior 2013-06-24 13:32:31 -05:00
ucp_agreement.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_attachments.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_avatar_options_gravatar.html [feature/avatars] Remove unnecessary abbreviations 2012-11-25 00:54:34 +01:00
ucp_avatar_options_local.html [feature/avatars] Inform user of no available local avatars 2013-01-04 10:25:08 +01:00
ucp_avatar_options_remote.html [feature/avatars] Remove unnecessary abbreviations 2012-11-25 00:54:34 +01:00
ucp_avatar_options_upload.html [feature/avatars] Remove unnecessary abbreviations 2012-11-25 00:54:34 +01:00
ucp_footer.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
ucp_groups_manage.html [feature/twig] Changing INCLUDEJS behavior 2013-06-24 13:32:31 -05:00
ucp_groups_membership.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_header.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_main_bookmarks.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_main_drafts.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_main_front.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_main_subscribed.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_notifications.html [ticket/11533] Fix colspan and unnecessary tables 2013-05-11 23:32:55 +03:00
ucp_pm_history.html Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop 2013-03-02 17:50:31 -06:00
ucp_pm_message_footer.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_pm_message_header.html some fixes. :P 2007-09-18 14:49:19 +00:00
ucp_pm_options.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_pm_popup.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
ucp_pm_viewfolder.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_pm_viewmessage.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_pm_viewmessage_print.html [feature/events] There is nothing between head and body. 2012-12-17 11:37:36 -05:00
ucp_prefs_personal.html Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103 2012-12-07 21:14:39 -06:00
ucp_prefs_post.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_prefs_view.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_profile_autologin_keys.html [feature/delete-auto-logins] fixes style 2012-05-17 14:08:50 +05:30
ucp_profile_avatar.html [feature/twig] Changing INCLUDEJS behavior 2013-06-24 13:32:31 -05:00
ucp_profile_profile_info.html [ticket/11010] applying some of EXreaction notes 2013-05-20 18:40:12 +02:00
ucp_profile_reg_details.html [ticket/11010] Changing email and url input types in subsilver2 templates 2013-05-20 18:39:49 +02:00
ucp_profile_signature.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
ucp_register.html [ticket/11010] Changing email and url input types in subsilver2 templates 2013-05-20 18:39:49 +02:00
ucp_remind.html [ticket/11010] Changing email and url input types in subsilver2 templates 2013-05-20 18:39:49 +02:00
ucp_resend.html [ticket/11010] Changing email and url input types in subsilver2 templates 2013-05-20 18:39:49 +02:00
ucp_zebra_foes.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
ucp_zebra_friends.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
viewforum_body.html Merge branch 'develop-olympus' into develop 2013-01-30 16:56:16 -06:00
viewonline_body.html [ticket/10780] Replace colon usage in template output with {L_COLON} 2012-11-10 00:23:03 +01:00
viewonline_whois.html [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
viewtopic_body.html [ticket/11461] Add template event in the footer of view topic pages 2013-03-19 13:32:17 -07:00
viewtopic_print.html [feature/events] There is nothing between head and body. 2012-12-17 11:37:36 -05:00