| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11435] Mark extension spacing test as incomplete | Nathaniel Guse | 2013-04-30 | 4 | -3/+7 |
| | | | | | | | | | This test fails until 11435 is fixed Add newlines at EOF PHPBB3-11435 | ||||
| * | [ticket/11435] Create test to make sure template/event output is equal | Nathan Guse | 2013-04-25 | 4 | -0/+100 |
| | | | | | PHPBB3-11435 | ||||
| * | [ticket/11435] Fix comments in events test | Nathan Guse | 2013-04-25 | 1 | -1/+2 |
| | | | | | PHPBB3-11435 | ||||
| * | Merge pull request #1361 from MGaetan89/ticket/11471 | Nils Adermann | 2013-04-25 | 20 | -54/+10 |
| |\ | | | | | [ticket/11471] Unrelated text in e-mail templates | ||||
| | * | [ticket/11471] Unrelated text in e-mail templates | Gaëtan Muller | 2013-04-24 | 20 | -54/+10 |
| | | | | | | | | | | | | | | | Some e-mail templates contain text unrelated with the subject of the e-mail PHPBB3-11471 | ||||
| * | | Merge pull request #1368 from EXreaction/ticket/11479 | Nils Adermann | 2013-04-25 | 1 | -1/+7 |
| |\ \ | | | | | | | [ticket/11479] Fix install/update (rebuild container) | ||||
| | * | | [ticket/11479] Use phpbb_create_default_container | Nathan Guse | 2013-04-24 | 1 | -12/+1 |
| | | | | | | | | | | | | | PHPBB3-11479 | ||||
| | * | | [ticket/11479] Fix install/update (rebuild container) | Nathaniel Guse | 2013-04-24 | 1 | -1/+18 |
| | |/ | | | | | | | | | | | Code copied from fix in 11305 PHPBB3-11479 | ||||
| * | | Merge pull request #1369 from EXreaction/ticket/11335 | Nils Adermann | 2013-04-25 | 27 | -55/+55 |
| |\ \ | | | | | | | Ticket/11335 | ||||
| | * | | [ticket/11335] Replace "$phpEx" with $phpEx | Nathaniel Guse | 2013-04-24 | 5 | -8/+8 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (more) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 3 | -3/+3 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (more tests) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (more class loader) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 5 | -10/+10 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (tests) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 6 | -7/+7 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (avatars) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 4 | -9/+9 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 2 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (hook finder) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (extension manager/finder) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 4 | -9/+9 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| | * | | [ticket/11335] (class loader) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 2 | -6/+6 |
| | | | | | | | | | | | | | PHPBB3-11335 | ||||
| * | | | Merge pull request #1367 from EXreaction/ticket/11454 | Nils Adermann | 2013-04-25 | 13 | -22/+39 |
| |\ \ \ | |/ / |/| | | Ticket/11454 - Jabber notifications are not working at all | ||||
| | * | | [ticket/11454] Check if the fields are set | Nathaniel Guse | 2013-04-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-11454 | ||||
| | * | | [ticket/11454] Use set_addresses in other applicable areas | Nathan Guse | 2013-04-24 | 10 | -20/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This should fix some other bugs that may not have yet been recognized--some areas only set to(), but sent according to user_notify_type, which is not necessarily email. PHPBB3-11454 | ||||
| | * | | [ticket/11454] Add messenger function set_addresses | Nathaniel Guse | 2013-04-24 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Automatically fills to/im from a user row Send messenger the Jabber address if using Jabber notifications PHPBB3-11454 | ||||
| | * | | [ticket/11454] Correct jabber global available check | Nathaniel Guse | 2013-04-24 | 1 | -1/+7 |
| | |/ | | | | | | | | | | | Copied from msg_jabber() PBPBB3-11454 | ||||
| * | | Merge pull request #1366 from asperous/ticket/11129 | Nils Adermann | 2013-04-24 | 1 | -2/+17 |
| |\ \ | | | | | | | [ticket/11129] Added headers to empty subscription state | ||||
| | * | | [ticket/11129] Added headers to empty subscription state | asperous | 2013-04-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | Added a newline to better seperate the two headers. PHPBB3-11129 | ||||
| | * | | [ticket/11129] Added headers to empty subscription state | asperous | 2013-04-23 | 1 | -2/+16 |
| | |/ | | | | | | | | | | | | | | | "You are not subscribed to any forums". While correct, could lead to confusion. What's missing is a header right above the message that says "Watched Topics" to match the "Watched Forums" header above. This will assert the idea that there are two separate watchable sections. As is, it looks like that message is talking about the "Watched Forums" section, since it's listed under that header. PHPBB3-11129 | ||||
| * | | Merge remote-tracking branch 'github-asperous/ticket/9975' into develop | Nils Adermann | 2013-04-24 | 7 | -8/+12 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | * github-asperous/ticket/9975: [ticket/9975] Moved a few E_USER_ERROR errors to /language Conflicts: phpBB/includes/user.php | ||||
| | * | | [ticket/9975] Moved a few E_USER_ERROR errors to /language | asperous | 2013-04-23 | 8 | -9/+14 |
| | |/ | | | | | | | | | | | There were a few error messages that a user could experience that would, previously, be without any the ability to be localized. There are some more E_USER_ERRORs that I did not change to a constant, for example the error message that is displayed if there aren't any folders in /language. PHPBB3-9975 | ||||
| * | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2013-04-24 | 2 | -1/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9975] Translate missing style error message Conflicts: phpBB/includes/session.php | ||||
| | * \ | Merge pull request #1358 from MGaetan89/ticket/9975 | Nils Adermann | 2013-04-24 | 2 | -1/+2 |
| | |\ \ | | | | | | | | | [ticket/9975] Translate missing style error message | ||||
| | | * | | [ticket/9975] Translate missing style error message | Gaëtan Muller | 2013-04-21 | 2 | -1/+2 |
| | |/ / | | | | | | | | | | | | | | | | | | | The error message about missing style data was not translated PHPBB3-9975 | ||||
| * | | | Merge pull request #1326 from dhruvgoel92/ticket/11485 | Nils Adermann | 2013-04-24 | 1 | -0/+28 |
| |\ \ \ | | | | | | | | | [ticket/11485] add columns to update_schema before adding data | ||||
| | * | | | [ticket/11485] add revert_schema for the updated columns | Dhruv | 2013-04-09 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | PHPBB3-11485 | ||||
| | * | | | [ticket/11485] add columns to styles table during updating schema before | Dhruv | 2013-04-09 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | updating the data PHPBB3-10485 | ||||
| * | | | | Merge pull request #1324 from nickvergessen/ticket/10844-2 | Nils Adermann | 2013-04-24 | 8 | -4/+92 |
| |\ \ \ \ | | | | | | | | | | | Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path | ||||
| | * | | | | [ticket/10844] Increase prefix to not match template/ in finder test | Joas Schilling | 2013-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10844 | ||||
| | * | | | | [ticket/10844] Add extension template file to locate | Joas Schilling | 2013-04-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10844 | ||||
| | * | | | | [ticket/10844] Add unit tests for different root_paths | Joas Schilling | 2013-04-12 | 2 | -0/+68 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10844 | ||||
| | * | | | | [ticket/10844] Make sure ext_path has no trailing slash | Joas Schilling | 2013-04-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10844 | ||||
| | * | | | | [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_provider | Joas Schilling | 2013-04-12 | 4 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The phpbb_root_path needs to be removed from the style path, before giving the path to the finder, because the finder prepends it later again and is therefor unable to find style files when the root path is not ./ PHPBB3-10844 | ||||
| * | | | | | Merge pull request #1290 from nickvergessen/ticket/11362 | Nils Adermann | 2013-04-24 | 13 | -30/+123 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | Correctly sanitise the directory path in finder | ||||
| | * | | | | [ticket/11362] Use container when available instead of creating a new instance | Joas Schilling | 2013-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Add compatibility function phpbb_clean_path() again | Joas Schilling | 2013-04-18 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function first depends on the container, but also works without it and without autoload. The reason for this is, it might be used before that stuff is set up, like it has been in our common.php PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Fix service description of finder | Joas Schilling | 2013-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Extension manager depends on filesystem | Joas Schilling | 2013-04-17 | 8 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Replace other calls to phpbb_clean_path | Joas Schilling | 2013-04-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to instantiate the object manually here, as the container is not yet set up. PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Use new filesystem class in finder | Joas Schilling | 2013-04-17 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362 | ||||
| | * | | | | [ticket/11362] Move phpbb_clean_path into a simple filesystem service | Joas Schilling | 2013-04-17 | 4 | -38/+68 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362 | ||||
