Closed (fixed)
Project:
Version Control API
Version:
6.x-2.x-dev
Component:
API module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jul 2009 at 18:30 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marvil07 commentedI mean http://drupal.org/project/autoload , just in case
Comment #2
marvil07 commentedjpetso is ok with this integration like we chat some minutes ago, but after dww comments I would prefer to maintain those mentioned branches some more time
Comment #3
marvil07 commentedmore feedback is welcome.
since we have decided to re-work queries with dbtng(#528966: dbtng integration) depending on that module, maybe it's also a good idea to depend on autoload, I really think it makes the code cleaner
Attaching the patch here(take a look at it, _lots of_ removes :-p)
Comment #4
marvil07 commentedThis was committed by Sam some weeks ago, but since he rewrite it instead of looking at the queue :-p, he miss some little things, but he also add some others, so great.
I'm closing this issue after committing #800544: make tests work again since autoload integration, which update the missing stuff on tests.
Comment #5
sdboyer commentedErr. Whoops. Thanks :)
Comment #6
cweagansThis is slightly broken. If you're going to do autoloading, each class needs to be in a separate file to work reliably. I fixed #832660: Error on install by making the following changes (can't make a patch right now...sorry):
-Remove line 147-167 in versioncontrol.module
-Add
at around line 117
Comment #7
marvil07 commentedmmm.. this was worked and committed on several commits IIRC before entities patch.
The point is that 2.x depend on autoload some time ago.