Activity
From 2008-03-20 to 2008-03-22
2008-03-22
-
15:48 Defect #913 (Closed): This week condition in view filter down't consider first day of the week
- when trying to filter all issues for this week, the filter consider Sunday as last week even if language sets otherwise
2008-03-21
-
22:39 Defect #869: Crash on migrate_from_trac
- I could reproduce this problem. I guess it occured because you had a custom field named Resolution with a default val...
-
22:18 Defect #855: Redmine does not recognize DST or is not using the latest values
- As you said, installing TZInfo should solve this problem since Rails' builtin TimeZone doesn't handle DST.
ruby ... -
22:15 Defect #910: PDF export fails on certains HTML entities
- This comment that contains <example> seems to be rendered fine in the pdf, doesn't it ?
-
10:55 Defect #910 (Closed): PDF export fails on certains HTML entities
- I wanted to use < or > symbols, so i tried using ...
-
22:10 Defect #843 (Closed): BR tags no longer working in textile
- Fine. Reopen if needed.
-
21:16 Defect #843: BR tags no longer working in textile
- r1259 made me happy - if no one else wants br tags, this issue is safe to close.
-
21:17 Defect #180 (Closed): [PATCH] Plugins break in the Rails 2.0 with the latest engines.
- Applied in changeset r1281.
-
21:14 Defect #618: right click on an issue line near the bottom of the browser doesn't display menu
- This one is hard. To properly position the menu if it's going to be rendered offscreen, we need its height, which is...
-
20:31 Feature #444: submit issue via email
- Sounds good to me. Let me know when your script is ready !
-
19:38 Feature #444: submit issue via email
- Jean-Philippe, if you can provide some input on how you would like this to work, I'll write a script. Here's what I'...
-
20:24 Feature #402 (Closed): Issues % Done
- Yes, it can be closed since it's now possible to log time, change status/edit issue from the issue detail view in a s...
-
19:30 Feature #402: Issues % Done
- This has been indirectly implemented, hasn't it?
-
20:11 Feature #489 (Closed): Suggestion: Link a SVN Revision inside a Issue
- Yes :-)
-
19:40 Feature #489: Suggestion: Link a SVN Revision inside a Issue
- This can be closed, yeah?
-
19:24 Patch #238 (Resolved): Change the tracker from the issue edit screen
- This patch is no longer useful due to big changes in issue create/update/edit. Please feel free to close it.
-
19:17 Defect #870 (Closed): Table markup parsing bug
- Applied in changeset r1280.
-
19:17 Defect #893 (Closed): Wiki links with specified text don't work in tables
- Applied in changeset r1280.
-
19:17 Patch #894 (Closed): Patch for #893
- Applied in changeset r1280.
-
19:17 Defect #904 (Closed): The right-click context menu don't work
- Applied in changeset r1279.
-
16:18 Defect #904: The right-click context menu don't work
- sorry I fogot about log ... ;)...
-
15:51 Defect #904: The right-click context menu don't work
- Do you see an error in the log when the menu doesn't show up ?
-
07:46 Defect #904: The right-click context menu don't work
- P.S.
I do @rake tmp:sessions:clear@ and @rake tmp:cache:clear@ before @mongrel_rails cluster::restart@. -
07:43 Defect #904: The right-click context menu don't work
- I use firefox as browser.
I just do @svn up -r1277@ and @mongrel_rails cluster::restart@
After that I go to Issue l... -
00:02 Defect #904: The right-click context menu don't work
- Sergej, are you absolutely sure that the context menu worked for you in r1276?
-
00:01 Defect #904 (Reopened): The right-click context menu don't work
- Upon further investigation, I do not believe this specific problem caused the referenced issue. I should have valida...
-
18:58 Feature #887: Disable HTML email
- There's no such an option for now, but you can remove all the @*.text.html.rhtml@ files in @app/views/mailer/@ if you...
-
18:46 Defect #874: REPORT request failed with 200 OK
- Redmine and svn are on the same host ?
To see what is going wrong with your repository, you can set Redmine log le... -
18:40 Defect #905: Redmine 0.6.4 calendar BUG
- Please, describe the problem.
-
05:57 Defect #905 (Closed): Redmine 0.6.4 calendar BUG
- ...
-
16:20 Defect #912 (Closed): Bulk edit functionality is unintuitive
- How to select issues to bulk-edit is intuitive and documented in the wiki. What to do next (how to actually perform ...
-
15:29 Feature #878: Add a "Notify these users:" option when creating and updating isses.
- I just added ticket #911 which is asking for the same functionality in the Forums.
-
15:28 Feature #911 (New): Add A "Notify These Members" Option In Forum Posts
- Currently, when I add a new forum post, I have to follow up the post with an email to project members letting them kn...
-
09:58 Feature #909 (Closed): Polish translation
- rev. 1278
-
09:34 Feature #883: Add suport for mobile devices (CSS)
- I can't assign ticket to me, here, but we're starting to create Mobile CSS, hurrah!
-
09:33 Feature #908 (New): Add global News
- Add global news related not to project but to whole Redmine instance. Link to global news should be in topmost menu.
-
09:32 Feature #907: Add global Wiki
- "Wiki" menu item can be in the tompost menu
-
09:31 Feature #907 (Closed): Add global Wiki
- What can be great to have one global Wiki, which will be related no to project but to whole instance of Redmine. Our ...
-
09:29 Feature #906 (Closed): Add numbers of results in search
- There is no info about how much results was find, just button "next", so I don't know how much results / pages of res...
2008-03-20
-
21:17 Defect #904 (Closed): The right-click context menu don't work
- Applied in changeset r1278.
-
20:11 Defect #904 (Closed): The right-click context menu don't work
- The right-click context menu don't work after update from r1276 to r1277
-
20:25 Patch #641 (Reopened): Add done_ratio to the right-click context menu
- Removed from SVN trunk. Bug #904 mentioned that it broke the popup menu and I was able to duplicate this. Dov, can ...
-
19:17 Patch #641 (Closed): Add done_ratio to the right-click context menu
- Applied in changeset r1277.
-
18:54 Patch #894: Patch for #893
- FWIW it's fixed in Rails in http://dev.rubyonrails.org/changeset/8774 and merged in the 2-0-stable branch.
-
18:48 Patch #894: Patch for #893
- Rails bug! number_to_human_size drops trailing 0's, and jplang's patch is 540 bytes.
-
18:18 Patch #894: Patch for #893
- Weird that it shows JP's patch as 54 bytes. Looks like it was 540 bytes to me. Is that a bug? :-)
-
18:46 Defect #870: Table markup parsing bug
- That does appear to fix it. Thank you.
-
18:32 Patch #903: Clean up attachment model
- Oh and one regular expression.
-
18:32 Patch #903 (Closed): Clean up attachment model
- This started as a spelling fix, then I fixed some inconsistent indentation and an inaccurate comment.
-
17:44 Feature #901 (Closed): References to issues from other projects
- Feature already exists. Closed request.
-
14:16 Feature #901 (Resolved): References to issues from other projects
- This is already possible. There is an option in the Admin > Settings > Issue Tracking tab called: Allow cross-project...
-
10:27 Feature #901 (Closed): References to issues from other projects
- Sometimes similar issues can be raised in different projects. In that case, it would be nice to be able to reference ...
-
17:13 Feature #902 (New): Report / Member Load Report per Project by Period
- In Project planning is important to see Member load to plan Projects, if member is underloaded or overloaded. So, it'...
-
16:19 Feature #379: search in all project wikis simultanously
- In patch #821, the search all projects will only search through public projects and projects that are visible to the ...
-
10:32 Feature #379: search in all project wikis simultanously
- Just a question regarding this (really usefull!) feature: will everybody be able to search in all wiki pages or is th...
-
16:01 Feature #898: add project specific css class to body tag
- +1. We don't even need a database field. The attached patch works for me, just create a public/stylesheets/<project...
-
14:21 Feature #898: add project specific css class to body tag
- This would be nice - i've had a couple of requests to add logo's for particular projects into the header area.
-
00:29 Feature #898 (Closed): add project specific css class to body tag
- add the projectname(like in url) as css class to the body or wrapper element. This way one could apply a different la...
-
14:19 Feature #900: Possibility to search through issues of all projects or a list of selected projects
- How are you not able to do this now with the search box? It searches all the projects right now. You can also go to "...
-
10:22 Feature #900 (Closed): Possibility to search through issues of all projects or a list of selected projects
- This feature would be really usefull in our case because we have projects which are based on the same infrastructure ...
-
09:06 Patch #684: Add journal count on issues list
- So sorry, answer too late.
I agree your suggestion.
If column add on the issues table, it was following effect.
... -
01:37 Feature #296: REST API
- Seems like this issue has had a lot of feedback and there are a lot of votes for a REST API. Though I would normally ...
-
01:17 Defect #899 (Closed): Language (auto): Random language in Issue listheaders?
- I have the language on (auto). I see, both here and on our Redmine-install, that the headers of the issue-list (on I...
Also available in: Atom