| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | [feature/events] Adding core.build_cfg_template event | Erik Frèrejean | 2012-08-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42801 for referance. PHPBB3-9550 | |||||
| | * | | | [feature/events] Fixing events issues | Michael Cullum | 2012-08-01 | 2 | -3/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Add `core.page_footer_override` | Erik Frèrejean | 2012-08-01 | 1 | -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èrejean | 2012-08-01 | 1 | -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 events | Michael Cullum | 2012-08-01 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Removing the third trigger_event parameter | Michael Cullum | 2012-08-01 | 6 | -15/+15 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Remove core.acp_modules_modules event | Michael Cullum | 2012-08-01 | 1 | -17/+6 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Change to use the new method of adding events | Michael Cullum | 2012-08-01 | 6 | -45/+15 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Fix info/acp_modules.php completly | Joas Schilling | 2012-08-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Fix ledges in ACP and apply coding guidelines | Joas Schilling | 2012-08-01 | 3 | -6/+6 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding core.mcp_forum_topicrow ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Remove unnecessary ledge common_template_vars | Joas Schilling | 2012-08-01 | 1 | -9/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | core.page_header is more powerful and includes all functionality of this one. PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge ucp_zebra_add | Joas Schilling | 2012-08-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge ucp_zebra_remove | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge ucp_pm_viewmesssage | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge display_custom_bbcodes | Joas Schilling | 2012-08-01 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge display_custom_bbcodes_row | Joas Schilling | 2012-08-01 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge generate_smilies_footer | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding core.acp_profile_edit ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding core.acp_modules_modules ledge | Michael Cullum | 2012-08-01 | 1 | -6/+17 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding core.acp_users_overview ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Fixing core.acp_forums_add_forum_data | Michael Cullum | 2012-08-01 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Add core.acp_foruns_add_forum_data ledge | Michael Cullum | 2012-08-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge group_set_user_default | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge group_user_del | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge group_delete | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledges user_delete | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Adding ledge user_update_name | Joas Schilling | 2012-08-01 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Used by phpBB Gallery PHPBB3-9550 | |||||
| | * | | | [feature/events] Add core.common_template_vars ledge | Michael Cullum | 2012-08-01 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Needed by board3portal PHPBB3-9550 | |||||
| | * | | | [feature/events] Replace run_hooks calls with event dispatcher. | Oleg Pudeyev | 2012-08-01 | 1 | -8/+19 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| | * | | | [feature/events] Started on hooks for advanced last topic titles mod. | Oleg Pudeyev | 2012-08-01 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | PHPBB3-9550 | |||||
| * | | | | Merge PR #954 branch 'dhruvgoel92/ticket/11032' into develop | Oleg Pudeyev | 2012-08-18 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed | |||||
| | * | | | | [ticket/11032] fix language of error displayed | Dhruv | 2012-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Language of the error displayed is modified. PHPBB3-11032 | |||||
| * | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11052' into develop | David King | 2012-08-15 | 4 | -7/+7 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | [ticket/11052] update search backend constructor everywhere | Dhruv | 2012-08-15 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11052 | |||||
| * | | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11052' into develop | David King | 2012-08-15 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | [ticket/11052] pass parametes to search construct while posting | Dhruv | 2012-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper parameters are passed in search backend constructor in functions_posting.php PHPBB3-11052 | |||||
| * | | | | | | [ticket/11054] Fixed $config var description | David King | 2012-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11054 | |||||
| * | | | | | | [ticket/11054] The user class is phpbb_user | David King | 2012-08-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11054 | |||||
| * | | | | | | [ticket/11054] Fixed documentation syntax for @var in extension/controller.php | David King | 2012-08-14 | 1 | -7/+14 | |
| |/ / / / / | | | | | | | | | | | | | | | | PHPBB3-11054 | |||||
| * | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into develop | Andreas Fischer | 2012-08-14 | 4 | -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 fulltext | Dhruv | 2012-08-14 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] use protected instead of private in native search | Dhruv | 2012-08-14 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] remove @access from all docblocks | Dhruv | 2012-08-14 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] use protected instead of private in mysql fulltext | Dhruv | 2012-08-14 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] use protected instead of private in sphinx | Dhruv | 2012-08-14 | 1 | -16/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] add access specifiers to phpbb native search properties | Dhruv | 2012-08-10 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] add access specifiers to sphinx search | Dhruv | 2012-08-10 | 1 | -44/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] add access specifiers to phpbb native search | Dhruv | 2012-08-10 | 1 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
| | * | | | | | [ticket/11048] add access specifiers to mysql search | Dhruv | 2012-08-10 | 1 | -44/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11048 | |||||
