aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-2813-15/+48
| | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* [ticket/13876] set webfont async to trueCallum Macrae2015-05-281-0/+1
| | | | PHPBB3-13876
* [ticket/13876] Use webfontloader asyncronously.Callum Macrae2015-05-281-1/+15
| | | | | | | | | | This PR adds typekit and Google's webfontloader and calls it asyncronously, removing the SPOF in the header. Now, if google goes down, some buttons display with a different font. https://github.com/typekit/webfontloader PHPBB3-13876
* Merge pull request #3637 from callumacrae/ticket/13873Marc Alexander2015-05-281-8/+7
|\ | | | | | | [ticket/13873] Removed broken print stylesheet.
| * [ticket/13873] Removed broken print stylesheet.Callum Macrae2015-05-281-8/+7
| | | | | | | | PHPBB3-13873
* | Merge pull request #3633 from nickvergessen/ticket/13872Marc Alexander2015-05-285-7/+200
|\ \ | | | | | | | | | [ticket/13872] Allow template events to have a changed version
| * | [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-285-7/+200
| | | | | | | | | | | | PHPBB3-13872
* | | Merge remote-tracking branch 'marc1706/ticket/12542' into 3.1.xCesar G2015-05-284-0/+43
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * marc1706/ticket/12542: [ticket/12542] Use more specific CSS for drag-n-drop [ticket/12542] Do not use browser specific css for outline [ticket/12542] Properly check if textarea is undefined or null [ticket/12542] Use extended CSS for all browsers [ticket/12542] Rename javascript method and add doc block [ticket/12542] Add different outline colors for body & textarea [ticket/12542] Add initial drag-n-drop animation
| * | | [ticket/12542] Use more specific CSS for drag-n-dropMarc Alexander2015-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise the CSS gets overwritten by other CSS rules. PHPBB3-12542
| * | | [ticket/12542] Do not use browser specific css for outlineMarc Alexander2015-05-232-18/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, the CSS selector for the drag'n'drop was simplified to only use the class. PHPBB3-12542
| * | | [ticket/12542] Properly check if textarea is undefined or nullMarc Alexander2015-05-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12542
| * | | [ticket/12542] Use extended CSS for all browsersMarc Alexander2015-04-292-1/+21
| | | | | | | | | | | | | | | | PHPBB3-12542
| * | | [ticket/12542] Rename javascript method and add doc blockMarc Alexander2015-04-292-2/+16
| | | | | | | | | | | | | | | | PHPBB3-12542
| * | | [ticket/12542] Add different outline colors for body & textareaMarc Alexander2015-04-292-2/+11
| | | | | | | | | | | | | | | | PHPBB3-12542
| * | | [ticket/12542] Add initial drag-n-drop animationMarc Alexander2015-04-284-0/+16
| | | | | | | | | | | | | | | | PHPBB3-12542
* | | | Merge pull request #3469 from brunoais/ticket/13672Joas Schilling2015-05-281-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13672] Allow changing the data from the user-submitted report * brunoais/ticket/13672: [ticket/13672] Removed bogus sting concatenation [ticket/13672] BUMP version to 3.1.5-dev [ticket/13672] Allow changing the data from the user-submitted report
| * | | | [ticket/13672] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13672
| * | | | [ticket/13672] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13672
| * | | | [ticket/13672] Allow changing the data from the user-submitted reportbrunoais2015-03-051-0/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-13672
* | | | | Merge pull request #3468 from brunoais/ticket/13668Joas Schilling2015-05-281-5/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13668] Allow changing the query to obtain the user-submitted report * brunoais/ticket/13668: [ticket/13668] Removed bogus sting concatenation [ticket/13668] BUMP version to 3.1.5-dev [ticket/13668] Allow changing the query to obtain the user-submitted report. [ticket/13668] Convert the mcp report_details query to a built query
| * | | | | [ticket/13668] Removed bogus sting concatenationbrunoais2015-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13668
| * | | | | [ticket/13668] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13668
| * | | | | [ticket/13668] Allow changing the query to obtain the user-submitted report.brunoais2015-03-051-0/+19
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13668
| * | | | [ticket/13668] Convert the mcp report_details query to a built querybrunoais2015-03-051-5/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-13668
* | | | | Merge pull request #3457 from brunoais/ticket/13661Joas Schilling2015-05-281-15/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13661] Add event to allow editing the queries used to get the logs * brunoais/ticket/13661: [ticket/13661] BUMP version to 3.1.5-dev [ticket/13661] Brackets in their own line [ticket/13661] Re-Fixed $log_type -> $log_time [ticket/13661] Wrong event @since version [ticket/13661] Removed superfluous whitespace [ticket/13661] bugfix: The conditional is the log_time, not log_type [ticket/13661] Fixed the "FROM" in the built query. [ticket/13661] Add event to allow editing the queries used to get the logs [ticket/13661] Transform queries to get logs and log count into built queries
| * | | | | [ticket/13661] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13661
| * | | | | [ticket/13661] Brackets in their own linebrunoais2015-03-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I didn't even notice that I used my own coding guidelines there... Thanks to MGaetan89 for pointing it out. PHPBB3-13661
| * | | | | [ticket/13661] Re-Fixed $log_type -> $log_timebrunoais2015-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to goof for pointing it out... PHPBB3-13661
| * | | | | [ticket/13661] Wrong event @since versionbrunoais2015-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13661
| * | | | | [ticket/13661] Removed superfluous whitespacebrunoais2015-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13661
| * | | | | [ticket/13661] bugfix: The conditional is the log_time, not log_typebrunoais2015-03-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I mistakenly made the log_type the conditional instead of log_time. Thankfully, the automated tests helped finding this mistake. PHPBB3-13661
| * | | | | [ticket/13661] Fixed the "FROM" in the built query.brunoais2015-03-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was doing it wrong by giving a string to the FROM clause in the built query. PHPBB3-13661
| * | | | | [ticket/13661] Add event to allow editing the queries used to get the logsbrunoais2015-03-011-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13661
| * | | | | [ticket/13661] Transform queries to get logs and log count into built queriesbrunoais2015-02-281-15/+23
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13661
* | | | | Merge pull request #3635 from nickvergessen/ticket/13808Marc Alexander2015-05-281-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/13808] Fix version
| * | | | [ticket/13808] Fix versionJoas Schilling2015-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13808
* | | | | Merge remote-tracking branch 'Wolfsblvt/ticket/13787' into 3.1.xCesar G2015-05-281-13/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * Wolfsblvt/ticket/13787: [ticket/13787] Remove duplicate entry of poll_delete in prosilver template
| * | | | [ticket/13787] Remove duplicate entry of poll_delete in prosilver templateWolfsblvt2015-04-271-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When options are shown and poll delete is allowed, the option to delete polls is shown twice. This is fixed here by moving the if poll delete check out of the outer if, wich makes it also more consistent with the new event. PHPBB3-13787
* | | | | Merge pull request #3600 from dragosvr92/ticket/13808Joas Schilling2015-05-283-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13808] search_body_form_before
| * | | | | [ticket/13808] search_body_form_beforedragosvr922015-05-093-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extensions may be designed to add secondary search options, such as Google search in the search_body.html. There are no events in the searchbody, so this should be merged. PHPBB3-13808
* | | | | | Merge pull request #3435 from rxu/ticket/13648Joas Schilling2015-05-282-0/+69
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13648] Allow extensions using custom bbcode validation methods
| * | | | | | [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-072-0/+69
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | PHPBB3-13648
* | | | | | Merge pull request #3631 from rxu/ticket/13868Marc Alexander2015-05-281-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | [ticket/13868] Correctly handle acp/mcp/ucp modules lang files for extensions
| * | | | | [ticket/13868] Correctly handle acp/mcp/ucp modules lang files for extensionsrxu2015-05-271-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-13868
* | | | | Merge pull request #3624 from VSEphpbb/ticket/13861Marc Alexander2015-05-221-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13861] Fix undefined variables in style update migration
| * | | | | [ticket/13861] Fix undefined variables in style update migrationMatt Friedman2015-05-211-3/+3
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-13861
* | | | | Merge pull request #3619 from javiexin/ticket/13852Tristan Darricau2015-05-191-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13852] Consistent tab navigation when login in
| * | | | | [ticket/13852] Consistent tab navigation when login injaviexin2015-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tabindex attribute to input elements in index_body.html to make tab navigation consistent with that of login_body.html. PHPBB3-13852
* | | | | | Merge pull request #3601 from nickvergessen/ticket/13827Nicofuma2015-05-171-3/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13827] Correctly return JSON instead of HTML when valled from AJAX
| * | | | | | [ticket/13827] Use JsonResponse instead of our hacky json_response with exit()Joas Schilling2015-05-141-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13827