Software Listing of Author : "Jakob Petsovits"
- Comment Count Image
- License: Freeware
- Price: 0.00


RSS feeds are only updated once in a while by feed readers. Comments might be updated anytime. Still, it would be cool to show the current number of comments on a given page, blog post, or whatever content. The feed-loving user can then tell in a glimpse if visiting the page will pay off, if there are comments at all or if there are new comments compared to an earlier visit on that page. This module provides this functionality by means of an image whose URL stays the same for each post (thus not requiring the feed itself to be updated). The image itself is dynamic though and always reflects the current number of comments. Once activated, the module automatically adds the comment count images to each feed item if comments are enabled for the corresponding node. No further configuration options are provided (and not necessary either).
- Publisher: Jakob Petsovits
- Date Released: 15-02-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Field Tool
- License: Freeware
- Price: 0.00


Pretty much every import/export module for Drupal (and there are some) has a tendency to implement their own hooks for retrieving information about node fields, and the CCK support that comes with them. Also, pretty much all of these solutions have a tendency to tie their hooks and field discovery to their module in some kind of way. If you are a module developer and want to retrieve information about which kinds of stuff exists in a node, and what you can do with it... where do you get that information? Drupal core does not provide a registry for all node properties, let alone additional information like schema information or a standardized way to retrieve or set that data. CCK covers only a part of the whole node, disregarding the more fundamental properties like node author or creation date. In short, the situation is clearly...
- Publisher: Jakob Petsovits
- Date Released: 26-04-2013
- Download Size: 31 KB
- Download
- Platform: PHP, Scripts
- Login Ticket API
- License: Freeware
- Price: 0.00


This is a pure API module, providing functions for generating login tickets. A login ticket consists of an automatically generated pass code, an expiration date, and a user who may log in with the pass code. This module provides functions for generating, retrieving and deleting login tickets, as well as checking validness of a given pass code and, given a valid code (while not requiring username and password), logging the concerned user in. The Login Ticket API was designed to act as backend for modules like Temporary Invitation and Fast Login, with less (but still some) parts of the API being suitable for the Invite module as well. Only fetch this module if another required module depends on it, or if you want to use it in order to build your own.
- Publisher: Jakob Petsovits
- Date Released: 27-01-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Project administration category
- License: Freeware
- Price: 0.00


In just one tiny function, this module does nothing but provide a category named "Project administration" in the admin overview. Other modules can depend on this one instead of creating their 'admin/project' menu paths all by themselves. This module makes sense because there is no single project management related module that all project management related sites use, and without this module, other ones must either duplicate the 'admin/project' menu path with special care, or put themselves into 'admin/settings' in order to avoid complications. By depending on this module however, other modules can simply register 'admin/project/*' menu paths and be done with it.
- Publisher: Jakob Petsovits
- Date Released: 23-04-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Repoview
- License: Freeware
- Price: 0.00


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...
- Publisher: Jakob Petsovits
- Date Released: 07-06-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Transformations
- License: Freeware
- Price: 0.00


Upfront note for people researching modules. There are a multitude of different import and export modules in existence to handle the complex task of getting data from other systems into Drupal. A wiki page has been created in an attempt to focus the efforts of the module developers and provide a handy guide for users looking to make a decision. This module transforms data. It doesn't care which data, and it doesn't care how. It just makes it possible to define operations on whatever kind of data, and lets you create pipelines in order to wire up those operations. This module is an API. It also ships with a default user interface (Transformations UI), but is designed to be used seemlessly from within your code. It's modular and does not pull in unnecessary code or undesired pages. This module is pluggable. It's relatively easy to...
- Publisher: Jakob Petsovits
- Date Released: 08-01-2013
- Download Size: 72 KB
- Download
- Platform: PHP, Scripts
- Transformations -- CSV
- License: Freeware
- Price: 0.00


A set of operations for the Transformations module that deal with reading and writing CSV data. This module makes use of the standards-compliant CSV parser at http://launchpad.net/php-csv to parse its input data. That's generally good for memory usage or importing proper CSV files (which I think includes Excel exports), but might cause slight incompatibilities to PHP's standard CSV functions which do non-standard stuff like escaping quotes instead of doubling them.
- Publisher: Jakob Petsovits
- Date Released: 17-05-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Transformations -- Drupal data
- License: Freeware
- Price: 0.00


A set of operations for the Transformations module that deal with Drupal-native data - currently nodes or users, but patches for other entities like files or taxonomy terms are welcome. Depends on Field Tool for retrieving information about node and user fields and getting/setting the field data. (The main reason that this module is not a part of Transformations itself is maintainability - support for Drupal objects might grow extensive and would probably account for a large chunk of porting effort between Drupal versions. Split out into a separate module, Transformations can be changed without taking full responsibility about potentially complex Drupal-native data.)
- Publisher: Jakob Petsovits
- Date Released: 14-02-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
- Transformations -- XML
- License: Freeware
- Price: 0.00


A set of operations for the Transformations module that deal with reading, writing and navigating XML data.
- Publisher: Jakob Petsovits
- Date Released: 07-04-2013
- Download Size: 10 KB
- Download
- Platform: PHP, Scripts
