aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [ticket/11335] (class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11335
* | | | | | | | Merge pull request #1367 from EXreaction/ticket/11454Nils Adermann2013-04-2512-21/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Ticket/11454 - Jabber notifications are not working at all
| * | | | | | | [ticket/11454] Check if the fields are setNathaniel Guse2013-04-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11454
| * | | | | | | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-249-19/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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_addressesNathaniel Guse2013-04-242-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 checkNathaniel Guse2013-04-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied from msg_jabber() PBPBB3-11454
* | | | | | | | Merge remote-tracking branch 'github-asperous/ticket/9975' into developNils Adermann2013-04-242-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 /languageasperous2013-04-233-5/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 developNils Adermann2013-04-241-1/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9975] Translate missing style error message Conflicts: phpBB/includes/session.php
| * | | | | | | [ticket/9975] Translate missing style error messageGaƫtan Muller2013-04-211-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error message about missing style data was not translated PHPBB3-9975
* | | | | | | Merge pull request #1326 from dhruvgoel92/ticket/11485Nils Adermann2013-04-241-0/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/11485] add columns to update_schema before adding data
| * | | | | | | [ticket/11485] add revert_schema for the updated columnsDhruv2013-04-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11485
| * | | | | | | [ticket/11485] add columns to styles table during updating schema beforeDhruv2013-04-091-0/+14
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating the data PHPBB3-10485
* | | | | | | Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-243-3/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ticket/10844 Extensions are not located when front-end file has a diffferent phpbb_root_path
| * | | | | | | [ticket/10844] Make sure ext_path has no trailing slashJoas Schilling2013-04-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10844
| * | | | | | | [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_providerJoas Schilling2013-04-123-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/11362Nils Adermann2013-04-244-20/+79
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Correctly sanitise the directory path in finder
| * | | | | | | [ticket/11362] Use container when available instead of creating a new instanceJoas Schilling2013-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362
| * | | | | | | [ticket/11362] Add compatibility function phpbb_clean_path() againJoas Schilling2013-04-181-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] Extension manager depends on filesystemJoas Schilling2013-04-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362
| * | | | | | | [ticket/11362] Use new filesystem class in finderJoas Schilling2013-04-171-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362
| * | | | | | | [ticket/11362] Move phpbb_clean_path into a simple filesystem serviceJoas Schilling2013-04-172-30/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11362
| * | | | | | | [ticket/11362] Correctly sanitise the directory pathJoas Schilling2013-03-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to correctly remove ../ form the path if possible by removing the previous folder aswell. Otherwise the finder is unable to locate /adm/style directories in extensions as he is looking for /adm/../adm/style instead. PHPBB3-11362
* | | | | | | | [ticket/10966] Introduce MSSQL base class for native and ODBCJoas Schilling2013-04-193-86/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10966
* | | | | | | | [ticket/10966] Introduce MySQL base classJoas Schilling2013-04-173-246/+148
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | PHPBB3-10966
* | | | | | | [ticket/11488] Use correct base class in email notification methodMarc Alexander2013-04-152-2/+2
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In ticket/11451 this was not correctly changed to reflect the new class phpbb_notifcation_method_messenger_base. Additionally, an undefined variable error has been fixed in messenger_base.php (change should be confirmed by bantu though). PHPBB3-11488
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2013-04-121-41/+42
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11358] Removed all trailing white spaces. [ticket/11358] Fixed the code according to coding guidlines.
| * | | | | Merge branch 'ticket/11358' into develop-olympusNils Adermann2013-04-121-41/+42
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/11358: [ticket/11358] Removed all trailing white spaces. [ticket/11358] Fixed the code according to coding guidlines.
| | * | | | | [ticket/11358] Removed all trailing white spaces.erangamapa2013-04-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed all trailing white spaces with new lines. PHPBB3-11358
| | * | | | | [ticket/11358] Fixed the code according to coding guidlines.erangamapa2013-04-121-42/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper indentation and new line after break in switch statement. PHPBB3-11358
* | | | | | | [ticket/11116] Made ACP "extension not available" error message E_USER_WARNINGrechosen2013-04-111-2/+2
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The error message generated when an administrator tries to enable an incompatible extension used to be displayed in the green of the default E_USER_NOTICE. Changed it to E_USER_WARNING to make it appear in red, as requested in the ticket. PHPBB3-11116
* | | | | | Merge pull request #1199 from imkingdavid/ticket/11334Nils Adermann2013-04-031-8/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11334] Properly generate controller URL with helper url() method
| * | | | | | [ticket/11334] Allow parameters to be specified in the routeJoas Schilling2013-03-151-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11334
| * | | | | | [ticket/11334] Use mocks instead of making parameters optionalJoas Schilling2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11334
| * | | | | | [ticket/11334] Expand functionality of helper->url()Joas Schilling2013-03-151-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expanded the functionality of helper->url() to support all parameters of append_sid() itself. PHPBB3-11334
| * | | | | | [ticket/11334] Remove extraneous periodDavid King2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11334
| * | | | | | [ticket/11334] Make url helper method publicDavid King2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11334
| * | | | | | [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11334
| * | | | | | [ticket/11334] Properly generate controller URL until paths issue gets fixedDavid King2013-03-151-8/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | PHPBB3-11334
* | | | | | Merge pull request #1323 from t-backoff/ticket/11477Nils Adermann2013-03-313-1/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ticket/11477
| * | | | | | Changing effectively_installed function to check if the config var is set.Tabitha Backoff2013-03-311-1/+1
| | | | | | |
| * | | | | | Migration file and change board_home_text to board_index_textTabitha Backoff2013-03-284-4/+25
| | | | | | |
| * | | | | | Ticket# 11477 - Allow customisation of "Board index"Tabitha Backoff2013-03-283-1/+4
| | | | | | |
* | | | | | | Merge pull request #1316 from nickvergessen/ticket/11405Nils Adermann2013-03-315-4/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ticket/11405 Users that are subscribed to a forum, should receive notifications for new replies
| * | | | | | | [ticket/11474] Clarify comment with "global" and forum_id = 0Joas Schilling2013-03-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forum ID 0 in permission checks, checks the global moderator permission. PHPBB3-11405 PHPBB3-11474
| * | | | | | | [ticket/11474] Check read permission before sending *_in_queue notificationsJoas Schilling2013-03-262-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11405 PHPBB3-11474
| * | | | | | | [ticket/11405] Order users in bookmark, in order to pass postgres testsJoas Schilling2013-03-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11405
| * | | | | | | [ticket/11405] Sort $users array in order to prevent issues on postgresJoas Schilling2013-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11405
| * | | | | | | [ticket/11405] Send post notifications to forum subscribersJoas Schilling2013-03-251-0/+15
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like in 3.0 we should also send notifications about new posts to users that subscribed to the forum. (Subscriptions are verbose) PHPBB3-11405
* | | | | | | Merge pull request #1287 from erangamapa/ticket/11106Nils Adermann2013-03-311-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/11106] Undefined index EDITED_TIME_TOTAL notice.