aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developJoas Schilling2013-12-091-1/+1
|\
| * Merge remote-tracking branch 'Elsensee/ticket/12061' into develop-olympusJoas Schilling2013-12-091-1/+1
| |\
| | * [ticket/12061] Fix keyboard shortcut in firefoxOliver Schramm2013-12-061-1/+1
| |/
* | Merge remote-tracking branch 'imkingdavid/ticket/12069' into developAndreas Fischer2013-12-081-1/+1
|\ \
| * | [ticket/12069] Globalize in submit_post()David King2013-12-081-1/+1
* | | Merge pull request #1923 from prototech/ticket/12067Nathan Guse2013-12-081-0/+1
|\ \ \
| * | | [ticket/12067] Remove double scrollbar from notifications dropdown.Cesar G2013-12-071-0/+1
* | | | Merge pull request #1926 from imkingdavid/ticket/12069Nathan Guse2013-12-081-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/12069] Fix event documentationDavid King2013-12-081-2/+2
* | | | Merge pull request #1925 from imkingdavid/ticket/12069Nathan Guse2013-12-081-0/+17
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/12069] Add core.submit_post_end eventDavid King2013-12-081-0/+17
* | | Merge remote-tracking branch 'prototech/ticket/11241' into developJoas Schilling2013-12-0615-37/+193
|\ \ \
| * | | [ticket/11241] Retain button gradient when menu is active.Cesar G2013-12-061-3/+2
| * | | [ticket/11241] Fix the disappearing dropdown when responsive changes take effectCesar G2013-12-062-12/+5
| * | | [ticket/11241] Add border to dropdown menu options.Cesar G2013-12-065-46/+66
| * | | [ticket/11241] Add events & var for extensions to dropdown.Cesar G2013-12-062-1/+17
| * | | [ticket/11241] Fix the dropdown in RTL languages.Cesar G2013-12-061-0/+15
| * | | [ticket/11241] Use DEFINE for the block.Cesar G2013-12-061-3/+4
| * | | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-065-17/+49
| * | | [ticket/11241] Add dropdown control button.Cesar G2013-12-066-7/+87
|/ / /
* | | Merge remote-tracking branch 'cyberalien/ticket/11979' into developJoas Schilling2013-12-063-5/+59
|\ \ \
| * | | [ticket/11979] Fix errors in dropdownVjacheslav Trushkin2013-11-203-2/+8
| * | | [ticket/11979] Add ability to create dropdown menu to prosilverVjacheslav Trushkin2013-11-142-5/+53
* | | | Merge pull request #1917 from VSEphpbb/ticket/12062Nathan Guse2013-12-051-1/+1
|\ \ \ \
| * | | | [ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACPMatt Friedman2013-12-051-1/+1
|/ / / /
* | | | Merge pull request #1914 from VSEphpbb/ticket/12059Nathan Guse2013-12-041-0/+4
|\ \ \ \
| * | | | [ticket/12059] Allow INCLUDECSS to work with ACP templatesMatt Friedman2013-12-041-0/+4
|/ / / /
* | | | Merge pull request #1912 from marc1706/ticket/12058Nathan Guse2013-12-041-2/+2
|\ \ \ \
| * | | | [ticket/12058] Add missing apostrophe to avatar_types migration queriesMarc Alexander2013-12-041-2/+2
|/ / / /
* | | | Merge pull request #1813 from marc1706/ticket/11912Nathan Guse2013-12-0412-4/+1027
|\ \ \ \
| * | | | [ticket/11912] Expect logic exceptions in test if no guesser availableMarc Alexander2013-11-231-0/+13
| * | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-23423-4806/+5718
| |\ \ \ \
| * | | | | [ticket/11912] Check if content_guesser is supported with function_existsMarc Alexander2013-11-231-5/+2
| * | | | | [ticket/11912] Remove obsolete "return null" in content_guesserMarc Alexander2013-11-141-2/+0
| * | | | | [ticket/11912] Remove obsolete variable $mimetype from content_guesserMarc Alexander2013-11-121-3/+2
| * | | | | [ticket/11912] Use inverted $overload for setting function_exists in testsMarc Alexander2013-11-111-1/+1
| * | | | | [ticket/11912] Remove IN_PHPBB checks from mimetype guesser filesMarc Alexander2013-11-115-40/+0
| * | | | | [ticket/11912] Remove obsolete $file_info from pluploadMarc Alexander2013-11-111-2/+0
| * | | | | [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-117-3/+124
| * | | | | [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-114-483/+535
| * | | | | [ticket/11912] Use lowercase names for guesser servicesMarc Alexander2013-10-241-2/+2
| * | | | | [ticket/11912] Introduce guesser_interfaceMarc Alexander2013-10-242-6/+43
| * | | | | [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-244-8/+17
| * | | | | [ticket/11912] Remove typo in content_guesserMarc Alexander2013-10-241-1/+1
| * | | | | [ŧicket/11912] Get rid of obsolete variables in content_guesserMarc Alexander2013-10-242-31/+1
| * | | | | [ticket/11912] Improve extension map in content_guesserMarc Alexander2013-10-241-90/+91
| * | | | | [ticket/11912] Add tests for content_guesserMarc Alexander2013-10-231-3/+48
| * | | | | [ticket/11912] Add content_guesserMarc Alexander2013-10-232-0/+556
| * | | | | [ticket/11912] Add tests for phpbb mimetype guesserMarc Alexander2013-10-234-0/+131
| * | | | | [ticket/11912] Add phpbb mimetype guesserMarc Alexander2013-10-231-0/+105