aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12735] Fix line breakshanakin2014-06-301-3/+10
* [ticket/12732] Undo search-box changehanakin2014-06-301-10/+7
* [ticket/12735] Fix some color incosistencieshanakin2014-06-302-8/+4
* [ticket/12735] Remove underlines by defaulthanakin2014-06-301-6/+5
* [ticket/12735] Undo selector renamehanakin2014-06-301-1/+1
* [ticket/12735] Remove all :link, :visited, :active stateshanakin2014-06-302-97/+12
* Merge pull request #2669 from Nicofuma/ticket/12777Joas Schilling2014-06-295-11/+49
|\
| * [ticket/12777] Add is_purged()Tristan Darricau2014-06-271-0/+13
| * [ticket/12777] Update doc block of is_configured()Tristan Darricau2014-06-271-1/+3
| * [ticket/12777] Rename extension status functions and add is_configured()Tristan Darricau2014-06-275-11/+34
* | Merge pull request #2598 from Nicofuma/ticket/12716Joas Schilling2014-06-271-1/+1
|\ \
| * | [ticket/12716] Add the missing parameters in the call of clearTokenTristan Darricau2014-06-151-1/+1
* | | Merge pull request #2660 from marc1706/ticket/12764Joas Schilling2014-06-271-1/+5
|\ \ \
| * | | [ticket/12764] Properly handle errors upon connecting to MySQLi databaseMarc Alexander2014-06-261-1/+5
* | | | Merge pull request #2658 from lucifer4o/ticket/12771Joas Schilling2014-06-271-1/+2
|\ \ \ \
| * | | | [ticket/12771] Shanging substr to strposStanislav Atanasov2014-06-261-1/+1
| * | | | [ticket/12771] Change var nameStanislav Atanasov2014-06-261-2/+2
| * | | | [ticket/12771] Bug in profilefield_base_migration when used in extStanislav Atanasov2014-06-261-1/+2
| |/ / /
* | | | Merge pull request #2636 from Dragooon/ticket/12759Joas Schilling2014-06-273-32/+53
|\ \ \ \
| * | | | [ticket/12759] Fix type_bool and type_dropdown's UCP fieldsShitiz Garg2014-06-272-2/+16
| * | | | [ticket/12759] Remove lang_helper from profilefields_managerShitiz Garg2014-06-272-10/+1
| * | | | [ticket/12759] Cache all lang_options in lang_helper insteadShitiz Garg2014-06-277-82/+35
| * | | | [ticket/12759] Extra line in profilefields_managerShitiz Garg2014-06-271-1/+0
| * | | | [ticket/12759] Cache lang_options for pm_viewmessageShitiz Garg2014-06-271-0/+2
| * | | | [ticket/12759] Cache lang_options on memberlistShitiz Garg2014-06-271-0/+7
| * | | | [ticket/12759] Add phpDoc comments to explain get_option_langShitiz Garg2014-06-271-0/+4
| * | | | [ticket/12759] Little code cleanupShitiz Garg2014-06-271-5/+1
| * | | | [ticket/12759] Make sure $field_id has unique elementsShitiz Garg2014-06-271-0/+1
| * | | | [ticket/12759] Cache the lang options earlierShitiz Garg2014-06-272-20/+35
| * | | | [ticket/12759] Cache lang options for all fields while displayingShitiz Garg2014-06-272-1/+29
| * | | | [ticket/12759] Allow multiple fields to be loaded via get_option_langShitiz Garg2014-06-273-10/+21
* | | | | 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
* | | | | Merge pull request #2493 from Nicofuma/ticket/12325Joas Schilling2014-06-273-4/+62
|\ \ \ \ \
| * | | | | [ticket/12325] Fix the language var nameTristan Darricau2014-05-301-1/+1
| * | | | | [ticket/12325] Update coding style in templateTristan Darricau2014-05-261-2/+1
| * | | | | [ticket/12325] Fix: add a missing colonTristan Darricau2014-05-241-1/+1
| * | | | | [ticket/12325] Don't use L_COLONTristan Darricau2014-05-241-1/+1
| * | | | | [ticket/12325] Fix: it's not stuck in an inifinite loop anymoreTristan Darricau2014-05-241-5/+5
| * | | | | [ticket/12325] Automatic update should notify about outdated filesTristan Darricau2014-05-233-7/+66
* | | | | | Merge pull request #2665 from nickvergessen/ticket/12196-ascraeusAndreas Fischer2014-06-263-4/+4
|\ \ \ \ \ \
| * | | | | | [ticket/12196] Fix typo in "referrer"Joas Schilling2014-06-263-4/+4
| * | | | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-262-3/+3
| |\ \ \ \ \ \
| | * | | | | | [ticket/12196] Revert Fix typo "referer" in acp/attachmentsDhruv2014-06-272-3/+3
| * | | | | | | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-262-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | [ticket/12196] Fix typo "referer" in acp/attachmentsJoas Schilling2014-06-252-3/+3
* | | | | | | [ticket/12773] Fix language variable name in cli extension enable commandn-aleha2014-06-261-1/+1
|/ / / / / /
* | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12099' into develop-ascraeusMarc Alexander2014-06-262-20/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/12099] Prepend ./ to path to fix assetsJoas Schilling2014-06-091-2/+4
| * | | | | [ticket/12099] Deduplicate path generationJoas Schilling2014-06-091-20/+7