Activity
From 2011-03-21 to 2011-03-23
2011-03-23
-
23:39 Patch #7976 (New): Hooks for adding content to the bottom of news
- I believe it can be useful to have an ability to add some content (e.g. Facebook Like button) to the bottom of news i...
-
23:34 Patch #7975 (Closed): Hook for adding content to the side bar of Wiki page
- I believe it can be useful to have an ability to add some content (e.g. Facebook Like button) to the side bar of a Wi...
-
23:32 Patch #7974 (New): Hook for adding content to the bottom of Wiki page
- I believe it can be useful to have an ability to add some content (e.g. Facebook Like button) to the bottom of a Wiki...
-
23:22 Patch #5717 (Resolved): Request for controller_timelog_edit_after_save hook
- I don't need this patch anymore...
-
23:20 Patch #5714 (Resolved): Request for controller_issues_bulk_edit_after_save hook
- I don't need applying this patch any more... So do whatever you want with it.
-
22:48 Defect #7920: Attempted to update a stale object when copying a project
- Make sure you don't have some circular dependencies with issue relations, that is :
issue1 -> issue2 -> issue1 -
15:59 Defect #7920: Attempted to update a stale object when copying a project
- I have try it
if start_date.nil? || start_date < date
self.start_date, self.due_date = date.dup, date... -
15:31 Defect #7920: Attempted to update a stale object when copying a project
- Try replacing @self.due_date = date@ with @self.due_date = date.dup@
-
15:20 Defect #7920: Attempted to update a stale object when copying a project
- The problem is in the save method...
def reschedule_after(date)
return if date.nil?
if leaf?
i... -
15:05 Defect #7920: Attempted to update a stale object when copying a project
- The problem is in the function def reschedule_after(date)
-
14:11 Defect #7920: Attempted to update a stale object when copying a project
- Without plugins and a clean installation, redmine return this
ActiveRecord::StaleObjectError in ProjectsController... -
21:11 Defect #5139: Default issue display cannot be changed by setting display options
- Is this related to the following plugin? http://www.redmine.org/boards/3/topics/11764
-
21:08 Defect #5139: Default issue display cannot be changed by setting display options
- I am suffering from this issue too. It would be great to be able to customize the default view or set a custom query ...
-
20:40 Feature #7971: Syntax to create a link that opens a new windows
- Sorry, no existing option.
-
18:07 Feature #7971 (New): Syntax to create a link that opens a new windows
- Sorry for my first dumb question (I hope I'm allowed to create a new demand/question here.
)
What is the syntax to ... -
20:38 Defect #7954: IE 9 can not select issues, does not display context menu
- The patch solves the problem indeed. Patched 1.7 prototypejs is attached.
I think this fix is highly needed for 1.1.3. -
19:30 Defect #7973 (New): UI issue: edit options invisible and users simply do not see the "Sign in" link
- I've been running Redmine for over a year now, and truly 100% of the problems users have reported have been this:
... -
18:54 Feature #7972 (New): Include SSL configuration in default setup procedure
- SSL configuration for admin console regardless which http daemon and IMAP and postfix should be part of the installat...
-
18:53 Feature #6374: File raw view mode
- thanks, I need to update my redmine :-)
-
11:52 Feature #6374 (Closed): File raw view mode
- I implemented this feature in #6256.
Detecting text or binary is very difficult.
UTF-16 has '\0'.
So, I use file e... -
11:39 Feature #6374: File raw view mode
-
18:49 Feature #5794: URL custom fields
- Hey guys,
I'm for the "by default" option as well.
There's only one thing more I could ask for on this, which m... -
17:19 Feature #5794: URL custom fields
- > Hi, I Applied the patch, can anyone tell me, how to use this custom field for URL?
> what is the syntax type?
I... -
11:52 Feature #5794: URL custom fields
- Thibaut Cuvelier wrote:
> Custom fields can also be used to store URLs, but they are shown as simple text. E.g., her... -
18:09 Feature #4462: Per Project Emission Address
- +1 Definitely an important requirement.
-
17:06 Defect #5114: New issue statuses not showing up in old workflows
- Surely for this feature to make any sense, there needs to be 'Tracker' selection boxes to check on the 'Status' setti...
-
16:22 Feature #1091: Disabling default ticket fields per tracker
- +1
-
15:29 Defect #7960: Settings->email->notified_events bug
- Can't reproduce.
@setting_multiselect@ is not used to render the checkboxes ?
-
15:16
Defect #7970 (Closed): Totals on the Reports page do not include subprojects
- When looking at the Summary page of a project that has subprojects, the totals for all of the views (Tracker, Priorit...
-
15:05 Defect #7335: Sorting issues in gantt by date, not by id
- +1
-
15:05 Patch #5438: Patch repairing rendering of subtasks in gantt diagram
- +1
-
15:04 Feature #6914: Allow reporter to opt out from receiving email updates
- There is already an issue for this (#1739).
-
14:32 Feature #6914: Allow reporter to opt out from receiving email updates
- It would be cool to be able to change author of a ticket (like in JIRA).
-
15:00 Defect #7796 (Reopened): Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
- *** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.5, 2.3.5, 1.3.6)
actionpack (3.0.5, 2.3.5, 1.13.6)
action... -
12:58 Defect #7796 (Closed): Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
- Run "gem list"....
-
12:54 Defect #7796 (Reopened): Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`
- I'm having the same issue while having i18n version 0.4.2 installed.
-
14:56 Feature #7968 (Closed): Order tasks by time on Gannt
- Closed as duplicate of #7335.
-
12:39 Feature #7968 (Closed): Order tasks by time on Gannt
- Nowadays, Gannt displays tasks ordered by their ID (I assume). So, if I have to add a new task that comes before othe...
-
14:52 Defect #7967: Error with text formating
- Thanks, now I see the example with brackets
Sorry that I opened new issue here -
14:50 Defect #7967: Error with text formating
- Yes, toolbar just have some basic functions.
And the help page contains the above statement :... -
14:21 Defect #7967: Error with text formating
- On this page - http://www.redmine.org/help/wiki_syntax_detailed.html
And also tool bar doesn't have this function ei... -
13:49 Defect #7967 (Closed): Error with text formating
- Where ?
-
12:47 Defect #7967: Error with text formating
- I understand that this is textile function but I can not find any examples or rules about brackets
-
12:36 Defect #7967 (Resolved): Error with text formating
- Sergey Belov wrote:
> We added text as:
> [...]
>
> But it displays as:
> MDME(6363)
>
> I mean it hide 6363... -
10:41 Defect #7967 (Closed): Error with text formating
- We added text as:...
-
14:31 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
- I'm Japanese and live in Japan. Patch timezone is mistake, sorry.
I understand #61 issue, now.... so, it's very long... -
12:28 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
- Jun, thank you for your reply.
Are you Japanese? Do you live in USA? Patch timezone is "-0400".
I am Japanese and I l... -
14:24 Feature #7414: Private issues
- Please... do not move again to another version... (2X)
-
14:23 Defect #7969 (Closed): Redmine dosn't work with sqlite3-ruby 1.3.3
- I'm moving redmine (1.0.1) to a new server (ruby 1.8.7), when I installed sqlite3-ruby 1.3.3 on the new machine, redm...
-
12:12 Feature #2209: MIME type support for repository Entries
- As I described at #4477, I implemented this feature at r5210.
I don't know whether "inline" needs or not. -
10:59 Feature #2209: MIME type support for repository Entries
-
12:04 Defect #6256 (Closed): Redmine considers non ASCII and UTF-16 text files as binary in SCM
- I finished implementing until r5211.
-
10:43 Patch #7963: Reminder email: Link for show all issues does not sort
- Confirmed.
Thanks for the info btw =) -
09:51 Patch #7963: Reminder email: Link for show all issues does not sort
- Yes. See: http://www.redmine.org/projects/redmine/wiki/RedmineReminderEmails
-
09:43 Patch #7963: Reminder email: Link for show all issues does not sort
- Is there a reminder feature in Redmine ?
-
07:54 Patch #7963 (Closed): Reminder email: Link for show all issues does not sort
- Due to incorrect parameters, the list is not sorted due_date ascending.
Attached patch fixes this problem. -
09:59 Defect #7966 (Closed): MailHandler does not include JournalDetail for attached files
- The function "def add_attachments(obj)" does not add the apropriate journal detail link. So when you import files wit...
-
09:40 Defect #6981 (Closed): NoMethodError (undefined method `new' for Digest:Module)
-
09:35 Feature #7046 (Closed): User should be able to specify path for files directory
- Duplicate with #1236.
-
09:13 Feature #7481: Add to project and issue map support
- IMHO, this should be done as a plugin in the first time, as this won't be a commonly used feature.
-
09:09 Patch #7419 (Closed): changeset.rb does not recognize time entries like @1h30m
- Duplicate with #7630.
-
07:51 Patch #7855: English translation
- Since these changes are very minor, I'd expect them to be merged in trunk. Are there any issues with it?
-
07:45 Feature #2231 (Closed): Ability to specify where files are stored on the filesystem
-
07:44 Feature #2231: Ability to specify where files are stored on the filesystem
- I don't know about war, it seems duplicate with #4493.
-
07:41 Defect #7780: wiki updates do not send email notification
- Etienne Massip wrote:
>
> Your issue can be related to a missed db migration, have a look to #7451.
A lot of th... -
07:10 Feature #2110 (Closed): Fetch new changesets of a specific repository by script
-
06:38 Feature #5603 (Closed): Rails 2.3.8 support
-
06:30 Feature #5603 (Resolved): Rails 2.3.8 support
- This issue should be closed since current trunk already supports Rails 2.3.11.
Thank you. -
06:03 Feature #4477: Use mime types in downloading from repository
- AttachmentsController uses "inline" for only images.
See source:tags/1.1.2/app/controllers/attachments_controller.rb... -
05:47 Feature #4477 (Closed): Use mime types in downloading from repository
- Original subject problem is similar with #6256.
This issue feature is implemented by r5210. -
03:13 Feature #7961 (New): Display over date in issue table
- Hello,
I always thank you for your effort to suggest useful plugins.
I will suggest one.
That is to show over date...
2011-03-22
-
22:24 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
- Sorry, a effect of note 6 patches is big... I'm think so, too.
I want to reduce the patches's effect. so, I rewrote ... -
20:17 Defect #7960 (Closed): Settings->email->notified_events bug
- Hi,
in SettingsController was changed row to "@notifiables = Redmine::Notifiable.all", but helper SettingsHelper (... -
20:10 Feature #7481: Add to project and issue map support
- Tip: it may be difficult to add this as an plugin but it can be added as an core feature which can be switched on or off
-
20:00 Defect #7954: IE 9 can not select issues, does not display context menu
- Apply the patch ? :/
-
19:54 Defect #7954: IE 9 can not select issues, does not display context menu
- The problem on the issue list is a pure prototype 1.7 issue, not scriptaculous.
Here is the bug that breaks it: http... -
19:50 Defect #7954: IE 9 can not select issues, does not display context menu
- Most of the js files look to come from http://script.aculo.us/downloads, shouldn't they be all updated together ?
-
19:33 Defect #7954: IE 9 can not select issues, does not display context menu
- Prototype 1.7.0.0 breaks the issue list filters.
-
19:12 Defect #7954: IE 9 can not select issues, does not display context menu
- Upgrading prototype.js that comes with Redmine to the latest release (1.7.0.0) seems to fix the problem with IE9. It'...
-
19:58 Defect #7843: Add a relation between issues = explicit login window ! (basic authentication popup is prompted on AJAX request)
- 1.1.1 or 1.1.2 stable do not support Rails 2.3.11.
Since this is a javascript issue, make that the latest @applica... -
18:10 Defect #7843 (Reopened): Add a relation between issues = explicit login window ! (basic authentication popup is prompted on AJAX request)
- I was with this problem until i saw this bug report and applied the solution myself.
Using Redmine version 1.1.2 r52... -
19:54 Defect #7780: wiki updates do not send email notification
- Radik Usupov wrote:
> We have exactly the same problem.
> When you create a task, ...
This is not the same probl... -
18:37 Defect #7780: wiki updates do not send email notification
- We have exactly the same problem.
When you create a task, assignee doesn't receive the notification. But when he is ... -
19:17 Feature #2009: Manually add related revisions
- Oh, and please relate this issue to #7959.
-
19:16 Feature #2009: Manually add related revisions
- See #7959 for a patch to reload revision commit messages from the repository. This is likely the preferred way to add...
-
19:15 Patch #7959 (New): Patch for repository revision update (reload)
- Software engineers sometimes made mistakes when writing commit messages during commit. This had caused inaccurate rev...
-
18:51 Feature #2636: Feature Request: Wiki ACLs (Access control for individual pages)
- +1
We only need two different Wiki areas: *Public Wiki* and *Private Wiki*. Permissions would be set like today, in... -
17:31 Defect #7958 (Closed): Irregular CSV file (caused by "Description" field)
- Closed as duplicate of #7039.
-
17:12 Defect #7958 (Closed): Irregular CSV file (caused by "Description" field)
- I have a problem with CSV export. It is because the field "Description" is export. It usually contains a long text wi...
-
17:30 Defect #7039: CSV export. Line breaks. Excel
- Data of cells containing line breaks in Excel 2003 is outputted the following way in the resulting CSV file :
* cell... -
16:51 Defect #7925 (Reopened): occasional UI redraw issue
-
15:14 Defect #7925: occasional UI redraw issue
- Gerry Hawkins wrote:
> My FF was up to date when this happened this morning.
> This is not easily reproduced, but I... -
15:14 Defect #7925: occasional UI redraw issue
- My FF was up to date when this happened this morning.
This is not easily reproducibled, but I wanted to capture what... -
15:02 Defect #7925: occasional UI redraw issue
- FF4 has been released a few hours ago, could you reproduce with it ?
AFAICR, I've never seen that with FF 4.
It... -
14:52 Defect #7925: occasional UI redraw issue
- So it happened today with FF 4 RC2.
workflow: I was at the all issues page. I had run a query based on issue status... -
16:49 Feature #7957 (Closed): Customizable location of {installdir}\files
- There already exists a setting named @attachments_storage_path@ in @configuration.yml@ (see source:trunk/config/confi...
-
16:38 Feature #7957 (Closed): Customizable location of {installdir}\files
- I would prefer a customizable location for the user files, now - as far as I can see - hardcoded to {installdir}\file...
-
16:27 Feature #7956 (Closed): Show Roadmap tab when subprojects have defined versions
- If root project does not have defined versions, but subprojects have them, there is no "roadmap" menu item in root-le...
-
16:23 Feature #7955 (New): Display issue field depending on role
- We want to display issue fields (including custom fields) depending on a role of user. It would be great to have such...
-
10:55 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Sorry, I meant : there are remains of Rails 2.2.2 you may want to uninstall :...
-
10:44 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- My rail versions are 3.0.5 & 2.3.5 .Do u mean to remove rails 3.0.5?In the installation procedure the rail version me...
-
10:38 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- You could remove Rails 2.2.2 if of no use anymore.
-
10:33 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Vinitha Varun wrote:
> Is that a problem with mail gem? Or did I missed out something?
I don't think so : I have ... -
10:30 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- No.Actually i sent u the wrong file.I had a copy of 1.0 & in hurry ,i attached the mailer.rb of 1.0. Sorry.
Is that ... -
10:28 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Vinitha Varun wrote:
> I'm extremely sorry. Please find the attached mailer.rb
What did you just do ? Replace 1.0... -
10:18 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Result of gem list as below
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.5, 2.3.5, 2.2.2)
actionpack... -
10:12 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- What's the result of @gem list@ ?
Maybe is it an issue with @mail@ gem dependency ? -
10:09 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- I'm extremely sorry. Please find the attached mailer.rb
-
09:48 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Vinitha Varun wrote:
> Mailer.rb attached.
I'm sorry but the @mailer.rb@ you uploaded is not a 1.0.4 one, it's a ... -
09:09 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- ok. Now what I get in the production log is as below :
Processing SettingsController#edit (for 127.0.0.1 at 2011-0... -
08:59 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Sorry, but could you redo note-19 so we can now get a clean trace of the exception in @production.log@ ?
-
08:52 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- I have restored the original Redmine 1.0.4 mailer.rb & restarted the server. Still its showing the same error.
Mai... -
09:56 Feature #7933: requirement management--test001
- #5174
-
09:28 Feature #1554: Private comments in tickets
- +1
-
09:08 Feature #5490: Option for independent subtask priority/start date/due date/done ratio
- +1
I've been using Redmine for years now but I've got to admit that the subtask module is not usable the way it is... -
08:20 Feature #6795 (Reopened): View issue close date on the gantt view
- The first solution is fine as long as you didn't close the ticket. After closing it you wont be able to see if you we...
2011-03-21
-
23:42 Defect #7954 (Closed): IE 9 can not select issues, does not display context menu
- I'm sorry, but I don't have administrative access to the Redmine server to give its version info, so I can't give the...
-
23:23 Defect #7534: upgrade from 0.8.7 to 1.1.0 - now lots of template variables aren't replaced
- Etienne Massip wrote:
> Did you restart your server ?
Yes. -
23:07 Defect #6776: Weird link_to_if_authorized behavior
- With test.
-
22:49 Defect #7953 (Closed): Renan 1
- Please use http://demo.redmine.org for testing purposes.
-
21:27 Defect #7953 (Closed): Renan 1
- Renan test
-
21:21 Feature #3726: Trackers per Role
- +1
-
21:09 Defect #7257: "Issues by" version links bad criterias
- Fix for status committed in r5187, with a slight change for compatibility with r5179.
-
20:49 Feature #973: Assign different status sets and workflows for separate projects
- +1
-
20:41 Feature #4830: Android client for redmine
- Hello, guys. I finally returned to RedMinerDroid development - you can find new alpha on http://vhqlabs.com/Product/R...
-
20:17 Feature #2051: Code view/pre div width
- Right, thanks.
-
20:08 Feature #2051: Code view/pre div width
- Is there a work-around (without changing the Redmine installation) until this gets fixed?
BTW, I think this one is... -
20:16 Defect #5795 (Closed): Long wiki TOC and <pre> section breaks layout
- Closed as duplicate of #2051.
-
19:34 Defect #7952 (Closed): Issues by query from roadmap page should be for all, not just open issues
- Closed as duplicate of #7257.
-
19:31 Defect #7952 (Closed): Issues by query from roadmap page should be for all, not just open issues
- In the Issues by section of a roadmap page the associated query for a given category should be for all issues, not ju...
-
19:11 Defect #7951 (Resolved): Atom links broken on wiki index
- Fixed in r5186.
-
19:10 Defect #7951 (Closed): Atom links broken on wiki index
-
18:46 Feature #7950 (New): add list of open target version to a project's overview page
- In the overview page for a given project it would be nice to have a box for open target versions like the list of mem...
-
17:56 Defect #7939 (Resolved): Simultaneous Wiki Updates Cause Internal Error
- Solution 3 used to work but was broken in r4272.
Fix and test added in r5185. -
11:47 Defect #7939 (Closed): Simultaneous Wiki Updates Cause Internal Error
- *Redmine version details:*
Redmine version 1.1.1
Ruby version 1.8.7 (i386-mingw32)
RubyGems version 1.5.2
Rack ve... -
16:52 Patch #7948: Modify issues forms
- Ok, sorry
Thanks for your help -
16:40 Patch #7948 (Closed): Modify issues forms
- Maybe you could try using css / themes (see wiki).
But, still, you have to post your questions in forum, not in tr... -
16:05 Patch #7948 (Closed): Modify issues forms
- Hello,
I have just set up the Web RedMine application with CentOS.
Everything is installed and everything works v... -
16:46 Feature #7949 (Closed): Tab with list of changed files from repository that are related to "this" issue
- > (BTW, I actually thought this feature was the reason that keywords like "references", "refs" were introduced to be ...
-
16:34 Feature #7949 (Closed): Tab with list of changed files from repository that are related to "this" issue
- A very popular feature of JIRA is the ability to see all related repository (svn, etc.) commits in a dedicated tab of...
-
15:54 Patch #7445: Patch for improved repository commit auto-updates
- Terence Mill wrote:
> Static strings are never a good solution at least in terms of localization.
Which is why Re... -
14:45 Feature #7921: issues by pulldown should have 'status' option
- Thanks Jean-Philippe!
-
14:44 Feature #7946 (New): Spent Time, improvements/suggestions
- (Using 1.0.4, upgrading to 1.2.0 shortly)
In the time spent report page I think it should use a filter and grouping ... -
14:15 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- There is a @Mailer#deliver_test@ method that should not be here.
Someone has made some modifications related to ma... -
12:40 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- I'm attaching the mailer.rb file.
-
12:38 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- I've uninstalled all my plugins, still i'm getting the same error. Even when i tried to create a user with 'Send acco...
-
12:10 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- BTW, you can change your source:tags/1.0.4/app/controllers/admin_controller.rb#L71 back to something lighter :
<pr... -
11:58 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Hum, your @app/models/mailer.rb@ seems not to be a real 1.0.4 one since call to @ActionMailer.deliver!@ should be mad...
-
10:59 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Now i get a 500 internal error page. Screen shot attached.Now what I'm getting from the log file is as below.
Pr... -
09:46 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- Next try (should be last) :
Change your source:tags/1.0.4/app/controllers/admin_controller.rb#L71 from :... -
05:29 Defect #7915: An error occurred while sending test email (undefined method `[]' for nil:NilClass)
- I have made the changes as you commented earlier but it did not make any change in log file.
-
14:00 Patch #7945 (Closed): Modifications formulaires
- Merci de poster sur le forum et en anglais, le tracker est réservé aux bugs et demandes d'évolution.
-
13:07 Patch #7945 (Closed): Modifications formulaires
- Bonjour à tous,
Je viens de mettre en place l'application Web RedMine sous CentOS.
Tout est installé et tout fonc... -
11:10 Feature #7935 (Closed): Add "View all issues" link to top_menu + home
- Right now it's kind of difficult to see all open issue. You either have to go to:
my page -> all issues
or
go to a... -
11:02 Patch #6416 (Closed): When viewing utf-8 text file in repository, it is downloaded
- I confirmed source:trunk/config/locales/ja.yml is as binary.
attachment:repositories_controller.patch is only for UT... -
10:53 Patch #6416: When viewing utf-8 text file in repository, it is downloaded
-
10:52 Defect #6256: Redmine considers non ASCII and UTF-16 text files as binary in SCM
-
10:12 Defect #7932 (Closed): Localizar instalador
- Please use http://demo.redmine.org for testing purposes.
-
10:06 Feature #4318: I can't receive mail notification for news and issue
- Quite an old post, did you manage to make it work ?
-
10:03 Defect #5058 (Reopened): reminder mails are not sent when delivery_method is :async_smtp
- Closed accidentally by closing duplicate.
-
10:01 Defect #5058 (Closed): reminder mails are not sent when delivery_method is :async_smtp
- Resolved by switching smtp @delivery_method@ setting from @async_smtp@ to @smtp@, which kind of a feature loss.
Wo... -
10:01 Defect #4228 (Closed): no notification on issue creation by mail with redmine:email:receive_imap
- Resolved by switching smtp @delivery_method@ setting from @async_smtp@ to @smtp@, which is kind of a feature loss.
W... -
09:52 Defect #7925 (Closed): occasional UI redraw issue
- I close this one because there are chances it is browser-related, please reopen it if reproducible with a stable rele...
-
09:49 Defect #7920: Attempted to update a stale object when copying a project
- So much plugins, did you try with no plugin at all ?
-
08:44 Defect #7920: Attempted to update a stale object when copying a project
- It's true but without this plugin (better_gantt) redmine also fails
ActiveRecord::StaleObjectError in ProjectsCon... -
09:27 Defect #7631 (Reopened): Demo site is not up-to-date to latest stable
- Should be at 1.1.2, may we add a task to do so at the end of the [[ReleaseProcess]] wiki page ?
-
08:46 Feature #6486: Log time for other users
- Created and uploaded patch to #3848. A nice future improvement would be the ability to log time in batches for multip...
-
08:45 Feature #3848: Permission to log time for another user
- Updated Oleg's patch to work on Redmine 1.1.0.
I'm new to Redmine, and one of the updates I made to Oleg's patch w... -
07:28 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
- It seems an effect of note 6 patches is big.
I don't know about PDF, I remove assignee. -
04:32 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
-
04:12 Defect #6505: PDF export broken with Japanese (Gannt and Issue Tracking)
- This patch fixed the PDF export broken problem with Japanese/Chinese/Korean.
This is Rfpdf plugin's problem. Rfpdf ... -
07:21 Feature #7933 (Closed): requirement management--test001
- Please use the "demo site":http://demo.redmine.org for testing purposes.
-
06:51 Feature #7933 (Closed): requirement management--test001
- requirement management001
-
07:19 Defect #7794 (Closed): Internal server error on formatting an issue as a PDF in Japanese
- Fixed by r5183 in trunk and r5184 in 1.1-stable.
Thanks. -
07:07 Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
- I confirmed Japanese locale has problem.
Korean, Simplified and Traditional Chinese don't have problem. -
04:42 Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
-
06:37 Defect #5884 (Closed): PDF export doesn't work for Hebrew
-
06:34 Feature #4699 (Closed): Export PDF in Chinese and Japanese language is get well in redmine 0.8.7
-
03:56 Patch #7820: Traditional Chinese language file (to r5072)
- * Translations added
** button_expand_all, button_collapse_all
Also available in: Atom