Closed (fixed)
Project:
Views (for Drupal 7)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Jun 2012 at 10:20 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehner.
Comment #2
amateescu commentedFirst try, didn't run the tests locally.
Comment #4
merlinofchaos commentedComment #5
amateescu commentedComment #6
amateescu commented#2: 1636864-view_object_psr0.patch queued for re-testing.
Comment #8
amateescu commented.
Comment #9
amateescu commentedComment #11
amateescu commentedSome progress.
Comment #13
amateescu commentedComment #15
dawehnerJust some small things i found.
If you review this patch please ignore the moved classes for the moment.
So i'm wondering whether it should be Drupal\views\View instead?
Seems to be a bit odd to remove existing documentation.
A bit odd as well...
Comment #16
aspilicious commenteddon't need to do that when we are in the same namespace
Comment #17
amateescu commentedFixed #15 1) 3) and #16. About #15 2) I guess the documentation needs to be reviewed (and completed) anyway and I didn't think there was much value in that specific doxygen block in order to keep it.
Let's see how this one goes, it contains a lot more changes and some small fixes for the new UiSettingsTest which was failing for me locally.
Comment #19
amateescu commentedComment #21
amateescu commentedComment #23
aspilicious commented.
Comment #24
aspilicious commentedThis will conflict with https://drupal.org/node/1637552
Lets commit this (but don't forget to change the line from the previous issue)
Comment #25
dawehnerMaybe you could explain that a bit, why this is required
Just wondering why not use just new View();
.
Comment #26
aspilicious commentedThe last is correct, thats a api.php file.
Comment #27
amateescu commentedDiscussed #25 with @dawehner:
1) this is not really required, it's just a little clean-up for that test. In the attached patch, the unneeded lines are removed, not only commented.
2) this is because ctools exportables need to instantiate the full namespaced object, because they can't export
usestatements.3) as @aspilicious said, this is correct :)
Re-rolled the patch because it was kinda broken by all the test conversions that were committed in the meantime.
Comment #29
dawehnerDid some manual testing in the ui and still everything worked so lets get this in.
Huge thanks for this big converting patch!