Modules
Freelinking for Case Tracker
This module depends on Freelinking 6.x-3.0 Alpha 3. It will not be available for D5, and does not work at all with the 1.x line of Freelinking.
This module provides a specialized link filter for the Case Tracker module. It allows the creation of case links that can be styled by casetracker state information and project affiliation.
Case state information is also inserted into the link tooltip for quicker lookup of an issue's particulars.
On Icons
Icons are currently supported, but finding a good set of GPL'd sample icons for the default Casetracker configuration has been difficult. Luckily the stylesheet that is shipped with Freelinking for Case Tracker can be disabled in the Freelinking Administration page in favor of local theming of the CSS classes.
Views Table Group
This is a Views style plugin to display Views results as cells in a table, grouping by row and column. For example, you might generate a conference schedule by grouping rows by a time slot field and columns by a room or track field.
Menu rewrite
Provides an API for defining rules for rewriting the menu paths. An interface may be added later.
For example:
<?php
/**
* Implement hook_menu_rewrite_rule().
*/
function development_menu_menu_rewrite_rule() {
return array(
'admin/config/modules' => 'admin/structure/modules',
'admin/config/development' => 'admin/development',
'admin/appearance' => 'admin/config/appearance',
);
}
?>Better Exposed Filters
The Better Exposed Filters module replaces the Views' default single- or multi-select boxes with radio buttons or checkboxes, respectively.
Views Filters are a powerful tool to limit the results of a given view. When you expose a filter, you allow the user to interact with the view making it easy to build a customized advanced search. For example, exposing the node type field as a filter lets your site visitor limit their search queries to just blog entries. Better Exposed Filters gives you greater control over the rendering of exposed filters.
Why use this module? Because it provides a better user experience than the default option. Try telling a client that they should click on an option, then scroll to the next option and ctrl+click on it. Don't just click 'cause you'll lose your first selection. Oh, and ctrl+click again to unselect an option... Yeah, not user friendly.
People understand checkboxes and radio buttons.
This is a very young module and I'll be adding better instructions and screenshots in the coming days. Please add any suggestions or bugs to the issue queue.
Media Map
MediaMap is a Google mapping tool that is focused on displaying and managing location based events. Events can have several kinds of media (photos, videos, etc.) attached to them.
Features:
- Point and click admin tool for adding/editing/deleting event locations
- Slider UI for limiting timeframe
- Standard Gmap configurations (zoom, default lat/lng, etc.)
- Event perma-links
Note: I'm not satisfied with the current state of the code, so the module will not be posted yet. However, this project can be seen in action at http://iranmap.whyweprotest.net.
UberFunds
This module is basically a Site Funds Management System, it allows users of a site to have funds allocated to their accounts and provides the operations required to manage such Funds
This project will enable site administrators to run a Paypal like site, where users can:
- Add Funds to their account using any method that is supported by Ubercart
- Buy products, purchase subscriptions, make donations using Funds in his account
- Transfer money to another user on the site, using his email or username
- Withdraw funds from user account
This module will provide an API for other modules to add functionalities using UberFunds, Some of the proposed functionalities include:
- Escrow payments between users
- Making Donations using site funds
- Making Recurring Donations using site funds
- Configurable store fees to deduct when transfers, escrows or donations occur
There is no files in CVS yet, but I thought I'd share my ideas with the community and get feedback that can guide my work
This module is sponsored by JesoX
If you like to support the development of this module and get it out faster please Donate
