Activity
From 2009-05-12 to 2009-05-14
2009-05-14
-
21:28 Defect #3356: Sometimes new posts don't show up in the topic list of a forum.
- Migration script is valid, db/schema.rb too, even checked mysql db:...
-
18:24 Defect #3356: Sometimes new posts don't show up in the topic list of a forum.
- This field should have a default value of 0 in your database:
source:/trunk/db/migrate/083_add_messages_sticky.rb
... -
21:04 Feature #3322: Setting to restrict spent times on future dates
- One possibility is a checkbox in project settings page that would turn on/off that validation.
This could in my op... -
20:20 Defect #3334: Unable to delete wiki page attachments.
- James Byrne wrote:
> I probably should mention that I use mod_rails (Phusion Passenger) as well.
This was an issu... -
19:21 Defect #3334 (Closed): Unable to delete wiki page attachments.
- Sorry, but I have to close this ticket since it's definitely not a Redmine defect.
-
18:42 Defect #3334: Unable to delete wiki page attachments.
- I looked into the admin controller to discover how this is done and this is what I found:...
-
18:10 Defect #3334: Unable to delete wiki page attachments.
- How does redmine determine these values or where are they set?
Information
Redmine 0.8.0.devel.2658 (PostgreSQL... -
20:09 Defect #3347 (Closed): Internal error occurs when doing bulk edit
- Fixed in r2744.
-
19:45 Defect #3347 (Reopened): Internal error occurs when doing bulk edit
- I am still getting the following error when I tried to close 4 tasks at a time (bulk edit)
Version: *Redmine 0.8.0... -
06:12 Defect #3347: Internal error occurs when doing bulk edit
- I confirmed the fix and it works well. Thanks :)
-
19:27 Feature #1448: Add tags to issues
- +1
-
19:21 Defect #3361 (Closed): ไทย Thai character input support
-
17:36 Defect #3361 (Resolved): ไทย Thai character input support
- Sorry This may not be defected since it show up correctly here. On my system, I think I mis-configured something and ...
-
17:34 Defect #3361 (Closed): ไทย Thai character input support
-
18:52 Patch #3362 (Closed): Issues show accept_key_auth
- Hello there,
For another application I am writing I needed to access the issue specific rss with the auth key and ... -
18:25 Defect #3351: Weak autologin token generation algorithm causes duplicate tokens
- That's what I did when I said that I never experienced this issue.
-
10:00 Defect #3351: Weak autologin token generation algorithm causes duplicate tokens
- Also, you could check your DB to ensure you have really never affected by this vulnerability...
-
09:58 Defect #3351: Weak autologin token generation algorithm causes duplicate tokens
- Small example from our developers...
-
09:47 Defect #3351: Weak autologin token generation algorithm causes duplicate tokens
- >I never experienced
We suspect it is due to process forking which leads to random sequence seed *inherited* from ... -
18:20 Feature #3360 (Closed): Apache setup hints
- I'm sorry to close this ticket but we do not provide any support here.
You should be able to find good tutorials on ... -
15:04 Feature #3360 (Closed): Apache setup hints
- Dear Team,
I have gotten through the installations of all the relevant packages for Redmine with subversion suppor... -
18:18 Feature #1149 (Closed): file size display with Bazaar repositories
- It only works for the latest revision of files in your working tree.
If this doesn't work, please read [[SubmittingB... -
14:35 Feature #3003: Better handling of unknown and aliased email addresses when submitting issue via email
- patch attached
-
12:55 Feature #3003: Better handling of unknown and aliased email addresses when submitting issue via email
- Tero
Thankyou. How to implement your patch? The github gives a 1.2mb tar file of the a fork rather than a .patch dif... -
00:10 Feature #3003: Better handling of unknown and aliased email addresses when submitting issue via email
- Modified the patch a little. Role creation was broken against current trunk. Modified patch available at github, ht...
-
13:05 Feature #482: Default assignee on each project
- Hi Adam!
Thanks for looking at this! As I've told, this is a WIP fork...
Anyways, your suggestion rocks! I wil... -
12:43 Patch #2406: In email notification, send a email with sender as author
- ActionMailer seems to support *reply_to* (I've checked v2.2.2)
How about to consider this?
setting for administra... -
11:24 Patch #1651: Hack to make redmine use pygmentize instead of CodeRay
- OK, so this patch removes the dependency on pygmentize and no longer writes any temp files. We now use javascript hig...
-
04:28 Feature #408: Assign a task to multiple users
- +1
-
00:29 Patch #3245: Roadmap - show Estimated Time and Spent Time
- I would recommend one minor change. That is, do not display if there is nothing to display.
Often I do not have... -
00:15 Feature #3269: Writing a single batch file for all rake tasks
- Since you are mentioning Batch files, I am assuming you are doing this under Windows.
just create a batch file tha...
2009-05-13
-
23:40 Feature #482: Default assignee on each project
- Hi Douglas,
I have tried your change, am not sure if I understand how it behaves, could be that I failed backport... -
22:37 Defect #3353: Wiki won't show [...]
- While I'm at it: it really seems to happen somewhere while taking the code stored in the db and converting it to html...
-
22:35 Defect #3353: Wiki won't show [...]
- [...]
W
Well, it seems the bug only manifests when not followed by 2 newlines or something... Anyway, I put @[...... -
18:13 Defect #3353: Wiki won't show [...]
- I can't reproduce with current trunk. Here is what I get:
!brackets.png! -
13:36 Defect #3353 (Closed): Wiki won't show [...]
- I tried getting [...] (square bracket, three dots, square bracket) on a wiki page (on a line on its own), but it yiel...
-
22:25 Defect #3356: Sometimes new posts don't show up in the topic list of a forum.
- sticky NULL is the problem; it is at the end of the list (it should be 0).
-
21:42 Defect #3356: Sometimes new posts don't show up in the topic list of a forum.
- Redmine revision is 2737, database is mysql 5.0.51a-24 (Debian)...
-
18:22 Defect #3356: Sometimes new posts don't show up in the topic list of a forum.
- Can you post the content of your database:
* the row of the post that doesn't show up (select * from messages where ... -
17:47 Defect #3356 (Closed): Sometimes new posts don't show up in the topic list of a forum.
- Sometimes, when a user posts a new topic in the forum, it will not show up in the topic list of that forum.
However,... -
22:18 Patch #3357: Revision log relative to current location in the Repository Browser
- this is a hack i'm using in the office, its on the 8.2 branch
-
21:15 Patch #3357 (New): Revision log relative to current location in the Repository Browser
- we recently converted from track to redmine an a feature request I'm getting at the office is in the repository brows...
-
22:11 Defect #3066 (Closed): "label_updated_time_by" displayed from english locale
-
22:07 Defect #3334: Unable to delete wiki page attachments.
- Jean-Philippe Lang wrote:
> I can't do anything without the application stack trace.
There is no stack trace. Th... -
18:57 Defect #3334: Unable to delete wiki page attachments.
- I can't do anything without the application stack trace.
-
21:28 Feature #3359 (Closed): Update CodeRay 0.9
- Could you please update the CodeRay plugin to the svn HEAD version? We are currently developing some projects in Grai...
-
21:24 Patch #3358 (New): Advanced LDAP authentication
- This patch adds the following new features to LDAP authentication:
* using dereferencing aliases on search
* abil... -
20:44 Feature #3344: Exported by zip/tar.gz format from changeset
- +1
Handy when you use a SCC provider your users are not all comfortable with, such as Git. -
19:48 Feature #2096: Custom fields referencing system tables (users and versions)
- Nanda Palaniswamy wrote:
> Can we use this for "Reports to" users custom field, which will tag the manager to the us... -
18:32 Feature #2096: Custom fields referencing system tables (users and versions)
- Can we use this for "Reports to" users custom field, which will tag the manager to the user. Will be very useful for ...
-
19:23 Feature #3321: Custom fields as Issues list column
- When creating a custom query for a particular project, you can use custom fields of this project even if they are not...
-
19:09 Feature #1803 (Closed): Allow custom issue fields as column in issues overview
- Indeed.
-
19:06 Patch #3264: Allow issue edit exceptions to choke nicely
- To clarify, I also tried your example above....
-
18:58 Patch #3264: Allow issue edit exceptions to choke nicely
- Eric Davis wrote:
> Brad Beattie wrote:
> > The hook is called and then we make an attempt to save the issue (and a... -
01:37 Patch #3264: Allow issue edit exceptions to choke nicely
- Brad Beattie wrote:
> The hook is called and then we make an attempt to save the issue (and any changes therein). Un... -
18:50 Defect #3351 (Resolved): Weak autologin token generation algorithm causes duplicate tokens
- I never experienced this issue but I've just committed the following fixes in r2740, r2741, r2742:
* ActiveSupport::... -
11:06 Defect #3351: Weak autologin token generation algorithm causes duplicate tokens
- Also, I suggest to deny login if search by autologin within Token table returned 2 or more records - it allows to pre...
-
10:56 Defect #3351 (Closed): Weak autologin token generation algorithm causes duplicate tokens
- After switching to mod_passenger we got 7 (seven!) duplicated autologin tokens within 2 weeks. It caused some changes...
-
18:15 Defect #3355: Error in new project associate a new tracker
- I can't reproduce. Please give the exact steps to reproduce.
-
17:34 Defect #3355 (Closed): Error in new project associate a new tracker
- Hi,
I'm using:
URL: http://redmine.rubyforge.org/svn/trunk
Repository Root: http://redmine.rubyforge.org/svn
... -
18:08 Defect #3349: Wrong auto_increment issue ID
- Can you check in the issues table of your database if there's anything that is created with the missing ids (eg. 1, 3...
-
09:44 Defect #3349 (Closed): Wrong auto_increment issue ID
- The first issue I submit in a fresh install gets issue ID 2. The second issues gets ID 4. The third 6, fourth 8, ...
... -
18:05 Defect #3348 (Closed): Redmine with Webrick freezes
- Please, no deployement troubleshooting ticket here unless it's a *Redmine* defect.
-
09:02 Defect #3348 (Closed): Redmine with Webrick freezes
- Hi,
I've migrated from 0.8.1 with SQLite to 0.8.3 with MySQL, both time using WebRick as webserver. Everything wor... -
17:58 Feature #1149: file size display with Bazaar repositories
- Joe Kelk wrote:
> I'm on 0.8.2 stable and bazaar repositories are showing a question mark for filesizes here, even t... -
17:45 Feature #1149 (Reopened): file size display with Bazaar repositories
- I'm on 0.8.2 stable and bazaar repositories are showing a question mark for filesizes here, even though it was suppos...
-
17:58 Defect #3352: Failing migration 105 (BuildProjectsTree)
- Can you post all your identifiers please.
SELECT identifier FROM projects; -
13:16 Defect #3352 (Closed): Failing migration 105 (BuildProjectsTree)
- I'm trying to upgrade from 0.8.0 stable to current svn trunk, but migration 105 (BuildProjectsTree) fails with "Valid...
-
17:57 Defect #3347 (Closed): Internal error occurs when doing bulk edit
- It was broken by r2726. It's fixed in r2739.
-
05:25 Defect #3347 (Closed): Internal error occurs when doing bulk edit
- Confirmed with r2737
# In Issues page, select some issues and do the right-click to show the context-menu.
# Clic... -
17:49 Defect #3354 (Closed): internal error 500 on issue move
- Fixed in r2738.
-
14:07 Defect #3354 (Closed): internal error 500 on issue move
- We are using r2731 of redmine and this error occurs if a non-Admin user tries to move an issue.
If the user is admin... -
16:39 Feature #3350: Autocompleter for very long dropdown lists
- Sorry, missed the part about multiple versions, please see #1245 regarding patches for closing of versions.
-
16:36 Feature #3350 (Resolved): Autocompleter for very long dropdown lists
- See #2993. This already has been fixed in 0.9.0. I backported it for my 0.8.3 and it works like a charm. I wish it ...
-
10:38 Feature #3350 (Closed): Autocompleter for very long dropdown lists
- We have a lot of users, and the number of versions in our project will soon be over 100. Using a drop-down is very un...
-
16:23 Defect #2346: Table cell with multiple line text.
- same for me
-
16:04 Feature #3283: Website: Install Mollom or similar spam deterrent
- It's true. There are forum threads where the last N messager are spam (ex: http://www.redmine.org/boards/2/topics/339...
-
14:09 Feature #2877: Search custom fields
- Is there any possibility to search custom fields from users? For example if I add a custom field called "skills" to u...
-
13:11 Feature #2500: configure custom fields as "required for status transition"
- +1
-
10:44 Patch #1582: Add Time Spent Column to Issue List
- +2 i like this one. Especially that one can switch it on/off!
-
10:29 Patch #3245: Roadmap - show Estimated Time and Spent Time
- Markus May wrote:
> I would appreciate, if this would be a standard feature.
I like this feature very much, a +1 ... -
01:33 Defect #3304 (Closed): Authentication stays active even after browser is closed
- Interesting. Thanks for digging up that link Chris g.
-
01:30 Feature #3301 (Reopened): Add favicon to base layout
- Jean-Philippe Lang wrote:
> Also, this tag won't work if the application is installed in a sub-URI.
I think we co...
2009-05-12
-
22:57 Defect #3334: Unable to delete wiki page attachments.
- I probably should mention that I use mod_rails (Phusion Passenger) as well.
-
22:54 Defect #3334: Unable to delete wiki page attachments.
- Webrick works fine. But I use https protocol with Apache. I see this in the ssl.error.log when trying to delete an ...
-
22:40 Defect #3334: Unable to delete wiki page attachments.
- But I see this. I have not changed permissions or ownership on any directories. Would updating from svn do so?
R... -
22:40 Defect #3334: Unable to delete wiki page attachments.
- Please try to reproduce with webrick:...
-
22:37 Defect #3334: Unable to delete wiki page attachments.
- I discover that the same problem occurs when attempting to upload a file to a wiki page or on the files page.
-
21:23 Defect #3334: Unable to delete wiki page attachments.
- Nothing to attach. There are no entries created in the production log when this error happens....
-
19:19 Defect #3334: Unable to delete wiki page attachments.
- Can you attach your Redmine log because I'm not able to reproduce with current trunk.
-
22:40 Defect #3253: LDAP Auth : Alias Dereference
- Daniel Marczisovszky wrote:
> This new version contains the LDAP protocol version dropdown box, but you have to recr... -
21:33 Defect #3253: LDAP Auth : Alias Dereference
- This new version contains the LDAP protocol version dropdown box, but you have to recreate your database or add @prot...
-
15:52 Defect #3253: LDAP Auth : Alias Dereference
- I think the unbind is not necessery, but the new connection method should be used. Re-binding on an existing connecti...
-
15:25 Defect #3253: LDAP Auth : Alias Dereference
- I think i'll roll back to the unbind / new connection solution.
-
22:15 Feature #3345: Link to view subversion directory changelog
- Also attached the diff as a file.
-
21:00 Feature #3345 (Closed): Link to view subversion directory changelog
- In the repository view there is the ability to view the changelog of an individual file or drop down into a subdirect...
-
22:14 Feature #3346: Support for cross-project revision links
- Also attached the diff as a file.
-
22:09 Feature #3346 (Closed): Support for cross-project revision links
- It may sometimes be useful to be able to reference a specific repository revision in one project from another project...
-
21:49 Defect #3304: Authentication stays active even after browser is closed
- Ok, I made a search on Firefox Bugzilla and found this bug entry which explains this behavior : https://bugzilla.mozi...
-
19:24 Defect #3304: Authentication stays active even after browser is closed
- There's no way I can fix it if the browser actually keeps its Redmine session id.
-
21:35 Defect #3270: Updating issue via email with coded subject
- Can I assign values of issue's status field (and other fields, such as the tracker) in Russian?
-
21:00 Feature #3343 (Closed): Read Permission Split
-
20:38 Feature #3343 (Resolved): Read Permission Split
- Jean-Philippe Lang wrote:
> You can set your projects as Private (uncheck Public on project settings) so that only t... -
20:36 Feature #3343: Read Permission Split
- You can set your projects as Private (uncheck Public on project settings) so that only their members can see them.
-
20:34 Feature #3343 (Closed): Read Permission Split
- The project non-member shouldn't see any other projects.
So we can provide a account for the customer to know their ... -
20:55 Defect #3339 (Closed): Multiple roles not displayed in project overview
- Done in r2734.
-
19:27 Defect #3339: Multiple roles not displayed in project overview
- I expected that a user is displayed under each role he is assigned on.
The purpose is that in our installation the... -
18:50 Defect #3339: Multiple roles not displayed in project overview
- Indeed, only the 'main' role is displayed (based on roles order) to keep it simple and so that users can be grouped b...
-
20:53 Feature #3342: Redmine issues 404 when subversion 1.6.1 server is running
- I installed the Bitnami stack on a fresh Windows 2003 server. Here's the release list on the stack:
- Redmine 0.... -
20:46 Feature #3342: Redmine issues 404 when subversion 1.6.1 server is running
- Hi Matt,
Don't use Bitnami redmine stack! I have tried this, too and nothing was working!
Use Collab's subversion... -
20:31 Feature #3342 (Closed): Redmine issues 404 when subversion 1.6.1 server is running
- I've just tested with subversion 1.6.1. All the tests pass.
I think your environment is not properly set up. -
20:24 Feature #3342: Redmine issues 404 when subversion 1.6.1 server is running
- Please give some details and your Redmine log.
I can't see why you would get this 404 error because of svn 1.6. -
20:16 Feature #3342 (Closed): Redmine issues 404 when subversion 1.6.1 server is running
- After installing the Bitnami stack and discussing an update (issue 3336), I pushed ahead and installed the subversion...
-
20:36 Feature #3344 (New): Exported by zip/tar.gz format from changeset
- This feature is just like the trac.
You can exported the changement with zip format, it will keep the directories st... -
19:28 Feature #3267: URL Standardization
- Some URL refactoring was done in trunk but the tickets URL won't include the project identifier.
-
19:22 Feature #3273 (Closed): be able to comment on repostory checkins
- Another dup of #1339.
-
19:14 Defect #3333 (Closed): Submitting bugs documentation error
- script/about is fixed in r2733.
You should now be able to run it with your production environment. -
18:58 Feature #3301 (Closed): Add favicon to base layout
- Also, this tag won't work if the application is installed in a sub-URI.
-
18:57 Feature #3301: Add favicon to base layout
- favicon.ico found in public is added so that browsers do not get 404 errors.
But it's just a blank icon so I see no ... -
18:52 Feature #3322: Setting to restrict spent times on future dates
- If I had this validation, I'm pretty sure that some users will complain about it.
Any other opinions? -
18:51 Feature #3337 (Closed): Button Next/Previous on issue form
- Same as #2850.
-
18:47 Defect #3340 (Closed): Redmine.pm doesn't work
-
01:15 Defect #3340: Redmine.pm doesn't work
- solution at #3330
-> can someone close this ticket? -
18:47 Defect #3330 (Closed): Redmine.pm broken
- Fix committed in r2732. Thanks.
-
07:11 Defect #3330: Redmine.pm broken
- Thank you very much! :-)
-
16:26 Feature #3336 (Closed): Bitmine stack is ancient
- closed because not a redmine issue
-
16:17 Feature #3336: Bitmine stack is ancient
- Matt,
Just install a new svn-client version yourself and add its path to system enviroment variable "PATH" or post... -
15:37 Feature #3336: Bitmine stack is ancient
- Matt,
don't worry too much and do your tests. I don't expect anything really bad with your usecase, but if somethi... -
15:22 Feature #3336: Bitmine stack is ancient
- Paul Rivier wrote:
> Matt,
>
> > I don't understand why you claim that subversion (svn) is not supported by Redmi... -
14:59 Feature #3336: Bitmine stack is ancient
- Matt,
> I don't understand why you claim that subversion (svn) is not supported by Redmine. On this page:
I cla... -
14:48 Feature #3336: Bitmine stack is ancient
- Thomas Pihl wrote:
> Subversion support from Redmine depends on you installing the correct version of subversion.
>... -
14:43 Feature #3336: Bitmine stack is ancient
- Subversion support from Redmine depends on you installing the correct version of subversion.
Bitnami doesnt contai... -
14:37 Feature #3336 (Reopened): Bitmine stack is ancient
- Hi Paul,
I don't understand why you claim that subversion (svn) is not supported by Redmine. On this page:
htt... -
08:43 Feature #3336 (Closed): Bitmine stack is ancient
- redmine does support any version of SVN 1.X and Bitnami is a totaly separate project.
-
13:21 Feature #3130: Language and locale separation
- I second this... maybe this is already possible with the new i18n framework?
-
12:57 Feature #2438 (Reopened): Will any Opensource Instant Message System embed into Redmine?
- Is it possible to use IM instead of/in addition to email for notifications with any of the mentioned systems? The doc...
-
10:59 Feature #1196: Add versioning for Files and Documents
- +1.
Could this be handled also this way: If there multiple documents with the same filename, only the newest one ... -
10:17 Feature #401: Add pdf export for WIKI page
- +1 This would be a really useful feature
-
06:01 Patch #756: Patch for #443 (Subtasking)
- Aleksei Gusev wrote:
> Please, take a look at the following patch. Maybe it will be useful for you. Thanks! http://w... -
05:15 Defect #3276: Incorrect handling of anchors in Wiki to HTML export
- My problem is converting local links which points to local anchors in the same HTML file.
-
04:24 Defect #3087: Revision referring to issues across all projects
- The patch to the file app/views/issues/_changesets.rhtml should be accepted no matter what, after all, the db schema ...
-
02:46 Defect #3087: Revision referring to issues across all projects
- Note - you will need to have the repository module enabled in the master project (even if it doesn't have a repositor...
-
01:00 Defect #3066 (Resolved): "label_updated_time_by" displayed from english locale
- Can be closed.
"label_updated_time_by" intersect with same string name from other plugin (ezFAQ) -
00:40 Patch #3341 (Closed): New hook controller_timelog_edit_before_save, patch included
- I've created a new hook 'controller_timelog_edit_before_save' to allow a plugin I'm working on to perform actions bef...
Also available in: Atom