Project

General

Profile

Search

Results (18291)

Help: RE: How to check Redmine version as simple user ?
I didn't realize this was a sensitive informa ... anyway. As a result, it is hard to report an issue with no idea of the version running, when it could have been fixed in an update. 2013-02-14 22:09
Help: RE: Problem with migration from 1.0.0 to 2.2.3
Rick Veenstra wrote: > Beware though 2.2.0 contains two security issues. Not redmine itself, the versions of rails defined in Gemfile had. 2013-02-14 21:45
Help: Repository 404 error: The entry or revision was not found in the repository
Hello! I have two repository in my project ... bor (id=3) Rendered repositories/_related_issues.html.erb (15.6ms) Rendered repositories/ ... anks for any hint or advice! Thanks Gabor 2013-02-14 19:34
Help: Query issues via REST API, using custom fields filtering with RegExp
I posted "this question":http://www.redmine.o ... s one : Hello, I am querying a list of issues using a custom field like the following : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=Fixed&limit=100 ... ike the following : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=*ix*&limit=100 What I get are all the issues where the custom field is set, not where th ... following search : >http://www.redmine.org/issues.xml?project_id=redmine&cf_2=Fixed|Wont%20fi ... not available (yet ;) ? Thank you, Joel. 2013-02-14 17:02
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
It is still under the same repository: https://github.com/ascendro/redmine_issue_reminder but under a different branch. Th ... branch: https://github.com/ascendro/redmine_issue_reminder/tree/redmine2.0 2013-02-14 13:55
Plugins: RE: Redmine Issue Reminder - Version 0.0.1
@Michael: Can you link to the new location so ... in working in 2.x, and am sure I'm not alone! 2013-02-14 13:53
Help: RE: Problem with migration from 1.0.0 to 2.2.3
Let me know how it works out with that version. Beware though 2.2.0 contains two security issues. If your Redmine is accessable from the big ... to 2.2.1 if the first migration is succesfull 2013-02-14 13:14
Help: RE: Problem with migration from 1.0.0 to 2.2.3
I still have a 0.9.4 database backup over her ... from 0.9.4 to 2.2.0 a month ago without any issues 2013-02-14 09:25
Help: RE: Trying to install latest redmine on ubuntu 10.04 LTS
Jan: thank you for this link! I have an old ... .3. Now, it seems to me it works without any issue. Thank you! I think that, all the other * ... post it 5 times because of spamfiltering :( ) 2013-02-13 20:48
Help: Forms are not updated after changing the status field
Hello, I started using redmine and I have a ... o the fields presented according to the some issue status... I noticed that after changing the ... hat has a role without permission to add new issues. Example: 1-Consider an issue in "New" status. 2-Log on with a user "John" that has a role unable to create new issues (only update). 3-John changes the issue status to "Analysis". 4-Screen refreshes th ... s a mandatory field to be filled in when the issue status is "Analysis" (not showed in "New" st ... ration admin page and enable John to add new issues and repeat the previous steps, the mandator ... ver, we would not like to enable John to add issues... Can someone help me to explain if thi ... MySQL Thanks Akira 2013-02-13 18:13
Help: Sometimes 404 error while accessing SVN repos
Hello everybody, I have problem which I ca ... po>. Now everything works find except one issue: I get most of the time 404 when I try to ac ... g for /lists/list </pre> One will find a issue for that recommending to add 2>$1 at the and ... nything - and according to a comment in that issue it is also not necessary. So I say that here ... self? Thanks for any hint or advice! Peter 2013-02-13 16:49
Help: Problem with migration from 1.0.0 to 2.2.3
When migrating Redmine from the old legacy se ... | | changesets | | changesets_issues | | comments | | custo ... ules | | enumerations | | issue_categories | | issue_relations | | issue_statuses | | issues | | journal_details ... </pre> Any help would be appreciated ... 2013-02-13 15:12
Help: Redmine Wakeup takes about 10 seconds ... [SOLVED]
Hi Guys, I was searching for something .. ... satisfied! Great tool. There is just one issue, I have spent many hours in searching for th ... to Ruby? or to Rail? Thanks guys ! 2013-02-13 13:36
Plugins: Plugin support totally broken with new install (2.2.x and master)
I'd like to update to 2.2.x the production re ... on pages results in a 404 error, I opened an issue http://www.redmine.org/issues/13140 All the translations, including engl ... ors. What's wrong here? Thanks in advance 2013-02-13 12:01
Help: RE: Upgrade to 2.2.0, can no longer view issues.
I could not do this change to Database, 'caus ... available_filters@. Hopefully this get fixed. 2013-02-13 10:27
Help: Redmine on nginx redirect missing port number
Hi, I just upgraded my redmine to the late ... missing the port number. When I access an issue the link in the address bar is *example.xyz.com:1234/issues/1* and when I update the issue and click submit redmine redirects to *example.xyz.com/issues/1* which shows <pre> Status Code: 404 ... tion log I see this <pre> Processing by IssuesController#update as HTML . . . Redirected to http://example.xyz.com/issues/1 </pre> I tried to look this up and tr ... _to_run_Redmine but could not get past this issue. What is wrong with this configuration? T ... ed 1234 port number just as an example here.* 2013-02-13 03:23
Help: Redmine 2.X.X install - rake db:migrate doesn't do anything
I really want to try out Redmine, but I can't ... 09 pending migrations: 1 Setup 2 IssueMove 3 IssueAddNote 4 ExportPdf 5 IssueStartDate ... Run `rake db:migrate` to upda ... deas before I surrender? Thanks in advance 2013-02-12 20:57
Open discussion: RE: ActionView::Template::Error (Mysql2::Error: Unknown column 'is_default'
If I do this: grep -iR "private_notes" * ... ate_notes" * | grep -v svn app/controllers/issues_controller.rb: @journals.reject!(&:priva ... er.current.allowed_to?(:view_private_notes, @issue.project) app/controllers/issues_controller.rb: @conflict_journals.re ... er.current.allowed_to?(:view_private_notes, @issue.project) app/models/mail_handler.rb: if ... ate_notes? app/models/mail_handler.rb: issue.private_notes = true app/models/issue.rb: ["(#{Journal.table_name}.private_no ... :view_private_notes)}))", false] app/models/issue.rb: delegate :notes, :notes=, :private_note ... rent_journal, :allow_nil => true app/models/issue.rb: safe_attributes 'private_notes', app/m ... self.private_notes = false app/views/issues/_edit.html.erb: <% if @issue... 2013-02-12 18:06
Open discussion: RE: ActionView::Template::Error (Mysql2::Error: Unknown column 'is_default'
I just noticed that when I try to run the plu ... ======================== -- execute("update issues set position = null where tracker_id = 5") ... select root_id, lft, rgt from issues where tracker_id in (2)") -> 0.0230s -- execute("update issues set tracker_id = 5\n where exi ... ============================ -- add_column(:issues, :fractional_story_points, :float) -> 0.9163s -- execute("update issues set fractional_story_points = story_points") -> 0.1820s -- remove_column(:issues, :story_points) -> 0.7224s -- add_column(:issues, :story_points, :float) -> 0.5960s -- execute("update issues set story_points = fractional_story_points") -> 0.1284s -- remove_column(:issues, :fractional_story_points) -> 0.7040s ... ===== -- execute("select max(position) from ... 2013-02-12 17:57
Open discussion: ActionView::Template::Error (Mysql2::Error: Unknown column 'is_default'
Last Wednesday I was given a task to upgrad ... 4, `roles`.`permissions` AS t2_r5, `roles`.`issues_visibility` AS t2_r6 FROM `members` LEFT OU ... E `trackers`.`id` IN (2)^[[0m ^[[1m^[[35mIssuePriority Load (0.3ms)^[[0m SELECT `enumerati ... umerations` WHERE `enumerations`.`type` IN ('IssuePriority') AND `enumerations`.`is_default` = ... umerations` WHERE `enumerations`.`type` IN ('IssuePriority') AND `enumerations`.`is_default` = ... llers/projects_controller.rb:165:in `show' 2013-02-12 17:44
Help: Group custom fields
Hello, I use Redmine with custom fields. I ... fields are one below the others in the 'New issue' tab. Thx 2013-02-12 16:42
Open discussion: RE: New language
Hi Samir, thank you for translating redmine, just open an issue with type "Patch" and attach your language file. 2013-02-12 15:54
Help: RE: Painfully slow?
Any update on the situation ? Rendering an issue with 4 related tasks is really slow: > ... > Rendered issues/show.html.erb within layouts/base (5570.1ms ... klogs v0.9.35 </pre> 2013-02-11 23:04
Open discussion: RE: Redmine 500 Error when trying to create a new user
ended up being a permissions issue for the apache user not owning the link and ... der where I checked out the project from svn. 2013-02-11 14:53
Open discussion: WordPress Plugin
Dear members, Back side is redmine but, we w ... press as front side instead of redmine's new issue interface. Is There any solutions for this ... d or not. Best Regards, Adnan Topcu 2013-02-11 13:44
(8001-8025/18291)