Search
Results (18267)
- Hi, On the Issues list, I'd like to be able to display an add ... ollected by the time tracker module for each issue. I tried by creating a custom view, but r ... as we can do in Administration / Settings / Issue tracking. Any idea if I can accomplish th ... ide Redmine? Thanks for any help, carsten
- Development: RE: Merging Files & Documents
- First - I love the idea of a single file mana ... ly link it to the other content - for us, an issue or a wiki page. Ideally (to me) I would want to do this from the issue or wiki page from a work flow viewpoint. ... re version could then add versioning support.
- Open discussion: RE: reposman.rb: wrong constant name 0
- Updating the checkout plugin + migrate_plugins really solved the issue for me. Thank you very very much for your help.
- Plugins: RE: Sidebar Issue Control
- Hello Victor, I recently tried out v0.1.0 ... on#14 test-site and found some compatibility issues with Redmine version#14. While fixing those ... ure: Added functionality to allow removal of issue assignee when current issues assignee is set only. * Fix: Changed the direct links for one-click issue status changes and assignee assignments to b ... * Feature: Added functionality to allow issue assignment to available project members from ... l public release of the plugin featuring the issue statuses switch functionality in the sidebar ... know... ;) Kind regards, Mischa
- Development: RE: Merging Files & Documents
- +1 - great to see this being discussed! sh ... too, for reference - http://www.redmine.org/issues/3995
- I am having an issue with a SVN repository not being seen by the ... 0.0.1 Redmine Issue Control Panel plugin 0.0.3
- Plugins: Mac OS X Identity Services plugin version 1.2.1
- An updated Mac OS X Identity Services plugin ... mory handling of RubyCocoa objects. * Fixed issue where attributes for new user were not passe ... ained on the GitHub page. -- Brian Wells
- When my plugin is initialized, I'd like to ru ... e the actual behavior ? If so I'll create an issue and work on a patch, but it should be heavil ... could have deep impacts on existing plugins.
- Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
- I'm willing to pay a developer to implement s ... his with a plugin. Anyone interested, say AY.
- A common task at my company is for a word doc ... I've tried simply attaching the file to the issue but that results in a cumbersome edit proces ... . I've tried to create a hyperlink in the issue that points to the file out on our network. ... ide my users with this functionality? Greg
- Open discussion: RE: Multiple client schemas per database with Redmine
- No, you need a database for each instance of ... es on disk are timestamped) or even security issues with that. I think the safest way really ... ig that it makes a big difference in the end.
- Development: RE: Standard Plugin Information File
- Eric Davis wrote: > What information would i ... tra parser, and Muntek/khalsa seemed to have issues with reading that block at all. > * Requ ... know rubygems enough to comment on that one.
- Open discussion: RE: Bugfixes...
- There's no canonical process (correct me if I'm wrong). You shouldn't assign the issue to anybody, nor changing the priority or the ... now that something as already be done on the issue and we should take a look at it. Personally I also have a filter on issues marked as "Fixed" but not "Resolved" or "Cl ... know how other contributors would do. Guys ?
- Open discussion: RE: Bugfixes...
- There's no canonical process (correct me if I'm wrong). You shouldn't assign the issue to anybody, nor changing the priority or the ... now that something as already be done on the issue and we should take a look at it. Personally I also have a filter on issues marked as "Fixed" but not "Resolved" or "Cl ... know how other contributors would do. Guys ?
- So I put in a patch to fix a bug (Issue #6045), which is really trivial; but I'm not ... ividual :-) but that doesn't seem polite.
- Open discussion: RE: New Issue Status in Workflow
- See the [[FAQ#Ive-created-a-new-issue-status-but-I-cant-use-it-it-doesnt-show-up-in-the-status-drop-down-list]].
- Open discussion: RE: New Issue Status in Workflow
- Closing here in favor of http://www.redmine.org/boards/1/topics/16536.
- Hi, I added a new issue status "Reopened". Yet, it is not displayed in any workflow. Am I missing something?
- Hi, I added a new issue status "Reopened". Yet, it is not displayed in any workflow. Am I missing something?
- Open discussion: RE: Webrick startup
- I have had the same issue. Webrick runs it fine, but how do you get it ... d write to place within th einit.d directory?
- Help: RE: Custom Field Query Error
- The table structure is: -- MySQL dump 10.1 ... -- -- Table structure for table `changesets_issues` -- DROP TABLE IF EXISTS `changesets_issues`; SET @saved_cs_client = @@character_s ... set_client = utf8; CREATE TABLE `changesets_issues` ( `changeset_id` int(11) NOT NULL default '0', `issue_id` int(11) NOT NULL default '0', UNIQUE KEY `changesets_issues_ids` (`changeset_id`,`issue_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ... client; -- -- Table structure for table `issue_categories` -- DROP TABLE IF EXISTS `issue_categories`; SET @saved_cs_client = @@c ... character_set_client = utf8; CREATE TABLE `issue_categories` ( `id` int(11) NOT NULL auto_ ... efault NULL, PRIMARY KEY (`id`), KEY `issue_categories_project_id` (`project_id`), KEY `index_...
- Open discussion: RE: Issue Journals
- I have tried to set the notes attribute both ... m to save the notes/journals/history for the issue via the API. I created a test account on htt ... ng XML is sent to redmine when *creating* an issue. the issue was created, but it did not have an initial ... <?xml version="1.0" encoding="UTF-8"?> <issue> <project_id>21606</project_id> <t ... <subject>this is the subject</subject> </issue> the following XML is sent to redmine when *updating* an issue. the issue was updated...the description did change, bu ... <?xml version="1.0" encoding="UTF-8"?> <issue> <project name="woodster" id="21606"/> ... t</subject> <description>this is my NEW issue description via API...</description> <s ... elations></relations> <notes>this is my ...
- Open discussion: RE: Issue #61
- Ok, I am doing a bit of research. I alread ... might be better / speedier. Cheers Jeff
- Open discussion: RE: Issue Journals
- Update the issue as you normaly would. If you set the @notes@ attribute and save the issue, it will form the journal note. At least I think so, haven't tested it... --Holger
- Open discussion: RE: Issue Journals
- I do not want to change existing journal note ... journals either at the time that I create an Issue...or...after creating the issue, it doesn't matter when as long as I can. For example, can I ADD the following notes to an issue (either at creation time or as an update) wi ... XXX XXXXX" 2. "this is my 2nd note for this issue"