aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2640 from dhruvgoel92/ticket/12532Joas Schilling2014-06-232-5/+38
|\ | | | | | | | | | | | | | | | | | | [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
| * [ticket/12532] Move logged_out event into its own <li>Dhruv2014-06-231-5/+7
| | | | | | | | PHPBB3-12532
| * [ticket/12532] Fix tab -> space indentation in events.mdimkingdavid2014-06-231-1/+1
| | | | | | | | PHPBB3-12532
| * [ticket/12532] Add navbar_header_logged_out_content eventimkingdavid2014-06-232-1/+19
| | | | | | | | PHPBB3-12532
| * [ticket/12532] Add navbar_header_username_append/prependDavid King2014-06-232-5/+18
| | | | | | | | PHPBB3-12532
* | Merge pull request #2581 from lucifer4o/ticket/12696Joas Schilling2014-06-233-1/+50
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | [ticket/12696] TypoStanislav Atanasov2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | Fixing typo PHPBB3-12696
| * | [ticket/12696] Change some partsStanislav Atanasov2014-06-221-1/+1
| | | | | | | | | | | | | | | | | | Change placment of ucp_register_profile_fields_before PHPBB3-12696
| * | [ticket/12696] Naming convention changesStanislav Atanasov2014-06-223-13/+13
| | | | | | | | | | | | | | | | | | Some changes propsed by nickvergessen PHPBB3-12696
| * | [ticket/12696] A small error with events.md permsStanislav Atanasov2014-06-221-0/+0
| | | | | | | | | | | | | | | | | | docs/events.md was in 755 changed to 644 PHPBB3-12696
| * | [ticket/12696] Add events to evets.mdStanislav Atanasov2014-06-221-0/+40
| | | | | | | | | | | | | | | | | | Add events in documentation PHPBB3-12696
| * | [ticket/12696] Add prosilver ucp_registerStanislav Atanasov2014-06-221-0/+5
| | | | | | | | | | | | | | | | | | Add events to prosilver ucp_register PHPBB3-12696
| * | [ticket/12696] Add events to ucp_register.htmlStanislav Atanasov2014-06-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #2574 from lucifer4o/ticket/12690Joas Schilling2014-06-231-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | [ticket/12690] Find a spaceStanislav Atanasov2014-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Lost a spce there ... found it ... PHPBB3-12690
| * | | [ticket/12690] Remove $msg_id and chmodStanislav Atanasov2014-06-221-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove inneded $msg_id Chmod file to 644 PHPBB3-12690
| * | | [ticket/12690] Add other info to core.submit_pm_afterStanislav Atanasov2014-06-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added $mode Added $subject Added $data Added $pm_data PHPBB3-12690
| * | | [ticket/12690] Add core.submit_pm_after eventStanislav Atanasov2014-06-221-0/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #2609 from VSEphpbb/ticket/12728Joas Schilling2014-06-232-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | [ticket/12728] Adjust .postimage sizing to 100%Matt Friedman2014-06-222-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12728
| * | | [ticket/12728] Enforce box model sizing on image attachment thumbnailsMatt Friedman2014-06-161-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12728
* | | | Merge pull request #2571 from Crizz0/ticket/12563Dhruv Goel2014-06-232-4/+4
|\ \ \ \ | | | | | | | | | | [ticket/12563] Changes 2 style specific language variables for better understanding
| * | | | [ticket/12563] Adds &laquo; and &raquo; to the links in acp_styles.phpCrizzo2014-06-222-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12563
| * | | | [ticket/12563] Removes ending . from <a>Crizzo2014-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12563
| * | | | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-122-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12563
| * | | | [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-102-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12563
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' ↵Nils Adermann2014-06-238-963/+984
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-182-646/+667
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12612
| * | | | | [ticket/12612] Move function from ucp.php to functions_user.phpJoas Schilling2014-06-182-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12612
| * | | | | [ticket/12612] Move functions from memberlist.php to functions_display.phpJoas Schilling2014-06-182-163/+163
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12612
| * | | | | [ticket/12612] Move functions from posting.php to functions_posting.phpJoas Schilling2014-06-182-134/+134
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12612
* | | | | | Merge pull request #2639 from n-aleha/ticket/12761Andreas Fischer2014-06-231-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12761] Remove the execute bit from functions_user.php * n-aleha/ticket/12761: [ticket/12761] Remove the execute bit from functions_user.php
| * | | | | | [ticket/12761] Remove the execute bit from functions_user.phpn-aleha2014-06-231-0/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-12761
* | | | | | Merge pull request #2625 from Nicofuma/ticket/12726Andreas Fischer2014-06-233-1/+216
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | | [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12726
| * | | | | | [ticket/12726] Update error messageTristan Darricau2014-06-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12726
| * | | | | | [ticket/12726] Fix coding styleTristan Darricau2014-06-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12726
| * | | | | | [ticket/12726] Ensure PHP files do not contain any unused use statementsTristan Darricau2014-06-223-1/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12726
| * | | | | | [ticket/12726] PSR2.Namespaces.NamespaceDeclarationTristan Darricau2014-06-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12726
* | | | | | | Merge remote-tracking branch 'PayBas/ticket/12608' into develop-ascraeusCesar G2014-06-2222-78/+430
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | | | | [ticket/12608] Change CSS classes to prevent styling conflictsPayBas2014-06-225-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Add subSilverPayBas2014-06-154-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Changed get_styling() to get_style_class()PayBas2014-06-156-22/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Remove somewhat redundant reported color stylePayBas2014-06-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Improved LTR and various bugfixesPayBas2014-06-156-15/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Clean up whitespacePayBas2014-06-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Add styling (CSS class) options to notificationsPayBas2014-06-159-6/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow different notifications to have different styles PHPBB3-12608
| * | | | | | | [ticket/12608] Updated testsPayBas2014-06-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
| * | | | | | | [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-1516-52/+296
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12608
* | | | | | | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-2226-1165/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12747] Drop support for Firebird * nickvergessen/ticket/12747: [ticket/12747] Remove some methods which are not used anymore [ticket/12747] Drop support for Firebird Conflicts: phpBB/phpbb/db/driver/firebird.php