-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stuff_to_do for redmine 2.0 with rails 3 (Feature #6551) #7
Open
neffets
wants to merge
233
commits into
edavis10:master
Choose a base branch
from
neffets:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… for rails-2 and rails-3, so that stuff-to-do plugin now is usable for redmine 2.0 too; tested in redmine 1.4-stable and redmine 2.0-trunk
commit f2626ef91a1334e0ced24fbff4182f331af91285 Author: David S Anderson <[email protected]> Date: Sun Sep 2 15:38:43 2012 -0500 Added permissions for stuff to do plugin
…nal Server Error' when user closes his last issue)
…ut it should work).
Can view others stuff to do Filters for available not supported PDF support TBD
no longer requires ability to view others' stuff_to_do no longer overrides user selection no longer displays closed statuses in the list
When viewing own stuff to do, will only see reportees Reportees can be set by admin or by individual user (with manage reportees permission) Can add either a user or a group as reportees
admin menu now part of layout Added links back to user/account settings from reportees page
…in redmine 1.4 too, because the former sent the text part in a html-body-wrapped, I now use the Mailer function render_multipart. Added german translation. Missing translation of the text-Message, we have Settings.default_language de, but its sending only english text.
…in redmine 1.4 too, because the former sent the text part in a html-body-wrapped, I now use the Mailer function render_multipart. Added german translation. Missing translation of the text-Message, we have Settings.default_language de, but its sending only english text.
some formating, some translations
Available statuses from settings didn´t work properly
Bugfix available statuses
…ylesheets/application.css from Redmine
Updating stylesheet based on latest redmine alternate
BUGFIX: Filter out deleted items in controller
…e zh-CN, thx to Jiangshan00001
Thanx to @Jiangshan00001 when using chrome to access the stuff_to_do. after drag one issue from available to doing. click one doing issue and right-menu-> change status from new->doing. the back_url is reorder.js, so the page will be error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
removed deprecated ARcondition, added compatibility for rails-2 and rails-3, so that stuff-to-do plugin now is usable for redmine 2.0 too; tested in redmine 1.4-stable and redmine 2.0-trunk.
See: https://projects.littlestreamsoftware.com/issues/6551