Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 Mar 2010 at 07:20 UTC
Updated:
27 Nov 2018 at 16:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedHello, and thanks for applying for a CVS account.
As per http://drupal.org/cvs-application/requirements, the motivation message should be expanded to contain more details about the features of the proposed module, and it should include also a comparison with the existing solutions.
The archive containing the proposed module / theme should then be attached to a comment here.
Comment #2
cyberwolf commentedThe ImageCache Preset action will be part of the ImageCache Actions project, see http://drupal.org/node/734352.
Attached is Location Facets. It exposes country and city of locations associated with nodes by the Location module, as facets for Faceted Search.
I believe it's better to have a separate project for this, as a website that needs Location does not necessarily needs Faceted Search and vice versa. There are also other modules exposing new facets living outside the Faceted Search project, like CCK Facets and Organic Groups Facets.
Comment #3
cyberwolf commentedComment #4
avpadernoThe motivation message still needs to be expanded as reported in comment #1.
Comment #5
cyberwolf commentedBrief demonstration video: http://www.screencast.com/t/MDc0ZjQ1NmY
Extract from readme (also contained in the attachment previously uploaded):
Description
***********
Location Facets exposes geographical information associated with Drupal nodes
as facets for the Faceted Search module. For its geographical information
Location Facets relies on the Location module.
Location Facets currently only exposes regular locations associated with nodes,
it does not support CCK Location fields.
Requirements
************
- Drupal 6.x (http://drupal.org/project/drupal).
- Faceted Search (http://drupal.org/project/faceted_search).
- Location (http://drupal.org/project/location).
Installation
************
1. Extract the location_facets package into your Drupal modules directory.
2. Go to the Administer > Site building > Modules page, and enable the Location
Facets module.
3. Go to the Administer > Site configuration > Faceted Search page, edit the
faceted search environment that shall expose the Location-based facet. In the
environment editing form, check the location facet.
Comment #6
jamesfk commentedBrilliant idea +1 from me, I already have a couple of sites which could use this feature.
Good luck with the project, and I will be very happy to be a test case for you...
Comment #7
cyberwolf commentedComment #8
jamesfk commentedJust a note to say I am now using this on a site in development and it is working very well - I hope this can be made into an official module asap. I plan to use it on another site very soon too - thanks for the work!
Comment #9
cyberwolf commentedHi jamesfk, glad to hear the module was already useful for you!
Comment #10
cyberwolf commentedStill waiting for my request to be further processed. Anyone out there having some time to help me progress, please?
Comment #11
avpadernoThe function to use is
module_load_include(); it is then better to include the file when it is really necessary, rather than globally including it.The rest of the code follows the coding standards, and use the correct functions.
Comment #12
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the dedicated reviewers as well.
Comment #14
lucascaro commentedI can't find this module in the contributed modules directory. Did you get cvs access? This module sounds super useful. I'm using it already. and would like to be able to track the development.
thanks!
Comment #15
cyberwolf commentedI did not have time yet to commit it, but will try to do it soon. Stay tuned!
Comment #16
cyberwolf commentedI created the project: http://drupal.org/project/location_facets. Will try to release a dev version ASAP.
Comment #17
avpaderno