aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [feature/events] Adding core.build_cfg_template eventErik Frèrejean2012-08-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42801 for referance. PHPBB3-9550
| * | | [feature/events] Fixing events issuesMichael Cullum2012-08-012-3/+2
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Add `core.page_footer_override`Erik Frèrejean2012-08-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a ledge that will allow listeners to override the build in `page_footer` function. http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037 PHPBB3-9550
| * | | [feature/events] Add `core.page_header_override`Erik Frèrejean2012-08-011-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a ledge that will allow listeners to override the build in `page_header` function. http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037 PHPBB3-9550
| * | | [feature/events] Fixing issues with eventsMichael Cullum2012-08-011-1/+0
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-016-15/+15
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Remove core.acp_modules_modules eventMichael Cullum2012-08-011-17/+6
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-016-45/+15
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Fix info/acp_modules.php completlyJoas Schilling2012-08-011-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Fix ledges in ACP and apply coding guidelinesJoas Schilling2012-08-013-6/+6
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Adding core.mcp_forum_topicrow ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Remove unnecessary ledge common_template_varsJoas Schilling2012-08-011-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | core.page_header is more powerful and includes all functionality of this one. PHPBB3-9550
| * | | [feature/events] Adding ledge ucp_zebra_addJoas Schilling2012-08-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge ucp_zebra_removeJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge ucp_pm_viewmesssageJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge display_custom_bbcodesJoas Schilling2012-08-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge display_custom_bbcodes_rowJoas Schilling2012-08-011-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge generate_smilies_footerJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding core.acp_profile_edit ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Adding core.acp_modules_modules ledgeMichael Cullum2012-08-011-6/+17
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Adding core.acp_users_overview ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Fixing core.acp_forums_add_forum_dataMichael Cullum2012-08-011-5/+5
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Add core.acp_foruns_add_forum_data ledgeMichael Cullum2012-08-011-0/+5
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Adding ledge group_set_user_defaultJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge group_user_delJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge group_deleteJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledges user_deleteJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Adding ledge user_update_nameJoas Schilling2012-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550
| * | | [feature/events] Add core.common_template_vars ledgeMichael Cullum2012-08-011-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | Needed by board3portal PHPBB3-9550
| * | | [feature/events] Replace run_hooks calls with event dispatcher.Oleg Pudeyev2012-08-011-8/+19
| | | | | | | | | | | | | | | | PHPBB3-9550
| * | | [feature/events] Started on hooks for advanced last topic titles mod.Oleg Pudeyev2012-08-011-0/+9
| | | | | | | | | | | | | | | | PHPBB3-9550
* | | | Merge PR #954 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-181-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed
| * | | | [ticket/11032] fix language of error displayedDhruv2012-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Language of the error displayed is modified. PHPBB3-11032
* | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11052' into developDavid King2012-08-154-7/+7
|\ \ \ \ \
| * | | | | [ticket/11052] update search backend constructor everywhereDhruv2012-08-154-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11052
* | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11052' into developDavid King2012-08-151-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/11052] pass parametes to search construct while postingDhruv2012-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper parameters are passed in search backend constructor in functions_posting.php PHPBB3-11052
* | | | | | [ticket/11054] Fixed $config var descriptionDavid King2012-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11054
* | | | | | [ticket/11054] The user class is phpbb_userDavid King2012-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11054
* | | | | | [ticket/11054] Fixed documentation syntax for @var in extension/controller.phpDavid King2012-08-141-7/+14
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-11054
* | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into developAndreas Fischer2012-08-144-197/+95
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11048: [ticket/11048] use protected instead of private in pgsql fulltext [ticket/11048] use protected instead of private in native search [ticket/11048] remove @access from all docblocks [ticket/11048] use protected instead of private in mysql fulltext [ticket/11048] use protected instead of private in sphinx [ticket/11048] add access specifiers to phpbb native search properties [ticket/11048] add access specifiers to sphinx search [ticket/11048] add access specifiers to phpbb native search [ticket/11048] add access specifiers to mysql search [ticket/11048] add access specifiers to pgsql search
| * | | | | [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] use protected instead of private in sphinxDhruv2012-08-141-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] add access specifiers to sphinx searchDhruv2012-08-101-44/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048
| * | | | | [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048