aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12562] Use border for all sizes except responsivePayBas2014-07-033-20/+6
| | | | PHPBB3-12562
* [ticket/12562] Use Hanakin's versionPayBas2014-07-033-7/+5
| | | | PHPBB3-12562
* [ticket/12562] Increase mq trigger screen size to hide borderPayBas2014-07-021-1/+1
| | | | PHPBB3-12562
* [ticket/12562] Add max-width to proSilverPayBas2014-07-014-5/+35
| | | | PHPBB3-12562
* Merge remote-tracking branch 'Elsensee/ticket/12674' into develop-ascraeusDhruv2014-07-011-1/+10
|\ | | | | | | | | | | | | # By Oliver Schramm # Via Oliver Schramm * Elsensee/ticket/12674: [ticket/12674] Use user's colour in 'Last edited' line in sent PMs
| * [ticket/12674] Use user's colour in 'Last edited' line in sent PMsOliver Schramm2014-06-301-1/+10
| | | | | | | | PHPBB3-12674
* | Merge pull request #2677 from nickvergessen/ticket/12779Dhruv Goel2014-07-011-102/+108
|\ \ | |/ |/| [ticket/12779] Change order of file lists on automatic update
| * [ticket/12779] Change order of file lists on automatic updateJoas Schilling2014-06-291-102/+108
| | | | | | | | | | | | | | Also allow collapsing all the groups and collapse categories without user interaction per default PHPBB3-12779
* | Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-296-14/+92
|\ \ | |/ |/| | | | | | | | | | | | | | | | | [ticket/12777] Rename extension status functions and add is_configured() * Nicofuma/ticket/12777: [ticket/12777] Add tests for unavailable extension [ticket/12777] Add tests [ticket/12777] Add is_purged() [ticket/12777] Update doc block of is_configured() [ticket/12777] Rename extension status functions and add is_configured()
| * [ticket/12777] Add tests for unavailable extensionTristan Darricau2014-06-271-0/+5
| | | | | | | | PHPBB3-12777
| * [ticket/12777] Add testsTristan Darricau2014-06-271-3/+38
| | | | | | | | PHPBB3-12777
| * [ticket/12777] Add is_purged()Tristan Darricau2014-06-271-0/+13
| | | | | | | | PHPBB3-12777
| * [ticket/12777] Update doc block of is_configured()Tristan Darricau2014-06-271-1/+3
| | | | | | | | PHPBB3-12777
| * [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-275-11/+34
| | | | | | | | PHPBB3-12777
* | Merge pull request #2598 from Nicofuma/ticket/12716Joas Schilling2014-06-274-1/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12716] Add the missing parameters in the call of clearToken * Nicofuma/ticket/12716: [ticket/12716] Use a string as session_id [ticket/12716] Add regression test [ticket/12716] Add the missing parameters in the call of clearToken
| * | [ticket/12716] Use a string as session_idTristan Darricau2014-06-232-3/+3
| | | | | | | | | | | | PHPBB3-12716
| * | [ticket/12716] Add regression testTristan Darricau2014-06-193-0/+47
| | | | | | | | | | | | PHPBB3-12716
| * | [ticket/12716] Add the missing parameters in the call of clearTokenTristan Darricau2014-06-151-1/+1
| | | | | | | | | | | | PHPBB3-12716
* | | Merge pull request #2660 from marc1706/ticket/12764Joas Schilling2014-06-271-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12764] Properly handle errors upon connecting to MySQLi database * marc1706/ticket/12764: [ticket/12764] Properly handle errors upon connecting to MySQLi database
| * | | [ticket/12764] Properly handle errors upon connecting to MySQLi databaseMarc Alexander2014-06-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the db_connect_id gets set up by mysql_init(), the db_connect_id will be an object with empty settings instead of just empty. Even if mysql_real_connect() encounters an error upon connecting, the db_connect_id is still set. This will result in trying to just access the database which obviously does nothing. By setting db_connect_id to an empty string, the script will not try to query th database and properly handle any errors that occur upon connecting. PHPBB3-12764
* | | | Merge pull request #2658 from lucifer4o/ticket/12771Joas Schilling2014-06-271-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12771] Bug in profilefield_base_migration when used in ext * lucifer4o/ticket/12771: [ticket/12771] Shanging substr to strpos [ticket/12771] Change var name [ticket/12771] Bug in profilefield_base_migration when used in ext
| * | | | [ticket/12771] Shanging substr to strposStanislav Atanasov2014-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logical change ... PHPBB3-12771
| * | | | [ticket/12771] Change var nameStanislav Atanasov2014-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change var name PHPBB3-12771
| * | | | [ticket/12771] Bug in profilefield_base_migration when used in extStanislav Atanasov2014-06-261-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The base migration class should create lang entry for the new CPF but it is supposed to strip it of phpbb_ prefix. As extensions CPFs do not use phpbb_ prefix it will not create a lang entry. This is as simple solution as it can be done. PHPBB3-12771
* | | | Merge pull request #2636 from Dragooon/ticket/12759Joas Schilling2014-06-273-32/+53
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12759] Resolve query flooding while displaying large number of custom profile fields * Dragooon/ticket/12759: [ticket/12759] Fix type_bool and type_dropdown's UCP fields [ticket/12759] Remove lang_helper from profilefields_manager [ticket/12759] Cache all lang_options in lang_helper instead [ticket/12759] Extra line in profilefields_manager [ticket/12759] Cache lang_options for pm_viewmessage [ticket/12759] Cache lang_options on memberlist [ticket/12759] Add phpDoc comments to explain get_option_lang [ticket/12759] Little code cleanup [ticket/12759] Make sure $field_id has unique elements [ticket/12759] Cache the lang options earlier [ticket/12759] Cache lang options for all fields while displaying [ticket/12759] Allow multiple fields to be loaded via get_option_lang
| * | | | [ticket/12759] Fix type_bool and type_dropdown's UCP fieldsShitiz Garg2014-06-272-2/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Remove lang_helper from profilefields_managerShitiz Garg2014-06-272-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer required PHPBB3-12759
| * | | | [ticket/12759] Cache all lang_options in lang_helper insteadShitiz Garg2014-06-277-82/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Extra line in profilefields_managerShitiz Garg2014-06-271-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Cache lang_options for pm_viewmessageShitiz Garg2014-06-271-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Cache lang_options on memberlistShitiz Garg2014-06-271-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Add phpDoc comments to explain get_option_langShitiz Garg2014-06-271-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Little code cleanupShitiz Garg2014-06-271-5/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
| * | | | [ticket/12759] Make sure $field_id has unique elementsShitiz Garg2014-06-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise it would cause a bunch of repetitive IDs passed to the IN clause PHPBB3-12759
| * | | | [ticket/12759] Cache the lang options earlierShitiz Garg2014-06-272-20/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it would re-run on every post PHPBB3-12759
| * | | | [ticket/12759] Cache lang options for all fields while displayingShitiz Garg2014-06-272-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously these would be fetched one field at one time, causing a large number of queries in case there were large number of custom profile fields and/or unique number of users in areas such as viewing topics. Resolve this by caching them at once when generating data for displaying them in templates. PHPBB3-12759
| * | | | [ticket/12759] Allow multiple fields to be loaded via get_option_langShitiz Garg2014-06-273-10/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-12759
* | | | | Merge remote-tracking branch 'dragoon/ticket/12772' into develop-ascraeusMarc Alexander2014-06-271-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12772] Remove config_text parameter from message.form.topicShitiz Garg2014-06-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke Email topic since the topic_form class doesn't require this to be passed PHPBB3-12772
* | | | | Merge pull request #2493 from Nicofuma/ticket/12325Joas Schilling2014-06-273-4/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12325] Automatic update should notify about outdated files * Nicofuma/ticket/12325: [ticket/12325] Fix the language var name [ticket/12325] Update coding style in template [ticket/12325] Fix: add a missing colon [ticket/12325] Don't use L_COLON [ticket/12325] Fix: it's not stuck in an inifinite loop anymore [ticket/12325] Automatic update should notify about outdated files
| * | | | | [ticket/12325] Fix the language var nameTristan Darricau2014-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
| * | | | | [ticket/12325] Update coding style in templateTristan Darricau2014-05-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
| * | | | | [ticket/12325] Fix: add a missing colonTristan Darricau2014-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
| * | | | | [ticket/12325] Don't use L_COLONTristan Darricau2014-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
| * | | | | [ticket/12325] Fix: it's not stuck in an inifinite loop anymoreTristan Darricau2014-05-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
| * | | | | [ticket/12325] Automatic update should notify about outdated filesTristan Darricau2014-05-233-7/+66
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12325
* | | | | | Merge pull request #2665 from nickvergessen/ticket/12196-ascraeusAndreas Fischer2014-06-263-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12196] Fix typo in "referrer" * nickvergessen/ticket/12196-ascraeus: [ticket/12196] Fix typo in "referrer"
| * | | | | | [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-263-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Referer is a typo in the HTTP RFC and should not be used in the UI PHPBB3-12196
* | | | | | | Merge pull request #2661 from n-aleha/ticket/12773Andreas Fischer2014-06-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12773] Fix language variable name in cli extension enable command * n-aleha/ticket/12773: [ticket/12773] Fix language variable name in cli extension enable command
| * | | | | | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | PHPBB3-12773