Erik Frèrejean
7bd5f7641f
[feature/template-events] Fix typo (waring -> warning)
...
PHPBB3-9550
2012-11-17 16:39:58 -05:00
Erik Frèrejean
2add66c0eb
[feature/template-events] Add additional space for editors
...
Use `' ?'. '>'` rather than `' ?>'` as the latter causes problems
in some editors.
PHPBB3-9550
2012-11-17 16:39:58 -05:00
Erik Frèrejean
6fc0c889fd
[feature/template-events] Remove comment
...
Remove comment per Nils in the PR.
PHPBB3-9550
2012-11-17 16:39:58 -05:00
Erik Frèrejean
132bbede2b
[feature/template-events] Handle incorrect template event identifiers
...
If the template event identifier is wrongly formatted phpBB will
triggern an `E_USER_NOTICE` if the `DEBUG` constant is set, otherwise
the location is ignored.
PHPBB3-9550
2012-11-17 16:39:58 -05:00
Erik Frèrejean
f836277638
[feature/template-events] RUNHOOKS -> EVENT
...
PHPBB3-9550
2012-11-17 16:39:58 -05:00
Nathan Guse
04f55ba306
[feature/template-events] Correct indentation
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Michael Cullum
8d58e69ed3
[feature/template-events] Rename RUNHOOKS to EVENT
...
Rename the way to add template events
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
ecdb54fc04
[feature/template-events] PHP does not parse <?php?>, avoid generating it.
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
bdbb382a26
[feature/template-events] Invoke template hooks that are template-specific.
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
a6c7fbc59d
[feature/template-events] Pass top-level template name to template filter.
...
This will be used to invoke template-specific hooks.
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
dd7c5183fb
[feature/template-events] Add template_compile to template filter params.
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
ea094dd91a
[feature/template-events] Rename universal to all (for template fragments).
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
b6f6add9d4
[feature/template-events] Fix property name for extension manager.
...
PHPBB3-9550
2012-11-17 16:39:57 -05:00
Oleg Pudeyev
66232031e4
[feature/template-events] Really basic template hook implementation.
...
PHPBB3-9550
2012-11-17 16:39:56 -05:00
Oleg Pudeyev
09aae1ea30
[feature/template-events] Inject template compile into template filter.
...
This is needed for hooks in order for the filter to compile
template files from extensions.
PHPBB3-9550
2012-11-17 16:39:56 -05:00
Oleg Pudeyev
d6c881d0c6
[feature/template-events] Inject extension manager into template class.
...
Template class passes extension manager to template compiler.
Template compiler passes extension manager to template filter.
Template filter will use extension manager to locate hooks
as it is compiling templates.
All extension manager arguments are optional. If an extension
manager is not given, template hooks will not be invoked.
PHPBB3-9550
2012-11-17 16:39:54 -05:00
Oleg Pudeyev
ed548ae8ff
[feature/template-events] Outline for RUNHOOKS template tag.
...
Ported to the new develop, hopefully this is still sensible.
PHPBB3-9550
2012-11-17 16:38:25 -05:00
Igor Wiedler
b5e069f879
Merge remote-tracking branch 'p/ticket/10933' into develop
...
* p/ticket/10933:
[ticket/10933] Prose for get_first_file_location.
[ticket/10933] Remaining documentation for added functions in resource locator
[ticket/10933] Update template locator test to use style resource locator.
[ticket/10933] Dispose of locate function in template class.
[ticket/10933] Add mutators for template_path to style resource locator.
[ticket/10933] Delete template_path assignment.
[ticket/10933] Delete template_path from template class.
[ticket/10933] Add get_first_template_location.
2012-11-17 19:49:03 +01:00
Marc Alexander
072615dc6e
[feature/avatars] Use request class in upload avatar
...
PHPBB3-10018
2012-11-17 13:55:47 +01:00
Marc Alexander
0a8d1220a3
[feature/avatars] Small fixes after transition to service containers
...
PHPBB3-10018
2012-11-17 13:53:24 +01:00
Igor Wiedler
b8cf74217a
[ticket/11212] Cosmetic surgery done right
...
PHPBB3-11212
2012-11-17 05:29:49 +01:00
Igor Wiedler
1affc35be9
[ticket/11212] Cosmetics
...
PHPBB3-11212
2012-11-17 05:29:49 +01:00
Igor Wiedler
b534a7a579
[ticket/11212] Rename get_http_version to phpbb_request_http_version()
...
PHPBB3-11212
2012-11-17 05:29:49 +01:00
Igor Wiedler
98921e0b87
[ticket/11213] Add missing global in install_update.php
...
PHPBB3-11213
2012-11-17 05:27:36 +01:00
Igor Wiedler
0372ecf141
[ticket/11015] Make phpbb_convert_30_dbms_to_31 more future proof
...
It should allow any class name in the future, as long as that class
exists. And it should give a useful error message otherwise.
PHPBB3-11015
2012-11-17 01:40:35 +01:00
Igor Wiedler
9cdef7984f
[ticket/11212] Allow dispatcher to be absent during garbage_collection()
...
PHPBB3-11212
2012-11-17 01:17:23 +01:00
Igor Wiedler
5fad4006e1
[ticket/11212] Do not rely on $request in send_status_line()
...
PHPBB3-11212
2012-11-17 01:15:50 +01:00
Marc Alexander
c70cbfac43
[feature/avatars] Fix acp front-end of user and group avatars
...
Due to the changes to the avatar manager etc. these had to be updated.
PHPBB3-10018
2012-11-17 00:50:23 +01:00
Igor Wiedler
5bc0f4b3d4
[ticket/11015] Move db driver class name fixing to function
...
PHPBB3-11015
2012-11-17 00:24:32 +01:00
Marc Alexander
5d0a20bbb6
[feature/avatars] Add missing language variables for avatars
...
PHPBB3-10018
2012-11-16 23:07:51 +01:00
David King
abf2575bdb
[feature/controller] Remove URL rewriting by default
...
PHPBB3-10864
2012-11-16 17:06:02 -05:00
David King
1952a4f276
[feature/controller] Flip method parameters, require $message
...
PHPBB3-10864
2012-11-16 17:06:00 -05:00
David King
d41b1146e8
[feature/controller] Rename $root_path class property to $phpbb_root_path
...
PHPBB3-10864
2012-11-16 17:05:59 -05:00
David King
c2f352ab35
[feature/controller] Fix param block for controller callable
...
PHPBB3-10864
2012-11-16 17:05:58 -05:00
David King
120267e580
[feature/controller] Correctly access user object
...
PHPBB3-10864
2012-11-16 17:05:55 -05:00
David King
74bc460493
[feature/controller] Rename improperly named controller exception class
...
PHPBB3-10864
2012-11-16 17:05:55 -05:00
David King
c9588572c9
[feature/controller] Add period before $phpEx
...
PHPBB3-10864
2012-11-16 17:05:53 -05:00
David King
b2598662af
[feature/controller] Clarify working paths after enabling rewriting
...
PHPBB3-10864
2012-11-16 17:05:52 -05:00
David King
f42b36185c
[feature/controller] Better explanation of the Options +FollowSymLinks line
...
PHPBB3-10864
2012-11-16 17:05:51 -05:00
David King
45b3ab8e81
[feature/controller] Move Response definition into a variable
...
PHPBB3-10864
2012-11-16 17:05:51 -05:00
David King
235b0194f1
[feature/controller] Update wording in .htaccess documentation comments
...
PHPBB3-10864
2012-11-16 17:05:50 -05:00
David King
14f44c17ad
[feature/controller] phpbb_controller_exception instead of RuntimeException
...
PHPBB3-10864
2012-11-16 17:05:49 -05:00
David King
d0269629dc
[feature/controller] Documentation about Symlinks in .htaccess
...
PHPBB3-10864
2012-11-16 17:05:49 -05:00
David King
db071d6854
[feature/controller] Fix use of $this in global scope
...
PHPBB3-10864
2012-11-16 17:05:48 -05:00
David King
91ce6e8b16
[feature/controller] Turn off URL rewriting by default, add comments for usage
...
PHPBB3-10864
2012-11-16 17:05:47 -05:00
David King
8e480a8725
[feature/controller] Move include to app.php
...
PHPBB3-10864
2012-11-16 17:05:46 -05:00
David King
db1d49d559
[feature/controller] Rename get_paths to import_paths_from_finder
...
Also removed unused variable from url_matcher function
PHPBB3-10864
2012-11-16 17:05:46 -05:00
David King
b4eff4f06a
[feature/controller] Remove URL Base from helper class
...
I had forgotten that the container sends the same instance of objects to all
services that request it, so in this case all controllers would share the same
base url path, which is not desired.
PHPBB3-10864
2012-11-16 17:05:45 -05:00
David King
aead33432a
[feature/controller] Remove dumped container when cache is purged
...
PHPBB3-10864
2012-11-16 17:05:44 -05:00
David King
c54c3ee422
[feature/controller] A few minor nitpickings
...
PHPBB3-10864
2012-11-16 17:05:44 -05:00