<?xml version="1.0" encoding="utf-8"?>
	<rss version="2.0">
		<channel>
			<title>Clocking IT Forums - General</title>
			<lastBuildDate>Fri, 10 Sep 2010 06:58:56 +0200</lastBuildDate>
			<link>http://forum.clockingit.com/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.2</generator>
			<item>
		<title>Techpeeth Trainings</title>
		<link>http://forum.clockingit.com/discussion/890/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/890/</guid>
		<pubDate>Wed, 08 Sep 2010 14:08:49 +0200</pubDate>
		<author>Techpeeth</author>
		<description>
			<![CDATA[TechPeeth has launched the Industry oriented training programmes for fresh graduates to leverage their skills in IT/ITES domains for Graduates/Freshers:<br /><br /><strong>Training Programmes:</strong><br />1- IT Training in OpenSource Technologies (PHP,MySQL)<br />2- IT/ITES and Non IT HR Recruitment Training<br />3- Digital/Internet Marketing, SEM/SMO/SEO Training<br /><br /><strong>Eligibility:</strong><br />For IT Trainings: BSc./BCom/BCA/MCA/B.Tech/M.Tech<br />For HR Recruitment and SEO/SEM Trainings: Any Graduate<br /><br /><strong>Selection Criteria:</strong><br />1- Face to Face Interview with our Trainers<br />2- Must be hard working and Disciplined<br />3- Should have Good Learning Aptitude<br /><br /><strong>Available Seats:</strong><br />Only 2-3 students will be selected for each training program per month<br /><br /><strong>Training Modules & Duration:</strong><br />Module Name - IT Training in OpenSource Technologies, (PHP,MySQL),IT/ITES and Non IT HR Recruitment Training, Digital/Internet Marketing, SEM/SMO/SEO Training<br /><br />Module 1 (Classroom Trainings) - 2 months/8 weeks/80 hours 1 month / 4 weeks / 40 hours 1 month / 4 weeks / 40 hours<br />Module 2 (Lab/Live Project Training) - 2 months / 8 weeks / 80 hours 1 month / 4 weeks / 40 hours 1 month / 4 weeks / 40 hours<br />Module 3 (Industry Internship) - 2 months / 8 weeks / 320 hours 1 month / 4 weeks / 160 hours	2 months / 8 weeks / 320 hours<br />Total Training Duration - 6 months/24 weeks / 480 hours 3 months / 12 weeks / 240 hours 4 months / 16 weeks / 400 hours<br /><br /><strong>Other Assistance:</strong><br />1- Effective Resume (Print / Digital) Making<br />2- Building Life Skills and Presentation Skills<br />3- Email writing and Business Communication Skills<br />4- Job Assistance and Interview (Tech/HR) Skills<br /><br />For more details, please reach us at:<br /><strong>Email:</strong> contact@techpeeth.com<br /><strong>Phone:</strong> +91–(0)11–43220055, +91–9958577400<br /><strong>Website:</strong> <a href="http://www.techpeeth.com">http://www.techpeeth.com</a>]]>
		</description>
	</item>
	<item>
		<title>STEP-BY STEP GUIDE FOR INSTALLING CLOCKING-IT ON UBUNTU 10.04</title>
		<link>http://forum.clockingit.com/discussion/889/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/889/</guid>
		<pubDate>Thu, 02 Sep 2010 16:28:47 +0200</pubDate>
		<author>othman</author>
		<description>
			<![CDATA[Hi,<br />After suffering for ten days, I found an error-proof way of doing this.<br />I created specifically this link for clockingit, if you follow the steps normally it will work fine.<br />It follows a couple of guides out there but with some useful precisions and additional commands.<br />Hope this should spare others a few headaches.<br /><br /><a href="http://www.othmanbekri.com/clockingit">STEP-BY STEP GUIDE FOR INSTALLING CLOCKING IT ON UBUNTU 10.04</a>]]>
		</description>
	</item>
	<item>
		<title>Fail to install Clocking IT [SOLVED]</title>
		<link>http://forum.clockingit.com/discussion/885/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/885/</guid>
		<pubDate>Mon, 30 Aug 2010 09:49:49 +0200</pubDate>
		<author>machalie</author>
		<description>
			<![CDATA[Dear all:<br /><br />I try my best but I cannot install Clocking IT.<br /><br />I follow the "how-to" guide for Ubuntu 8.1 and 9.10 setup.  Both of them are fail:<br />http://forum.clockingit.com/discussion/383/vm-clockingit-on-ubuntu-server-804/<br />http://forum.clockingit.com/discussion/755/installing-ari-branch-on-ubuntu-910/<br /><br />For 8.1 guide, everything installs ok but when I try to access in browser, it redirect to another website (http://www.searchfusion.com/).  I check the server log, the server is running but don't know why the login page does not appear.<br /><br />For 9.1 guide, I reach the problem when "ruby setup.rb".  An error "undefined method `&gt;' for :version:Symbol" occurs and I only get the same output in the browser.<br /><br />Does anyone know what I am wrong?  Thanks.]]>
		</description>
	</item>
	<item>
		<title>Installing Ari Branch on Ubuntu 9.10</title>
		<link>http://forum.clockingit.com/discussion/755/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/755/</guid>
		<pubDate>Thu, 21 Jan 2010 22:52:38 +0100</pubDate>
		<author>ludolphn</author>
		<description>
			<![CDATA[Hi have updated the following <a href="http://forum.clockingit.com/discussion/383/vm-clockingit-on-ubuntu-server-804/#Item_0">notes</a>. Hope it helps:<br /><br /><code><br />Installed Ubuntu 9.10 AMD64 Server on VMWare Player 3.0 using Easy Install<br /><br />	Username: cit<br />	Password: cit<br /><br />Added &quot;/etc/apt/apt.conf.d/00proxy&quot; to use a local mirror<br /><br />	Acquire::http { Proxy &quot;http://za.archive.ubuntu.com&quot;; };<br /><br />Installed the following packages<br /><br />	sudo aptitude update<br />	sudo aptitude install openssh-server openssl apache2 apache2-threaded-dev mysql-server libmysqlclient15-dev imagemagick libmagick9-dev ruby-full rubygems rails build-essential linux-headers-$(uname -r) git-core libxslt-dev libxslt1.1<br />		I'm not 100% if we need all this packages<br />		<br />MySQL root password <br /><br />	Username: root<br />	Password: cit<br /><br />Install ClockingIT<br /><br />	cd /home/cit<br />	git clone git://github.com/ari/clockingit.git<br /><br />Install Needed Ruby Gems <br /><br />	cd /home/cit/clockingit/<br />	sudo gem update<br />	sudo gem install rails mysql<br />	sudo rake gems:install<br />		This process takes really long<br />		<br />Setup MySQL Clocking IT user<br />	<br />	echo &quot;CREATE USER 'cit'@'localhost' IDENTIFIED BY 'cit';&quot; | mysql -u root -p mysql<br />	<br />Create the database and user for ClockingIT<br /><br />	echo &quot;CREATE DATABASE cit DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL ON cit.* TO 'cit'@'localhost' IDENTIFIED BY 'cit'; FLUSH PRIVILEGES;&quot; | mysql -u root -p<br />	<br />Setup Clocking IT<br /><br />	cd /home/cit/clockingit/<br />	ruby setup.rb<br />		default options for eveything except make sure to load the DB schema when asked<br /><br />Install mod_rails for Apache2<br /><br />	sudo gem install passenger <br />	sudo /var/lib/gems/1.8/bin/passenger-install-apache2-module<br />	sudo nano /etc/apache2/mods-available/passenger.load<br />	<br />		LoadModule passenger_module /var/lib/gems/1.8/gems/passenger-2.2.9/ext/apache2/mod_passenger.so<br />		PassengerRoot /var/lib/gems/1.8/gems/passenger-2.2.9<br />		PassengerRuby /usr/bin/ruby1.8<br /><br />		^O to save ^X to quit nano<br />	<br />	sudo a2enmod<br />	passenger<br />	<br />	/etc/init.d/apache2 restart<br />	<br />Configure Apache2<br /><br />	sudo nano /etc/apache2/sites-available/cit<br />	<br />&lt;VirtualHost *:80&gt;<br />    RailsEnv production<br />    PassengerHighPerformance on<br />    DocumentRoot /home/cit/clockingit/public<br />&lt;/VirtualHost&gt;<br /><br />	^O to save ^X to quit nano<br /><br />	sudo a2ensite<br />	cit<br />	sudo a2dissite<br />	default<br />	sudo /etc/init.d/apache2 reload<br />	<br />Configure Push Server to Start Automatically<br />	sudo nano /etc/init.d/cit<br /><br />#!/bin/bash<br />### BEGIN INIT INFO<br /># Provides: ClockingIT<br /># Required-Start: $network<br /># Required-Stop: $network<br /># Default-Start: 2 3 5<br /># De&#115cription: ClockingIT<br />### END INIT INFO<br /><br />CITDIR=/home/cit/clockingit<br /># Define LSB log_* functions.<br /># Depend on lsb-base (&gt;= 3.0-6) to ensure that this file is present.<br />. /lib/lsb/init-functions<br /><br />case &quot;$1&quot; in<br />'start')<br />log_daemon_msg &quot;Starting ClockingIT Services&quot;<br />cd $CITDIR<br />nohup &#115cript/push_server &amp;<br />log_end_msg 0<br />;;<br />'stop')<br />log_daemon_msg &quot;Stopping ClockingIT Services&quot;<br />cd $CITDIR<br />killall ruby<br />log_end_msg 0<br />;;<br />*)<br />echo &quot;Usage: $0 { start | stop }&quot;<br />;;<br />esac<br />exit 0<br /><br />	^O to save ^X to quit nano<br /><br />	sudo chmod +x /etc/init.d/cit<br />	sudo update-rc.d -f cit stop 10 0 1 6 . start 90 2 3 4 5 .<br />	sudo /etc/init.d/cit start<br /><br />You're done!<br /><br /></code>]]>
		</description>
	</item>
	<item>
		<title>Differences between local download version and online version</title>
		<link>http://forum.clockingit.com/discussion/888/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/888/</guid>
		<pubDate>Wed, 01 Sep 2010 19:24:41 +0200</pubDate>
		<author>othman</author>
		<description>
			<![CDATA[Hi, <br /> <br />Are you sure that the downloadable version on github is the same as the online version ?<br />Because on the local version we've manage (finally!) to install, the layout is a bit different, and so do the menus : I have <br />no &quot;browse&quot; tab, I have three subtabs on a &quot;tasks&quot; tab menu : List/Schedule/Gantt. I do not have a &quot;chat&quot; tab. And, Last <br />but not least, i'm unable to find an &quot;assigned to&quot; droplist on the task edit window.<br /> <br /> <br />Though I'm sure I've grabbed the version on github few days ago, <br />is there something i'm missing ? SHould I go throught the upgrade process ?<br /> <br />Please let me know, since i've suffered the hell to install clockingit properly on our server and now it is almost unusable for <br />us due to that lack of important features.]]>
		</description>
	</item>
	<item>
		<title>changes URL of my account</title>
		<link>http://forum.clockingit.com/discussion/887/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/887/</guid>
		<pubDate>Wed, 01 Sep 2010 12:49:07 +0200</pubDate>
		<author>andrisi</author>
		<description>
			<![CDATA[Dear developer, is it possible to change the domain name assigned to my account?]]>
		</description>
	</item>
	<item>
		<title>Usuários do Brasil</title>
		<link>http://forum.clockingit.com/discussion/824/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/824/</guid>
		<pubDate>Mon, 12 Apr 2010 03:34:19 +0200</pubDate>
		<author>faustino</author>
		<description>
			<![CDATA[Olá,<br /><br />Gostaria de trocar experiencias no uso da ferramenta Clocking IT com usuários do Brasil.<br /><br />Abraços,<br />Rodrigo]]>
		</description>
	</item>
	<item>
		<title>Email integration</title>
		<link>http://forum.clockingit.com/discussion/747/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/747/</guid>
		<pubDate>Wed, 20 Jan 2010 07:43:53 +0100</pubDate>
		<author>pms</author>
		<description>
			<![CDATA[Hi Guys...<br />have deployed clocking it on a centos 5.4, users have logged into it and have been using it. Its really awesome and have got a good response. Now would like to integrate emails into it so that when a task has been assigned to a user the user is notified for the same in outlook....<br /><br />If anyone could help to configure it like which files i need to edit to feed in the mail server settings and the authentication user name and password.....<br />I am really stuck with it for quite some time.. i looked into the http://wiki.clockingit.com/wiki:source and tried the mail integration but wasn't able to do it...<br /><br />could anyone please help me with mail integration.<br /><br />thank you in advance...]]>
		</description>
	</item>
	<item>
		<title>disable notifications (to myself) of tasks I assign</title>
		<link>http://forum.clockingit.com/discussion/879/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/879/</guid>
		<pubDate>Tue, 10 Aug 2010 11:00:13 +0200</pubDate>
		<author>bodaonline</author>
		<description>
			<![CDATA[Hi<br /><br />how can I configure clockingit to not send email notifications to me of tasks I assign?<br />Often I assign tasks to myself in this case it would also be best not to receive an email notification.<br />I would still like to receive notifications of tasks other people assign to me.<br /><br />TIA<br />z]]>
		</description>
	</item>
	<item>
		<title>server becomes way too slow (Clockingit)</title>
		<link>http://forum.clockingit.com/discussion/883/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/883/</guid>
		<pubDate>Fri, 27 Aug 2010 15:04:06 +0200</pubDate>
		<author>othman</author>
		<description>
			<![CDATA[I've successfully installed ClockingIT for four local computers <br />everything works well but I have a problem with only one of them : When it <br />connects to Clockingit the server becomes way too slow and other computers cannot access clockingit anymore (way too <br />slow). I have to restart the Apache server each time this particular computer tries to connect to clockingit (even from a VM <br />installed on that computer)]]>
		</description>
	</item>
	<item>
		<title>Empty Report, Log more work!</title>
		<link>http://forum.clockingit.com/discussion/493/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/493/</guid>
		<pubDate>Sat, 15 Nov 2008 01:25:18 +0100</pubDate>
		<author>livealoha50</author>
		<description>
			<![CDATA[I seem to be strugling with reports.  One client seems okay... however all other clients will not run reports.  <br /><br />Everytime - every configuration &quot;any project&quot; &quot;any user&quot; &quot;pivot&quot; workload etc...<br /><br />I run report and get the warning &quot;empty report, Log more work!&quot;<br /><br />Any advice?  Am I doing something wrong?]]>
		</description>
	</item>
	<item>
		<title>Jobsworth 1.1 released</title>
		<link>http://forum.clockingit.com/discussion/878/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/878/</guid>
		<pubDate>Mon, 09 Aug 2010 14:34:22 +0200</pubDate>
		<author>ari</author>
		<description>
			<![CDATA[<a href="http://groups.google.com/group/jobsworth/browse_thread/thread/bffa4a5cfaf96649">See the release announcement.</a>]]>
		</description>
	</item>
	<item>
		<title>Workflow Automation</title>
		<link>http://forum.clockingit.com/discussion/737/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/737/</guid>
		<pubDate>Thu, 07 Jan 2010 23:46:51 +0100</pubDate>
		<author>mzeitler</author>
		<description>
			<![CDATA[Hi,<br /><br />I really like ClockingIt and have used it in the past for some projects very successfully.<br /><br />For a new project I wonder if it is possible to extend clockingit to act more as a workflow management/task distribution system. I understand that this is not out of the box and I would be willing to add development resources to extend the current code base, but of course this only makes sense if my idea is in the general direction of the roadmap.<br /><br />Specifically I would like to cover a workflow like this<br /><br />- Create Project (with multiple tasks in a sequence)<br />- Notification for user1 that task1 has been assigned<br />- Have user1 complete task1<br />- Once task1 is completed, assign task2 to user2 automatically<br />- Notification for user2 that task2 has been assigned<br />- Have user2 complete task2<br />- Once task2 is completed, assign task3 to user3 automatically<br />- and so on until all project tasks have been completed<br /><br />Is something like this feasible with Clockinit or would it be better to use another workflow tool for this?<br /><br />Your input is appreciated.<br /><br />Matthias]]>
		</description>
	</item>
	<item>
		<title>How can I update from old repository to github version? Is it even possible?</title>
		<link>http://forum.clockingit.com/discussion/876/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/876/</guid>
		<pubDate>Tue, 03 Aug 2010 21:00:55 +0200</pubDate>
		<author>pauloadb</author>
		<description>
			<![CDATA[Hi, you all.<br /><br />Few months ago, I installed the old version of CIT (repo.clockingit.com). Lots of data were added to the system, but some features didn't worked so well (as some reports, for instance). So now I'm trying to &quot;upgrade&quot; it to github version (keeping the same database of course), but I didn't saw any instruction/mention about this in the README files neither other documentations. I've already googled and searched in this forum (don't know if I used proper keywords) and nothing seems to help. Is it possible (and by possible I'm not saying &quot;creating and population all new database structures manually&quot; Oo, unless its REEEEEEALLY necessary.) O_o Can anybody help?<br /><br />Thanks in advance, dudes!]]>
		</description>
	</item>
	<item>
		<title>Having defect alone listed in overview</title>
		<link>http://forum.clockingit.com/discussion/875/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/875/</guid>
		<pubDate>Sat, 31 Jul 2010 20:00:30 +0200</pubDate>
		<author>mahesh</author>
		<description>
			<![CDATA[I like to view one widget display only defects<br />I tried in overview-&gt;Add new widget<br />dind not make any progress<br /><br />Please help me do this<br /><br />thanks <br />Mahesh]]>
		</description>
	</item>
	<item>
		<title>Multiple companies</title>
		<link>http://forum.clockingit.com/discussion/872/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/872/</guid>
		<pubDate>Wed, 28 Jul 2010 18:29:15 +0200</pubDate>
		<author>rmichnik</author>
		<description>
			<![CDATA[You can have multiple companies in a single installation and select the company at the time of login?]]>
		</description>
	</item>
	<item>
		<title>can't find the &quot;add earlier work&quot;-Button</title>
		<link>http://forum.clockingit.com/discussion/871/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/871/</guid>
		<pubDate>Fri, 23 Jul 2010 10:53:44 +0200</pubDate>
		<author>betty</author>
		<description>
			<![CDATA[Hello,<br /><br />today I installed clockingIT and now I try to add a time for a task without the time tracking clock.<br /><br />I have read about the add earlier work-Button, but I cannot find it. I have open a task and alternatively I have generated a new task, but there is no such button.<br /><br />Can you help me, please?]]>
		</description>
	</item>
	<item>
		<title>How to empty the database ?</title>
		<link>http://forum.clockingit.com/discussion/873/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/873/</guid>
		<pubDate>Thu, 29 Jul 2010 12:17:37 +0200</pubDate>
		<author>thu2004</author>
		<description>
			<![CDATA[Hi<br /><br />I want to restart my project. I deleted all projects but the activities and history are still there.<br /><br />How I can remove all database items relative to the deleted projects ?<br /><br />Thanks<br /><br />/Chi Thu]]>
		</description>
	</item>
	<item>
		<title>Is there a way to implement task and/or project templates?</title>
		<link>http://forum.clockingit.com/discussion/862/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/862/</guid>
		<pubDate>Tue, 06 Jul 2010 19:18:10 +0200</pubDate>
		<author>jimvanm</author>
		<description>
			<![CDATA[Many of our projects are very similar in nature (telephone system installs), and there are many tasks that are common to every project.<br /><br />Is there a way to create templates or boilerplate that can be copied or becomes the default for new projects? This would save time entering all these tasks manually each time a new project is created.<br /><br />Thanks for any advice.<br /><br />Regards,<br /><br />Jim]]>
		</description>
	</item>
	<item>
		<title>Priority Listings</title>
		<link>http://forum.clockingit.com/discussion/581/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/581/</guid>
		<pubDate>Wed, 18 Mar 2009 17:49:41 +0100</pubDate>
		<author>MatthewIcon</author>
		<description>
			<![CDATA[Is there a way to prioritize tasks with a # value instead of high, medium, low etc? For instance I have setup 15 tasks and I want them to be done in a certain order on the Task list 1 - 15. I also want to be able to change the order of those tasks at anytime. For instance task 14 became a High priority. I would then change the # of that task to like 3 in the que. Is this possible?<br /><br />Thanks,<br />MTH]]>
		</description>
	</item>
	<item>
		<title>Delete wiki page</title>
		<link>http://forum.clockingit.com/discussion/250/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/250/</guid>
		<pubDate>Thu, 06 Dec 2007 18:18:34 +0100</pubDate>
		<author>jansola</author>
		<description>
			<![CDATA[Hi,<br /><br />i want to delete a wiki page and i know that in dokuwiki, if you delete all the content of a page, it disappear. I've tried deleting a wiki page deleting all its content but...<br /><br />How can I delete a wiki page?<br /><br />thanks in advance!]]>
		</description>
	</item>
	<item>
		<title>I paid to get it installed, the app gives errors!!</title>
		<link>http://forum.clockingit.com/discussion/870/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/870/</guid>
		<pubDate>Fri, 23 Jul 2010 06:29:29 +0200</pubDate>
		<author>mateo5</author>
		<description>
			<![CDATA[Hi! <br /><br />I love this app! so much that I spend a whole week trying to get it to run in my dreamhost shared account. Having no luck on that, I paid someone to install it... and by runing it side by side with the Ari demo (http://demo.getjobsworth.org) the one on my sub-domain gives errors that the demo does not! <br /><br />My developer blames the app, saying that those errors are from the app itself even though they are not listed on the github. When I told him about the demo and how it worked as it should, he replied back saying that even though some features work on http://demo.getjobsworth.org that doesn't mean that those features work in the latest github version.<br /><br />I respect and trust my developer. Is he missing somehting? Let me explain one of the errors: If I click on projects, then click on edit, the webbrowser gives the following: This webpage has a redirect loop.<br />The webpage at http://projects.mateo5.com/projects/update/6 has resulted in too many redirects.  Is this normal?<br /><br />Also if I try to delete a project, this is what I get: The page you were looking for doesn't exist.<br /><br />Any help or advise would be totally appreciated!<br /><br />Cj]]>
		</description>
	</item>
	<item>
		<title>GIT is slow over the network</title>
		<link>http://forum.clockingit.com/discussion/869/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/869/</guid>
		<pubDate>Tue, 20 Jul 2010 08:43:46 +0200</pubDate>
		<author>charlei</author>
		<description>
			<![CDATA[I understand that git is supposed to be a fast VCS but We are seeing slow performance while working with git commands on our servers. <br /><br />Git status command itself takes like &gt;4 mins to show the output. so with git commit etc <br /><br />Any advise on what the problem could be and how to improve this? It is suspected that since the storage is accessed over NFS, that could be the cause of delay. Could this be true?]]>
		</description>
	</item>
	<item>
		<title>Is there a way to generate a new URL for an RSS or iCal feed?</title>
		<link>http://forum.clockingit.com/discussion/867/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/867/</guid>
		<pubDate>Sun, 18 Jul 2010 22:44:22 +0200</pubDate>
		<author>hourback</author>
		<description>
			<![CDATA[Hi, all.<br /><br />I added an iCal feed to Google Calendar and checked the box to &quot;Make the feed publicly accessible&quot;.  I've decided I no longer want to share the feed, but I can find no way to remove the URL from Google Calendar.  Does Clocking IT provide a way to generate a new feed URL, disabling the URL that Google is now indexing?<br /><br />TIA,<br />Ali]]>
		</description>
	</item>
	<item>
		<title>Unable to use the &quot;Upload more Files&quot; feature</title>
		<link>http://forum.clockingit.com/discussion/866/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/866/</guid>
		<pubDate>Fri, 16 Jul 2010 12:34:03 +0200</pubDate>
		<author>baberjaved</author>
		<description>
			<![CDATA[I installed ClockingIT version 0.99.3 which is the same as on the main site however I am unable to use the features &quot;Upload more files&quot; and Image preview when uploading images. Why would that be, any ideas?]]>
		</description>
	</item>
	<item>
		<title>New installation: 500 error after login.</title>
		<link>http://forum.clockingit.com/discussion/863/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/863/</guid>
		<pubDate>Thu, 08 Jul 2010 10:54:44 +0200</pubDate>
		<author>cheburator</author>
		<description>
			<![CDATA[Hi.<br /><br />After login i've got error <br />&quot;We're sorry, but something went wrong.<br />We've been notified about this issue and we'll take a look at it shortly.&quot;<br /><br />below are my log files:<br />http://184.82.22.212/log/production.log<br />http://184.82.22.212/log/development.log<br />http://184.82.22.212/log/bullet.log<br /><br />I'm not familiar with ruby. How to fix it?]]>
		</description>
	</item>
	<item>
		<title>[ANN] version control integration complete</title>
		<link>http://forum.clockingit.com/discussion/853/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/853/</guid>
		<pubDate>Sun, 13 Jun 2010 05:06:47 +0200</pubDate>
		<author>ari</author>
		<description>
			<![CDATA[Integration with your favourite version control system is largely complete now. I've got it working with SVN, but other version control systems are easy to integrate at this point.<br /><br />If you have a "#1234" in your version control log message, then the changes will be linked back to that task and visible alongside the task history.]]>
		</description>
	</item>
	<item>
		<title>Shared Hosting Cpanel based - hosting - installation</title>
		<link>http://forum.clockingit.com/discussion/861/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/861/</guid>
		<pubDate>Sun, 04 Jul 2010 16:12:24 +0200</pubDate>
		<author>ajmal017</author>
		<description>
			<![CDATA[Hello everybody, I have been testing out clockingit for the past few weeks... have almost tried everything and find clockingit to be fantastic.<br /><br />For the develper to put in so much effort and also letting it being as a open source project is really a thing to appreciate and praise.<br /><br />I am wanting to install it in shared hosting environment, cpanel based something like hostmonster,<br /><br />I couldnt find any successful hosting experience and installation guide...<br /><br />can anyone help out on this]]>
		</description>
	</item>
	<item>
		<title>[ANN] Snippets implemented</title>
		<link>http://forum.clockingit.com/discussion/859/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/859/</guid>
		<pubDate>Sat, 26 Jun 2010 06:07:29 +0200</pubDate>
		<author>ari</author>
		<description>
			<![CDATA[http://groups.google.com/group/jobsworth/browse_thread/thread/45b302eac5cc0f9c]]>
		</description>
	</item>
	<item>
		<title>New Install - Page doesn't render?</title>
		<link>http://forum.clockingit.com/discussion/858/</link>
		<guid isPermaLink="false">http://forum.clockingit.com/discussion/858/</guid>
		<pubDate>Sun, 20 Jun 2010 00:30:44 +0200</pubDate>
		<author>nrml</author>
		<description>
			<![CDATA[You'll have to forgive me, I'm taking a crash course in setting up my own Debian server.<br /><br />I've done a significant amount of research through the wikis/readme/forums here.<br /><br />I think that I have everything installed correctly. I complete 'ruby setup.rb' correctly. <br /><br />When I access my page (IP address, I don't have a domain to assign at this time)<br /><br />It just comes up blank.. If I check the page source it says: <br /><code>Please set up Clocking IT by running the setup.rb &#115cript.</code><br /><br />So I've checked the production.log and this is what it says:<br /><code><br />Processing LoginController#login (for 98.203.235.176 at 2010-06-19 18:22:50) [GET]<br />  SQL (0.0ms)   SELECT count(*) AS count_all FROM `companies`<br />  Company Load (0.0ms)   SELECT * FROM `companies` WHERE (subdomain = NULL) LIMIT 1<br />  CACHE (0.0ms)   SELECT count(*) AS count_all FROM `companies`<br />  NewsItem Load (0.0ms)   SELECT * FROM `news_items` WHERE (portal = 1) ORDER BY id desc LIMIT 3<br />Rendering login/login<br />Completed in 10ms (View: 0, DB: 50) | 200 OK [http://173.203.103.114/]<br /></code><br /><br />Which seems ok? Any ideas? I'm using Ari's GIT build, Ruby 1.8, Debian on a rackspace cloud setup. I've been watching another similar thread, but seem to have hit a wall.<br /><br />Any help would be appreciated.]]>
		</description>
	</item>
	
		</channel>
	</rss>