Search
Results (12477)
- Defect #3313 (Closed): Missing "Delete" option at issue watchers
- After adding isuee watcher there is no way to change it.
- Defect #3308 (Closed): Wiki comments length validation is missing
- New Issues,when the comments length > 255, error happe ... "comments" = E'...' </pre> No validation.
- Defect #3307 (Closed): When deleting issue which has reported time-log, several visual errors appear
- Plugins: None See attached screenshot.
- Defect #3305 (Closed): Error using plugin Graphs - Unknown method 'visible'
- *NoMethodError in GraphsController#old_issues* <pre> undefined method `visible' for # ... llers/graphs_controller.rb:195:in `find_open_issues' vendor/rails/activesupport/lib/active_sup ... rver:3 </pre> Any idea what´s missing ?
- Defect #3304 (Closed): Authentication stays active even after browser is closed
- I'm using Firefox 3.0.10 on Mac OS and I'm st ... does not occur. So it may be a Firefox bug...
- Feature #3299 (Closed): Notes when moving issues
- Write notes when moving issues. Most of the time you want to write a note about why you're moving an issue. This is related to #3055
- Defect #3298 (Closed): When updating an issue, clicking a link destroys all my input
- This occasionally drives me crazy. When updating an issue I type a detailed comment in the textarea. ... form fields. Thanks for the great system.
- Defect #3297 (Closed): Add "Edit own messages " permission to autentificated user on redmine.org
- after i post reply in forums on redmine.org i ... that, or i am wrong and simply have bad luck
- Defect #3295 (Closed): Mysql database getting crashed(Internal Error)
- Dear All, First, I started using redmine v 0 ... server during query: SELECT count(DISTINCT `issues`.id) AS count_all, tracker_id AS tracker_id FROM `issues` LEFT OUTER JOIN `projects` ON `projects`.id = `issues`.project_id LEFT OUTER JOIN `issue_statuses` ON `issue_statuses`.id = `issues`.status_id LEFT OUTER JOIN `trackers` ON `trackers`.id = `issues`.tracker_id WHERE ((projects.id = 35 OR pro ... controller.rb:100:in `show' /app/models/issue.rb:262:in `visible_by' /vendor/rails/ac ... ase.rb:1857:in `with_scope' /app/models/issue.rb:261:in `visible_by' /app/controllers ... ent help is highly appreciated to solve this issue. Please don't ignore and consider this issue for me, its very critical now.
- Defect #3292 (Closed): Project Management Suggestion?
- Hi All. I'm new with this redmine but I ha ... .0 Project1 category A issue 123 issue 234 issue 213 category B issue 564 issue 245 issue 752 Project2 issue 321 issue 345 issue 235 Project3 issue 325 issue 335 issue 673 version: 2.0 Project1 issue 675 issue 358 issue 346 Project2 issue 898 issue 244 issue...
- Defect #3289 (Closed): E-mail in /user/edit/N ... and saves) as administrating users login-name
- We have a 0.8.3 stable installation going. W ... the e-mail field changes to my login-name.
- Feature #3286 (New): Reopened Issues Report
- I can't find any way to get the list/count of reopend issue. To reopen an issue i had to make changes in workflow to allow s ... uld be an direct option to reopen the closed issue and make its reports as well. This will g ... ions for an organization and its performance.
- Feature #3283 (New): Website: Install Mollom or similar spam deterrent
- There is an increasing amount of annoying spa ... a ruby class at http://mollom.rubyforge.org/
- Defect #3282 (Closed): Issue List Sorting Hangs on Firefox 3.5b4
- Today I upgraded to the new Firefox beta 3.5b ... n-page reload (apply/clear filters, sort the issues list on a column header), redmine hangs on ... te3-ruby (1.2.4, 1.2.1) Revision: 2679
- Defect #3280 (Closed): Upgrade to 0.8.3 did not upgrade ampersand in wiki page title correctly
- Used the Option 1 upgrade method from [[Redmi ... d lots of wiki pages with special characters.
- Feature #3279 (Closed): Plugin Hook for setti ... fields when closing a ticket via a changeset
- I'm looking for an additional hook to be adde ... i've found where this happens at the mo, eg "issue.status = fix_status", but how would set a cu ... t's see... > <edavis10> Kiall: only with an issue that is closed via a commit? > <Kiall> yeah ... etto> Kiall: #1234 is http://www.redmine.org/issues/show/1234 "Redmine - Defect #1234: NoMethod ... e right now. > <edavis10> Kiall: open a new issue descripting this with me as the Assigned to ... > <edavis10> just pastie the conversation in
- Feature #3277 (Closed): Wrong hostname in e-mail notification
- I've received following e-mail with footer: ... P, how can I convert it to proper hostname?
- Patch #3274 (New): Wiki Page Categories
- This patch is a preliminary implementation of ... e to adopt this patch, I'll catch up on this.
- Feature #3272 (New): Ability to import wiki image from other wiki page
- It would be very nice to have the ability to ... age: <pre> MyWikiPage:myimage.png </pre>
- Defect #3271 (Closed): Wrong week number in Calendar
- Calendar says it is week 17, but it really is week 18 at the time this issue was reported.
- Defect #3270 (Closed): Updating issue via email with coded subject
- I forwarding emails from my email server to t ... processed as a reply and a note is added to issue #123. Otherwise, a new issue is created.?? My configuration: <pre> ... ment Database adapter mysql </pre>
- Feature #3269 (New): Writing a single batch file for all rake tasks
- I am using redmine issue creation by email functionality. I have used the rake tasks to create issues on particular project This is that follo ... ker,priority This rake task will create issues on myprojectname1 simliarly rake red ... tatus,tracker,priority This will create issues on myprojectname2 Like this i want to wr ... n cron tab.whether it will work
- Feature #3267 (Closed): URL Standardization
- It'd be nice if there was a choice for creati ... : http://www.redmine.org/projects/redmine/issues/new But then when it's created the URL for the ticket is http://www.redmine.org/issues/XXXX If everything related to the projec ... he and Lighttpd could be configured for that.
- Feature #3266 (New): Commit ID syntaxn sugar/parsing
- In IRC I suggested that Redmine take a page o ... ing links in commit messages, in comments to issues, and wiki pages: * [commitID] * [commit ... t was a good idea and to create a ticket.
- Feature #3265 (Closed): Filter on issue relations
- It'd be nice if Redmine's issue filters included some notion of issue relations. That way you could build a query ... is less than 0 days ago * *Has no blocking issues* * *Has no preceeding issues* Doesn't look trivial, but shouldn't be too difficult. Looking into it now...