Search
Results (18317)
- Help: RE: Limit new issue types to certain users
- +10000 I hardly need this feature! This is ... rg/boards/1/topics/4809?r=22297#message-22297
- I am very new to ruby platform. I have create ... hart. I was able to access these values from Issue page but i was not able to access the custom ... chart. Help needed as soon as possible.
- I have created two custom fields which are as ... hart. I was able to access these values from Issue page but i was not able to access the custom ... platform. Help needed as soon as possible.
- Plugins: RE: Better Gantt Chart
- Chris, thanks for the feedback. I've fixed issues 3 and 4 from your list, you can download ne ... et me know if this helped. 5 is really an issue of #2024, I hope Hiroyuki Yoshioka will catch up and fix this as well! Alexey
- Hello When I'm creating new issues I wanted to make the following fields to re ... Thanks in advance Regards Erik Hetényi
- Help: RE: No CSS or Javascript on redmine under ubuntu [SOLVED]
- hello Finally adding this line: Alias ... he2/sites-available/default file solved this issue. Sorry for the inconvenince of this post. Great software by the way.
- I've just downloaded and tested the new Bette ... Redmine, but it seems there are still a few issues. Here are my observations: # When altering the start or due date on an issue it now correctly adjusts the start and due d ... the plugin, I now can't 'slide' the specific issue bars on the Gantt chart as I could previousl ... edmine core ([[r4913]]) which truncated long issue subjects has been lost (see image attached) ... re it correctly displays (I think this is an issue with [[#2024]], rather than this plugin) ... hange start and due dates with inter-related issues through an easy to use interface is a must ... ogether to resolve some of these outstanding issues and maybe bundle all the changes into one plugin. Chris
- Open discussion: RE: New iPhone app RedminePro for Redmine Site
- RedminePro 1.4.0 is Released on March 7th, 2011 with many new features. # Show more issue details include ## Parent task ## Sub ta ... s & Images ## Custom fields ## Update an issue # Add Textile toolbar for editing issue description and notes # Add a shortcut to access an issue by number # Support HTTPS Redmine Sites ... ://redminepro.jawasoft.com/boards/3/topics/14
- Help: RE: Submitting Issues through PHP
- Just coding on update issues with PHP and REST. I found it difficult to ... d above) This code worked for updating an Issue (looking for the Subject line): @require_once ('ActiveResource.php'); class Issue extends ActiveResource { var $site = ' ... _format = 'xml'; // REQUIRED! } // Get an Issue object of the project with id 16 $issue = new Issue (array ('project_id' => '16')); // now find my Issue $issueID=false; $issues = $issue->find ('all'); for ($i=0; $i < count($issues); $i++) { echo $issues[$i]->subject; // list Issue subjects for convinience here ... if (strpos($issue...
- Development: RE: I want to join the Programming team
- how well do you know Java? you're welcome to ... : https://code.google.com/p/redmine-java-api/issues/list
- Help: RE: 1.0.4 -> 1.1.1: layout problem with "Issues" display
- Small update: Changing the file config/locale ... ixes the problem, but I still don't know why.
- I have just upgraded an instance from 1.0.4 t ... experience a strange layout problem in the "Issues" display: Every issue now takes up at least two lines because the ... eone could point me into the right direction.
- Plugins: RE: Code Review Plugin 0.2.7 Released.
- Is that bug fixed in latest version? Terence ... access denied" > > I i click the Link for Issue id in the upper right corner on the code rev ... rowsxwer, i get an "access denied" error.
- Plugins: RE: Proposal for a redmine testboard plugin
- Is the test execution data saved as comment on the origin issue? How is the model done, i mean is seems that there are entities: redmine issue, test-suite (kind of grouping for issues - what could be done by category also btw.) ... n. Is there a 1 to many correlation between issue ans test excecution and 1:1 between evironme ... a wiki site. Generally w would see every issue as "testable",so there is no special tracker ... lar change also. If redcase would query all issues from all trackers that have set a in redcase configurable defined status as standard issue status (so trackers with a workflow without that status won't get queried issues), e.g. the status named "testit", than it can be part in between every regular issue lifecycle of very tracker - not only specica ... er- e.g. like bugs and feature trackers.
- Help: RE: Upgrade issue - Restart application server
- OK, I finally found it, it was at the root of ... , with some perseverance I figured it out ;-)
- Help: RE: Upgrade issue - Restart application server
- This is what database.yml says : <pre> ca ... pre> But where is the database located ?!?
- Help: RE: Upgrade issue - Restart application server
- Hey, news, somehow after a while it worked... ... . I'm more used to the PHP/MySQL old ways ;-)
- Hi there ! I'm a big fan of Redmine, but s ... ror" Any help ? Idea ? Thanks in advance !
- In Excel and other spread sheet packages it i ... igation, even if one has followed a forum or issue thread right to the bottom. What do you guys think, does this warrant an issue request?
- Following is what we plan to do, unless someb ... in our instance: http://tbs-sct.ircan.gc.ca/issues/707?lang=eng#note-4
- Help: RE: Subproject column in main project's issue list
- Thanks, solved!
- Help: RE: installation problem - Missing the i18n 0.4.2 gem - but it's installed
- I'm afriad I had tech support sort out that issue... the closest I got to get Redmine runni ... one so I'm going to leave it for a bit *sigh*
- Open discussion: RE: Cannot change issue Status from new to "In Progress"
- Matt Connolly wrote: > Very odd though, that ... o things not intended by the status workflow.
- Help: RE: Subproject column in main project's issue list
- See [[RedmineSettings#Default-columns-displayed-on-the-issue-list]].
- Hello! On the page with issues from all projects - /redmine/issues - there is a "Project" column for each issue. But in the issue list in project with some subprojects there ... uncomfortable to determine relations between issues and subprojects. so, how can I enable "Project" column for issue list in project with subprojects?