Categories
Miscellaneous

IceScrum Release 4

I was lucky to test IceScrum, a french project, within our company. The test went quite well until we migrated to new Release 4. It seemed to be stable for a few hours. Then several users complained. They couldn’t login anymore. As an administrator I found out that the common reason for this is them missing Administrator role. By doing so, I could solve the problem.

However, several other problems stayed. Browsing projects wasn’t possible as well as browsing teams. Tasks could not be created anymore. 🙁

So here is my advice: Don’t upgrade yet to release 4. The release is an advance, definitely. But the bugs are too heavy to productively use it.

PS: Downgrading is a nightmare. Please, make a database backup before installing release 4. It will save you a lot of effort.

Categories
Miscellaneous

CSV/Excel Utility Package V2.2 released

This maintenance release was awaited for quite a long time now. Due to some personal restrictions, I wasn’t able to publish it earlier. Version 2.2 doesn’t add any functionality but upgraded Apache’s POI library that can handle newer Excel versions.

You can download the new version here or visit the Homepage of the utility where you will find some examples on how to use it.

Categories
Miscellaneous

Calendars 2011

I know, 2011 has already started a few weeks ago. However, I still owe you the DIY Planner calendar. Of course, the calendar differs from Ygor’s template in having week numbers on all templates. This year, I translated it to German as well, so you can have the German or the English version for download.

Unfortunately, I haven’t been able yet to create a Windows executable that runs without any additional library. So you have to build the version from your own scratch. The source code is available at my Subversion repository.

Categories
Miscellaneous

Subversion Web Browsing

The default solution to subversion browsing is WebDAV within Apache. However, it has some drawbacks. You cannot browse history, see comment histories or even check filestamps.

WebSVN provides all these features and comes along with a very modern style. The best of all: You don’t need to install any additional modules. All that WebSVN requires is a current PHP version.

I just switched from the WebDAV solution here on my server to WebSVN. So, check it out…

Categories
Miscellaneous

SMTP and POP servers

There is a great SMTP/POP server list in case you need to configure around some of them:

http://www.patshaping.de/hilfen_ta/pop3_smtp.htm

Categories
Miscellaneous

Calendar 2010

I finalized my DIY-Planner for 2010. You can download the new calendar here (created with my personal fix for DIY Dynamic Templates).

Categories
Linux Miscellaneous

PDF Printer with Linux

I use a PDF Printer on my professional Windows notebook. It enables me to create PDF documents from whatever application. So, how about Linux then. Thanks God, there is cups-pdf. A German tutorial can be found here. If you find a English HowTo, just post the link here.

Categories
Miscellaneous Perl

Regular Expression for Email Addresses

[-A-Z0-9._%+]+@[-A-Z0-9.]+\.[A-Z]{2,4}

Categories
Miscellaneous

Personal Fix for DIY Dynamic Templates

Dan White wrote a wonderful Qt4 application for creating a personal D*I*Y planner. I like it a lot and it saves my job every single day since I use it. However, there is one flaw in his templates. The week numbers are missing in calendars. Luckily, he published his source code so I could make some fixes. And of course, I publish it to you for personal use as well.

The files you can download below are based on version 2.04. Following adjustments were made:

  • Added week numbers to day, week, month and year templates
  • Adjusted default page setting to European ISO style A4
  • Adjusted default zoom to 9 (instead of 25)

Download

Windows Executable 2.04 plus Fixes

Source Code 2.04 inkl. Fixes

Screenshots

Please excuse the German wording. I hope this will vanish on English PCs 🙂

Old version at the left, new version at the right…

day

week

month

year2

month-box

Categories
Applications Miscellaneous

Reset Firefox’ Zoom Settings

You propably got already used to Firefox’ zoom feature. Firefox 3 introduced a new setting that enables it to remember the zoom value when you visit a website. Whenever you re-visit the domain, the previously used zoom level will be re-applied.

If you don’t like this feature, open the about:config page and toggle the boolean setting browser.zoom.siteSpecific to false.

Of course, you can always use Strg-0 to reset the zoom to the default value.