aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'PayBas/ticket/12562' into develop-ascraeusCesar G2014-06-232-4/+6
|\ | | | | | | | | * PayBas/ticket/12562: [ticket/12562] Add max-width to proSilver
| * [ticket/12562] Add max-width to proSilverPayBas2014-06-222-4/+6
| | | | | | | | PHPBB3-12562
* | Merge remote-tracking branch 'PayBas/ticket/12648' into develop-ascraeusCesar G2014-06-2320-296/+235
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12648: [ticket/12648] RTL fix & ACP border fix [ticket/12648] Slightly clear ACP active tab border [ticket/12648] Fix poll tab and revert unrelated color change [ticket/12648] Fix poll tab display error [ticket/12648] Added ARIA functionality [ticket/12648] Fix and modernize ACP header tabs [ticket/12648] More style fixes and also cleaned up CP left navigation [ticket/12648] IE8 & IE9 color fix [ticket/12648] Improve UCP/MCP/Posting tabs
| * | [ticket/12648] RTL fix & ACP border fixPayBas2014-06-243-23/+40
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Slightly clear ACP active tab borderPayBas2014-06-241-1/+2
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Fix poll tab and revert unrelated color changePayBas2014-06-242-3/+7
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Fix poll tab display errorPayBas2014-06-241-1/+1
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Added ARIA functionalityPayBas2014-06-244-13/+13
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Fix and modernize ACP header tabsPayBas2014-06-246-97/+76
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] More style fixes and also cleaned up CP left navigationPayBas2014-06-248-55/+51
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] IE8 & IE9 color fixPayBas2014-06-241-1/+1
| | | | | | | | | | | | PHPBB3-12648
| * | [ticket/12648] Improve UCP/MCP/Posting tabsPayBas2014-06-247-139/+81
| | | | | | | | | | | | PHPBB3-12648
* | | Merge pull request #2642 from Nicofuma/ticket/12762Andreas Fischer2014-06-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12762] Make ext.php optional for extensions * Nicofuma/ticket/12762: [ticket/12762] Make ext.php optional for extensions
| * | | [ticket/12762] Make ext.php optional for extensionsTristan Darricau2014-06-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12762
* | | | Merge pull request #2643 from nickvergessen/ticket/12763Andreas Fischer2014-06-2410-242/+23
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/12763 Do not regenerate the *_schema.sql files * nickvergessen/ticket/12763: [ticket/12763] Remove invalid comment from oracle and postgres *_schema.sql [ticket/12763] Remove empty schema files [ticket/12763] Do not regenerate the *_schema.sql files
| * | | [ticket/12763] Remove invalid comment from oracle and postgres *_schema.sqlJoas Schilling2014-06-232-15/+0
| | | | | | | | | | | | | | | | PHPBB3-12763
| * | | [ticket/12763] Remove empty schema filesJoas Schilling2014-06-237-44/+23
| | | | | | | | | | | | | | | | PHPBB3-12763
| * | | [ticket/12763] Do not regenerate the *_schema.sql filesJoas Schilling2014-06-231-183/+0
|/ / / | | | | | | | | | PHPBB3-12763
* | | Merge pull request #2587 from dhruvgoel92/ticket/11528Andreas Fischer2014-06-239-159/+380
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | [ticket/11528] Change click_submit() to accept id as paramDhruv2014-06-231-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Handle case when config file cant be written by installerDhruv2014-06-231-1/+6
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Change NULL to nullDhruv2014-06-231-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Fix spaces and slashes as per guidelinesDhruv2014-06-232-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Add asserts in installation stepsDhruv2014-06-231-1/+19
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Use 'use' keyword to import classes to current scopeDhruv2014-06-231-2/+4
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-236-11/+10
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Call parent::tearDown in overrided tearDown methodDhruv2014-06-234-0/+8
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Instantiate $client, $driver from functional test caseDhruv2014-06-232-130/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make mink test case an abstract class, instantiate $driver, $client from its child class i.e. functional test case. PHPBB3-11528
| * | | [ticket/11528] Refactor install_board() code into a new classDhruv2014-06-233-149/+256
| | | | | | | | | | | | | | | | PHPBB3-11528
| * | | [ticket/11528] Add behat/mink and mink-goutte-driver as dependencyDhruv2014-06-232-1/+164
| | | | | | | | | | | | | | | | PHPBB3-11528
* | | | 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