Project

General

Profile

Search

Results (12389)

Defect #3376 (Closed): Moving an issue to another project copies the associations revisions instead of updating them
When moving a issue from one project to another, the SCM revisio ... to a different repository root # Create an issue in each project note the issue # # Commit changes to project 1 referencing the first issue added above # Commit changes to project 2 referencing the second issue added above # Check the associated revision ... n is now shown for the above commits in each issue # Move the second issue to the first test project and note the revis ... n # for the new project). 2009-05-17 18:12
Feature #3372 (Closed): add 'closed' html class to closed issues in search results
search results display closed issues with a regular style. It would be great if those issues that are closed would also have the class " ... t_type %> <%= 'closed' if e.event_type.eql?('issue') && e.closed? %>"><%= content_tag('span', h ... .closed a { text-decoration: line-through; }@ 2009-05-16 23:38
Defect #3371 (Closed): Autologin does not work when using openid
After closing my browser authentification get ... .2.2) postgres-pr (0.6.1) PostgreSQL 8.3.7 2009-05-16 23:20
Patch #3370 (Closed): Hide completed version in new issues
If you have many Milsteons/Versions in one pr ... completed version in Ticket Create DropDown. 2009-05-16 22:35
Feature #3369 (Closed): Allowed/Disallowed email domains settings to restrict users' email addresses
For using Redmine in an internal company situ ... things besides coding project management :-). 2009-05-16 01:12
Defect #3368 (Closed): Cannot create project on postgresql
Hello. I have just installed redmine. When i ... "users"."id" = 1) AND (users.status = 1) IssueCustomField Load (2.0ms) SELECT * FROM "custom_fields" WHERE ( ("custom_fields"."type" = 'IssueCustomField' ) ) ORDER BY custom_fields.posit ... modules" WHERE ("enabled_modules"."name" = E'issue_tracking' AND "enabled_modules".project_id I ... modules" WHERE ("enabled_modules"."name" = E'issue_tracking' AND "enabled_modules".project_id I ... modules" WHERE ("enabled_modules"."name" = E'issue_tracking' AND "enabled_modules".project_id = ... led_modules" ("name", "project_id") VALUES(E'issue_tracking', 2) RETURNING "id" EnabledModul ... modules" WHERE ("enabled_modules"."name" = E'issue... 2009-05-16 00:56
Feature #3367 (Closed): Copy versions/custom fields/wiki when copying a project
On the latest trunk, when copying a project f ... ds, even if the source project did. Also, issues in the destination project have versions th ... iki, and custom fields of the source project. 2009-05-15 23:43
Feature #3366 (Closed): Rename the "Tracker" field to "Severity"
Reason: I'd like to use this field not just f ... major loss of function Normal regular issue, some loss of functionality under specific c ... tachment to the corresponding bug or feature issue. 2009-05-15 17:49
Feature #3364 (New): Blocked or Following Issues
There must be a way to avoid closing or resolving an open issue before its preceders and blockers are resolved or closed. 2009-05-15 12:39
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 not be lo ... igure out how to get the auth key working on issue rss w/o this patch. I am running the very latest svn version and did not see an existing issue for this. Thanks, and keep up the amazing work! -Scott 2009-05-14 18:52
Feature #3359 (Closed): Update CodeRay 0.9
Could you please update the CodeRay plugin to ... ion of CodeRay supports some Groovy syntax... 2009-05-13 21:28
Patch #3358 (New): Advanced LDAP authentication
This patch adds the following new features to ... _cert and protocol_version columns are added) 2009-05-13 21:24
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 t ... on. !forumsbug1.tiff! !forumsbug2.tiff! 2009-05-13 17:47
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 it works! Log: Processing IssuesController#move (for 192.168.1.120 at 2009-0 ... "action"=>"move", "id"=>"61", "controller"=>"issues"} NoMethodError (undefined method `rol ... 60:in `method_missing' /app/controllers/issues_controller.rb:287:in `move' C:/Ruby/li ... 59:in `method_missing' /app/controllers/issues_controller.rb:287:in `move' C:/Ruby/li ... e/public/500.html (500 Internal Server Error) 2009-05-13 14:07
Defect #3351 (Closed): Weak autologin token generation algorithm causes duplicate tokens
After switching to mod_passenger we got 7 (se ... owever, I guess there may be better solution. 2009-05-13 10:56
Feature #3350 (Closed): Autocompleter for very long dropdown lists
We have a lot of users, and the number of ver ... orm these drop-downs to be auto-completeable? 2009-05-13 10:38
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, ... So o ... .3.2 * SVN: 1.5.5 (r34862) * Redmine: 0.8.3 2009-05-13 09:44
Defect #3348 (Closed): Redmine with Webrick freezes
Hi, I've migrated from 0.8.1 with SQLite t ... nother feedback which shows a multithreading issue: [2009-05-13 09:00:51] ERROR ThreadError: ... y/2009:08:58:21 CEST] "GET /projects/soaprpc/issues HTTP/1.1" 500 289 http://localhost:8000/issues/show/50 -> /projects/soaprpc/issues 127.0.0.1 - - [13/May/2009:08:57:25 CEST] "POST /issues/gantt?set_filter=1 HTTP/1.1" 200 0 http://localhost:8000/issues/gantt -> /issues/gantt?set_filter=1 Terminated I'm using rails 2.2.2 2009-05-13 09:02
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- ... ocal variable or method `current_role' for #<IssuesController:0xb6653b6c>): /app/controllers/issues_controller.rb:276:in `bulk_edit' /usr/ ... _without_rescue' ... </pre> Regards. 2009-05-13 05:25
Feature #3346 (Closed): Support for cross-project revision links
It may sometimes be useful to be able to refe ... ject from another project, for example if an issue is partially addressed by a change in a sub- ... #' oid = oid.to_i </pre> 2009-05-12 22:09
Feature #3345 (Closed): Link to view subversion directory changelog
In the repository view there is the ability t ... but I couldn't find it or any mention of it! 2009-05-12 21:00
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 subv ... lity up to 1.4.x. Thanks, Matt Schifter 2009-05-12 20:16
Defect #3339 (Closed): Multiple roles not displayed in project overview
The new functionality of multiple roles r2726 ... t overview. Only one role is displayed there. 2009-05-11 20:39
Feature #3338 (New): Make projects tree on /admin/projects foldable
In current development version r2731 the proj ... e as the display of "-" button would suggest. 2009-05-11 20:35
Feature #3337 (Closed): Button Next/Previous on issue form
When browsing a selection of issues (bug review for example), user must go back to issues list in order to select the next issue. This is not optimal, and some issues may be forgotten. I remember that in Flyspr ... xt" and "Previous" are available on the form issue in order to jump directly to the next (resp. previous) issue. Could this be implemented in redmine ? P ... the button "Create and continue" of the "New issue" form 2009-05-11 19:34
(10601-10625/12389)