aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3822 from brunoais/ticket/14083Marc Alexander2015-08-091-0/+4
|\ | | | | | | [ticket/14083] Fix wrong variables from previous commit
| * [ticket/14083] Fix wrong variables from previous commitbrunoais2015-08-081-0/+4
| | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13693 PHPBB3-14083
* | [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
|/ | | | | | Fixing variables wrongly attributed in PHPBB3-13686 PHPBB3-14082
* Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-7/+67
|\ | | | | | | [ticket/13981] Add events to capture avatar deletion or overwriting
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-241-3/+3
| | | | | | | | | | | | | | | | An event to capture new avatar moving in place (and maybe overwriting existing avatar), and another to capture deletion. Includes better error processing. Rename event. PHPBB3-13981
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix typo. PHPBB3-13981
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-171-6/+10
| | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-091-0/+10
| | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. PHPBB3-13981
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-031-6/+52
| | | | | | | | PHPBB3-13981
* | [ticket/13711] Notifications are sent to inactive usersRMcGirr832015-07-271-1/+1
| | | | | | | | PHPBB3-13711
* | Merge pull request #3593 from satanasov/ticket/13817Marc Alexander2015-07-171-4/+54
|\ \ | | | | | | | | | [ticket/13817] Add core.update_session event
| * | [ticket/13817] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | | | | | | | | | | | PHPBB3-13817
| * | [ticket/13817] fix after for session_updateStanislav Atanasov2015-06-241-3/+3
| | | | | | | | | | | | | | | | | | Fix wrong variables passed to create session event PHPBB3-13817
| * | [ticket/13817] Add read-only notes to eventsStanislav Atanasov2015-06-201-0/+3
| | | | | | | | | | | | PHPBB3-13817
| * | [ticket/13817] Fix missing var namesStanislav Atanasov2015-06-201-0/+1
| | | | | | | | | | | | | | | | | | Var names in doc block PHPBB3-13817
| * | [ticket/13817] Add _afterStanislav Atanasov2015-06-201-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested events are named *_after core.session_start_after is moved after USERS_TABLE update to prevent returning session data from extensions PHPBB3-13817
| * | [ticket/13817] Change trgger_event to dispatchStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | Fix no event parameters PHPBB3-13817
| * | [ticket/13817] Fix empty eventStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | Try adding event with no parameters PHPBB3-13817
| * | [ticket/13817] Fix empty vars arrayStanislav Atanasov2015-06-201-2/+1
| | | | | | | | | | | | PHPBB3-13817
| * | [ticket/13817] Fix missing phpbb_dispatcherStanislav Atanasov2015-06-201-3/+17
| | | | | | | | | | | | | | | | | | Fix missing phpbb_dispatcher and add event to session_create PHPBB3-13817
| * | [ticket/13817] Add session_kill and session_gcStanislav Atanasov2015-06-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket was changed to add few more session related events core.session_kill - send user_id and session_id core.session_gc - just triger event PHPBB3-13817
| * | [ticket/13817] Change sinceStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | As requested by nickvergessen PHPBB3-13817
| * | [ticket/13817] Add core.update_session eventStanislav Atanasov2015-06-201-1/+12
| | | | | | | | | | | | | | | | | | Add core.update_session event in \phpbb\session.php PHPBB3-13817
* | | Merge pull request #3737 from javiexin/ticket/13980Marc Alexander2015-07-151-0/+7
|\ \ \ | | | | | | | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploaded
| * | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-091-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded, using existing delete method PHPBB3-13980
| * | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
| | |/ | |/| | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded PHPBB3-13980
* | | [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-1/+1
| | | | | | | | | | | | PHPBB3-13995
* | | [ticket/13952] Fix docblocksrxu2015-06-201-6/+40
| | | | | | | | | | | | PHPBB3-13952
* | | [ticket/13952] Inject dispatcher dependency to the tidy search cron taskrxu2015-06-201-2/+5
| |/ |/| | | | | PHPBB3-13952
* | [ticket/13903] Replacing regexp path naming for container by md5.Wardormeur2015-06-161-2/+1
| | | | | | | | | | | | | | Replacement of the path creation based on a blacklist by a md5 filename to support broader configurations PHPBB3-13903
* | Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-1610-11/+12
|\ \ | | | | | | | | | [ticket/13882] Lazy load the notification avatars.
| * | [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-2810-11/+12
| | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-142-1/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | | [prep-release-3.1.5] Add migration for 3.1.5Joas Schilling2015-06-141-0/+31
| | | |
| * | | [ticket/13942] Check if path to language file contains language pathMarc Alexander2015-06-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13942
* | | | Merge pull request #3704 from Nicofuma/ticket/13941Andreas Fischer2015-06-131-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 * Nicofuma/ticket/13941: [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3
| * | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3Tristan Darricau2015-06-131-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13941
* | | | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-111-0/+31
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | [prep-release-3.1.5] Add migration for 3.1.5-RC1Joas Schilling2015-06-091-0/+31
| | | |
* | | | Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-094-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
| * | | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-074-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13930
* | | | Merge pull request #3551 from rxu/ticket/13779Joas Schilling2015-06-091-4/+18
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13779] Set new auth options to the role only if matching the role type
| * | | | [ticket/13779] Set new auth options to the role only if matching the role typerxu2015-04-261-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrations' permission tool allows setting permissions to the role which doesn't match the role type, e.g. m_ permissions for u_ role types and so on. As one of side effects, this may lead to granting users moderative/admin permissions silently. With this patch the only new permissions matching the role type will be set. PHPBB3-13779
* | | | | Merge pull request #3486 from brunoais/ticket/13693Marc Alexander2015-06-091-0/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13693] Allow modifying the MySQL author search query
| * | | | | [ticket/13693] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13693
| * | | | | [ticket/13693] Allow modifying the MySQL author search querybrunoais2015-03-121-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13693
* | | | | | Merge pull request #3485 from brunoais/ticket/13694Marc Alexander2015-06-091-0/+49
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13694] Allow modifying the Postgres native author search query for results
| * | | | | | [ticket/13694] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13694
| * | | | | | [ticket/13694] Allow modifying the Postgres native author search querybrunoais2015-03-121-0/+49
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13694
* | | | | | Merge pull request #3484 from brunoais/ticket/13691Marc Alexander2015-06-091-0/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13691] Allow modifying the fulltext native search query for total results for author