Search
Results (18215)
- "Version 0.2.0":https://projects.littlestream ... ests for the next release. Just open a "new issue":https://projects.littlestreamsoftware.com/projects/redmine-bte/issues/new or send me a pull request on "GitHub":h ... bulk_time_entry_plugin/tree/master. Eric
- Help: RE: Issue editing
- As far as I understand your question you have to go to the issue > click the regular update-button > then, wh ... ich makes it possible to "edit" the original issue description and content. Please let me kn ... mean something different... ;wink; Mischa.
- Help: RE: Issue editing
- Except that, as I said above, the user id I am using has the edit issue right and no edit link appears.
- Help: RE: Issue editing
- See http://www.redmine.org/wiki/redmine/RedmineIssues#Editing-an-existing-issue. I guess that will do... :-)
- I seem unable to find how one edits, as opposed to updates, an issue. I have enabled issue editing for the manager role and I have logg ... I can see no link to an edit feature on the Issues page.
- Help: RE: Mandatory check for Red Mine issue # during checkin in svn
- Hello, I have adapted this script into rub ... pty.") exit(1) end if (commit_log =~ /Issue\s*#(\d+)\s*/) issue_number = $1 redmine_issue_open = `#{mysql} --database=redmine --user=y ... _password -e "SELECT COUNT(*) AS result FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = #{issue_number};" --skip-column-names`.strip() if (redmine_issue_open.eql?("0")) STDERR.puts("Redmine issue #{issue_number} is not in an open state.") exit ... STDERR.puts("You didn't specify a Redmine issue number on the first line, e.g.: Issue #1234 message...") exit(1) end </pre> I guess this would help. Fabrice.
- Help: RE: redmine +svn complete integration : configuration problem
- hi jean i'm having the same issues you had: <pre> svn: Server sent unexpec ... ng any faults... anthing you see so far?
- Help: RE: Authentication failing
- i had the same issue I fixed it by using: apt-get install li ... ibio-socket-ssl-perl and restarting apache
- Help: RE: Problem for configuration smtp with Gmail
- Jean, Not sure if this will help, but I happened across it while trying to figure out my own app issues with gmailing..the article specifically add ... -using-gmail-in-rails-271 Good luck, Greg
- Open discussion: RE: Bulk Issue Creation
- I would also like to see this feature. Jus ... he Rails console for this task? Thank you!
- I keep my Issues in the parent project of a bunch of subproj ... ries. Is it possible to make a link in an Issue that references a revision (or a commit) in the repository of a subproject? Thanks.
- Help: RE: Exchange incoming email help (imap)
- Ok so I'm getting really good at replying to my own issues here... ;-) It did work, I guess I mis ... cron job to run the command every so often?
- Hi there, I'm a new user and am having troubl ... and what it's asking me to do to resolve the issue. If it makes any difference I'm using the ... painless. Any help would be most welcome!
- Hello. Is it possible to set default value fo ... of Categoried in our project so I'd like all issues by default to be assigned on me. Is this possible? Thank you in advance for any hints.
- Open discussion: RE: Targeted date for Redmine 0.8.1 and 0.9
- This would be a useful aspect for me as well, ... , but not allow them to see anything but the issue list and only tester group or tester submitted issues.
- Open discussion: RE: Add a highly visible notice to top of 'new issue' page...
- btw: I think that only solution for this is something like machine gun ;)
- Help: RE: Server start issue with 2082
- Absolutely wonderful! Thanks man, your fix worked :)
- Help: RE: Server start issue with 2082
- Apparently when I svn upped it missed everyth ... I get a fix for this and some other updates.
- Help: RE: Server start issue with 2082
- I'm getting the same error message while upda ... I can just checkout an old revision for now.
- Help: RE: Server start issue with 2082
- Same issue here, I'll update if I find a fix
- This is something I've been trying to investi ... Some of our users are only allowed to submit issues and would like them to only see Issues and New Issue tabs. Barring that is there anywhere in t ... right direction would be greatly appreciated.
- Open discussion: RE: regular "An internal server error occurred. Please try again later." error
- I get this error now and then. In my case I think it had something todo with FastCGI timed out (for issue with alot of pictures and alot of updates) a ... s. Could this be the case for you as well?
- Open discussion: RE: Importing LDAP users
- Justin Grevich wrote: > Is there any rake ta ... DAP directory? See http://www.redmine.org/issues/show/1838 for a start.
- Help: RE: Plugin to alter Redmine trunk behavior
- Hi Eric, I've tried anew to reproduce this issue, reinstalling everything from the beginning, and the issue disapeared :-) Sorry for disturbance. thanks for support in any case gabriel
- Open discussion: RE: How to have the same Redmine with several host_name ?
- This is a quick solution, but can't guarantee security issue. There is a way using javascript to grab ... re the client comes from. Hope this helps.