Activity
From 2010-09-10 to 2010-09-12
2010-09-12
- I was running an older version of Emerald eventhough later versions didn't work. Is there perhaps an older version of...
-
22:48 Open discussion: Redmine, Ruby Enterprise Edition, Apache and SE Linux on CentOS
- Hello again, forum.
I am wondering whether anybody is interested is this topic? Since I've received no replies wha... -
22:34 Help: RE: Creating issues in a script
- I am not only didn't study IssuesController, I didn't study ruby as well. I tried to decipher MailHandler. Can I just...
-
22:10 Help: RE: Creating issues in a script
- If your ruby/rails is up to speed: @script/runner@ and/or @script/console@, but I'd recommend against it if you haven...
-
22:04 Help: RE: Creating issues in a script
- Are there any other ways to create an issue from a script? Can I launch some Ruby Redmine's script other than rdm-mai...
-
21:52 Help: RE: Creating issues in a script
- Alright, that explains a lot. I am using 0.9.3.stable. Thanks for the help anyway :).
I'll wait for the next issue o... -
21:45 Help: RE: Creating issues in a script
- I'm not sure when that keyword was added, but it's recentish, I'd say 1.0 at least. I think the assignee needs to be ...
-
21:37 Help: RE: Creating issues in a script
- Just in case, my environment is:...
-
21:31 Help: RE: Creating issues in a script
- Felix Schäfer wrote:
> but you will want the "Assigned To:" keyword in the mail itself.
Hmm... I tried this:
<... -
21:02 Help: RE: Creating issues in a script
- The @To:@ header is typically the address your mail goes to, a mail would land at the assignees address instead of in...
- I am experimenting with a shell script that would allow me to create an issue on certain conditions. For example, if...
- *DISCLAIMER*: This is a f*ugly hack at best, it might break stuff, make your redmine unusable or kill your aunt's chi...
-
18:24 Help: RE: MySQL Problems
- Hi Felix,
thanks for the advice. Redmine itself runs okay.
Trixi -
17:33 Help: RE: MySQL Problems
- That's out of the scope of this forum, sorry, my best advice would be to ask the bitnami guys as their installer shou...
- Hi,
I'm trying to use the Mantis Import Script, but mySQL is giving me some troubles. First I had the error messag... -
17:18 Help: RE: auto log time / issue from commit log
- See [[RedmineSettings#Referencing-issues-in-commit-messages]], logging time isn't an OOTB feature though, but I think...
- Is there a way to automatically populate time log / issue notes from the message in a commit string?
(Like the way... -
12:00 Plugins: RE: Can I write a plugin that adds to the existing page layout?
- Holger Just wrote:
> Instead of reading /etc/hostname, you should use the appropriate Ruby function which works acro... -
11:09 Help: RE: Running redmine on Apache2 on Windows; using SSPI authentication; is it possible?
- This thread is very interesting.
But is there a way to autocreate the user account at first login, based on some H... - Hey guys,
We're trying to get everyone at work onto redmine including the sales staff. Our biggest obstacle is th...
2010-09-11
-
14:37 Help: RE: Git Repo: The entry or revision was not found in the repository
- Matt Connolly wrote:
> Just noticed this in my apache log:
>
> sh: git: command not found
>
>
> Seems redmin... -
13:33 Help: RE: Git Repo: The entry or revision was not found in the repository
- Just noticed this in my apache log:
sh: git: command not found
Seems redmine is hardwired to look for git in ... - Site info below.
I set up a project and added a git repository. All good. I was browsing a file, and switched the ... - i want my images can be displayed directlly need not to create a link ,for this reason i have to link images from oth...
-
06:17 Help: RE: %{count} Variables not resolving after upgrade from 0.9.2 to 1.0.1
- I figure out what my problem was. I had executed the locales_update.rb script based on this defect:
http://www.redm... - I recently upgraded from version 0.9.2 to 1.0.1. following the instructions at http://www.redmine.org/wiki/redmine/Re...
-
04:30 Plugins: RE: Redmine Lock Users Plugin v 0.1.0 Released
- Nope. I can honestly say that I didn't think about that option at all. :)
If you want to submit a feature request ... -
01:15 Development: RE: My thoughts on Redmine 1.1
- Igor Balk wrote:
> I think it might sense to wait on that to give plugin developers time to migrate as well.
My s...
2010-09-10
-
20:12 Help: RE: How can I get current user's name?
- Works fine for me in the @script/console@:...
- I tried User.current.name. Didn't work although User.current.today works perfectly. Also tried user = _User.find(User...
- Hi.
I just want to know how to force issues to be assigned to someone.
When I add a new issue (task) the "Assig... -
19:41 Help: RE: Redmine api requires a username and password
- So to circle back on this, a little more investigation revealed that this is caused by the redmine time tracker plugi...
-
19:20
Help: RE: "Rollback to this version" missing in Wiki
- Oh Jesus, how stupid. I seriously didn't see that the numbers are clickable!
Many thanks! I was actually hoping it... -
18:19 Help: RE: "Rollback to this version" missing in Wiki
- You can click on the number of a version to get to the page as it was in that version, and rollback to that version f...
-
18:17
Help: RE: "Rollback to this version" missing in Wiki
- What do you mean "look at an older version"?
I can click on "History", which shows me the different versions. As i... -
17:25 Help: RE: "Rollback to this version" missing in Wiki
- You have to look at an older version of the page to be able to rollback to there, i.e. "history" > select a version b...
- Hi,
According to the [[RedmineWikis#Wiki-page-history|documentation]], you should be able to rollback a previous v... -
16:40 Open discussion: RE: Help with Awesome Nested Set
- Done.
In Awesome nested set I can use the move_to_child_of(ID) method to set the parent of an issue, but this only w... -
15:56 Open discussion: RE: Help with Awesome Nested Set
- Some documentation is available in here: source:/trunk/vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb, b...
-
15:27 Open discussion: RE: Help with Awesome Nested Set
- I´m using Redmine methods in my own plugin
Ex.
issue = Issue.new
issue.status_id = status
issue.priority_id = pr... -
07:46 Open discussion: RE: Help with Awesome Nested Set
- How are you trying to import issues: by SQL, by calling redmine methods on CLI, by...?
- I´m trying to build an issue´s importer and I need to set the parent to a new issue.
I can´t do it just by the field... -
14:57 Open discussion: RE: Why my redmine server running slowly,not good enough
- We just started using Redmine here about 2 weeks ago, and we found the Bitnami installation to be extremely easy, and...
-
02:59 Open discussion: RE: Why my redmine server running slowly,not good enough
- there a lot of method to improve your installation,i tried kelly‘s method ,just install bitnami redmin stack it is re...
-
13:28 Help: RE: Using arbitrary for different projects in Embedded
- Not that I know of, but you could try using aliases or shortcuts.
- Hi,
is it possible to use arbitrary paths for docs read by Embedded for different projects? For example:
project's ... - Hi, I was wondering if it was possible to customise the "New issue" page? More specificallly I would like to make so...
-
11:49 Plugins: RE: How to change login screen
- There are hooks in there, so you should be able to achieve that with a plugin.
- Hi, i'd like to know if is possible add a button in the login screen with a plugin, or i have to overwrite the login ...
- if you installed your redmine server using bitnami redmine stack and want to Upgrade,backup,recovery,migrate it. you ...
-
08:31 Open discussion: RE: Showing diff of binaries
- Added a feature request #6352 for this.
- if can't see bar graph when you click statistics in the repository page that means you didn't install SVG plugin[[htt...
Also available in: Atom