aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12662] Username <span> fix for list columnsPayBas2014-06-262-6/+2
| | | | PHPBB3-12662
* [ticket/12662] Fix notifications dropdown positioning for RTLPayBas2014-06-253-2/+16
| | | | PHPBB3-12662
* [ticket/12662] Update subsilver2 index template event namesPayBas2014-06-251-2/+2
| | | | PHPBB3-12662
* [ticket/12662] Update events docs from b5 to rc1/rc2PayBas2014-06-251-9/+10
| | | | PHPBB3-12662
* [ticket/12662] Move dropdown container from <li> to new inner divPayBas2014-06-252-19/+26
| | | | PHPBB3-12662
* [ticket/12662] Remove linklist container and update template eventsPayBas2014-06-254-15/+13
| | | | PHPBB3-12662
* [ticket/12662] Add span containers to all usernames for consistencyPayBas2014-06-251-2/+2
| | | | PHPBB3-12662
* [ticket/12662] IE8 fixesPayBas2014-06-252-2/+6
| | | | PHPBB3-12662
* [ticket/12662] Fix responsive positioning of notifications dropdownPayBas2014-06-252-3/+3
| | | | PHPBB3-12662
* [ticket/12662] Remove inherited props from ddown-extendendedPayBas2014-06-251-3/+0
| | | | PHPBB3-12662
* [ticket/12662] Change CSS selectors to direct descendants for linklistPayBas2014-06-254-47/+34
| | | | PHPBB3-12662
* [ticket/12662] Reorder icon CSS rules alphabeticallyPayBas2014-06-251-30/+30
| | | | | | Was getting a bit disorganized PHPBB3-12662
* [ticket/12662] Use slack variable to determine line-break sensitivityPayBas2014-06-251-4/+5
| | | | PHPBB3-12662
* [ticket/12662] Change new event names and fix events.mdPayBas2014-06-252-39/+39
| | | | | | Previously merged PR said b4 instead of b5, also not alphabetical. PHPBB3-12662
* [ticket/12662] Fix recently merged PR changes lost in rebasePayBas2014-06-251-6/+7
| | | | PHPBB3-12662
* [ticket/12662] Update PR after ticket/12553 mergePayBas2014-06-251-2/+2
| | | | | | | Rebasing was a nightmare with all the code moving around between commits. Hopefully this will merge without a rebase. PHPBB3-12662
* [ticket/12662] Improve template checksPayBas2014-06-254-30/+24
| | | | | | And changed _CLEAN to _SIMPLE, and move teamlink events PHPBB3-12662
* [ticket/12662] Added ARIA functionalityPayBas2014-06-253-33/+27
| | | | PHPBB3-12662
* [ticket/12662] Improve icons and footer linksPayBas2014-06-255-2/+3
| | | | PHPBB3-12662
* [ticket/12662] Fix rounding problems when detecting relative heightPayBas2014-06-251-4/+4
| | | | | | | Firefox and IE round subpixels up, while webkit rounds down. So we have to account for that. PHPBB3-12662
* [ticket/12662] RTL (bidi.css) fixesPayBas2014-06-252-9/+21
| | | | PHPBB3-12662
* [ticket/12662] Enable responsive linkslist for IE8PayBas2014-06-257-178/+163
| | | | | | Also fixed arrow color PHPBB3-12662
* [ticket/12662] Initial setupPayBas2014-06-2520-111/+290
| | | | PHPBB3-12662
* [ticket/12766] Event exporter does not like RCx as versionPayBas2014-06-252-2/+2
| | | | PHPBB3-12766
* [prep-release-3.1.0-RC1] Update phpBB Version for RC2 developmentJoas Schilling2014-06-252-2/+2
|
* [prep-release-3.1.0-RC1] Add changelog for 3.1.0-RC1Joas Schilling2014-06-241-0/+118
|
* [prep-release-3.1.0-RC1] Prepare ChangelogJoas Schilling2014-06-241-28/+31
|
* [prep-release-3.1.0-RC1] Add migration for 3.1.0-RC1Joas Schilling2014-06-241-0/+39
|
* [prep-release-3.1.0-RC1] Update version to 3.1.0-RC1Joas Schilling2014-06-245-7/+7
|
* Merge pull request #2648 from dhruvgoel92/ticket/12562Andreas Fischer2014-06-242-6/+4
|\ | | | | | | | | | | | | Revert "[ticket/12562] Add max-width to proSilver" * dhruvgoel92/ticket/12562: [ticket/12562] Revert "Add max-width to proSilver"
| * [ticket/12562] Revert "Add max-width to proSilver"Dhruv2014-06-252-6/+4
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12562 PHPBB3-12562
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-243-2/+31
|\ \ | |/ |/| | | | | | | | | | | | | * develop-olympus: [ticket/12755] Apply de morgan to conditional [ticket/12755] Terminate upload loop if upload reaches filesize [ticket/12755] Change upload in remote_upload() method to fit get_remote_file [ticket/12755] Add language string for timed out remote upload [ticket/12755] Add timeout to remote upload to prevent infinite loop
| * [ticket/12755] Apply de morgan to conditionalMarc Alexander2014-06-241-1/+1
| | | | | | | | PHPBB3-12755
| * [ticket/12755] Terminate upload loop if upload reaches filesizeMarc Alexander2014-06-241-2/+12
| | | | | | | | | | | | | | Terminate the upload loop if the expected filesize has been reached instead of trying to read more bytes until the timeout has been reached. PHPBB3-12755
| * [ticket/12755] Change upload in remote_upload() method to fit get_remote_fileMarc Alexander2014-06-241-12/+14
| | | | | | | | PHPBB3-12755
| * [ticket/12755] Add language string for timed out remote uploadMarc Alexander2014-06-233-1/+3
| | | | | | | | PHPBB3-12755
| * [ticket/12755] Add timeout to remote upload to prevent infinite loopMarc Alexander2014-06-211-0/+15
| | | | | | | | PHPBB3-12755
* | Merge pull request #2646 from prototech/ticket/12750Andreas Fischer2014-06-242-2/+6
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12750] Center installation page copyright text. * prototech/ticket/12750: [ticket/12750] Center installation page copyright text.
| * | [ticket/12750] Center installation page copyright text.Cesar G2014-06-242-2/+6
| | | | | | | | | | | | PHPBB3-12750
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12612' into ↵Nils Adermann2014-06-2416-97/+109
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12612: [ticket/12612] Prefix check_ids() with phpbb_ [ticket/12612] Prefix mcp_sorting() with phpbb_ [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused global [ticket/12612] Prefix module url functions with phpbb_ [ticket/12612] Prefix upload_popup() with phpbb_ [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused global [ticket/12612] Prefix custom UCP module function with phpbb_ [ticket/12612] Prefix _sort_last_active() with phpbb_ [ticket/12612] Prefix show_profile() with phpbb and delete unused global
| * | | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-236-17/+17
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-236-7/+7
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-2310-39/+39
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-234-27/+31
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-232-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-232-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix custom UCP module function with phpbb_Joas Schilling2014-06-232-2/+10
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix _sort_last_active() with phpbb_Joas Schilling2014-06-232-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12612
| * | | [ticket/12612] Prefix show_profile() with phpbb and delete unused globalJoas Schilling2014-06-232-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12612
* | | | Merge remote-tracking branch 'PayBas/ticket/12562' into develop-ascraeusCesar G2014-06-232-4/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * PayBas/ticket/12562: [ticket/12562] Add max-width to proSilver