Activity
From 2008-04-15 to 2008-04-17
2008-04-17
-
19:14 Defect #1071: Wiki/News/Documents truncate contents to 64K in MYSQL
- There is also a BLOB in wiki_content_versions that should be MEDIUMBLOB or LARGEBLOB.
-
02:19 Defect #1071 (Closed): Wiki/News/Documents truncate contents to 64K in MYSQL
- I've found wiki posts over 64K get silently truncated. The problem is in the SQL specification of the following data...
-
16:48 Feature #528: Wiki Page Hierarchy and Breadcrumbs
- Perhaps a stupid idea, but is it possible to build the breadcrumbs from noting which page you traversed from?
Pro:... -
15:24 Feature #1060: Add a LDAP-filter using external auth sources
- Yes, this possibility is desirable.
-
09:46 Defect #1066: Per-author commits statistics graph does not like long names
- ...
-
00:37 Feature #1061: Subversion per-directory access rights management from RedMine?
- There's a solution for handling svn access right described [[Repositories_access_control_with_apache_mod_dav_svn_and_...
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.
Also available in: Atom