Closed (fixed)
Project:
Enabled Modules
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2010 at 18:43 UTC
Updated:
21 Apr 2010 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
juliangb commentedThis is an initial patch, plus the enabled_modules.views.inc file (sorry, my version of cvs doesn't seem to like the -N argument).
It is fairly basic at the moment - the fields show, but filtering and things don't work properly yet.
It'd be good if the patch + at least a blank .views.inc file could be committed to make it easier to patch from here.
Comment #2
juliangb commentedUpdated version of enabled_modules.views.inc, and a first basic view which shows enabled modules. Next step is to sort out the info field, as that is where a lot of the real information about projects is.
Also, unless it wasn't clear - anyone who wants to use these must rename the files so that they become .views.inc and .views_default.inc .
Comment #3
mlncn commentedLooks good– i'm probably not going to have a free moment until after DrupalCon, so i have added you as a maintainer. Can you send me your e-mail address (can use http://drupal.org/user/64383 contact tab) and i'll send you the D7 code so you can make a branch and keep code going in both.
(Will you be making it way across the pond to DCSF?)
Comment #4
juliangb commentedCommitted patch, still working on the other files for now.
Comment #5
juliangb commentedI've just committed the attached patch, which basically caches the 'info' field of the {system} table into it's own table with separate fields - this is so that it can be exposed to views properly, avoiding the problems with a serialized field.
Comment #6
mlncn commentedI very much approve! Should never have been in a serialized array!
Comment #7
juliangb commentedCommitted the .views.inc file. It may need a few tweaks and improvements, but the basics are all there.
Patch attached.
I will deal with default views in separate issues, therefore, this one is now fixed.