Search found 3 matches

by tstahl
Wed Sep 26, 2007 5:35 pm
Forum: JoomlaCode - Feedback/Information
Topic: How to monitor a project forum ??
Replies: 7
Views: 5189

Re: How to monitor a project forum ??

Ran into the same problem. Found a workaround to activate monitoring by using the url:

http://joomlacode.org/gf/?action=Monitor§ion=forum&ref_id=xxx&redirect_to=%2Fgf%2Fmy%2Fmonitors%2F%3Faction%3D¬ify=1


Replace xxx in ref_id=xxx by the forum number you want to monitor.
by tstahl
Thu Sep 06, 2007 10:32 pm
Forum: JoomlaCode - Feedback/Information
Topic: SVN Info in PHP Files
Replies: 2
Views: 1385

Re: SVN Info in PHP Files

It's a keyword substitution feature of subversion. You have to set a subversion property to your file. Example for the command line interface: svn propset svn:keywords "Id" yourfile.php The procedure is different with other subversion clients(subclipse, tortoise,..) Read more about keyword substitut...
by tstahl
Mon Aug 06, 2007 4:26 pm
Forum: JoomlaCode - Feedback/Information
Topic: Date, time and encoding in forum notification mail
Replies: 1
Views: 709

Date, time and encoding in forum notification mail

All forum notifications of JoomlaCode start with a line like: .....had a new message posted at 1970-01-01 00:59:59 with a obviously wrong date. Tracker notifications send a correct date/time. Next is the encoding of the notification mail. It' set to UTF-8 in the message header. This works fine if yo...