phpbb/phpBB
Marc Alexander 1c1eecb376 [ticket/11809] Ensure code.js is first script included after jQuery
The file core.js sets up most of the AJAX and jQuery related framework for
phpBB. Due to this, it needs to be included before any other javascript file
in order to ensure that subsequent files can use the phpBB variables and
functions. Currently, it is however loaded with INCLUDEJS in overall_footer
which causes it to be loaded after every other javascript file except for the
style specific ajax.js. This causes every javascript file that is included
before core.js and is using the phpBB AJAX functions or variables to break.

PHPBB3-11809
2013-09-13 17:07:33 +02:00
..
adm Merge remote-tracking branch 'phpbb/develop' into ticket/11574 2013-07-30 01:06:11 +02:00
assets/javascript Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' into develop 2013-06-06 14:07:27 -05:00
cache
config Merge pull request #1513 from nickvergessen/ticket/11582 2013-07-22 11:28:55 -07:00
develop [ticket/11761] Serve blank file locally in functional test 2013-08-06 12:39:28 -07:00
docs Merge branch 'develop-olympus' into develop 2013-08-16 18:04:52 +02:00
download [ticket/11725] Use new paths for phpbb_class_loader in file.php 2013-07-22 12:47:32 +02:00
files
images
includes Merge remote-tracking branch 'cyberalien/ticket/11754' into develop 2013-08-18 01:55:56 +02:00
install Merge remote-tracking branch 'nickvergessen/ticket/11574' into develop 2013-08-08 13:56:39 +05:30
language Merge remote-tracking branch 'nickvergessen/ticket/11574' into develop 2013-08-08 13:56:39 +05:30
phpbb Merge remote-tracking branch 'rechosen/ticket/11792' into develop 2013-08-22 12:57:49 +02:00
store
styles [ticket/11809] Ensure code.js is first script included after jQuery 2013-09-13 17:07:33 +02:00
.htaccess [feature/controller] Remove url rewriting until we use pathinfo in controllers 2012-11-18 13:32:54 -05:00
app.php [feature/controller] Check for proper status codes from controllers 2012-11-19 12:37:20 -05:00
common.php [ticket/11698] Moving all autoloadable files to phpbb/ 2013-07-14 01:32:34 -04:00
composer.json Merge branch 'develop-olympus' into develop 2013-07-13 10:28:02 -05:00
composer.lock Merge branch 'develop-olympus' into develop 2013-07-13 10:28:02 -05:00
cron.php [ticket/11189] Replace DEBUG_EXTRA with DEBUG 2012-11-10 10:45:02 -06:00
faq.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
feed.php [ticket/11481] Move prepended slash from calls into function 2013-06-06 20:35:38 +02:00
index.php [ticket/11103] Instantiate $phpbb_notifications as needed 2012-12-13 19:19:40 -06:00
mcp.php [ticket/9657] Use the service instead of the static class 2013-07-11 14:24:07 +02:00
memberlist.php Merge remote-tracking branch 'brunoais/ticket/11656' into develop 2013-07-24 22:14:52 +02:00
posting.php [ticket/9657] Use the service instead of the static class 2013-07-11 14:24:07 +02:00
report.php [ticket/11763] Add missing variable when reporting a PM to avoid SQL Error 2013-08-03 17:30:28 +02:00
search.php [ticket/11749] Move event after all template data has been defined 2013-07-29 00:05:31 -07:00
ucp.php [ticket/11685] Remove logout confirmation page 2013-07-13 12:27:00 -04:00
viewforum.php [ticket/11749] PHP Events for viewforum.php 2013-07-27 10:45:40 -07:00
viewonline.php [ticket/11259] adm_relative_path -> phpbb_adm_relative_path 2012-12-09 19:29:51 -06:00
viewtopic.php Merge pull request #1630 from brunoais/ticket/11638 2013-07-30 03:27:22 -07:00
web.config [feature/controller] Remove URL rewriting by default 2012-11-16 17:06:02 -05:00