Activity
From 2011-05-29 to 2011-06-01
2011-06-01
-
22:56 Feature #3261: support attachment images in PDF export
- +1
-
22:41 Feature #8488: Create an 'Involve' mechanism to private issues
- +1
-
19:12 Feature #8488: Create an 'Involve' mechanism to private issues
- Oh, you are right! Sorry!
-
17:31 Feature #8488: Create an 'Involve' mechanism to private issues
- Anton Nepomnyaschih wrote:
> Also, it would be cool to set visibility level for each comment, like in JIRA, where yo... -
16:32 Feature #8488: Create an 'Involve' mechanism to private issues
- Also, it would be cool to set visibility level for each comment, like in JIRA, where you can write somethings to a sp...
-
15:07 Feature #8488 (New): Create an 'Involve' mechanism to private issues
- As requested by some people (#7414#note-16, #7412#note-3, and so on), sometimes we need to involve someone that canno...
-
22:21 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- Yeah, I added --trace (saw it in some posting I ran across) hoping to enable some debugging type messages ... unfortu...
-
19:07 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- @rake db:migrate --trace@ ?
-
17:10 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- Etienne Massip wrote:
> Did you migrate the right database and set your @RAILS_ENV@ accordingly before running comma... -
10:55 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- Did you migrate the right database and set your @RAILS_ENV@ accordingly before running commands ?
What's the "Databa... -
20:53 Defect #8489 (Resolved): can not change issu status
- I was logged in as admin
using regular user I got the entire workflow -
15:56 Defect #8489 (Closed): can not change issu status
- Hi
I have defined a workflow with few status
and defined a transition matrix on them
I still cannot change the ... -
20:39 Patch #8494 (Closed): Turkish translation file update
- I have translated an earlier version of Redmine but merged it with the latest locale file. It should be okay though I...
-
20:25 Feature #6331: Give a role a permission to view/edit only his tickets
- +1
-
20:04 Feature #8493: Custom Field of Version type should be sortable
- He wishs the cutsom field "found in version" (seems to be of typ "version") shall be sortable also.
-
19:40 Feature #8493: Custom Field of Version type should be sortable
- I want to click on Found in Version( it's CustomField of Version type) to sort by Version
(see attached screenshot) -
19:35 Feature #8493: Custom Field of Version type should be sortable
- What do you mean ? The version list is already sorted.
-
19:20 Feature #8493 (Closed): Custom Field of Version type should be sortable
-
19:30 Feature #8152: Render Version and User custom fields as links
- There is a patch attached to #8492.
-
19:29 Feature #8492 (Closed): Custom Field of Version type should be shown as link in show issue view
- Closed as duplicate of #8152.
-
19:19 Feature #8492 (Closed): Custom Field of Version type should be shown as link in show issue view
- I think that Custom Field of Version type should be shown as link in show issue view, like Target Version.
Quick a... -
19:27 Defect #8450: redmine:email:receive_imap fails silently when creating an account where login is too long
- It does not exactly _silently_ fail. You should see an error message in your log file (see: source:/trunk/app/models/...
-
19:16 Defect #8472 (Resolved): Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Fixed in r5991.
-
18:57 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Got it. Actually, the "Private" checkbox is ignored when the user creates an issue and has only the "Set own issues p...
-
15:08 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- I have reproduced :
* if "Set issues public or private" is checked and "Set own issues public or private" is checked... -
19:07 Defect #8377 (Closed): Unable to set how many working hours per day
- There are already feature requests for that.
-
19:04 Feature #8491: [Gantt] Wrap words in issue names
- Actually, in html, you got a tooltip with the full issue subject.
-
18:03 Feature #8491 (Closed): [Gantt] Wrap words in issue names
- Is it possible to make word wraping for issue names in Gantt chart?
If issue name is long it truncates in Gantt char... -
19:03 Defect #8429: Some attachments files are ignored while issue submitting
- Could you attach a raw multipart email that includes such an attachment?
-
19:01 Defect #8445 (Closed): gzip for xml/json/atom results
- Redmine does not gzip any response, including html content. You have to configure your web server to gzip atom or xml...
-
18:49 Defect #8388: Parent Tasks double count Estimated Time totals
- Which calculation are you talking about?
In the core, there's only one calcultation that involves estimated hours,... -
17:35 Feature #3088: Estimated hours field able to hide role based
- +1 on this one!
-
15:12 Feature #7414: Private issues
- Roman E. wrote:
> We have a private project for administrative issues but sometimes people from other projects may n... -
09:36 Feature #7414: Private issues
- Can anyone tell if it is possible to reverse the feature. Meaning this:
We have a private project for administrati... -
15:08 Feature #7412: Add an issue visibility level to each role
- Jean-Philippe Lang wrote:
> Bruno Medeiros wrote:
> > Jean-Philippe, do you think it's a good idea to create a "Inv... -
13:23 Defect #8467: Missing german translation - Warn me when leaving a page with unsaved text
- Jist for notice_
If there are any "known" german translation todos, pass it on to me .. i will translate it. -
10:12 Defect #8467 (Closed): Missing german translation - Warn me when leaving a page with unsaved text
- #8486 yaml is committed in trunk r5986 and 1.2-stable r5987.
-
11:20 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- > try @<Location /git/>@ instead of @<Location /git>@.
It wasn't that but i finally got it !! I needed to add the ... -
10:40 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Loïs PUIG wrote:
> Any ideas ?
Redmine.pm expects the path part of the URL to be @$LOCATION/$PROJECT_NAME@, so yo... -
10:26 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Antonio García-Domínguez wrote:
> the auth code expects URLs to start with something like http://git.mydomain.com/my... -
10:24 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Thanks for your help :)
> You don't need to modify Redmine.pm for it, change your apache config to say @<Location ... -
10:17 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Loïs PUIG wrote:
> Can anyone explain how to modify Redmine.pm to do so please ?
> Thanks a lot ... :)
You don't... -
10:12 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
- Hi, love this patch and works perfectly if accessing git repositories from http://git.mydomain.com/myrepo.git, but wh...
-
10:11 Patch #8486 (Closed): Missing german translations
- Committed in trunk r5986 and 1.2-stable r5987, thanks.
-
09:37 Patch #8486: Missing german translations
- I added the missing two texts now.
-
09:36 Patch #8486 (Closed): Missing german translations
- There were some missing german translations in the language file, so I added them.
* text_git_repository_note
* lab... -
10:09 Defect #8483: Content in the new custom field "referencing version table" is empty in a subproject (sharing version)
- Looks confirmed by source:/trunk/app/models/custom_field.rb#L59.
-
08:15 Defect #8483: Content in the new custom field "referencing version table" is empty in a subproject (sharing version)
- Related feature : #2096
-
08:15 Defect #8483 (Closed): Content in the new custom field "referencing version table" is empty in a subproject (sharing version)
- The content of the new custom field is empty if I'm in a +sub project+ which have versions numbers "herited" (by shar...
-
03:31 Feature #2636: Feature Request: Wiki ACLs (Access control for individual pages)
- Please ignore my last comment. I had just started using Redmine and expected there can be multiple wiki pages for a p...
-
02:58 Feature #2636: Feature Request: Wiki ACLs (Access control for individual pages)
- +1
public/private setting is not good enough for our needs because our company uses Redmine to communicate with ou...
2011-05-31
-
23:25 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- Jesse Norell wrote:
> schema_migrations has up to version=101 .. does that mean 102_add_custom_fields_editable.rb fa... -
19:12 Defect #6105: Migration 0.8 -> 1.0.0 : projects pages access = erreur
- schema_migrations has up to version=101 .. does that mean 102_add_custom_fields_editable.rb failed and all subsequent...
-
23:16 Defect #7013: See {{count}} in page display rather than value with i18n 0.5.0
- David Muir wrote:
> I had this happen when I upgraded to 1.1.3 (from 1.0.3). I only have i18n 0.4.2 and 0.4.1 instal... -
21:57 Feature #8481 (New): View role permissions
- Project Managers can currently add users and assign roles to them, but don't necessarily know all the permissions ass...
-
21:10 Defect #8480 (Closed): gantt sorting in redmine 1.2
- Just upgraded from 1.1.2 to 1.2, and found that the projects on the Gantt page are not really sorted (or sorted in so...
-
18:40 Feature #8479 (Closed): Global default query
- It would be helpful to have some way to define a custom default query. Ideas:
a) Design a custom query in Administ... -
17:26 Defect #8405 (Closed): Custom fields - it seems some are omitted.
- A User custom field displays a project members list and a Version custom field displays a project versions list. They...
-
17:24 Defect #8476: FF, Opera And Redmine 1.2.0
- Petr Pospisil wrote:
> It is possible to include this patch to Redmine?
I guess not, #7688 has already been close... -
15:22 Defect #8476: FF, Opera And Redmine 1.2.0
- Thx for update. I will try it.
It is possible to include this patch to Redmine? -
15:14 Defect #8476: FF, Opera And Redmine 1.2.0
- Guess it's either an Apache misconfiguration or related to Mongrel compatibility issues with Rails 2.3.11, see [[Redm...
-
14:40 Defect #8476 (Closed): FF, Opera And Redmine 1.2.0
- Every page is served in plain-text content type instead of text/html. Affected are only combination with Mongrel and ...
-
17:24 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Only one: the Redmine Theme Changer plugin.
-
17:19 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Can not reproduce this issue. Any plugin installed?
-
15:00 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
When two users have a developer role on the same project, with the 'Issues visibility' set to 'All non private issu...-
14:17 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Sorry, I meant the "Issue visibility" combo :
!issue_visibility_combo.PNG! -
13:34 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- Hi,
The Set issues public or private parameter is set to true only for the manager role.
The developer has his Se... -
12:37 Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
- How is set your roles issue visibility ?
Did you run migrations ? -
12:23 Defect #8472 (Closed): Private checkbox ignored on issue creation with "Set own issues public or private" permission
- When a user creates a private issue, everybody who can view issues (defined in issue tracking permissions) can see it...
-
17:00 Feature #69: Textilized description in PDF
- Images are also not shown in PDF export. Could it be possible to add it to PDF ?
-
16:55 Feature #3261: support attachment images in PDF export
- +1
-
15:16 Feature #6938: Update Edit Tracker View
- I'm wondering if the archived projects could be removed from the view. Does it make sense to edit them if they are ar...
-
15:12 Feature #8478 (Closed): Vote for feature
- Itself duplicate of #1011, thanks.
-
15:01 Feature #8478: Vote for feature
- woops it's a dup #8299
-
14:59 Feature #8478 (Closed): Vote for feature
- All this +1 seems silly. There should be something similar to Ubuntu brainstorm http://brainstorm.ubuntu.com/ promote...
-
15:11 Feature #8299 (Closed): Add "vote for this issue" button on issues
- Closed as duplicate of #1011, itself resolved by the Vote plugin.
-
15:00 Defect #8475 (Closed): Login to Redmine 1.2.0
- Closed as duplicate of #7857.
-
14:36 Defect #8475 (Closed): Login to Redmine 1.2.0
- Processing AccountController#login (for 213.220.223.252 at 2011-05-31 14:35:22) [POST]
Parameters: {"back_url"=>"X... -
14:59 Defect #8477: Undefined method `html_safe!'
- Petr Pospisil wrote:
> Are you sure you are still compatible with Ruby 1.8.7?
Yes, I've been running trunk/1.2.0 ... -
14:54 Defect #8477: Undefined method `html_safe!'
- ??
http://grosser.it/2011/05/04/updating-to-rails-2-3-11-without-using-html_safe/ -
14:50 Defect #8477: Undefined method `html_safe!'
- Are you sure you are still compatible with Ruby 1.8.7?
-
14:44 Defect #8477 (Closed): Undefined method `html_safe!'
- ActionView::TemplateError (undefined method `html_safe!' for #<String:0xb4de570>).
a lot of views (some are maybe ... -
14:28 Feature #8474 (Closed): [REST] search issues easily
- Hi !
On the rest interface, you can restrain the results to a subject, but you cannot search like this :
http:/... -
14:10 Defect #8473: OpenID authentication fails on redmine 1.2.0
- Guess it's related to #7857, if not dup.
-
12:56 Defect #8473 (Closed): OpenID authentication fails on redmine 1.2.0
- NoMethodError (undefined method `destroy' for {"OpenID::Consumer::last_requested_endpoint"=>nil}:Hash):
app/contro... -
14:07 Defect #8471 (Closed): creating subtask fails
-
13:42 Defect #8471 (Resolved): creating subtask fails
- ok, reinstalled redmine, problem solved. may be closed.
-
12:55 Defect #8471: creating subtask fails
- I don't think it's a plugin issue, as I can reproduce this error every time I create a subtask.
-
12:52 Defect #8471: creating subtask fails
- Ok, I removed the plugin using
@rake db:migrate:plugin NAME=redmine_better_gantt_chart VERSION=0 RAILS_ENV=product... -
12:36 Defect #8471: creating subtask fails
- And what if you don't use Gantt Chart plugin ?
If this is a plugin issue, you should contact its author and let me... -
11:56 Defect #8471: creating subtask fails
- I followed http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade to upgrade rack & rails. DB migration ran with...
-
09:44 Defect #8471: creating subtask fails
- Did you run migration ?
-
09:28 Defect #8471 (Closed): creating subtask fails
- I just upgraded rm 1.1.3 to latest stable release 1.2.0. I tested opening new tickets which worked as usual. But crea...
-
11:20 Feature #5358: Share Issues Categories for sub-projects
- I've just tested the patch file on the new Redmine 1.2.0 release and it seems there are some compatibilty issues.
... -
11:08 Feature #971: Add "Spent time" column to query
- +2
-
11:08 Feature #1342: Global versions roadmap
- +1
-
11:08 Feature #1828: Default target version for new issues
- +1
-
11:07 Feature #3452: Per project email notifications settings panel
- +1
-
11:06 Feature #5487: Allow subtasks to cross projects
- +1
-
11:05 Feature #938: Add default Activity value per user
- +1
-
11:05 Feature #1739: Add ability to change issue author
- +1
-
11:04 Feature #7057: Send email notification on subtask and parent updates
- +1
-
09:55 Feature #2636: Feature Request: Wiki ACLs (Access control for individual pages)
- +1
-
09:17 Feature #1806: Gantt Editing
- > Do we really user flash technology in redmine?
I am sorry but I don't understand the question.
> Will you make ... -
09:08 Feature #1806: Gantt Editing
- 2 Big questions:
* Do we really user flash technology in redmine?
* Will you make and are all all needed stuff op... -
09:01 Feature #1806: Gantt Editing
- Hello,
I have a possible solution for this, using Gantt4Flex (http://www.gantt4flex.com). I have opened a thread o... -
08:59 Defect #8470 (Closed): Log Time returns 404
-
08:51 Defect #8470 (Resolved): Log Time returns 404
- Thank you for the reply.
The culprit was the redmine_timesheet_extensions plugin. -
08:33 Defect #8470: Log Time returns 404
- I can not reproduce in clean Redmine.
Are you using plugins? -
07:49 Defect #8470: Log Time returns 404
- Editing an existing time entry does not work either.
-
06:07 Defect #8470 (Closed): Log Time returns 404
- The "Log Time" feature from an Issue page does not work.
After filling in details and saving, a 404 page appears.
L... -
05:49 Patch #8469 (Closed): Traditional Chinese language file (to r5969)
- Committed in r5970 trunk and r5971 1.2-stable, thanks.
-
04:53 Patch #8469 (Closed): Traditional Chinese language file (to r5969)
- * Translations added:
** text_scm_config, text_scm_command_not_available
* Translations changed:
** N/A
* Pla... -
02:54 Feature #4577: convert text file attached an issue to utf-8.
- Not yet fixed. I close this issue because #2371 is duplicate with this issue.
まだ実装したわけでは無くて、 #2371 と重複しているので、このissue... -
01:33 Feature #4577: convert text file attached an issue to utf-8.
- Thank you for your many works!
2011-05-30
-
23:19 Defect #8468 (Resolved): No warning when leaving page with unsaved text that has not lost focus
- Fixed in r5969.
-
23:12 Defect #8468: No warning when leaving page with unsaved text that has not lost focus
- Indeed, no warning if the description has not lost the focus before hitting the back button. Not chrome specific.
-
22:00 Defect #8468: No warning when leaving page with unsaved text that has not lost focus
- Redmine 1.2.0
-
21:59 Defect #8468 (Closed): No warning when leaving page with unsaved text that has not lost focus
- I opened new issue, entered topic and description and hit browser back or just close the page. No warnings in chrome....
-
23:02 Defect #1965: Redmine is not Tab Safe
- I think that if the behavior has to change, it ought to be something that would address #7360 (Issue Custom Query: De...
-
22:08 Feature #1330: Copy a Wiki Page
- Terence Mill wrote:
> include
> Include a wiki page. Example:
> ... -
22:07 Feature #1330: Copy a Wiki Page
- include
Include a wiki page. Example:
{{include(Foo)}} -
18:58 Feature #1330: Copy a Wiki Page
- What if the templates have files and pictures attached? Should the copies share same files (these in the templates) o...
-
22:01 Defect #8467: Missing german translation - Warn me when leaving a page with unsaved text
- Redmine 1.2.0
-
21:52 Defect #8467 (Closed): Missing german translation - Warn me when leaving a page with unsaved text
- text in user settings shall be translated to german :
... -
21:22 Feature #2653 (Closed): New permission for issues: view_own_issue
- Superseded by #7412 added in 1.2.0.
-
21:21 Feature #2331 (Closed): Restricting issue listing for some roles to display only owned and assigned ticket
- Superseded by #7412 added in 1.2.0.
-
15:45 Patch #1511 (Closed): Configurable location for attachment storage
- #1236 is fixed in 1.2.0.
-
15:40 Feature #4577 (Closed): convert text file attached an issue to utf-8.
- #2371 patch is more reasonable.
-
14:46 Feature #3872: New user password - better functionality
- +1
-
14:17 Defect #8466 (Closed): podjela zadataka
- Please use http://demo.redmine.org for testing purposes.
-
13:23 Defect #8466 (Closed): podjela zadataka
-
14:17 Patch #8464 (Closed): projektovanje informacionih sistema
-
14:16 Patch #8464: projektovanje informacionih sistema
- Please use http://demo.redmine.org for testing purposes.
-
13:18 Patch #8464 (Closed): projektovanje informacionih sistema
-
11:39 Feature #2964: Ability to assign issues to groups
- It is possible update this patch for the new Redmine version? Thanks
-
10:55 Feature #8463 (New): View Wiki source
- Recently I have prepared in my Redmine installation some Wiki page which should be used as template by other users. T...
-
10:46 Defect #7257: "Issues by" version links bad criterias
- There is already #4398 which I'll set as candidate for next major.
-
10:02 Defect #8458: Subversion: Delete invalid repository fails using the libsvn plugin
- Awesome!
However, I see that it modifies some generic part and a git-specific part (I'm not much familiar with Rub... -
02:43 Defect #8458: Subversion: Delete invalid repository fails using the libsvn plugin
- Try this patch.
-
09:53 Defect #8093: Incoming email with internal emails as attachments isn't processed properly
- Actually, it's a duplicate of #5994 but I keep it open since there is more details.
-
09:46 Feature #8443: Removing CustomValue with related User object
- Ok, now I get it.
There should be the same issue with other models, like deleting an issue with a custom field val... -
09:41 Defect #8457 (Closed): Going to blank page
- Please use http://demo.redmine.org for testing purposes.
-
08:22 Feature #8462 (New): Save received email as an attachment, not as a comment
- The "receive email" feature (http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails) is really a great t...
-
01:18 Feature #2117: Alternative view for "Projects" page
- +1 (where's the damn vote button?)
I want a favorites so I can pick and choose my short project list rather than h... -
00:33 Defect #6551: Highlighting in search results is case sensitive for cyrillic pattern
- That's what I think, yes.
2011-05-29
-
16:55 Patch #8459 (Closed): Bulgarian translation for 1.2.0+
- Committed in r5962 trunk and 1.2-stable r5963, thanks.
-
16:21 Patch #8459 (Closed): Bulgarian translation for 1.2.0+
- see it attached.
-
14:21 Feature #4273: SCM command availability automatic check in administration panel
- Jean-Philippe Lang wrote:
> Merged in 1.2-stable in r5961.
Thanks!! -
14:06 Feature #4273: SCM command availability automatic check in administration panel
- Merged in 1.2-stable in r5961.
-
14:04 Feature #4273: SCM command availability automatic check in administration panel
- Jean-Philippe Lang wrote:
> Looks much better, thanks :-) I've just made a few UI changes in r5960.
> I think we ca... -
14:00 Feature #4273 (Closed): SCM command availability automatic check in administration panel
- Looks much better, thanks :-) I've just made a few UI changes in r5960.
I think we can close it now. -
12:58 Feature #4273: SCM command availability automatic check in administration panel
- I have committed in trunk.
Please review it. -
10:15 Feature #4273: SCM command availability automatic check in administration panel
- Jean-Philippe Lang wrote:
> It really makes more sense on the administration panel. Toshi, please update this ticket... -
10:03 Feature #4273: SCM command availability automatic check in administration panel
- It really makes more sense on the administration panel. Toshi, please update this ticket as soon as it is done, 1.2 i...
-
09:44 Feature #4273: SCM command availability automatic check in administration panel
- I start implementing.
!admin-repo.png! -
13:25 Feature #2024: gantt chart editing
- > * When changing a start or due date of a sub-task, it doesn't correctly show the adjusted start or due date for the...
-
13:13 Feature #2024: gantt chart editing
- I made a new patch.
This patch solves the following problem.
* When changing a start or due date of a sub-task, i... -
12:56 Defect #8458: Subversion: Delete invalid repository fails using the libsvn plugin
- For correctness I should probably mention that after changing the repos settings to something that is possible to con...
-
12:50 Defect #8458 (Closed): Subversion: Delete invalid repository fails using the libsvn plugin
- Only tested with svn repositories, using the libsvn plugin.
When an unreachable repository has been entered it is ... -
12:40 Defect #8457 (Closed): Going to blank page
- Going to blank page
-
10:35 Feature #8443: Removing CustomValue with related User object
- There is no code necessary. If I create UserCustomField through the Administration page, I set up value in User setti...
-
09:47 Defect #8432 (Closed): Private issues information shows up on Activity page for unauthorized users
- Merged in 1.2-stable.
-
09:13 Defect #8432 (Resolved): Private issues information shows up on Activity page for unauthorized users
- Fixed in r5944.
-
09:41 Defect #7688 (Closed): Redmine's trunk (rails 2.3.11) doesn't work with Mongrel 1.1.x
-
09:34 Feature #8420: Consider removing #7013 workaround
- Etienne Massip wrote:
> Isn't it the same kind of issue with Rails 2.3.11 not supporting RubyGems > 1.6 ?
No, rub... -
09:24 Defect #8356 (Closed): GET /time_entries.xml ignores limit/offset parameters
- Merged in 1.2-stable.
-
09:23 Defect #8239 (Closed): notes field is not propagated during issue copy
- This was fixed in r5602. Anything wrong with it?
-
09:21 Defect #7257 (Closed): "Issues by" version links bad criterias
- Etienne Massip wrote:
> Moreover, when grouping by author, if author is not part of project's members list then the ... -
09:19 Defect #6901 (Closed): Copy/Move an issue does not give any history of who actually did the action.
- Nothing to do. Should be fixed.
-
09:18 Defect #5373 (Closed): Translation missing when adding invalid watchers
- Terence Mill wrote:
> Why is that issue sill not closed?
Because fix was not merged into 1.2-stable branch. Done ... -
09:16 Defect #1965 (Closed): Redmine is not Tab Safe
- Yes. The user preference for not storing the last query in session needs a bit more feedback/work and will be done la...
-
09:13 Defect #8456 (Closed): Conifg check?
- Wrong issue tracker.
-
00:45 Defect #8455 (Closed): Cyrillic output in PDF
- It is fixed in 1.2 #61.
Also available in: Atom