Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

[wip] Enable deleteList #156

Closed

Conversation

TomHAnderson
Copy link
Contributor

Pending unit tests.

zfcampus/zf-rest#59 and zfcampus/zf-content-negotiation#29 need to be merged first.

@ezimuel
Copy link

ezimuel commented Mar 3, 2015

@weierophinney
Copy link
Member

This needs unit tests, please.

@weierophinney
Copy link
Member

@TomHAnderson zfcampus/zf-rest#64 was merged earlier today, so that's no longer a bottleneck. Still need tests, though!

@TomHAnderson TomHAnderson changed the title [wip] Enable deleteList Enable deleteList Apr 4, 2015
@TomHAnderson
Copy link
Contributor Author

Requires zfcampus/zf-rest#66
Before merge up composer zf-rest version to 1.0.5 and commit.

@TomHAnderson TomHAnderson changed the title Enable deleteList [wip] Enable deleteList Apr 5, 2015
@TomHAnderson TomHAnderson force-pushed the feature/delete-list branch 2 times, most recently from e0b4af4 to 9bf8895 Compare April 5, 2015 18:21
@TomHAnderson TomHAnderson force-pushed the feature/delete-list branch from 9bf8895 to 8e7a19a Compare April 5, 2015 18:26
@weierophinney
Copy link
Member

@TomHAnderson As noted on #66, it duplicates what was in #64, and that latter PR was merged against develop for v1.1 (as it contains BC breaks and bumps the required ZF version).

I'll pin this to zfcampus/zf-rest:~1.1-dev when merging and testing.


$this->validateTriggeredEventsContains(array(
DoctrineResourceEvent::EVENT_DELETE_PRE,
DoctrineResourceEvent::EVENT_DELETE_POST,
Copy link
Member

Choose a reason for hiding this comment

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

The above two are not triggered by deleteList(), and are the source of the unit test failure. I've removed them locally for the merge review.

weierophinney added a commit that referenced this pull request Apr 8, 2015
weierophinney added a commit that referenced this pull request Apr 8, 2015
@weierophinney weierophinney added this to the 0.4.0 milestone Apr 8, 2015
@weierophinney
Copy link
Member

I've merged this to develop for release with 0.4.0 or 1.0.0, whichever we tag next; that way, current builds will continue to work against ZF 2.3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants