aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2011-06-051-1/+1
|\ | | | | | | | | * develop-olympus: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| * Merge branch 'ticket/bantu/9922' into develop-olympusNils Adermann2011-06-051-1/+1
| |\ | | | | | | | | | | | | * ticket/bantu/9922: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| | * [ticket/9922] Link post subject to the post's anchor in subsilver2.Andreas Fischer2011-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | Link post subject to the post's anchor in subsilver2 to expose full URL to post which is otherwise only hidden behind the small post icon. PHPBB3-9922
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-052-7/+13
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10067] Clarify language for user activation options in ACP.
| * | Merge branch 'ticket/p/10067' into develop-olympusNils Adermann2011-06-052-7/+13
| |\ \ | | | | | | | | | | | | | | | | * ticket/p/10067: [ticket/10067] Clarify language for user activation options in ACP.
| | * | [ticket/10067] Clarify language for user activation options in ACP.Oleg Pudeyev2011-04-302-7/+13
| | | | | | | | | | | | | | | | PHPBB3-10067
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-06-054-7/+35
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10158] Remove some code duplication from generating the message. [ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed. [ticket/10158] Only view "Return to" links if they are useful. [ticket/10158] Add return-link to folder, when the user replied from a folder. [ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
| * | | Merge branch 'ticket/nickvergessen/10158' into develop-olympusNils Adermann2011-06-053-7/+29
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/10158: [ticket/10158] Remove some code duplication from generating the message. [ticket/10158] Only view "Return to" links if they are useful. [ticket/10158] Add return-link to folder, when the user replied from a folder. [ticket/10158] Add "Return to Inbox"-link to "PM send"-message.
| | * | | [ticket/10158] Remove some code duplication from generating the message.Nils Adermann2011-06-051-28/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-10158
| | * | | [ticket/10158] Only view "Return to" links if they are useful.Joas Schilling2011-05-232-8/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-10158
| | * | | [ticket/10158] Add return-link to folder, when the user replied from a folder.Joas Schilling2011-05-092-7/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-10158
| | * | | [ticket/10158] Add "Return to Inbox"-link to "PM send"-message.Joas Schilling2011-05-051-2/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10158
| * | | | Merge branch 'ticket/bantu/10195' into develop-olympusNils Adermann2011-06-051-0/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/10195: [ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.
| | * | | | [ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed.Andreas Fischer2011-05-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no support for IPv6 addresses in the blacklists we check right now. PHPBB3-10195
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-031-1/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar
| * | | | | Merge remote-tracking branch 'naderman/ticket/10149' into develop-olympusAndreas Fischer2011-06-031-1/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/10149: [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar
| | * | | | | [ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalarNils Adermann2011-06-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10149
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-031-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9950] Use actual language instead of user's language in overall header
| * | | | | | Merge remote-tracking branch 'naderman/ticket/9950' into develop-olympusAndreas Fischer2011-06-031-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/9950: [ticket/9950] Use actual language instead of user's language in overall header
| | * | | | | | [ticket/9950] Use actual language instead of user's language in overall headerNils Adermann2011-06-021-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-9950
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-022-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9685] Test for databases that are able to nest transactions [ticket/9685] Consistently name the new sql_buffer_nested_transactions function
| * | | | | | Merge remote-tracking branch 'naderman/ticket/9685' into develop-olympusAndreas Fischer2011-06-022-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/9685: [ticket/9685] Test for databases that are able to nest transactions [ticket/9685] Consistently name the new sql_buffer_nested_transactions function
| | * | | | | [ticket/9685] Consistently name the new sql_buffer_nested_transactions functionNils Adermann2011-06-022-2/+2
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-9685
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-06-021-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.
| * | | | | Merge branch 'ticket/p/10039' into develop-olympusNils Adermann2011-06-021-0/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | * ticket/p/10039: [ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.
| | * | | | [ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.Patrick Webster2011-05-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10039
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-231-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10192] Add missing semicolon
| * | | | | Merge remote-tracking branch 'erikfrerejean/ticket/10192' into develop-olympusAndreas Fischer2011-05-231-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * erikfrerejean/ticket/10192: [ticket/10192] Add missing semicolon
| | * | | | | [ticket/10192] Add missing semicolonErik Frèrejean2011-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the index has to be recreated it will run into the private message table query. PHPBB3-10192
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-234-6/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
| * | | | | | Merge remote-tracking branch 'p/ticket/9630' into develop-olympusAndreas Fischer2011-05-234-6/+5
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/9630: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
| | * | | | | | [ticket/9630] Make language for moving posts clearer in quickmod/mcp.Oleg Pudeyev2011-05-024-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9630
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-231-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10191] Use ob_get_level in exit_handler for output buffering check.
| * | | | | | | Merge remote-tracking branch 'p/ticket/10191' into develop-olympusAndreas Fischer2011-05-231-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10191: [ticket/10191] Use ob_get_level in exit_handler for output buffering check.
| | * | | | | | | [ticket/10191] Use ob_get_level in exit_handler for output buffering check.Oleg Pudeyev2011-05-221-1/+1
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling flush() when output buffering is enabled causes output to be duplicated. Besides phpBB enabling output buffering for gzip compression, output buffering may be enabled externally to phpBB via output_handler or output_buffering directives in php.ini. Use ob_get_level to determine whether output buffering is active and call ob_flush in that case. PHPBB3-10191
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-231-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10188] Use ob_get_level in msg_handler for output buffering check.
| * | | | | | | [ticket/10188] Use ob_get_level in msg_handler for output buffering check.Oleg Pudeyev2011-05-221-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Output buffering may be enabled via various approaches, among them: * output_buffering in php.ini; * output_handler in php.ini enables output_buffering; * ob_start call. ob_get_level allows us to query php runtime for the actual output buffering status. PHPBB3-10188
| * | | | | | Merge remote-tracking branch 'bantu/ticket/10146' into develop-olympusOleg Pudeyev2011-05-131-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10146: [ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).
| | * | | | | | [ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).Andreas Fischer2011-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10146
* | | | | | | | Merge remote-tracking branch 'p/ticket/10156' into developAndreas Fischer2011-05-231-2/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10156: [ticket/10156] Fix new cron on windows.
| * | | | | | | | [ticket/10156] Fix new cron on windows.Oleg Pudeyev2011-05-191-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10156
* | | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/8542' into developOleg Pudeyev2011-05-2017-2/+78
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/8542: [ticket/8542] Display custom profile fields in private messages Conflicts: phpBB/install/database_update.php
| * | | | | | | | [ticket/8542] Display custom profile fields in private messagesJoas Schilling2011-05-2017-2/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce an option to display the cpf in the PM view. PHPBB3-8542
* | | | | | | | | Merge remote-tracking branch 'bantu/ticket/10173' into developOleg Pudeyev2011-05-153-10/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10173: [ticket/10173] Use correct variable, checking for $birthday_year was correct. [ticket/10173] Only calculate age if year is not false as per nn-. [ticket/10173] Use an array for the legacy birthday list as per rxu. [ticket/10173] Use a loop var for the birthdays list to allow proper templating
| * | | | | | | | | [ticket/10173] Use correct variable, checking for $birthday_year was correct.Andreas Fischer2011-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10173
| * | | | | | | | | [ticket/10173] Only calculate age if year is not false as per nn-.Andreas Fischer2011-05-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10173
| * | | | | | | | | [ticket/10173] Use an array for the legacy birthday list as per rxu.Andreas Fischer2011-05-081-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10173
| * | | | | | | | | [ticket/10173] Use a loop var for the birthdays list to allow proper templatingAndreas Fischer2011-05-083-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a loop variable for the list of birthdays to allow templates to handle how the list is displayed. We keep the old BIRTHDAY_LIST variable that contains the precompiled list around for backward compatibility. PHPBB3-10173
* | | | | | | | | | Merge remote-tracking branch 'bantu/ticket/10146-develop' into developOleg Pudeyev2011-05-131-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10146-develop: [ticket/10146] Fix Firebird DECIMAL precision issue on develop.
| * | | | | | | | | | [ticket/10146] Fix Firebird DECIMAL precision issue on develop.Andreas Fischer2011-05-111-1/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10146