Matt Friedman
730a05bd30
[ticket/12060] Update the docblock comments in acp core events
...
PHPBB3-12060
2013-12-12 13:59:30 -08:00
Matt Friedman
caca36bc50
[ticket/12060] Refactor u_action in the events that use it
...
PHPBB3-12060
2013-12-12 13:58:59 -08:00
Matt Friedman
6ccec39e43
[ticket/12060] Use $sql_ary instead of $sql
...
PHPBB3-12060
2013-12-12 13:50:13 -08:00
Cesar G
2735982c55
[ticket/12009] Update functional test to check for invalid extensions.
...
PHPBB3-12009
2013-12-12 13:03:04 -08:00
Cesar G
495ded59f3
[ticket/12009] Fix functional tests.
...
PHPBB3-12009
2013-12-12 12:24:16 -08:00
Cesar G
31234b26d8
[ticket/12009] Move valid extensions in tests to correct dir structure.
...
PHPBB3-12009
2013-12-12 10:52:51 -08:00
Matt Friedman
b6eb1f66e1
[ticket/12060] Update docblock for core event due to addition of another var
...
PHPBB3-12060
2013-12-12 10:37:11 -08:00
Matt Friedman
1be42e7ab2
[ticket/12054] Reword descriptions and resort events alphabetically
...
PHPBB3-12054
2013-12-12 10:11:53 -08:00
Matt Friedman
9e0dd14e19
[ticket/12060] Remove re-tabbing of html from subsilver2 files
...
PHPBB3-12060
2013-12-12 09:56:51 -08:00
Matt Friedman
0156136c85
[ticket/12060] Add $update_this_message var to the core event
...
PHPBB3-12060
2013-12-12 09:56:00 -08:00
Matt Friedman
b1e05be6ea
[ticket/12060] Adjust last item in array to use a comma instead of closing parenthesis
...
PHPBB3-12060
2013-12-12 09:55:21 -08:00
Matt Friedman
3659ba884e
[ticket/12060] Copy this_u_action back to original this->u_action var
...
PHPBB3-12060
2013-12-12 09:54:46 -08:00
Oliver Schramm
e6b91de17b
[ticket/10023] Make password change notification more noticeable
...
PHPBB3-10023
2013-12-12 16:57:06 +01:00
Joas Schilling
da6ced59d9
Merge remote-tracking branch 'vsephpbb/ticket/12064' into develop
...
* vsephpbb/ticket/12064:
[ticket/12064] Delete obsolete viewsource.html file from adm/style/
2013-12-12 10:29:31 +01:00
Joas Schilling
4816446c4a
Merge remote-tracking branch 'Marc/ticket/11859' into develop
...
* Marc/ticket/11859:
[ticket/11859] Add missing get_template_name method to test drivers
[ticket/11859] Make avatar drivers return template filename
2013-12-12 10:21:36 +01:00
Cesar G
4d65727acc
[ticket/12009] Do not allow incorrectly structured extensions to be installed.
...
PHPBB3-12009
2013-12-11 23:11:52 -08:00
Joas Schilling
d252ef3f60
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/12061] Fix keyboard shortcut in firefox
Conflicts:
phpBB/styles/prosilver/template/overall_footer.html
2013-12-09 01:23:29 +01:00
Joas Schilling
6658cd279c
Merge remote-tracking branch 'Elsensee/ticket/12061' into develop-olympus
...
* Elsensee/ticket/12061:
[ticket/12061] Fix keyboard shortcut in firefox
2013-12-09 01:21:24 +01:00
Andreas Fischer
d5742d7ec1
Merge remote-tracking branch 'imkingdavid/ticket/12069' into develop
...
* imkingdavid/ticket/12069:
[ticket/12069] Globalize in submit_post()
2013-12-08 21:43:06 +01:00
David King
6b081433c5
[ticket/12069] Globalize in submit_post()
...
PHPBB3-12069
2013-12-08 15:08:30 -05:00
Nathan Guse
b5bfe7b3ca
Merge pull request #1923 from prototech/ticket/12067
...
[ticket/12067] Remove double scrollbar from notifications dropdown.
2013-12-08 12:04:14 -08:00
Nathan Guse
e379b84c7b
Merge pull request #1926 from imkingdavid/ticket/12069
...
[ticket/12069] Fix event documentation
2013-12-08 12:03:33 -08:00
David King
0b76880816
[ticket/12069] Fix event documentation
...
PHPBB3-12069
2013-12-08 15:01:53 -05:00
Nathan Guse
44a0e91ab9
Merge pull request #1925 from imkingdavid/ticket/12069
...
[ticket/12069] Add core.submit_post_end event
2013-12-08 11:47:07 -08:00
David King
fdac051956
[ticket/12069] Add core.submit_post_end event
...
PHPBB3-12069
2013-12-08 14:42:46 -05:00
Cesar G
6098134cc6
[ticket/12067] Remove double scrollbar from notifications dropdown.
...
PHPBB3-12067
2013-12-07 00:43:55 -08:00
Oliver Schramm
204d6781d8
[ticket/12061] Fix keyboard shortcut in firefox
...
PHPBB3-12061
2013-12-06 19:59:33 +01:00
Joas Schilling
71169de823
Merge remote-tracking branch 'prototech/ticket/11241' into develop
...
* prototech/ticket/11241:
[ticket/11241] Retain button gradient when menu is active.
[ticket/11241] Fix the disappearing dropdown when responsive changes take effect
[ticket/11241] Add border to dropdown menu options.
[ticket/11241] Add events & var for extensions to dropdown.
[ticket/11241] Fix the dropdown in RTL languages.
[ticket/11241] Use DEFINE for the block.
[ticket/11241] Consolidate topic actions into "Topic tools" dropdown.
[ticket/11241] Add dropdown control button.
2013-12-06 12:54:32 +01:00
Cesar G
dbe7154065
[ticket/11241] Retain button gradient when menu is active.
...
PHPBB3-11241
2013-12-06 03:32:49 -08:00
Cesar G
664e7862d0
[ticket/11241] Fix the disappearing dropdown when responsive changes take effect
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
42a70154fa
[ticket/11241] Add border to dropdown menu options.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
5579dc2412
[ticket/11241] Add events & var for extensions to dropdown.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
a25b1e6a40
[ticket/11241] Fix the dropdown in RTL languages.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
9c9c20ad55
[ticket/11241] Use DEFINE for the block.
...
PHPBB3-11241
2013-12-06 00:56:31 -08:00
Cesar G
e110d591a9
[ticket/11241] Consolidate topic actions into "Topic tools" dropdown.
...
PHPBB3-11241
2013-12-06 00:56:24 -08:00
Cesar G
4b0410a9d9
[ticket/11241] Add dropdown control button.
...
PHPBB3-11241
2013-12-06 00:44:48 -08:00
Joas Schilling
4684ba0869
Merge remote-tracking branch 'cyberalien/ticket/11979' into develop
...
* cyberalien/ticket/11979:
[ticket/11979] Fix errors in dropdown
[ticket/11979] Add ability to create dropdown menu to prosilver
2013-12-06 09:31:30 +01:00
Matt Friedman
63276dacda
[ticket/12064] Delete obsolete viewsource.html file from adm/style/
...
PHPBB3-12064
2013-12-05 16:29:49 -08:00
Matt Friedman
88aa7b88a4
[ticket/12063] Remove obsolete valign attributes from tr tags
...
PHPBB3-12063
2013-12-05 16:25:51 -08:00
Matt Friedman
f41638ebbf
[ticket/12060] Fix typo in core.acp_bbcodes_edit_add doc block
...
PHPBB3-12060
2013-12-05 13:52:20 -08:00
Matt Friedman
d93200c973
[ticket/12060] Add bbcode tokens array to core.acp_bbcodes_edit_add
...
PHPBB3-12060
2013-12-05 13:49:47 -08:00
Nathan Guse
7f08a33b9f
Merge pull request #1917 from VSEphpbb/ticket/12062
...
[ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACP
2013-12-05 10:08:00 -08:00
Matt Friedman
5530942468
[ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACP
...
PHPBB3-12062
2013-12-05 09:55:52 -08:00
Matt Friedman
fba2c2c680
[ticket/12060] Use actions class for BBCodes list in ACP
...
PHPBB3-12060
2013-12-04 19:36:52 -08:00
Matt Friedman
02ddc181d6
[ticket/12060] Fix a core typo in display_custom_bbcodes doc block
...
PHPBB3-12060
2013-12-04 16:46:28 -08:00
Matt Friedman
feb4ae13f4
[ticket/12060] Add event core.modify_text_for_format_display_after
...
Use this event to modify the text after it is parsed
PHPBB3-12060
2013-12-04 16:45:30 -08:00
Matt Friedman
e179f25154
[ticket/12060] Add event core.modify_bbcode_init
...
Use this event to modify the bbcode data for later parsing
PHPBB3-12060
2013-12-04 16:45:02 -08:00
Matt Friedman
5195f9c299
[ticket/12060] Add event core.display_custom_bbcodes_modify_sql
...
Modify the SQL statement retrieving the custom bbcodes
PHPBB3-12060
2013-12-04 16:44:21 -08:00
Matt Friedman
8f309a70db
[ticket/12060] Add $phpbb_dispatcher to acp_bbcodes.php for events
...
PHPBB3-12060
2013-12-04 16:43:26 -08:00
Matt Friedman
2e33095177
[ticket/12060] Add acp event core.acp_bbcodes_display_bbcodes
...
Modify display of bbcodes in the form
PHPBB3-12060
2013-12-04 16:42:55 -08:00