aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/Crizz0/ticket/12404' into develop-ascraeusNathaniel Guse2014-05-014-2/+47
|\ | | | | | | | | | | | | | | | | | | # By Crizzo # Via Crizzo * remotes/Crizz0/ticket/12404: [ticket/12404] Splits up the line 18 in subsilver2 into more lines [ticket/12404] Changes append/prepend to after/before [ticket/12404] Adds two new events and changes some places [ticket/12404] Adds a new event before and after the Timezone display
| * [ticket/12404] Splits up the line 18 in subsilver2 into more linesCrizzo2014-04-251-1/+8
| | | | | | | | PHPBB3-12404
| * [ticket/12404] Changes append/prepend to after/beforeCrizzo2014-04-224-13/+13
| | | | | | | | PHPBB3-12404
| * [ticket/12404] Adds two new events and changes some placesCrizzo2014-04-223-6/+24
| | | | | | | | PHPBB3-12404
| * [ticket/12404] Adds a new event before and after the Timezone displayCrizzo2014-04-163-1/+21
| | | | | | | | PHPBB3-12404
* | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12432' into ↵Nathaniel Guse2014-05-011-4/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12432: [ticket/12432] Correcting the assertion [ticket/12432] Adding unit test [ticket/12432] Migrator should not revert custom functions
| * | [ticket/12432] Migrator should not revert custom functionsNicofuma2014-04-261-4/+11
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12432 PHPBB3-12432
* | | Merge remote-tracking branch 'remotes/PayBas/ticket/12442' into develop-ascraeusNathaniel Guse2014-05-0126-31/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By PayBas # Via PayBas * remotes/PayBas/ticket/12442: [ticket/12442] More heading classes [ticket/12442] Add CSS classes to important headings
| * | | [ticket/12442] More heading classesPayBas2014-04-304-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | I think that about finishes the most important one PHPBB3-12442
| * | | [ticket/12442] Add CSS classes to important headingsPayBas2014-04-2522-27/+27
| | | | | | | | | | | | | | | | PHPBB3-12442
* | | | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12444' into ↵Nathaniel Guse2014-05-011-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12444: [ticket/12444] Replacing spaces with tabs [ticket/12444] Replace spaces with tabs [ticket/12444] Adding regression test [ticket/12444] The logs message aren't filled correctly
| * | | | [ticket/12444] The logs message aren't filled correctlyNicofuma2014-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12444 PHPBB3-12444
* | | | | Merge remote-tracking branch 'remotes/Nicofuma/ticket/12445' into ↵Nathaniel Guse2014-05-012-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Nicofuma # Via Nicofuma * remotes/Nicofuma/ticket/12445: [ticket/12445] Change the formulation [ticket/12445] Disapproved post: the name of the poster should be in logs
| * | | | | [ticket/12445] Change the formulationNicofuma2014-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12445
| * | | | | [ticket/12445] Disapproved post: the name of the poster should be in logsNicofuma2014-04-262-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12445 PHPBB3-12445
* | | | | Merge remote-tracking branch 'remotes/prototech/ticket/11339' into ↵Nathaniel Guse2014-05-012-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus # By Cesar G # Via Cesar G * remotes/prototech/ticket/11339: [ticket/11339] Always clear timeout functions on subsequent AJAX calls
| * | | | | [ticket/11339] Always clear timeout functions on subsequent AJAX callsCesar G2014-04-252-2/+3
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-11339
* | | | | Merge pull request #2362 from n-aleha/ticket/12186aJoas Schilling2014-04-292-1/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12186] Move PM reports below post reports while installing for ascraeus * n-aleha/ticket/12186a: [ticket/12186] Move PM reports below post reports while installing for ascraeus [ticket/12186] Move PM reports below post reports while installing
| * | | | | [ticket/12186] Move PM reports below post reports while installing for ascraeusn-aleha2014-04-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In mcp, move PM reports below post reports while installing. PHPBB3-12186
| * | | | | Merge branch 'ticket/12186' into ticket/12186an-aleha2014-04-272-1/+40
| |\ \ \ \ \
| | * | | | | [ticket/12186] Move PM reports below post reports while installingn-aleha2014-04-232-1/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In mcp, move PM reports below post reports while installing. PHPBB3-12186
* | | | | | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-2946-128/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* | | | | | | [ticket/12456] Add , after the last array elementJoas Schilling2014-04-296-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12456
* | | | | | | [ticket/12456] Fix duplicated empty lines in language filesJoas Schilling2014-04-295-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12456
* | | | | | | [ticket/12456] Fix missing new lines at the end of email templatesJoas Schilling2014-04-2918-21/+17
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-12456
* | | | | | Merge pull request #2359 from Nicofuma/ticket/12097Joas Schilling2014-04-271-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12097] Validate_data() should work with class method * Nicofuma/ticket/12097: [ticket/12097] Bug fix and adding unit test [ticket/12097] Validate_data() should work with class method
| * | | | | | [ticket/12097] Bug fix and adding unit testNicofuma2014-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12097
| * | | | | | [ticket/12097] Validate_data() should work with class methodNicofuma2014-04-261-2/+11
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12097 PHPBB3-12097
* | | | | | Merge pull request #2325 from n-aleha/ticket/12406Joas Schilling2014-04-261-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_ti... * n-aleha/ticket/12406: [ticket/12406] Fix variable description of core.viewtopic_modify_page_title
| * | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_titlen-aleha2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variable page_title should be described as "Title of the viewtopic page". PHPBB3-12406
* | | | | | Merge pull request #2345 from Nicofuma/ticket/12199Andreas Fischer2014-04-263-46/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12199] Move deprecated functions to functions_compatibility.php * Nicofuma/ticket/12199: [ticket/12199] Move deprecated functions to functions_compatibility.php
| * | | | | | [ticket/12199] Move deprecated functions to functions_compatibility.phpNicofuma2014-04-263-46/+46
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently 13 functions are marked as deprecated: functions.php: function set_var() function request_var() function set_config() function set_config_count() function tz_select() function add_log() functions_admin: function cache_moderators() function update_foes() functions_compatibility: function get_user_avatar() function phpbb_hash() function phpbb_check_hash() function phpbb_clean_path() functions_install: function get_tables() 8 of them are still used in the core: add_log Used in many places (~198 calls) get_tables Used in install\install_convert::get_convert_settings and functions_install.php\connect_check_db get_user_avatar Used in phpbb\user_loader:get_avatar phpbb_hash Used in phpbb\db\migration\data\v30x\release_3_0_5_rc1 request_var Used quite everywhere (~997 calls) set_config Used in many places (~129 calls) set_config_count Used in a few places (~37 calls) set_var Used by phpbb_http_login and phpbb\auth\provider\apache::autologin PHPBB3-12199
* | | | | | Merge remote-tracking branch 'Nicofuma/ticket/12418' into develop-ascraeusCesar G2014-04-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * Nicofuma/ticket/12418: [ticket/12418] Notice displayed for feed.php
| * | | | | [ticket/12418] Notice displayed for feed.phpTristan Darricau2014-04-181-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12418 language/viewtopic.php isn't loaded, so MISSING_INLINE_ATTACHMENT isn't available. PHPBB3-12418
* | | | | Merge remote-tracking branch 'PayBas/ticket/12437' into develop-ascraeusCesar G2014-04-255-14/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12437: [ticket/12437] Clean up redundant "clear" elements & "corners"
| * | | | | [ticket/12437] Clean up redundant "clear" elements & "corners"PayBas2014-04-245-14/+8
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-12437
* | | | | Merge pull request #2288 from nickvergessen/ticket/12012Andreas Fischer2014-04-251-76/+226
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12012] Correctly drop default value constraints * nickvergessen/ticket/12012: [ticket/12012] Move property to the top [ticket/12012] Move MS SQL server comparison into a method [ticket/12012] Fix docs in connection manager [ticket/12012] Remove duplicated code (only the $sql are different) [ticket/12012] Handle begin and commit transactions in tests [ticket/12012] Drop and recreate indexes when removing columns [ticket/12012] Add a unit test for removing a column with indexes [ticket/12012] Add a unit test for changing the column type [ticket/12012] Return SQL statements for index drop/create [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 [ticket/12012] Drop and recreate indexes when changing a column on MSSQL [ticket/12012] Fix query layout [ticket/12012] Correctly drop default value constraints on MSSQL
| * | | | | [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we recreate the index before changing the column PHPBB3-12012
| * | | | | [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12012
| * | | | | [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to drop the default constraints of a column, before being able to change their type or deleting them. PHPBB3-12012
* | | | | Merge remote-tracking branch 'PayBas/ticket/12389' into develop-ascraeusCesar G2014-04-2510-41/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12389: [ticket/12389] Change "PM" to "Message" [ticket/12389] Moved PM tools to UCP template [ticket/12389] Replace email and print icons. [ticket/12389] Change language of email friend [ticket/12389] Move print topic & email topic icons to topic tools
| * | | | | [ticket/12389] Change "PM" to "Message"PayBas2014-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12389
| * | | | | [ticket/12389] Moved PM tools to UCP templatePayBas2014-04-203-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12389
| * | | | | [ticket/12389] Replace email and print icons.Cesar G2014-04-202-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12389