Activity
From 2008-04-14 to 2008-04-16
2008-04-16
-
23:48 Feature #1039 (Closed): Ability to store attached files in the database
- I've added a few words about this at the end of [[RedmineInstall]] guide.
-
20:39 Feature #1039: Ability to store attached files in the database
- If it's a bad idea, then I suggest dropping the feature. If so, I'll file feature request for configurable storage l...
-
17:11 Feature #1039: Ability to store attached files in the database
- I can think of a lot of good reasons to not toss files into the database:
# It balloons the db size, making backup... -
12:48 Feature #1039: Ability to store attached files in the database
- Storing standalone files in databases is just totally missing the point of what filesystems are made for. I admit one...
-
22:31 Defect #1049: Redmine doesn't account for summer time (daylight saving time)
- Thanks for the hint!
The tzinfo gem didn't help on its own. I also had to run 'script/plugin install tzinfo_timezo... -
22:26 Feature #1070: Allow issue note edit (incl patch)
- I'm afraid this feature is already implemented in 0.7. See r1105 and r1152.
This is also mentioned in the [[Changelo... -
20:20 Feature #1070 (Closed): Allow issue note edit (incl patch)
- If someone messes up the wiki-text of an issue comment, there's no way to edit the comment. The patch adds capabilit...
-
20:00 Feature #1064: Using erubis instead of builtin ERb
- Simply adding @require "erubis"@ doesn't seem to have any effect, at least with Rails 2.0.
I had to follow this to e... -
19:45 Defect #1066: Per-author commits statistics graph does not like long names
- And what about displaying *Joe Doe* only (without the email address) ?
-
19:40 Defect #1050: migrate_to_trac fails with: "''" is not a valid constant name!
- What is your sqlite version ?
I think your problem is related to this: http://dev.rubyonrails.org/ticket/7219
See... -
19:29 Feature #1062 (Closed): Display different page after Log time
- Done in r1354. You are now redirected to where you're coming from after logging time.
2008-04-15
-
23:27 Feature #1069 (Closed): Open Help in a separate tab
- The help link in the top menu should launch in a new page. As it currently works if a user clicks this link they are...
-
22:40 Defect #1056: Cannot select non-contiguous issues on Mac OS X
- I don't normally access Redmine from Windows machines, but I tested that out and it is a handy feature...OS X support...
-
19:51 Defect #1056: Cannot select non-contiguous issues on Mac OS X
- Command-click is the equivalent in system items like lists and so on, but this is a custom JS action that has not bee...
-
22:09 Feature #1067 (Closed): Differentiate public/private saved queries in the sidebar
- IMHO it could be great to differentiate saved queries:
* global vs project's local
* public vs private
This can ... -
21:58 Defect #1057 (Closed): Bulk edit doesn't appear to work
- > Something to note, I suppose.
Yes, that's why [[RedmineInstall]] says that Rails 1.2.6 or 2.0.2 is required :-) -
20:02 Defect #1057 (Resolved): Bulk edit doesn't appear to work
- I updated to Rails 1.2.6 and the issue went away. Something to note, I suppose.
-
19:43 Defect #1057: Bulk edit doesn't appear to work
- I'm using Rails 1.2.3.
I get the following URL:
http://support.bssware.com/projects/prosperity/issues/bulk_edit... -
19:16 Defect #1066 (Closed): Per-author commits statistics graph does not like long names
- I'm monitoring a Mercurial repository with RedMine. In mercurial project, author "name" is usually made of :
Joe ... -
16:33 Feature #1064 (Closed): Using erubis instead of builtin ERb
- I've been testing erubis in place of the regular ERb templating system and it works fine with both RadiantCMS and Red...
-
16:11 Feature #1063 (New): repository auto-update should be called on opening activity
- Hello,
I'm using redmine with a remote svn repository, and I do get automatic repository updates on visiting the "... -
14:03 Feature #1062 (Closed): Display different page after Log time
- When I add spent time to ticket by "Log time" button and then click "Save" button, I'm redirected to Spent time repor...
-
12:22 Defect #1050: migrate_to_trac fails with: "''" is not a valid constant name!
- >> since everything seemed to work fine after commenting line 265
> It won't work fine after commenting line 265. Ca... -
10:59 Feature #878: Add a "Notify these users:" option when creating and updating isses.
- Glad to see this feature's on the radar. I'm another ex-Trac user who's migrated their project management to Redmine...
-
10:51 Feature #1018: Group or company feature.
- I've stumpled into similar needs to have more fine tuned permission levels inside projects to the customers.
For e... -
10:10 Feature #1061 (New): Subversion per-directory access rights management from RedMine?
- I'm using RedMine with more than 10 projects, all with a Subversion repository accessed through SSH. I am trying to e...
-
09:01 Feature #1060 (Closed): Add a LDAP-filter using external auth sources
- For now, the LDAP authentication does not support LDAP-filter, which can be helpful for some installation. This patch...
-
09:00 Patch #1059 (New): Fully integrates svn/dav apache authentication
- This patch provides:
* User authentication based on the Redmine authentication module (including external source, su... -
08:40 Patch #1058 (Closed): reposman.rb patch to check if a project has the repository enabled before creating it!
- This simple patch adds a SOAP primitive to check if the project has the repository module enabled before creating it ...
-
05:02 Defect #1049: Redmine doesn't account for summer time (daylight saving time)
- Do you have the tzinfo gem installed? I was having the same problem and installing tzinfo fixed it for me.
2008-04-14
-
23:56 Feature #799: Issue List: Shortcut/Context Menu
- I've attached a patch for this feature request.
-
23:49 Defect #1056: Cannot select non-contiguous issues on Mac OS X
- You can use the checkboxes on the left to select multiple issues.
-
23:30 Defect #1056: Cannot select non-contiguous issues on Mac OS X
- Where are you experiencing this? Normally on OS X you use Command+Click to select multiple items - it is the equivale...
-
22:13 Defect #1056 (Closed): Cannot select non-contiguous issues on Mac OS X
- Control is used to fake the right click in Mac OS X (even if you have a two-button mouse) so one cannot control-click...
-
23:41 Defect #1050: migrate_to_trac fails with: "''" is not a valid constant name!
- > since everything seemed to work fine after commenting line 265
It won't work fine after commenting line 265. Can... -
22:50 Defect #1050: migrate_to_trac fails with: "''" is not a valid constant name!
- ok, something fishy is going on here. In order to login in the first place I had to uncomment line 265 in user.rb, ot...
-
23:23 Defect #1057: Bulk edit doesn't appear to work
- This works here using HEAD revision.
Could you post the url that you have in your browser address bar when you're on... -
22:32 Defect #1057 (Closed): Bulk edit doesn't appear to work
- I updated to r1352 (though the issue was in r1341 as well) and now batch edits do not appear to work at all.
Using... -
21:51 Feature #1039: Ability to store attached files in the database
- This would make an excellent feature as a configurable option for the reasons Carl mentioned.
-
21:41 Feature #722: Increased flexibility for top (redmine home / project overview) pages
- This can solve also this issue #907
-
21:22 Defect #1055 (Closed): Bug in displaying issues
-
21:22 Defect #1055: Bug in displaying issues
- Fixed in r1352.
-
21:15 Defect #1055: Bug in displaying issues
- I can reproduce indeed.
-
11:34 Defect #1055 (Closed): Bug in displaying issues
- There is bug in displaying issues:
* I'm in project, for example: redmine.ourdomain.com/projects/myproject/
* I go ... -
20:36 Feature #1051: My Page - Customisaton / Default behaviour - Reported Issues
- IMHO this is great idea. Now "My Page" is good enough for our developers, but for me as a project it's insufficient. ...
-
08:56 Defect #1041: login problem with 2 redmine installation on the same server
- Here is the log of the "eval" site product when the redMine error 500 occur:...
-
00:49 Patch #1054 (Closed): Hudson support for simple_ci
- Well dunno if this is the right place to add this patch, but anyway. I have changed the simple_ci plugin to use the s...
Also available in: Atom