Activity
From 2010-09-07 to 2010-09-10
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...
2010-09-09
-
23:39 Open discussion: RE: Why my redmine server running slowly,not good enough
- I recomend using nginx + mongrel_cluster. Very fast and stable!
-
15:53 Open discussion: RE: Why my redmine server running slowly,not good enough
- hi kelly
thank you i searched that tool on google it is really a good one,i can find redmine stack here: [[http:/... -
14:24 Open discussion: RE: Why my redmine server running slowly,not good enough
- I installed Redmine on my Windows environment using the Bitnami Stack installer which installs everything including m...
-
09:33 Open discussion: RE: Why my redmine server running slowly,not good enough
- hello Felix Schäfer
Thankyou for your recommend ,first i deploy on webbrick ,then i do it using InstantRails but i... -
09:02 Open discussion: RE: Why my redmine server running slowly,not good enough
- Webrick (the server you get when running @ruby script/server@ in a rails application) is fine for testing and develop...
- I deploy redmine on my pc windowsxp sp3 and using “ruby script/server” to run it,but it can‘t run fast enough,when i ...
-
22:53 Plugins: RE: Code Review Plugin 0.3.1 — cannot get it work
- I've solved the problem by creating manually a folder public/plugin_assets/redmine_code_review and then copying there...
-
22:07 Plugins: Code Review Plugin 0.3.1 — cannot get it work
- I reinstalled everything from scratch, beginning from db server, then redmine, code review plugin, restored database,...
-
22:34 Open discussion: RE: Import from Lighthouse
- No idea, it's been quite a long time since I used it.
I would check and see if the API for lighthouse, or the mod... -
20:49 Open discussion: RE: Import from Lighthouse
- This is sweet. Should this still work on the newest 1.01? We're on Lighthoue but once I get Redmine up and stable I t...
-
20:39 Open discussion: RE: List of users by role
- If you need it as a standalone script, put this in a single file:...
-
20:13 Open discussion: RE: List of users by role
- Thanks Felix. I'll hit the command line!
-
19:41 Open discussion: RE: List of users by role
- Other than on the CLI, not possible.
-
19:32 Open discussion: RE: List of users by role
- Thanks... yes I can get that.
I need it across projects (I have about 200+) -
09:12 Open discussion: RE: List of users by role
- For a project: on the project overview page.
-
19:42 Help: RE: User Jail in their dir?
- I think you have hit the wrong forum, sorry.
- I use lightty with simple vhost via sql. php5 is installed.
Is it possible that if a user installes a php file brows... -
18:12 Help: RE: Sending email - getaddrinfo: Name or service not known
- I was missing the domain. It's working now. Thank you for the speedy reply.
-
15:42 Help: RE: Sending email - getaddrinfo: Name or service not known
Chris,
Here is what my successful configuration looks like:
production
delivery_mthod: :smtp
smtp_setti...-
01:24 Help: RE: Sending email - getaddrinfo: Name or service not known
- Gary Pickrell wrote:
> Thanks! That did help. It wasn't the permissions but I had a wrong entry.
>
> -Gary... -
17:42 Help: RE: Imap Setup
- For the life of me I can't seem to get this going and I can't ferret out why. Perhaps you all can help.
I'm using ... -
16:36 Help: RE: Using REST API for custom fields
- added a bug report : #6345
-
16:22 Help: RE: Using REST API for custom fields
- Florent Fievez wrote:
> [...]
>
> Is there other way to specify custom_field_values ? Because XML DOM doesn't acc... -
15:55 Help: RE: Using REST API for custom fields
- ...
-
16:20 Help: RE: edit issue descirption
- Thank you very much!
-
16:13 Open discussion: RE: Why can't I edit issue descriptions?
- Have you actually looked at the link I posted over there?
- Hi, I've tried getting help on the "help" forum, but no one seems to reply, I was wondering if anyone here could help...
- [Spam removed]
-
14:09 Help: RE: Gantt Zoom In/Out has incorrect url
- Jeremiah Dangler wrote:
> Can the post be edited to remove my site?
Done. -
11:54 Help: RE: Gantt Zoom In/Out has incorrect url
- Can the post be edited to remove my site? Sorry, i didn't pay attention when I posted.
Thanks
-
09:17 Help: RE: Gantt Zoom In/Out has incorrect url
- I can confirm this on my installation. Could you open a new bug for that? Thank you.
-
13:47 Help: RE: No formatting on port 8000?
- Had the same problem running apache and mongrel, but on a windows 2008 box. I had forgotten a slash when declaring th...
-
09:04 Help: RE: No formatting on port 8000?
- What did you change when going from port 3000 to 8000? You are missing the static files (css and js mostly), it seems...
-
06:01 Help: RE: No formatting on port 8000?
- I added a screenshot into the post! It doesnt seem very clear though lol.
- I'm unfortunately very very new to linux and its a miracle i've gotten as far as I have. When I tested port 3000 it w...
-
13:07 Plugins: RE: Ticket grouping plugin
- Sergey Astakhov wrote:
> Roland Discein wrote:
> > Sergey Astakhov wrote:
> > > Nikolay Dranchuk wrote:
> > > > w... -
10:16 Help: RE: Access control and authorization
- thank you for reply. So I need to come up with different solution to manage users access according from what subnet t...
-
10:11 Help: RE: Access control and authorization
- Redmine.pm is only to control access to svn repositories. Redmine manages access to its HTML interface interface itse...
- Hi,
I hope someone can help me. I have redmine up and running on Gentoo box. In local subnet it works more then fi... -
09:19 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- i am sure my updrade is complete , i do it like your updragde web page ,
but i don't know what is the "old files " m... -
09:06 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- Make sure your upgrade is complete and you don't have old files lying around.
-
03:26 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- hi
can anyone help me....
-
09:14 Open discussion: RE: Problem in the path configuration
- There's some info on configuring redmine to run on a sub-uri here [[HowTo_Install_Redmine_in_a_sub-URI]].
- Iam new to redmine and i installed it through the hostgator panel.All the database are set up properly and i want the...
-
09:11 Help: RE: Redmine api requires a username and password
- I can't think of any reason why you'd get that, especially in a pop-up. Could you have a look at your redmine log and...
-
01:05 Open discussion: RE: Adding new news item not sending email to users
- Looks like this is being tracked as an issue here: #2549.
-
00:49 Open discussion: RE: Adding new news item not sending email to users
- There is a suggestion of patch here:
http://www.redmine.org/boards/2/topics/10744#message-15485 -
01:04 Help: RE: Email Notification not send on adding news and adding message forum
- Looks like this is being tracked as an issue here: #2549.
There's a Dmitry's similar solution there. -
00:52 Open discussion: RE: from features to Software Requirements Specification?
- any idea if something like that is possible?
-
00:36 Help: RE: Mac OS X - Snow Leopard installation notes
- Matt,
I ended up running it through the default OS X (10.6.4) Apache (2.2.14) installation, but not having deployed ...
2010-09-08
- After upgrading to 1.0.1 we are seeing the following message in a pop up when landing on the log-in page. Any ideas o...
-
22:05 Help: RE: Gantt Zoom In/Out has incorrect url
- This is the error i get my log file.
Processing IssuesController#gantt (for xxx.xxx.xxx.xxx at 2010-09-08 13:05:37... - The url's generated for the zoom in/out are not including the project info.
This is what i get.
http://host/issue... - Hi,
How can I get a list of users by roles? -
21:20 Help: RE: Priority Field
- Ahhh there we go! thanks man.
-
21:18 Help: RE: Priority Field
- See [[RedmineEnumerations]].
- I'm looking for a way to change the values for the priority field. Can't seem to find any section in redmine ...
- I have been trying to do a database migration on Redmine running under Windows XP and keep getting an error that says...
-
19:11 Help: RE: Assign to via email
- See http://theadmin.org/articles/2010/06/08/redmine-email-keyword-cheatsheet/
- Hello all,
Could someone please tell me how I can assign a user to a ticket via email?
I thought maybe put th... -
14:55 Help: RE: Mac OS X - Snow Leopard installation notes
- Very helpful, thanks.
Are you running redmine through webrick? I can run it through webrick but I just can't get c... - Hi,
In case these notes help anybody else trying to install Redmine (1.0.1) on Mac OS X/Snow Leopard (10.6.4).
Or... - I occasionally need to add 3rd party binaries into version control repository. I realize that they can't be diff'd in...
-
10:56 Help: RE: Link to a NFS directory in the Wiki
- As this is no standard link I know of, I wouldn't consider this missing functionality.
- Hi everbody,
When I write the address of an NFS directory in the Wiki (e.g. \\computer\path), it is not converted ... -
10:54 Help: RE: Questions related to some application settings (attach. max size & wiki compression)
- Thomas Zlika wrote:
> * The default value for attachement max size is only 5MB, which is quite low. Is there any lim... - Hi all,
I have some questions related to some application settings:
* The default value for attachement max size ... -
09:39 Help: RE: Marking issue Resolved vs Closed
- Hi John,
For most of our projects when a developer has finished a task/issue he will set the issue status to Resol... -
05:02 Help: RE: Email Notification error involving SSL
- My smtp is using the SSL.And push something by my step ( and it's working well ^_^)
1. Install the Plugin : action...
2010-09-07
- Hi there.
As the title "says", I'm in a Linux Mint box + Opera 10.60 + apache + mod_passenger + Redmine 1.x stable... - What is the generally accepted practice for when / what qualifies for marking an issue 'Resolved' vs 'Closed'?
-
18:30 Open discussion: RE: issue id referencing to SVN revisions - add other separator character or work with regex
- after quite some investigation (I am newbie in ruby), this did the trick for me:
in app\models\changeset.rb modify... -
18:22 Development: RE: Merging Files & Documents
- I wonder, when did Redmine users have this feature?
-
16:24 Plugins: RE: Code Review Plugin 0.3.1 — cannot get it work
- Haru Iida wrote:
> Hi, Nox.
>
> I think it's a same case with this one. http://www.redmine.org/boards/3/topics/96... -
16:14 Plugins: RE: Code Review Plugin 0.3.1 — cannot get it work
- Nox Metus wrote:
> I successfully managed to install the latest version of the plugin. I added the code review modul... - Hi
is there a way to disable the document preview in the "Document" section of a project? When you have lots of do... - Hi,
I am novice redmine/ruby developer here. So, I may be asking some basic question.
I have created a new mod... -
12:09 Plugins: RE: Ticket grouping plugin
- Roland Discein wrote:
> Sergey Astakhov wrote:
> > Nikolay Dranchuk wrote:
> > > when updating issue, event posted... -
12:00 Plugins: RE: Ticket grouping plugin
- Sergey Astakhov wrote:
> Nikolay Dranchuk wrote:
> > when updating issue, event posted twice.
> > How to solved it... -
11:25 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- i had found :
the opend issues from redmine Version 0.8.4
after i update redmine to 1.0.1
the old opend issues ... -
04:45 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
<% reply_links = authorize_for('issues', 'edit') -%>
<% for journal in journals %>
<div id="change-<%= journal...-
04:44 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- <% reply_links = authorize_for('issues', 'edit') -%>
<% for journal in journals %>
<div id="change-<%= journal.id... -
04:44 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- this is my app/views/issues/_history.rhtml :
<% reply_links = authorize_for('issues', 'edit') -%>
<% for journal... -
04:23 Help: RE: the closed issue can not open after 0.8.4 update to 1.0.1
- i creat a new issue and change it to closed , but i open this closed issue have no problem, it can be open.
now i f... -
10:25 Plugins: RE: Graphs plugin
- Russian locale
-
08:16 Help: RE: Howto go directly to Login page after go the redmine page
- Solved with
http://www.redmine.org/boards/2/topics/2902?r=2904#message-2904 -
08:16 Help: RE: Howto go directly to Login page after logout
- Solved with
http://www.redmine.org/boards/2/topics/2902?r=2904#message-2904 -
04:54 Development: RE: My thoughts on Redmine 1.1
- Good to see this. You'll not be surprised I'm in favor of an as-early-as-possible upgrade to Rails 3, and I'd like to...
-
04:04 Open discussion: RE: Protecting Attachments in Issues
- I would like to know the answer as well. but we have slightly different situation. We are going to create one role wh...
- it show :
F:\InstantRails\rails_apps\redmine101>ruby script/server -e production
=> Booting Mongrel
=> Rails 2.3.... - Hi
is there any way how I can get *Software Requirements Specification from features* that are stored in Redmine? ...
Also available in: Atom