| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The variable $mimetype is not used in the method local_upload() afterwards
so it shouldn't be assigned. The correct default mimetype should be
application/octet-stream and not application/octetstream according to RFC 2046.
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
|
|
|
| |
This should prevent us from having an empty mimetype while uploading a file
using local_upload().
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
| |
PHPBB3-11148
|
| |
|
|
|
|
|
|
| |
The mimetype guesser will be used to get the mimetype of uploaded files.
Until now, this was only used for files uploaded with plupload. If a file
doesn't have a mimetype supplied, we will now try to get the correct mimetype.
PHPBB3-11148
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11528] Refactor install_board( ) into a new mink class
* dhruvgoel92/ticket/11528:
[ticket/11528] Change click_submit() to accept id as param
[ticket/11528] Handle case when config file cant be written by installer
[ticket/11528] Change NULL to null
[ticket/11528] Fix spaces and slashes as per guidelines
[ticket/11528] Add asserts in installation steps
[ticket/11528] Use 'use' keyword to import classes to current scope
[ticket/11528] Move parent::tearDown() to end of tearDown()
[ticket/11528] Call parent::tearDown in overrided tearDown method
[ticket/11528] Instantiate $client, $driver from functional test case
[ticket/11528] Refactor install_board() code into a new class
[ticket/11528] Add behat/mink and mink-goutte-driver as dependency
|
| | |
| |
| |
| | |
PHPBB3-11528
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12532] Add navbar_header_username_append/prepend
* dhruvgoel92/ticket/12532:
[ticket/12532] Move logged_out event into its own <li>
[ticket/12532] Fix tab -> space indentation in events.md
[ticket/12532] Add navbar_header_logged_out_content event
[ticket/12532] Add navbar_header_username_append/prepend
|
| | | |
| | |
| | |
| | | |
PHPBB3-12532
|
| | | |
| | |
| | |
| | | |
PHPBB3-12532
|
| | | |
| | |
| | |
| | | |
PHPBB3-12532
|
| | |/
| |
| |
| | |
PHPBB3-12532
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[Ticket/12696] Add events to ucp_register.html
* lucifer4o/ticket/12696:
[ticket/12696] Typo
[ticket/12696] Change some parts
[ticket/12696] Naming convention changes
[ticket/12696] A small error with events.md perms
[ticket/12696] Add events to evets.md
[ticket/12696] Add prosilver ucp_register
[ticket/12696] Add events to ucp_register.html
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fixing typo
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Change placment of ucp_register_profile_fields_before
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Some changes propsed by nickvergessen
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | | |
docs/events.md was in 755 changed to 644
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Add events in documentation
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Add events to prosilver ucp_register
PHPBB3-12696
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add events to UCP Register template:
ucp_register_before - add before start of registration form fields
ucp_register_after - add after end of registration form fileds
ucp_register_passowrd_after - add event after passowrd field
ucp_register_language_before - add event before language selector
ucp_register_profiles_before - add event just before begining of
registration profile informatiom
All events are inside the registration form fieldset.
All events are inside the registration form
Justification:
Add abbility of extension author to include custom
checks or fields inside the registration form.
Like age check field/verification.
PHPBB3-12696
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12690] Add core.submit_pm_after event
* lucifer4o/ticket/12690:
[ticket/12690] Find a space
[ticket/12690] Remove $msg_id and chmod
[ticket/12690] Add other info to core.submit_pm_after
[ticket/12690] Add core.submit_pm_after event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Lost a spce there ... found it ...
PHPBB3-12690
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove inneded $msg_id
Chmod file to 644
PHPBB3-12690
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added $mode
Added $subject
Added $data
Added $pm_data
PHPBB3-12690
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add core.submit_pm_after to funtion submit_pm.
Event will return just submited msg_id. It should be plased
just before return $data['msg_id'];
Justification:
Using only core.submit_pm_before does not allow to
follow up after message submission.
The message ID is recieved at DB submission.
Some times we need the MSG_ID as identifier
PHPBB3-12690
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12728] Enforce box model sizing on image attachment thumbnails
* VSEphpbb/ticket/12728:
[ticket/12728] Adjust .postimage sizing to 100%
[ticket/12728] Enforce box model sizing on image attachment thumbnails
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12728
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12728
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12563] Changes 2 style specific language variables for better understanding
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12563
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12563
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12563
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12563
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into develop-ascraeus
* github-nickvergessen/ticket/12612-ascraeus:
[ticket/12612] Move functions from mcp.php to functions_mcp.php
[ticket/12612] Move function from ucp.php to functions_user.php
[ticket/12612] Move functions from memberlist.php to functions_display.php
[ticket/12612] Move functions from posting.php to functions_posting.php
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12612
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12612
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12612
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12612
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12761
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12726] Add Code Sniffer sniff ensuring PHP files do not contain any unused use statements
* Nicofuma/ticket/12726:
[ticket/12726] Fix coding style
[ticket/12726] Update error message
[ticket/12726] Fix coding style
[ticket/12726] Ensure PHP files do not contain any unused use statements
[ticket/12726] PSR2.Namespaces.NamespaceDeclaration
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12726
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* PayBas/ticket/12608:
[ticket/12608] Change CSS classes to prevent styling conflicts
[ticket/12608] Add subSilver
[ticket/12608] Changed get_styling() to get_style_class()
[ticket/12608] Remove somewhat redundant reported color style
[ticket/12608] Improved LTR and various bugfixes
[ticket/12608] Clean up whitespace
[ticket/12608] Add styling (CSS class) options to notifications
[ticket/12608] Updated tests
[ticket/12608] Improve notifications drop-down menu styling in header
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12608
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12608
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12608
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12608
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12608
|