Joomla attend events module that display user connected registration records. This module has been developped for Attend Events version 0.9.0 - Build 32, I did not test it with any other version. WARNING : mod_attend_my_events module works ONLY with a small components/com_attend_events/coreLib.attend_events.php file hack. You can do it yourself or use the pre-hacked coreLib.attend_events.php provided in that zip. Hack description :
Add following lines at line 422 of file components/com_attend_events/coreLib.attend_events.php
//start of ed's hack for mod_attend_my_events module
if (!empty($filters["userid"])) {
$where .= " AND ( r.userid = '".$filters["userid"]."')";
}
//end of ed's hack for mod_attend_my_events module
Be aware that any further component update will erase this hack !
Last thing, this is a quick and dirty hack to quickly get interesting but missing module, I hope this will stimulate dev team to do it properly ...
You can get this module in the download section.
Last update : 05-02-2009 15:13
Calreport : An egroupware category based reporting module
Views : 5205
This egroupware application provides basic calendar category based reports : select categories on which you want Calreport to display a simple 'working day' count (excluding holidays and week end). You can specify a per category total number of days to let Calreport display remaining days value and corresponding progress bar graphic. Partial time working people can input their working time percentage to fix categories total number of days.
V0.1.3 update (1.6.001 compatible) :
compatible with egroupware 1.6.001, do not works anymore with egropuware 1.4.xxx (use calreport 0.1.2 for 1.4.xxx versions)
removal of all accented french characters from french language file (bad rendering), french purists should edit egw-lang table from db or wait further update.
V0.1.2 update :
managers can lock/unlock categories : freeze days sum at a given time, any subsequent category event insertion, update or deletion is ignored.
managers can export locked categories reports (all users data) as text files
users can export per category data from frontend interface (locked or not)
managers have now administration access (previously only admin could use admin panel)
locked categories can be hidden in egroupware calendar (to prevent events insertion in locked categories) using a small hack described here
various bugs fixed and probably fresh new ones added !
WARNING : NO UPDATE PROCEDURE AVAILABLE : because v0.1 and v0.1.1 did not contains any mysql table, there is nothing to update, just uninstall previous version and install new one
DbBrowser : a free mysql/postgresql database driven perl web datagrid
Views : 9930
How many time have you wrote the same Perl code to display databases records in a datagrid style ? DbBrowser is a Perl module that can help you to stop writing the same thing all your life. DbBrowser simply need a sql query, DBI and CGI handles and that's enough to get a fully working paginated web datagrid. See DbBrowser live demosas a simple grid, and as a filtered grid. Version 1.1 is available, check the download area.
Last update : 20-12-2007 23:29
SimpleWorkflow
Views : 11116
SimpleWorkflow is a perl script that execute a sequential list of shell executable commands. I developped this script because in my job, people have to launch various programs that act as input/output each others in a sequencial order. The execution of theses queues can spent several days so they need to track the running state and the logs to see if problems occurs. Simple workflow solve these issues by tracking running state, logs storage, etc. SimpleWorkflow is made of a Perl command line program used to start a workflow and to restart it, and a Perl CGI program used by web server to track workflow status. Workflows descriptions are stored in XML files, you can download SimpleWorkflow in the downloads section.
Last update : 26-12-2006 09:22
Typo3.pm
Views : 11959
One of my previous project required me to write Perl CGI scripts secured by a Typo 3 portal. To do that, I developped a small Perl module to check Typo3 session existence, user name and group membership.
Last update : 30-01-2008 17:16
SDS2genotype
Views : 3212
This excel based tool allow SDS 2.2 output files (Applied Biosystems Taqman) transformation into popular genotype text file (sample/marker/allele1/allele2).