biow0lf / redmine_landing_page

Landing Page plugin for redmine
http://www.redmine.org/plugins/landing_page
32 stars 26 forks source link

Add support for redmine 2.x and add configurable default landing pages #8

Open dro123 opened 11 years ago

dro123 commented 11 years ago

These 2 commits add support for redmine 2.x and allow the redmine admin to setup global default landing pages for redmine and projects that don't have landing pages defined.

balderdk commented 11 years ago

Good job man, hoping it gets added :)

logical-and commented 11 years ago

Guys, use this branch. https://github.com/hicknhack-software/redmine_time_tracker Its up to date.

dro123 commented 11 years ago

That's not the same plugin!?

logical-and commented 11 years ago

Oops. =) Sorry, I was wrong with the notification title. Anyway, I this fork on currrent redmine trunk. It is - https://github.com/srathbun/redmine_landing_page. @dro123 Can you merge that fork, so your fork can be newest after. Additionally, would be nice if you implement some feature - https://github.com/biow0lf/redmine_landing_page/issues/7#issuecomment-7696428. No one has it. =)

dro123 commented 11 years ago

That issue (#7) is solved with the second commit. The first commit fixes issue #5 (with still maintaining compatibility with redmine 1.3 and 1.4).

dro123 commented 11 years ago

Regarding https://github.com/srathbun/redmine_landing_page:

My changes makes the changes done there obsolete by doing the same (and more) but differently.

logical-and commented 11 years ago

OK, I'll check it out later. Thanks for these commits, Tobias.

dro123 commented 11 years ago

Since biow0lf doesn't seem to be interested in this plugin anymore I also sent the changes to srathbun

voidzero commented 10 years ago

What's the status, Stratus?

dro123 commented 10 years ago

just use this one: https://github.com/srathbun/redmine_landing_page

voidzero commented 10 years ago

Thanks @dro123 for the advice. I tried that plugin, I can see the configuration settings in both the Admin settings and profile settings but whatever I configure doesn't get picked up, even after restarting the webserver. I am using thin. Redmine behaves the same as always. I'm on redmine 2.5.1.

I'm writing this here because there is no issue tracker on the other page.

dro123 commented 10 years ago

Works fine here with Redmine 2.5.1. Are you sure you ran rake redmine:plugins:migrate?

voidzero commented 10 years ago

Yeah, I'm sure. Do you use relative links (like /projects/foobar/activity) or absolute links (http://...)?

dro123 commented 10 years ago

relative links (make sure they don't include the / in front!) and absolute links are working here.