phpbb/phpBB/includes
Oleg Pudeyev a2c75f6053 [feature/template-engine] Deleted $template from phpbb_template_compile class.
phpbb_template_compile is now much simpler. It takes complete file paths
as inputs, either source template path or source template path and output
compiled template path. The number of methods also went down to two -
compile template and returned compiled text or compile and write to file.

phpbb_compile class is responsible for determining source and compiled
paths. It already had all the data necessary for this, now the code is
in the same place as the data it uses.

PHPBB3-9726
2011-04-24 21:18:18 -04:00
..
acp Merge branch 'ticket/nickvergessen/9684' into develop 2011-04-11 00:04:19 -04:00
auth Merge branch 'feature/igorw/request-class' into develop 2010-12-16 02:22:17 +01:00
cache [feature/redis] Add Redis cache driver using phpredis extension 2011-03-30 11:29:11 +08:00
captcha Merge branch 'develop-olympus' into develop 2011-03-31 20:32:11 +02:00
config [ticket/10139] Make signatures of set_atomic() consistent by using $new_value. 2011-04-19 10:17:18 +02:00
cron [ticket/10046] Remove register_shutdown_function() in cron.php from develop. 2011-03-12 15:07:31 +01:00
db Merge branch 'develop-olympus' into develop 2011-03-31 20:32:11 +02:00
diff [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
hooks [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
lock [feature/system-cron] preg_match returns int so cast to bool, fix comment 2011-02-12 22:05:54 -05:00
mcp Merge branch 'develop-olympus' into develop 2011-04-17 11:09:17 -04:00
questionnaire [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
request [feature/request-class] Fix the error message when accessing superglobal 2011-02-28 08:04:40 +01:00
search [ticket/9574] Add pcre_utf8_support() function 2010-12-28 22:37:33 +01:00
ucp [ticket/9684] Fix Forum/Topic-Tracking for global announcements 2011-04-07 13:47:08 +02:00
utf [ticket/9669] Replace spaces with tabs 2011-03-07 09:49:58 +01:00
.htaccess [ticket/9698] Add .htaccess to the includes subdirectory. 2010-10-15 16:47:21 +02:00
auth.php Merge branch 'develop-olympus' into develop 2011-04-22 11:17:39 +02:00
bbcode.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
class_loader.php [task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests. 2011-01-09 23:49:44 +01:00
constants.php Merge branch 'develop-olympus' into develop 2011-02-23 22:03:42 -05:00
error_collector.php [ticket/10057] Fixes for a bunch of small problems. 2011-03-08 19:48:56 -05:00
functions.php Merge remote-tracking branch 'p/ticket/10136' into develop 2011-04-11 07:01:57 +02:00
functions_acp.php [ticket/10070] Fixed line endings after ticket/9549. 2011-03-01 17:47:42 -05:00
functions_admin.php [ticket/9684] Remove code in some more files especially includes/ 2011-04-07 13:47:06 +02:00
functions_compress.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_content.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_convert.php Merge branch 'develop-olympus' into develop 2010-12-13 17:14:36 +01:00
functions_display.php [ticket/9684] Remove code in some more files especially includes/ 2011-04-07 13:47:06 +02:00
functions_download.php Merge branch 'develop-olympus' into develop 2011-02-24 10:54:51 +01:00
functions_install.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_jabber.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_messenger.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_module.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_posting.php [ticket/7252] Removed an outdated comment pertaining to PHP 4.x. 2011-04-17 18:41:18 -04:00
functions_privmsgs.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_profile_fields.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_transfer.php [ticket/9556] Drop php closing tags, add trailing newline 2010-11-11 19:10:55 +01:00
functions_upload.php Merge branch 'develop-olympus' into develop 2011-01-10 23:43:04 +01:00
functions_user.php Merge branch 'develop-olympus' into develop 2011-04-10 19:52:58 -04:00
group_positions.php [ticket/9549] New method move() to move a group more than 1 up/down. 2011-02-16 18:22:32 +01:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php Merge branch 'ticket/rxu/10117' into develop-olympus 2011-04-17 00:31:24 -04:00
session.php Merge branch 'develop-olympus' into develop 2011-02-26 08:05:55 -05:00
template.php [feature/template-engine] Deleted $template from phpbb_template_compile class. 2011-04-24 21:18:18 -04:00
template_compile.php [feature/template-engine] Deleted $template from phpbb_template_compile class. 2011-04-24 21:18:18 -04:00