Zoddo
2e10961fff
[ticket/14014] Add core.mcp_forum_view_before event
...
This event can be used to get some data in order to execute other actions.
PHPBB3-14014
2015-07-15 15:55:55 +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
Zoddo
92703127d3
[ticket/14013] Add documentation for acp_forums_custom_settings
...
PHPBB3-14013
2015-07-15 02:05:33 +02:00
Zoddo
3a62903fd1
[ticket/14013] Add acp_forums_custom_settings event
...
PHPBB3-14013
2015-07-15 01:25:06 +02:00
Zoddo
e69d23dc88
[ticket/14006] Add core.ucp_register_agreement event
...
It allows to execute code before the agreements are displayed.
PHPBB3-14006
2015-07-12 19:25:05 +02:00
Stanislav Atanasov
0d7f8ba8af
[ticket/13817] Fix target version
...
PHPBB3-13817
2015-07-12 19:28:45 +03:00
rxu
9ab4b30739
[ticket/14005] Allow extensions control post buttons displaying
...
PHPBB3-14005
2015-07-12 20:41:28 +07: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
4b54df8d45
[ticket/13981] Add events to capture avatar deletion or overwriting
...
An event to capture overwriting, and another to capture deletion.
Includes better error processing.
PHPBB3-13981
2015-07-09 16:33:56 +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
23db3d0b83
[ticket/13995] Remove projection from tests
...
PHPBB3-13995
2015-07-08 08:11:04 -07: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
Marc Alexander
1bd20eb273
Merge pull request #3740 from kinerity/ticket/13955
...
[ticket/13955] Fix WebFontConig to load web fonts correctly
2015-07-07 10:46:47 +02: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
javiexin
51bb51124a
[ticket/13748] Wrong tooltip after poll vote change
...
Store the "voted" tooltip in an extra attribute in HTML, and use it
with the JS that refreshes after poll vote. Use L_ language string
instead of LA_ language string.
PHPBB3-13748
2015-07-06 11:39:28 +02: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
e0efd5ee57
[ticket/13981] Add events to capture avatar deletion or overwriting
...
PHPBB3-13981
2015-07-03 21:39:36 +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
javiexin
80fee7422c
[ticket/13934] Add enctype clause for profile fields
...
Adds a template variable (the same) in all places where profile fields
may need an enctype clause in the corresponding forms.
PHPBB3-13934
2015-06-30 14:35:01 +02: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
Joas Schilling
dbd653327c
Merge pull request #3729 from Zoddo/ticket/13967
...
[ticket/13967] Use HTTPS on phpbb.com links
2015-06-27 10:53:36 +02:00
JoshyPHP
ae2237f640
[ticket/13880] Replaced the quote regexp to allow brackets
...
This matches the regexp used in bbcode::bbcode_cache_init()
PHPBB3-13880
2015-06-27 04:25:54 +02:00
JoshyPHP
817db2f135
[ticket/13880] Automatically remove quotes that are nested too deep
...
PHPBB3-13880
2015-06-27 02:52:26 +02:00
Zoddo
8bb48b575d
[ticket/13967] Use HTTPS on phpbb.com links
...
This fix the HTTPS breaking issue on the BBCode FAQ.
PHPBB3-13967
2015-06-26 14:53:05 +02:00
Marc Alexander
7d7b536874
Merge pull request #3728 from Crizz0/ticket/13966
...
[ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_…
2015-06-26 10:19:58 +02:00
Crizzo
ef6af2682b
[ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_post
...
PHPBB3-13966
2015-06-25 22:22:56 +02:00
Marc Alexander
84bbd4490e
Merge pull request #3538 from RMcGirr83/ticket/13759
...
[ticket/13759] Take post_time into account
2015-06-24 08:54:45 +02:00
Marc Alexander
11e312f41c
Merge pull request #3528 from RMcGirr83/ticket/13598
...
[ticket/13598] Allow topic lock on topic creation
2015-06-24 08:51:57 +02:00
Stanislav Atanasov
82bc9baa24
[ticket/13817] fix after for session_update
...
Fix wrong variables passed to create session event
PHPBB3-13817
2015-06-24 04:34:34 +03:00
RMcGirr83
2ec5c5de17
[ticket/13962] MCP Queue dropdown for forum selection
...
PHPBB3-13962
2015-06-23 13:26:47 -04:00
javiexin
bd40f2f619
[ticket/13960] Profile field validation breaks ACP
...
Make sure new step is calculated only if no error has been identified
during validation. Also, cleanup redundant code in acp_profile.php.
PHPBB3-13960
2015-06-23 11:02:08 +02:00
Andreas Fischer
d43da6cee9
Merge pull request #3721 from rxu/ticket/13952
...
[ticket/13952] Inject event dispatcher dependency to the tidy search cron task
* rxu/ticket/13952:
[ticket/13952] Fix docblocks
[ticket/13952] Inject dispatcher dependency to the tidy search cron task
2015-06-22 00:45:42 +02:00
Andreas Fischer
abf98f92e6
Merge pull request #3722 from rxu/ticket/13948
...
[ticket/13948] Correctly forwarding to the RIR for whois feature
* rxu/ticket/13948:
[ticket/13948] Correctly forwarding to the RIR for whois feature
2015-06-21 21:53:03 +02:00