Search
Results (18307)
- 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"
- Open discussion: RE: Issue #61
- Yes, the PDF library is plagued with issues. But currently, it's the best we have. If y ... hem is actually worth the time :) --Holger
- Open discussion: RE: Issue Journals
- Issue journals are created automatically when you update existing issues. See [[Rest_api]] for examples. Changing ... tly not exposed via a proper REST interface.
- does anyone know if it's possible to create/edit/update Issue journals with the use of Redmine's Rest API? ... the how-to documentation, thanks in advance.
- Help: RE: Start from 0 on new project?
- I don't know what you mean by "start from 0", but if you mean the issue ids: no.
- Is there a way to start from 0 if a new project is created? This could be useful to track bugs/issues by quarter for what I am working on. Thanks, Neal
- Help: RE: 406 Not Acceptable when using REST Issues API
- oh... ok, I see.
- Help: RE: 406 Not Acceptable when using REST Issues API
- For the projects API.
- Help: RE: 406 Not Acceptable when using REST Issues API
- why do I see "Enable REST web service" option in 0.9.6 web interface then?
- Help: RE: Custom Field Query Error
- The query is about the issues. Here is a complete log: Processing IssuesController#index (for 192.168.35.2 at 2010-0 ... _id"=>["1"], "cf_11"=>["1"]}, "controller"=>"issues", "query"=>{"column_names"=>["tracker", "st ... n `statement' app/models/query.rb:445:in `issue_count' app/controllers/issues_controller.rb:74:in `index' passenger (2 ... 0/public/500.html (500 Internal Server Error)
- Help: RE: Custom Field Query Error
- Please provide the log entry for the whole request. What custom fields (issues, projects, …?) are you trying to poll?