rxu
478a4c4133
[ticket/14064] Add template events to ucp_pm_history.html
...
PHPBB3-14064
2015-08-03 03:48:20 +07:00
Marc Alexander
4bf0534bf9
[ticket/13982] Remove extra new line
...
PHPBB3-13982
2015-07-23 18:05:12 +02:00
Marc Alexander
da53d95b95
Merge pull request #3739 from javiexin/ticket/13982
...
[ticket/13982] Add events around ranks
Conflicts:
phpBB/docs/events.md
2015-07-23 12:10:27 +02:00
Marc Alexander
b24ce02526
[ticket/13899] Use multi-line definition for vars array
...
PHPBB3-13899
2015-07-23 08:54:13 +02:00
Marc Alexander
5e7550ee53
[ticket/13899] Fix doc block arrangement and add @changed info
...
PHPBB3-13899
2015-07-22 19:18:01 +02:00
david63
84d302a2fd
[ticket/13899] Add items to core.search_results_modify_search_title
...
PHPBB3-13899
2015-07-22 19:15:37 +02:00
Marc Alexander
5da50fcf6e
Merge pull request #3719 from javiexin/ticket/13911
...
[ticket/13911] Add events to configure options for profile fields
2015-07-22 10:37:16 +02:00
Marc Alexander
e686f8bbdf
Merge pull request #3786 from marc1706/ticket/13311
...
[ticket/13311] Add core event on acp_forums for forum content deletes
2015-07-22 10:30:52 +02:00
Marc Alexander
23aed66473
[ticket/13311] Remove whitespace at end of line
...
PHPBB3-13311
2015-07-22 09:54:28 +02:00
Marc Alexander
49bffc1851
[ticket/13843] Fix merge issues and update @since version
...
PHPBB3-13843
2015-07-22 09:45:55 +02:00
alf007
8b21e7c0d9
[ticket/13843] Add templates events to insert custom panel in posting
...
Events added in events.md
Add in template posting_editor.html for link to custom panel
Add in template posting_layout.html for include of custom panel template body
PHPBB3-13843
2015-07-22 09:43:59 +02:00
Marc Alexander
ce937346f3
[ticket/13311] Update @since to 3.1.6-RC1
...
PHPBB3-13311
2015-07-22 09:29:22 +02:00
alf007
e30c6caac8
[ticket/13311] Add core event on acp_forums for forum content deletes
...
Event added for the function delete_forum_content() in
includes/acp/acp_forums.php, so that you can insert any extension's table(s)
to be updated when forum content is deleted
Incude parameters forum_id, topic_ids and post_counts
PHPBB3-13311
2015-07-22 09:25:19 +02:00
Marc Alexander
6b658874bb
Merge pull request #3754 from rxu/ticket/14002
...
[ticket/14002] Add template events before/after user details in ucp_main_front.html
2015-07-20 13:06:29 +02:00
Marc Alexander
ebf0bc2134
Merge pull request #3780 from RMcGirr83/ticket/13815
...
[ticket/13815] Event parameters in posting have no effect
2015-07-20 09:39:35 +02:00
Tristan Darricau
203bd4edd5
Merge pull request #3772 from VSEphpbb/ticket/14018
...
[ticket/14018] Fix responsive quick link menus
* VSEphpbb/ticket/14018:
[ticket/14018] Update CSS for handling quick link menus
[ticket/14018] Fix responsive quick link menus
2015-07-19 22:22:17 +02:00
Richard McGirr
8b981f9ccd
[ticket/13815] Event parameters in posting have no effect
...
PHPBB3-13815
2015-07-19 06:25:59 -04:00
Matt Friedman
d548a2aa3e
[ticket/14018] Update CSS for handling quick link menus
...
PHPBB3-14018
2015-07-17 14:35:14 -07:00
Marc Alexander
56251adc24
Merge pull request #3732 from kinerity/ticket/13974
...
[ticket/13974] Add core.mcp_change_poster_after event
2015-07-17 16:15:22 +02:00
Marc Alexander
4262dfeaef
Merge pull request #3731 from marcovo/ticket/13971
...
[ticket/13971] Add draft_id var to core.posting_modify_template_vars
2015-07-17 16:08:28 +02:00
Marc Alexander
100fd39c5e
Merge pull request #3593 from satanasov/ticket/13817
...
[ticket/13817] Add core.update_session event
2015-07-17 13:35:15 +02:00
javiexin
de75a3577f
[ticket/13982] Add events around ranks
...
Add events to present information around ranks in the memberlist,
user profile, viewtopic profile and private message profile.
Slight repositioning of events in the memberlist.
PHPBB3-13982
2015-07-17 11:42:44 +02:00
Matt Friedman
ae31a604e6
[ticket/14018] Fix responsive quick link menus
...
PHPBB3-14018
2015-07-16 09:11:24 -07:00
Marc Alexander
b002948e21
Merge pull request #3755 from RMcGirr83/ticket/14004
...
[ticket/14004] Add user_info to core event
2015-07-16 08:35:10 +02:00
Marc Alexander
3768f7f2b8
Merge pull request #3737 from javiexin/ticket/13980
...
[ticket/13980] Uploaded avatar not removed when new is uploaded
2015-07-15 13:44:19 +02:00
Stanislav Atanasov
0d7f8ba8af
[ticket/13817] Fix target version
...
PHPBB3-13817
2015-07-12 19:28:45 +03:00
Richard McGirr
629a826f5b
[ticket/14004] Add user_info to core event
...
PHPBB3-14004
2015-07-12 08:30:49 -04:00
rxu
42dc7eb0f5
[ticket/14002] Add template events before/after user details in ucp_main_front
...
PHPBB3-14002
2015-07-11 17:51:03 +07:00
Marc Alexander
05f1476fc9
Merge pull request #3741 from rxu/ticket/13984
...
[ticket/13984] Fix the call of Ajax loading indicator
2015-07-10 13:13:20 +02:00
javiexin
d0cdc5553a
[ticket/13980] Uploaded avatar not removed when new is uploaded
...
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
2015-07-09 15:31:28 +02:00
Marc Alexander
f576f42b4d
Merge pull request #3749 from VSEphpbb/ticket/13995
...
[ticket/13995] Fixes for invalid HTML in docs and phpBB
2015-07-08 22:52:16 +02:00
Matt Friedman
04d34e6c8b
[ticket/13995] Invalid avatar HTML missing space between elements
...
PHPBB3-13995
2015-07-07 20:10:18 -07:00
Matt Friedman
6294c45bd3
[ticket/13995] Remove invalid name element from anchors in Docs
...
PHPBB3-13995
2015-07-07 20:09:47 -07:00
Matt Friedman
498a516017
[ticket/13995] Remove deprecated projection media type
...
PHPBB3-13995
2015-07-07 20:09:01 -07:00
Kailey Truscott
4ac2256683
[ticket/13955] Revert changes made in previous commit
...
Revert the javascript function change
Place the families code on it's own line
PHPBB3-13955
2015-07-06 16:43:57 -04:00
Kailey Truscott
886ca1dbb9
[ticket/13955] Fix javascript to conform to Google and add simple_header
...
Fix the javascript code to conform to Google Fonts standard
Add code to fix simple_header
PHPBB3-13955
2015-07-06 01:43:03 -04:00
rxu
73ba70e98c
[ticket/13984] Fix the call of Ajax loading indicator
...
PHPBB3-13984
2015-07-04 14:36:28 +07:00
Kailey Truscott
b346f216c2
[ticket/13955] Fix WebFontConig to load web fonts correctly
...
Fix overall_header's WebFontConfig section to load fonts correctly
in all browsers.
PHPBB3-13955
2015-07-03 23:44:43 -04:00
javiexin
ed3f46a9b1
[ticket/13982] Add events around ranks
...
Add events to present information around ranks in the memberlist,
user profile, viewtopic profile and private message profile.
PHPBB3-13982
2015-07-04 01:51:06 +02:00
javiexin
352e995674
[ticket/13980] Uploaded avatar not removed when new is uploaded
...
Remove the previously uploaded avatar when a new one with a different
extension is uploaded
PHPBB3-13980
2015-07-03 19:40:09 +02:00
Joas Schilling
60b4d5132f
Merge pull request #3734 from RMcGirr83/ticket/13759
...
[ticket/13759] Initial commit broke timestamps when quoting a post.
2015-07-03 17:16:28 +02:00
RMcGirr83
18a08e1af1
[ticket/13579] This commit corrects the regression.
...
PHPBB3-13759
2015-07-02 20:43:14 -04:00
Tristan Darricau
2be39c5a8f
Merge pull request #3654 from s9e/ticket/13880
...
[ticket/13880] Automatically remove quotes that are nested too deep
2015-06-29 11:33:00 +02:00
Kailey Truscott
cc23ac887c
[ticket/13974] Change userdata type from string to array
...
Change the docblock for userdata from string to array.
PHPBB3-13974
2015-06-28 14:31:02 -04:00
Kailey Truscott
607f2e791f
[ticket/13974] Add core.mcp_change_poster_after event
...
Create a new event to perform additional tasks after chainging a post's
poster.
PHPBB3-13974
2015-06-28 01:14:08 -04:00
Joas Schilling
7b903919bf
Merge pull request #3620 from VSEphpbb/ticket/13818
...
[ticket/13818] Add Extension and Style CDB Links into ACP Management pages
2015-06-27 14:54:33 +02:00
javiexin
d0cf674f33
[ticket/13911] Add events to configure options for profile fields
...
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number again.
PHPBB3-13911
2015-06-27 12:45:56 +02:00
Marco Kubuntu
6f18963636
[ticket/13971] Add draft_id var to event core.posting_modify_template_vars
...
Added draft_id to the core.posting_modify_template_vars event in posting.php,
to provide the ability to use the 'checked' draft_id in extensions,
in addition to the 'raw' draft_id provided in earlier events in posting.php
PHPBB3-13971
2015-06-27 12:38:31 +02:00
Joas Schilling
7b93df1522
Merge pull request #3714 from marc1706/ticket/13951
...
[ticket/13951] Make sure the page number is an integer
2015-06-27 11:14:23 +02:00
Joas Schilling
2237030398
Merge pull request #3725 from RMcGirr83/ticket/13962
...
[ticket/13962] MCP Queue dropdown for forum selection
2015-06-27 11:01:47 +02:00