Intranet
Time Tracking
This module provides time tracking for your Drupal site. You can use it to track time spent on issue resolution, or just about anything else you'd like to track. The time data is available to Views so you can query and report on your time tracking activities.
Other handy features:
- Provides a stand-alone time tracker, or can be included as a tab on your nodes or into comment forms.
- Time entries are stand-alone, or they can be linked to nodes and comments.
- Supports multiple time tracking profiles, so you can set up different activities for different node types.
- The base time tracking class can be extended for each profile in order to support external data providers or alternate business rules.
This module is in the Advantage Labs petri dish. Please review our module maintenance policy before contacting the maintainer with questions on downloading or using this module.
Purr Messages
Do you want a more interestingly themed system message from Drupal? Enjoy Growl messages on OS X? Then this module is for you.
This small module uses a simple override made available in Drupal 6 through hook_theme_registry_alter() to output the system messages through jquery based popup messages. The messages fade in and out in a suitably sexy manner and will queue up underneath one another if necessary.
Aggregator item promotion
Based on the core aggregator module, makes it possible to "promote" hand-picked items to nodes of the admin's choosing. There are numerous fine node based aggregator modules. This one does not aggregate feeds to nodes, but instead allows for case-by-case hand-picking of aggregator items, so that only certain items become nodes.
The nodes are also independent form the feed items after the "promotion", so if the then created node is used on the site in a news feed or some other listing, it will stay the same and not update with changes from the feed.
Posts are created published and under the admin's name who creates them. Editing of the node is possible from then on of course.
Paragraph Auto Directionality
This filter tries to determine the directionality of a paragraph, and add a css rule for it. Directionality is set by the first alphabetic character in the paragraph.
This is useful in sites where multilingual content is entered in the same text area, and languages have different directionality (e.g., a quote of a latin text within a text in Hebrew ).
This filter should be used where paragraphs exist. The use of the line breaking filter from Drupal core is good for that matter. After installation, go to admin > settings > input formats, and turn the filter on for selected input formats.
Anyone who has a better idea of how to make this module more efficient / more general, is welcome to do it through the issue queue. Thanks!
Menu Settings per Content Type
This module allow to set the Menu Settings with certain Menus for content editing by Content Type.
Utility
example1 : I want that the menu-settings just show up on content-type "page" and not on other content-types. so that users wont be confused to have these settings where they dont make sense.
example2 : for the "Images" content Type I want to have only "Images" Menu available for "images" content.
Once installed the Menu Settings will not available in Node Edit Form until you set the Menus we want in the Content Type Settings (Administer > Content management > Content types > TheContentType edit)
Repoview
A repository viewer for Drupal, building on the Version Control API. This builds on the unstable, unreleased 2.x branch of Version Control API, so it will break in horrible ways and eat your children. (Won't be backported to Version Control API 1.x because the API doesn't support this functionality there. In fact, I'm building up the required functionality in tandem with this module, don't even think about a backport.)
Repoview only works with VCS backends supporting direct repository access, which are (at the time of writing) the CVS and Subversion backends. Oh, and have I mentioned that the functionality is currently pretty incomplete and not usable for the public? No? Ok, then that's sorted out now. Don't download this (yet) unless you want to help with development - which would in fact be highly appreciated.
Features:
- VCS independent
- Directory contents view
- Text file view
- Downloads for binary files
