Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update limitControl in PaginatorHelper.php #12806

Closed
wants to merge 5 commits into from

Conversation

yosiazwan
Copy link

Add options for form element attributes.

markstory and others added 4 commits December 11, 2018 09:25
add options for form element attributes
initialize $fopt as array and then remove form array key from options
@ADmad
Copy link
Member

ADmad commented Dec 12, 2018

Tests needed for the change. Also please follow coding standards: https://travis-ci.org/cakephp/cakephp/jobs/466877198#L611

@ADmad ADmad added this to the 3.7.1 milestone Dec 12, 2018
@markstory
Copy link
Member

Moving to 3.next as we don't merge new features into master.

@markstory markstory changed the base branch from master to 3.next December 13, 2018 02:08
use coding standard as suggested.
@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #12806 into 3.next will increase coverage by <.01%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             3.next   #12806      +/-   ##
============================================
+ Coverage     90.42%   90.42%   +<.01%     
- Complexity    14033    14034       +1     
============================================
  Files           522      522              
  Lines         36105    36110       +5     
============================================
+ Hits          32647    32653       +6     
+ Misses         3458     3457       -1
Impacted Files Coverage Δ Complexity Δ
src/Mailer/Email.php 82.75% <ø> (ø) 320 <0> (ø) ⬇️
src/View/ViewBuilder.php 100% <ø> (ø) 70 <0> (ø) ⬇️
src/View/Helper/PaginatorHelper.php 98.61% <83.33%> (-0.22%) 165 <0> (+1)
src/I18n/RelativeTimeFormatter.php 95.52% <0%> (+0.49%) 74% <0%> (ø) ⬇️
src/Cache/CacheRegistry.php 100% <0%> (+4.16%) 11% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 071bc7f...0c566c0. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #12806 into 3.next will increase coverage by <.01%.
The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             3.next   #12806      +/-   ##
============================================
+ Coverage     90.42%   90.42%   +<.01%     
- Complexity    14033    14034       +1     
============================================
  Files           522      522              
  Lines         36105    36110       +5     
============================================
+ Hits          32647    32653       +6     
+ Misses         3458     3457       -1
Impacted Files Coverage Δ Complexity Δ
src/Mailer/Email.php 82.75% <ø> (ø) 320 <0> (ø) ⬇️
src/View/ViewBuilder.php 100% <ø> (ø) 70 <0> (ø) ⬇️
src/View/Helper/PaginatorHelper.php 98.61% <83.33%> (-0.22%) 165 <0> (+1)
src/I18n/RelativeTimeFormatter.php 95.52% <0%> (+0.49%) 74% <0%> (ø) ⬇️
src/Cache/CacheRegistry.php 100% <0%> (+4.16%) 11% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 071bc7f...0c566c0. Read the comment docs.

@@ -1239,7 +1239,16 @@ public function implementedEvents()
*/
public function limitControl(array $limits = [], $default = null, array $options = [])
{
$out = $this->Form->create(null, ['type' => 'get']);
$form_options = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

camelCase for variables
and a test csss is missing. otherwisw looks good

@markstory markstory modified the milestones: 3.7.1, 3.7.2 Dec 18, 2018
@markstory markstory modified the milestones: 3.7.2, 3.7.3 Jan 4, 2019
@markstory markstory modified the milestones: 3.7.3, 3.7.4 Jan 22, 2019
@markstory markstory modified the milestones: 3.7.4, 3.7.5 Feb 9, 2019
@markstory markstory modified the milestones: 3.7.5, 3.7.6 Mar 14, 2019
@markstory markstory modified the milestones: 3.7.6, 3.7.7 Apr 10, 2019
@dereuromark
Copy link
Member

ping @yosiazwan : any update on this one?

@markstory markstory modified the milestones: 3.7.7, 3.7.8 Apr 24, 2019
@markstory markstory modified the milestones: 3.7.8, 3.7.9 May 30, 2019
@markstory markstory modified the milestones: 3.7.9, 3.7.10 Jun 20, 2019
@saeideng saeideng modified the milestones: 3.7.10, 3.8.1 Jun 27, 2019
@ADmad
Copy link
Member

ADmad commented Sep 10, 2019

Closing due to lack of follow up from author.

@ADmad ADmad closed this Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants