Activity
From 2008-07-13 to 2008-07-15
2008-07-15
-
23:11 Feature #1629: Public User Profile
- A simple show page would be good. For our use, a listing of their projects and their latest activity or issues would ...
-
22:18 Feature #1629: Public User Profile
- Are you asking for something more than linking the usernames to their account/show/:id page and adding some custom fi...
-
23:07 Defect #1652 (Closed): migrations 91 and 92 fail against SQL Server 2005
- I just attempt to install redmine db onto sql server 2005 and received the following error when running rake db:migra...
-
21:35 Defect #1641: Setting time zone rise Internal error
- Youssef Abou-Kewik wrote:
> You could also just:
>
> gem install tzinfo
>
> which is required by the tzinfo_ti... -
21:33 Defect #1641: Setting time zone rise Internal error
- You could also just:
gem install tzinfo
which is required by the tzinfo_timezone plugin :) -
08:50 Defect #1641 (Resolved): Setting time zone rise Internal error
- Your are right.
I have a tzinfo_timezone plugin installed. I remove this plugin "script/plugin remove tzinfo_timezo... -
21:22 Feature #1313: Optionally use ultraviolet for syntax highlighting
- For the helpless who are in need, I have an ugly hack here: http://www.redmine.org/issues/show/1651 that uses pygment...
-
20:54 Patch #1651 (Closed): Hack to make redmine use pygmentize instead of CodeRay
- We're going to be using Redmine internally with lots of Python code involved. Thought I'd share this patch with you g...
-
19:48 Patch #1635: Plural form for ru.yml
- One quesion. How to refresh .yml file with new gloc rule?
-
18:38 Patch #1110: Allow email to create issue or add comment
- Jean-Philippe Lang wrote:
> Joshua Hoover wrote:
> > Am I missing something?
>
> Yes, you are.
> See what @Redm... -
18:35 Patch #1650 (New): Start/end time tracking for timelogging
- This is an implementation of http://www.redmine.org/boards/1/topics/show/1027.
Patch is made against current HEAD (r... -
18:29 Feature #296: REST API
- Markus Knittig wrote:
> So, I've played a bit with REST and Redmine. It was quite easy to set up even for me as a Ru... -
18:20 Feature #952: Update % to be programatic not arbitrary
- I'm sorry folks, It looks like I offered prematurely. We are a bit too slammed at the moment to go through the qa pro...
-
11:27 Feature #952: Update % to be programatic not arbitrary
- shane pearlman wrote:
> We ended up building a plug-in to handle this with a slightly different approach.
It'll b... -
16:42 Feature #1649 (Closed): Nice human-friendly URL for the file module
- The link in the 'file' module ends with "versions/download/6?attachment_id=45
It would be great to have the actual f... -
15:52 Patch #1303 (Resolved): Simplified Chinese zh lang file update to r1460
-
13:56
Defect #1618: Wrong URL for Issue sent by email
- In the global settings I change the host name property from forge.domain.tld to forge.domain.tld/redmine and now URLs...
-
12:48 Defect #1398: Right Clicking on an issue in a issue list to get native context menu doesn't work in Firefox 3 RC2
- We have updated to latest versions and I still cannot get bulk edit to work in Safari (Mac):
* Redmine 0.7.3.1645 ... -
08:15 Feature #1645: Recommend adding Timelog line to issue context menu
- 0.7.3 was released more than a week ago...
-
04:46 Feature #1645 (Closed): Recommend adding Timelog line to issue context menu
- If developer is working on tasks from /my/page (or the issue list), he/she may find it easier to right-click on the i...
-
06:06 Feature #1647 (Closed): No Anchor Support on Wiki pages
- I'd like to be able to use anchor links on a wiki page. For example, I'd like to be able to use the wiki pages for a ...
-
05:49 Defect #1646 (Closed): Wiki link as the first line of text on a page does not work
- A wiki link made using ...
-
04:30 Defect #1644 (Closed): Context menu overwritten by calender on MyPage
- In Firefox 3 and Internet Explorer 7, the Issue context menu is overwritten by anything text in the calender if it is...
2008-07-14
-
22:30 Defect #1643 (Closed): dependency on ruby 1.8.7 introduced in r1660
- A small dependency on ruby 1.8.7 seems to have been introduced in r1660.
Calling the array index function with a blo... -
22:13 Feature #952: Update % to be programatic not arbitrary
- +1 Our organization is interested in the patch. Entering in percent done seems redundant if you are already updated t...
-
18:47 Feature #952: Update % to be programatic not arbitrary
- We ended up building a plug-in to handle this with a slightly different approach. The program allows the admin to set...
-
18:41 Feature #952: Update % to be programatic not arbitrary
- PS: I'm Moe Mataz. Had to create a new account because I could not login any more and password reset did not work.
-
18:40 Feature #952: Update % to be programatic not arbitrary
- I can not speak for Thomas but my idea would be to make *two* bar-graphics: One for "Percentage done" and one for "Ti...
-
17:44 Feature #952: Update % to be programatic not arbitrary
- Sorry for stupid question, :-) but what if estimated_hours is less than spent_time? What to draw? 140%?
-
17:20 Feature #952: Update % to be programatic not arbitrary
- Just bumping this ticket so it doesn't get lost.
I like the ideas, are they being considered?
-
21:44 Defect #1628: redmine sends http on forms on https server
- Liwiusz, this setting has nothing to do with redirects.
It's only used to generate links in emails. -
21:38 Defect #1628: redmine sends http on forms on https server
- Have you checked settings.yml after update? ...
-
21:33 Defect #1642 (Closed): CVS: add support for modules names with spaces (was #1434).
- Fixed in 0.7.2 but lost in 0.7.3 (missing in merge).
It's present in trunk -
21:24 Defect #1641: Setting time zone rise Internal error
- Do you have tzinfo plugin installed in vendor/plugins ?
If so, try to remove it and restart. -
20:53 Defect #1641 (Closed): Setting time zone rise Internal error
- Distribution: Debian 4.0
database: MySQL Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2
Rails... -
21:15 Feature #1629: Public User Profile
- +1 This would be an excellent place for users to find out more information about users, and for managers catch up wit...
-
20:39 Defect #1640 (Closed): Custom boolean field ignoring default value setting
- > I apologize for not attempting to update to a newer revision before filing this issue. :)
You don't have to apol... -
19:38 Defect #1640: Custom boolean field ignoring default value setting
- Jean-Philippe Lang wrote:
> This should be fixed in r1668.
> Can you confirm ?
After updating to r1669 I can con... -
19:28 Defect #1640 (Resolved): Custom boolean field ignoring default value setting
- This should be fixed in r1668.
Can you confirm ? -
18:04 Defect #1640 (Closed): Custom boolean field ignoring default value setting
- A custom field of type 'boolean' is displayed as checked/true in the "New Issue" page even though it's default is fal...
-
18:50 Feature #1448: Add tags to issues
- A true tagging system would be very handy.
-
08:38 Feature #1448: Add tags to issues
- +1
-
17:50 Feature #1617: Payment system
- You have the ability to add custom fields to your issues, so there is no need to build this into the core.
-
17:45 Defect #1636 (Closed): Use of Prototype's Element-methods (like this.up("form"))
- Fixed in r1667.
Thanks for your tip. -
13:00 Defect #1636 (Closed): Use of Prototype's Element-methods (like this.up("form"))
- In /views/issues/_list.rhtml for example you use "this.up('form')". Actually the up-method is not available on the el...
-
17:41 Defect #1637 (Closed): Repository module showing error
- Please no support request here. Thanks.
-
13:08 Defect #1637 (Closed): Repository module showing error
- My repository module still showing the error "Entry and/or revision doesn't exist in the repository"while clicking o...
-
17:39 Feature #1634 (Closed): Consolidated emails/report
- Duplicates #415.
-
11:26 Feature #1634 (Closed): Consolidated emails/report
- Is it possible for Redmine to send consolidated report at end of business day (or start of business day). In our impl...
-
17:38 Defect #1633 (Closed): Activity pages showing errors and subversion can't integrate
- 0.7.3 is not compatible with Rails 2.1 and ruby 1.8.7. Please read [[RedmineInstall]].
You will find the cause of yo... -
12:55 Defect #1633 (Resolved): Activity pages showing errors and subversion can't integrate
- Hi,
I have resolved the issue with activity pages.I replacecd the attached page (activity.rhtml) with redmine file... -
10:17 Defect #1633 (Closed): Activity pages showing errors and subversion can't integrate
- Hi All,
I have a centos5 server and have redmine 0.7.3 installed. Ruby version is ruby 1.8.7 (2008-06-20 patchlev... -
15:14 Patch #1638: Spellchecking for ru.yml
- 89'th line has mistyped extra comma.
-
13:48 Patch #1638: Spellchecking for ru.yml
- sorry, wrong file, forget about it
Here new one. -
13:25 Patch #1638: Spellchecking for ru.yml
- It's not a patch, but whole file. Please provide diff, so we can see the difference.
P.S. Хранилилище -> Хранилище -
13:20 Patch #1638 (Closed): Spellchecking for ru.yml
- Some spellchecking and correcting for russian language.
-
14:28 Patch #1639 (Closed): Finnish translation sync 1666
- Finnish translation sync to revision 1666
-
14:25 Patch #1635: Plural form for ru.yml
- Or :)...
-
12:58 Patch #1635 (Closed): Plural form for ru.yml
- According GLoc documentation plural form string for russian language should be
@
_gloc_rule_default: '|n| n10=n%1... -
12:48 Feature #1278: Creating global (default) categories.
- This feature is very high on our wish list as well. Specifically it would be nice to be able to use categories in a s...
-
07:52 Feature #1514: Parsing ftp URL
- Kevin Light wrote:
> I think the regex for parsing ftp:// links is a bit too aggressive as it tears apart sftp:// li... -
07:44 Patch #1632 (Closed): Russian update (fix) to 1666
- Russian update (fix) to revision 1666
-
04:19 Defect #1627: database not cleaned when removing a repository
- (i didn't mean to remove the target version, i think redmine did it, maybe some unitialized stuff somewhere?)
-
03:53 Defect #1627: database not cleaned when removing a repository
- Hi Jean-Philippe. I updated to "Revision: 1666", did the rake thinguy and tested my website : everything works as exp...
2008-07-13
-
23:57 Defect #1627 (Closed): database not cleaned when removing a repository
- Removing a big repository could take a lot of time indeed.
Anyway, r1666 should fix it. Deletion is now done using 2... -
23:52 Defect #1627: database not cleaned when removing a repository
- timeout : i can't remember, but it could be. I'm trying to reproduce it and will report.
-
22:36 Defect #1627: database not cleaned when removing a repository
- I'm not able to reproduce. changes and changesets tables should be cleaned up by the application.
Did you get a time... -
21:20
Feature #1631 (Closed): Translation of Custom Fields
- You can assign Custom Fields to various objects (e.g. Issues). All other fields are translated, and it would be great...
-
19:54 Feature #296: REST API
- Someone has already created a basic XML-RPC service for Redmine: http://sourceforge.net/projects/redmin-mylyncon/
I'... -
15:40 Patch #1630 (Closed): Simplified Chinese lang file zh.yml updated to r1663
- lang file
-
15:36
Feature #1629: Public User Profile
- I would like to suggest the following:
* Add a new property (Homepage of something similar) to the user
* add a ... -
12:42 Defect #1591: http links containing parentheses fail to reder correctly
- Thanks for the patch.
But it would be nice to fix @RedCloth#inline_textile_link@ as well. -
10:21 Feature #1624: Issue merging
- I think trying to access the merged ticket should redirect with a notice.
As far as the description goes - i am usin...
Also available in: Atom