View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011912 | Plugin - Tasks | General | public | 2010-05-11 09:48 | 2012-06-05 05:58 |
| Reporter | cas | Assigned To | cas | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Summary | 0011912: Tasks plugin | ||||
| Description | Attached a plugin for version 1.2 and above which allows for adding additional tasks to a single issue. Once a task has been reported complete, it can only be deleted by authorised staff. Maintenance is no longer possible. | ||||
| Additional Information | Upon adding a task, the person you assign it to wil receive an email in case plugin is configured to do. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Have uploaded version 1.02 including image of how it looks within Mantis itself. |
|
|
I have this problem when viewing a bug: |
|
|
Is this a general behavior or after installing the plugin? |
|
|
I happen after i installed the plugin. I'm using ver 1.2.1. |
|
|
More detail: APPLICATION ERROR #200 Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section. |
|
|
I have added the following line to bug_view_page.php: // Copy 'bug_id' parameter into 'id' so it is found by the view page. This line needs be added just before: |
|
|
I have the same problem. I use mantis 1.2.0 In manage plugins, i have an issue in dependencies (orange, needs upgrade) APPLICATION ERROR #2503 Do i need the reminder plugin? |
|
|
You do not need the reminder plugin, have fixed that issue in 1.03 |
|
|
@CAS: I've just install Task 103 but the error still happen :( what must i do? |
|
|
@yew, |
|
|
I installed the version 103, and there is aready that line in bug_view_page.php. The sistuation is still normal when i uninstall task plugin, i 've installed some default plugin: graph, import export bug... and they are still working! |
|
|
please open plugins/Tasks/pages/tasks_form.php and change line 10: Or simply install 1.04 Please report back if this solved your issue |
|
|
I tested this patch and V1.04 and that fixes this problem. |
|
|
So am i :D Thanks Cas! |
|
|
Hi Cas. There is something wrong here. all action redirect to page: mantis/plugins/Tasks/pages/view.php?id=xxx but there is no that file in mantis/plugins/Tasks/pages/ i think the right url must be mantis/view.php?id=xxx. Do you understand? |
|
|
I found this line in some file in mantis/plugins/Tasks/pages folder: print_header_redirect( 'view.php?id='.$bug_id.'' ); |
|
|
Can you please try the following fix: |
|
|
This is a great plugin and it will solve most of my problems, thanks for posting it! Couple comments: 1, It is not sending a mail when a task is completed are these known bugs, or something related to my setup? I have created a solution for problem 2 and 3, please confirm if they are valid or not! 2, in the task_action_add.php 3, in the task_form.php Solution for 3, it would be nice if only is not complete, is should be done for the delete part as well. My solution means that from now on only the assignee and the task_finish_threshold users can set the task to complete. Of course in this case the task_finish_threshold should be manager or Admin preferably. Please let me know your thoughts. |
|
|
@istvanb Remark 3 can indeed be handled like that. I have changed for all actions (Update/Finish & Delete) As for remark 1, this now is an option within version 1.05 |
|
|
Thats what I call a fast reaction:) Thanks for updating! |
|
|
Version 1.06 comes with a My_tasks page for the main menu |
|
|
Had to release 1.07 since i had one(1) outdated script in the distro |
|
|
Made available version 1.08 which has some Readonly fields greyed out to avoid misunderstandings. |
|
|
Hi. This is the error in apache log |
|
|
And the input boxes don't use all the available space in Opera and Chrome. Please see tasks-plugin.png. |
|
|
Have uploaded my task_action_finish script. Have tested this and works fine. As for the lay-out thing, will work on that later. |
|
|
It works fine now. Thank you. |
|
|
After successfully installing your plug-in and verifying the need mySql table was created, I don't see how I can add a task to an issue. How would I add a task to an issue? Am I supposed to see the Tasks in the view.php page? |
|
|
Check which hook is activated, please read this part of the manual: In case you would like to have it just below the details, replace the following line in tasks.php: In that case, you need to position the following line somewhere in bug_view_inc.php. In could be that I forgot to set it back to default with the latest release. |
|
|
Issues a new version with the following options:
|
|