<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Redmine &quot;pimped&quot;</title>
	<atom:link href="http://blog.sibvisions.com/2012/07/05/redmine-pimped/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/comment-page-1/#comment-364</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Mon, 16 Sep 2013 12:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1507#comment-364</guid>
		<description>Use the &lt;a href=&quot;http://blog.sibvisions.com/wp-content/uploads/2013/09/patch.txt&quot; rel=&quot;nofollow&quot;&gt;patch&lt;/a&gt; (based on Redmine 2.0.3)

DB: time_entries

CREATE TABLE `time_entries` (
	`id` INT(11) NOT NULL AUTO_INCREMENT,
	`project_id` INT(11) NOT NULL,
	`user_id` INT(11) NOT NULL,
	`issue_id` INT(11) NULL DEFAULT NULL,
	`hours` FLOAT NOT NULL,
	`comments` VARCHAR(255) NULL DEFAULT NULL,
	`activity_id` INT(11) NOT NULL,
	`spent_on` DATE NOT NULL,
	`tyear` INT(11) NOT NULL,
	`tmonth` INT(11) NOT NULL,
	`tweek` INT(11) NOT NULL,
&lt;strong&gt;	`from` VARCHAR(5) NULL DEFAULT NULL,
	`to` VARCHAR(5) NULL DEFAULT NULL,
	`pause` INT(3) NULL DEFAULT NULL,&lt;/strong&gt;
	`created_on` DATETIME NOT NULL,
	`updated_on` DATETIME NOT NULL,
	PRIMARY KEY (`id`),
	INDEX `time_entries_project_id` (`project_id`),
	INDEX `time_entries_issue_id` (`issue_id`),
	INDEX `index_time_entries_on_activity_id` (`activity_id`),
	INDEX `index_time_entries_on_user_id` (`user_id`),
	INDEX `index_time_entries_on_created_on` (`created_on`)
)
COLLATE=&#039;utf8_general_ci&#039;
ENGINE=InnoDB
AUTO_INCREMENT=1;</description>
		<content:encoded><![CDATA[<p>Use the <a href="http://blog.sibvisions.com/wp-content/uploads/2013/09/patch.txt" rel="nofollow">patch</a> (based on Redmine 2.0.3)</p>
<p>DB: time_entries</p>
<p>CREATE TABLE `time_entries` (<br />
	`id` INT(11) NOT NULL AUTO_INCREMENT,<br />
	`project_id` INT(11) NOT NULL,<br />
	`user_id` INT(11) NOT NULL,<br />
	`issue_id` INT(11) NULL DEFAULT NULL,<br />
	`hours` FLOAT NOT NULL,<br />
	`comments` VARCHAR(255) NULL DEFAULT NULL,<br />
	`activity_id` INT(11) NOT NULL,<br />
	`spent_on` DATE NOT NULL,<br />
	`tyear` INT(11) NOT NULL,<br />
	`tmonth` INT(11) NOT NULL,<br />
	`tweek` INT(11) NOT NULL,<br />
<strong>	`from` VARCHAR(5) NULL DEFAULT NULL,<br />
	`to` VARCHAR(5) NULL DEFAULT NULL,<br />
	`pause` INT(3) NULL DEFAULT NULL,</strong><br />
	`created_on` DATETIME NOT NULL,<br />
	`updated_on` DATETIME NOT NULL,<br />
	PRIMARY KEY (`id`),<br />
	INDEX `time_entries_project_id` (`project_id`),<br />
	INDEX `time_entries_issue_id` (`issue_id`),<br />
	INDEX `index_time_entries_on_activity_id` (`activity_id`),<br />
	INDEX `index_time_entries_on_user_id` (`user_id`),<br />
	INDEX `index_time_entries_on_created_on` (`created_on`)<br />
)<br />
COLLATE='utf8_general_ci'<br />
ENGINE=InnoDB<br />
AUTO_INCREMENT=1;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/comment-page-1/#comment-352</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Wed, 11 Sep 2013 14:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1507#comment-352</guid>
		<description>I&#039;ll do my best.</description>
		<content:encoded><![CDATA[<p>I'll do my best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/comment-page-1/#comment-351</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 11 Sep 2013 13:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1507#comment-351</guid>
		<description>I would be really thankful</description>
		<content:encoded><![CDATA[<p>I would be really thankful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/comment-page-1/#comment-350</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Wed, 11 Sep 2013 13:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1507#comment-350</guid>
		<description>Would be possible, but needs some time to find differences :)</description>
		<content:encoded><![CDATA[<p>Would be possible, but needs some time to find differences <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://blog.sibvisions.com/2012/07/05/redmine-pimped/comment-page-1/#comment-349</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 11 Sep 2013 10:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1507#comment-349</guid>
		<description>Yes, that&#039;s what I&#039;m looking for. Will you consider sharing / publishing it ?</description>
		<content:encoded><![CDATA[<p>Yes, that's what I'm looking for. Will you consider sharing / publishing it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
