Project

General

Profile

Search

Results (31866)

Open discussion: RE: You should commit db/schema.rb in the repo!
OK, as long as the code for your models does ... your models change. However this is more an issue for larger projects. In the current edge ... ions, just be sure to test the process often. 2009-05-26 17:02
Open discussion: RE: You should commit db/schema.rb in the repo!
Giorgio Gonnella wrote: > the more migration ... database > and the greater likelihood for issues As I said, migrations are required for u ... account). You won't find them in schema.rb. 2009-05-26 16:46
Help: RE: Link to an issue with status & summary from wiki syntax?
Or even: <pre><code class="Ruby"> require ' ... :WikiFormatting::Macros.register do desc "Issues List Description Macro" macro :IssuesList do |obj, args| args, options = ext ... args, :parent) if args.size >= 1 Issue.find(args).collect{|issue| link_to_issue(issue) + ": #{issue.project} - #{issue.subject} / #{issue.status}" } * "<br>" else raise ' ... guments.' end end end </code></pre> 2009-05-26 16:08
Help: RE: Link to an issue with status & summary from wiki syntax?
You can easily implement this as wiki macros, for example {{IssueDetails(<issue_id>)}} within a simple plugin. init.rb: ... :WikiFormatting::Macros.register do desc "Issue Description Macro" macro :IssueDetails do |obj, args| args, options = e ... args, :parent) if args.size == 1 issue = Issue.find args.first "#{issue.id} - #{issue.project} - #{issue.subject} / #{issue.status}" else raise 'No or bad arguments.' end end end </code></pre> 2009-05-26 15:50
Help: Link to an issue with status & summary from wiki syntax?
I am familiar with the syntax #123 to link to an issue. Is there any wiki syntax that would let me extract fields from the issue? For example: * "#123" : "#123.Project" ... trates new custom wiki formatting? Thanks. 2009-05-26 15:00
Open discussion: RE: You should commit db/schema.rb in the repo!
Of course you need also migrations. (Me stupi ... wer it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. 2009-05-26 13:33
Plugins: RE: Ticket grouping plugin
!subissues_03_2.png! 2009-05-26 10:58
Plugins: RE: Ticket grouping plugin
New version 0.1.1: * Added some compatibility with trunk version (issues grouping does not work well yet) * Added ability to view & add subissues in issue details !subissues_03.png! * Plugin now work in development mode (without classes caching) 2009-05-26 10:55
Feature #3417 (Closed): Round-robin auto-assignments
Right now I can get tickets auto-assigned to a developer by making him responsible for an issue category. It would be great if I could selec ... e all capable of solving problems of a given issue category and get all new tickets auto-assigned to them. 2009-05-26 10:15
Help: RE: Can i hide a issue from other users
Hey i have developed two plug in that i am de ... roblem.Once the plugin is added i faced that issue.I had never faced it when deploying 0.8.1 or ... Can anyone help me out with this........... 2009-05-26 08:53
Plugins: RE: Graphs plugin
One issue solved: The conditions don't work because th ... phrase _visible_ (or: get only projects and issues that are visible to the current user) - is ... two graphs look different for every project! 2009-05-26 01:20
Plugins: Redmine Squeejee theme - v.0.2.0 released
I've just uploaded a new release of the [[The ... anything else. Though, please *do not* open issues here at @www.redmine.org@ regarding this th ... elopment" output Regards, Mischa. 2009-05-25 23:52
Defect #3414 (Closed): MSIE can´t show statistics in repository
The Internet Explorer can not show the statistic in the repository area. 2009-05-25 21:42
Plugins: RE: correct location for language files in redmine plugins
Whilst I've got someone's attention ;) Curren ... g localisation values (for example renaming 'issue' to 'ticket' and 'version' to 'sprint'. A ... ubmit a pull-request to edavis10 if required? 2009-05-25 20:09
Feature #3413 (Closed): Exclude attachments from incoming emails based on file name
i use a digital signature in mail.app and if i reply to a issue-mail my answer will be added to the issue, but redmine adds also a *smime.p7s* file wi ... p://en.wikipedia.org/wiki/S/MIME attachments. 2009-05-25 16:34
Feature #3412 (Closed): Send issue changes in a digest email
As an alternate of #3410, it might be helpful ... mail with changes once every hour or daily. 2009-05-25 12:32
Feature #3411 (Closed): Allow mass status update trough context menu
The context menu on the issue list doesn't allow a mass update of the stat ... ck before closing them (around 10 at a time). 2009-05-25 11:36
Feature #3410 (New): Collect issue changes in mail and activity
When using context menu's or when a user forg ... I would suggest to collect changes to an issue, by the same user, within a minute and to di ... g emails must be delayed somehow. 2009-05-25 11:30
Help: RE: 500 error when accessing issue list
I've experienced the same problem with the same error trace when attempting to filter issues based on a custom field - reproduced on two ... Removing the Question plugin also solved the issue. Question plugin: 0.3.0 Redmine: r2760 and r2630 2009-05-25 09:25
Help: email hanging on update
Hey all, I am having an issue where when I update a issue ( update is the only thing on for email btw) ... and it is getting to the mail server without issue, and then 15 seconds later it is finishing t ... so, every once in a while, when you update a issue it will throw an error with this Applicat ... osx leopard and it is running through apache. 2009-05-23 03:07
Plugins: RE: Graphs plugin
Brad Beattie wrote: > The graphs plugin is n ... I was choked off at some point. The i18n issue is very easy: just copy the language files t ... e reason. Other condition like this one @["#{IssueStatus.table_name}.is_closed=?", false]@ work ... eter? This is used in @app/views/graphs/old_issues.html.erb@ and since the word _value_ is pri ... 't seem the correct behavior. It looks like _Issues by valueUpdated_ With the described changes the graphs from the issues page doesn't give errors but look the same ... So, if someone can help me to solve the two issues * find an equivalent for @.visible.@ * ma ... of the graphs plugin working with 0.8-stable. 2009-05-23 01:07
Help: recive email to create issues
<pre> About your application's environment ... o format the subject or the mail to create a issue. * i enabled IMAP-Trace (add: *Net::IMAP.de ... ority: Hoch Status: Feedback here is the issue-text </pre> but redmine reads the mail, and moved it to failed but i've no idea why … 2009-05-22 14:11
Open discussion: how to move messages from one forum to another?
Hi, I would like to know whether it is possib ... forum. This would be similar to the move of issues from one project to another. Thanks, Jakob. 2009-05-22 10:46
Help: RE: Can i hide a issue from other users
I havent deployed any "Redmine-Messenger" plu ... with redmine 0.8.4,0.8.1 and 0.8.0. Gave no issues!!!!!!!!! I am not sure whats going wrong.. ... that i created. Thank for help......... 2009-05-22 06:18
Feature #3403 (Closed): Custom Fields : Make sortable on issue listing table
It would be nice to be able to sort the issues list by custom fields in the same way that ... I set the new level field to be shown on the issue lists table * I can see the levels, but can ... would be a huge bonus to how we use Redmine. 2009-05-21 16:46
(28351-28375/31866)