Search
Results (31864)
- Defect #2449 (Closed): Custom query result does not create horizontal scrollbar (too wide)
- My custom query has many more columns that I ... 6 Rails 2.1.2 on openSuse 10.3 (X86-64)
- Help: RE: redmine +svn complete integration : configuration problem
- Dear all, First of all, have a nice and ha ... y problem. I think I have solved most of my issues. As a summary I would say : # Be very c ... t Regards, and happy new year again :) J-L
- Feature #2448 (New): Graphviz of ticket dependencies (with example)
- I found the output of this (admittedly very h ... ssword= -Dredmine -e "select id,subject from issues where status_id != 5 and fixed_version_id = ... s -uredmine --password= -Dredmine -e "select issue_from_id, issue_to_id from issue_relations ir join issues i1 on ir.issue_from_id = i1.id join issues i2 on ir.issue_to_id = i2.id where relation_type = 'precede ... /www/space/redmine_graph.png </code> </pre>
- Defect #2447 (Closed): Plugins Used for Excel Export
- Can u please specify some of the plugins that ... rsion.. Could u please guide me in this issue
- Help: RE: Plugin to alter Redmine trunk behavior
- Yes, you can do that from a plugin using modu ... ine-question-plugin/tree/master/lib/question_issue_patch.rb * http://github.com/edavis10/redmi ... plugin/tree/master/lib/query_patch.rb Eric
- Patch #2445 (Closed): Updated Dutch translations
- Today I managed to update, correct and sort t ... common and equally allowed plural_ * *label_issue_tracking* _introduced hyphen, actually shoul ... from English and looked awkward_ * *setting_issue_list_default_columns* _corrected translation ... text_mail* * *text_diff_truncated* * *text_issue_added* and *text_issue_updated* _completed translation_ * *text_re ... -nl.js+* (from r2099) Complete translation
- Defect #2444 (Closed): manny internal server errors in 0.8.0 …
- h1. add project if i klick the *add-projec ... ternal Server Error)</pre> --- h1. add issue if i click to „ass issue” i can fill in the form - but if i click *cr ... eload the page the same behavior. *but* the issues are created … <pre>Processing IssuesController#new (for 84.190.183.247 at 2009-0 ... "=>"Create", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"2009-01-05", "estimated_ho ... :in `body' /app/models/mailer.rb:33:in `issue_add' /vendor/rails/actionmailer/lib/act ... 83:in `method_missing' /app/controllers/issues_controller.rb:147:in `new' /vendor/rai ... re a way to downgrade to 0.7.3 - without the issue-management redmine is not usable ?
- Hi all, Is there a way to have the permiss ... rstand the user what they can do and how the issues can be changed. They could also see what ar ... unsynchronized ... many thanks, gabriel
- Hi all, and happy new year ! Does someone ... I defined a custom field named "version" for issues, field that should be automatically increme ... r example is to create a log of what are the issues that have been viewed (but not modified - t ... uld be then to overload the method "Show" of issue_controller Thanks in advance
- Feature #2443 (Closed): Reciprocal relationships for Blocks and Precedes
- I often set up relationships between tasks us ... to set them from the blocking (or preceding) issue. About 50% of the time the issue I am looking at is at the other end of that ... et this up without having to go to the other issue first please?
- Defect #2441 (Closed): Upgrade rake migration ... tialized constant ActiveSupport::Dependencies
- I'm trying to upgrade from the previous relea ... ke:28 </pre> am I missing something here?
- Patch #2439 (Closed): Traditional Chinese language file (to r2225)
- * Added tags: *text_plugin_assets_writable*, ... anged tags: *text_file_repository_writable*
- Feature #2438 (Closed): Will any Opensource Instant Message System embed into Redmine?
- Like some flash or online chatting system.
- Open discussion: RE: Targeted date for Redmine 0.8.1 and 0.9
- The private projects feature does not fit my requirements because I would like to select which issues are viewable for each customer.
- Defect #2436 (Closed): strip variables from received mail body (in receive_mail)
- I just tested sending an email to redmine, wi ... : rake redmine:email:receive_imap ... The issue was created using that method, but the Project: foo line is left in the issue body. I guess other variables would still b ... cts theses variables to be stripped from the issue body.
- Feature #2435 (Closed): Plugin API to check that a plugin is correctly installed
- Both Redmine and Engine migrations follow a s ... an incorrect directory. This causes several issues including: * migrations get named after ... * https://projects.littlestreamsoftware.com/issues/show/1930 * https://projects.littlestreamsoftware.com/issues/show/1858 * https://projects.littlestreamsoftware.com/issues/show/1801 * https://projects.littlestreamsoftware.com/issues/show/1487
- Help: RE: Access Ticket Context Menu with Opera
- Check http://www.redmine.org/wiki/redmine/RedmineIssueList#Shortcut-menu. With Opera you have to use <ALT> + leftclick to open the context-menu.
- Defect #2433 (Closed): redmine/PluginGoogleAn ... guration instruction points to the wrong link
- From the redmine/PluginGoogleAnalytics page I ... this is not the correct place to submit this issue report. I'm new to redmine and once register ... /wiki/redmine/PluginGoogleAnalytics location.
- Hi, I have installed redmine without probl ... ect it with my svn server but I encounter an issue with reposman.rb script. Whatever I run it ... What's wrong ?? Thanks a lot in advance
- Hello, Wishing everyone a blessed new ye ... g Redmine 0.7.3. Couldn't locate a similiar issue in Redmine.org. Does anyone know if this is ... month of Dec 2008. With regards, Jui Hung
- Patch #2430 (Closed): Traditional Chinese language file (to r2220)
- * Added tags: *text_plugin_assets_writable* * Changed tags: *text_file_repository_writable*
- First of all... Happy new year, folks! ... changes were made on tables, despite of new issues. Tkx!
- Open discussion: RE: Problem with last revision (2218) from trunk
- here the problem : trunk/lang/sv.yml (revision 2218) 696 696 697 697 enumeration_issue_priorities: Ärendeprioriteter 698 698 ... _writable: Plugin assets directory writable
- Help: RE: Single project setup
- See issue #2421
- Patch #2420 (Closed): Fetching emails from an POP server
- This is a patch to fetch emails from POP serv ... options = { :issue => {} } %w(project status tracker category priority).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] } optio ... heck(pop_options, options) end </pre>