Commit Graph

120 Commits

Author SHA1 Message Date
Priyanka Rani 899fba402e Show activity stream of projects only where user is participant #2878
This patch allows user to see activity stream of projects only where he
is participant.

Review ID: 490002
2013-10-16 12:12:59 +05:30
Sharoon Thomas 79e0fbd814 Accept duplicate filenames and autofix 2013-10-12 16:05:54 +05:30
Sharoon Thomas 69462ccd02 Send commit timestamp also in isoformat 2013-10-12 15:16:05 +05:30
Sharoon Thomas 51a39e6dbc Use simplejson instead of json 2013-10-12 15:16:05 +05:30
Sharoon Thomas 547ee721b9 Do not show done state in task kanban 2013-10-12 15:16:05 +05:30
Sharoon Thomas c4ee0b8d72 XHR improvements and add Done state 2013-10-12 15:16:05 +05:30
Priyanka Rani 1b533ac437 Migration to 2.8 #2089
Review ID: 303003
2013-09-21 17:32:13 +05:30
Sharoon Thomas 90dca506f9 More XHR improvements 2013-09-14 19:03:39 +05:30
Sharoon Thomas 269875a6c6 Merge pull request #39 from priyankarani/feature/task-2282
Activity stream for commit on task #2282
2013-09-13 01:59:45 -07:00
Priyanka Rani d14bd1da97 Activity stream for commit on task #2282
This patch has added activity stream for each commit on task.

Review ID: 420005
2013-09-13 10:56:14 +05:30
Sharoon Thomas b2f213b9fb Allow filtering by the tasks you are watching #2441 2013-09-12 13:21:27 +00:00
Abhisar 1e637cb191 Create a unique constraint on project and nereid user #2244
Task ID: 2244
2013-09-10 10:51:56 +05:30
Sharoon Thomas 3fad53fc8a XHR response on project 2013-09-08 16:43:54 +05:30
Sharoon Thomas 62fe465863 Improvement to create tasks over XHR 2013-09-08 13:40:10 +05:30
Sharoon Thomas b53d8711d1 Add more information to XHR responses 2013-09-08 12:15:15 +05:30
Sharoon Thomas 8fe4c4dbc6 Fix field name for serialisation 2013-09-07 20:50:25 +05:30
Sharoon Thomas 30393243d6 Add _json to attachment and commits 2013-09-07 20:47:59 +05:30
Sharoon Thomas 41a8ef8e85 Improve Serialisation of objects 2013-09-07 20:40:31 +05:30
Abhisar 5e6c60a074 Flake8ify nereid_project #2218
Task ID: project-7/task-2218

Review ID: 343001
2013-08-17 13:09:55 +05:30
Simmi Anand 85cddbd1b2 Avoid duplicate commit information on task #2285
* This patch searches for commit_id for specific task, if true then
  continue, else creates commit information on task

Task ID: project-7/task-2285
Issue ID: 321003
2013-08-16 19:12:31 +05:30
Tarun Bhardwaj 756656850a Add activity for constraint change, update history _json project #2222
* Add activity for constraint time change
* Update _json for history to return more data.

Review ID: 362001
2013-08-14 14:20:22 +05:30
Tarun Bhardwaj 3e3f9a7536 Display activity stream on project page #2222
Web handler and template to show activity stream on project page

Review ID: 358001
2013-08-13 12:08:22 +05:30
Simmi Anand 80cbf45e45 Time marked on other task instead of current task by an employee #2216
* This patch passes task.work.id in TimesheetLine instead of task.id

Task ID: project-7/task-2216
Issue ID: 338001
2013-08-09 12:49:03 +05:30
Sharoon Thomas c2e06d9f92 Merge branch 'timesheet-fix' into develop 2013-08-09 01:54:33 +00:00
Sharoon Thomas 3c25967215 Fix timesheet issues 2013-08-08 16:54:28 +00:00
Simmi Anand e709542a56 Merged nereid-activity-stream #2153
* This patch include Activity stream generation for any activity created
  on Project Management System

Issue ID: 336001
Task ID: project-7/task-2153
2013-08-08 18:39:16 +05:30
Simmi Anand 4f7b590c81 get_task of project.py has tuple unpacking issue #2147
* This patch removes tuple unpacking of task from get_task, and project
  from get_project, instead getting values by tuble indexing

Task ID: project-7/task-2147
Issue ID: 299006
2013-08-06 13:48:10 +05:30
Simmi Anand b841431575 Fix: Time was updating on previous task instead of current task #2170
* This patch includes changes in passing task.work.id in TimesheetLine
  work field replacing task.id

Task ID: project-7/task-2170
2013-08-05 13:09:17 +05:30
Simmi Anand f61426da99 ModelView for get_gantt_data #1955
* This patch includes the __register__ method in a view model
  'TimesheetEmployeeDay' to create a relation for running get_gantt_data
  and get_comparison_data

Issue ID: 242002
Task ID: project-7/task-1955
2013-07-30 18:46:40 +05:30
Sharoon Thomas 3e7a2a1d39 Convert commit handlers to classmethods 2013-07-29 20:58:28 +00:00
Sharoon Thomas 9b19cdad36 Fix migration typo 2013-07-29 09:08:52 +00:00
Sharoon Thomas dbabf40acd Merge pull request #21 from simmianand/feature/task-1662
Attachments with duplicate name #1662
2013-07-22 01:03:02 -07:00
Simmi Anand 005eec9a40 Add a field to tag and attach file while creating the task #1564
* Added multi selection tags field while creating task

Task ID: project-7/task-1564
Issue ID: 139001
2013-07-19 21:48:16 +05:30
Simmi Anand 359b8d309f Attachments with duplicate name #1662
* A flash message is thrown when a user attach a file with the same name
  in same task

Issue ID: 228001
Task ID: project-7/task-1662
2013-07-19 21:37:53 +05:30
Sharoon Thomas 6714c4a074 Use TableHandler not Interface 2013-05-21 20:19:09 +05:30
Simmi Anand e107913860 [Nereid Project] Migration to 2.6 #1246
* Migration of nereid project with test cases

Task ID : #1246
2013-05-21 17:37:47 +05:30
Sharoon Thomas c8acce14fc Adding web service methods 2013-05-04 06:30:00 +00:00
Sharoon Thomas 8637aea8be Add performance data 2013-04-21 10:46:00 +00:00
Sharoon Thomas 9daf274daa Add Ajax method to return work in last 7 days
This can be used to build graphs
2013-03-11 18:14:53 +00:00
Sharoon Thomas 80484236ba Fix hours by employee 2013-03-11 15:57:05 +00:00
Sharoon Thomas 4216ee86ef Disable active_test when looking up task from work since, there could
be timesheet lines about work which is not active anymore.
2013-02-18 14:35:36 +00:00
Sharoon Thomas 74e20558af Do not take the pull request ids (to tag) 2013-01-10 17:30:24 +05:30
Sharoon Thomas 3d2cd9c04a Display global my tasks with a state wise view 2012-12-21 03:57:57 +00:00
Sharoon Thomas 8d8075d16c Add new state for review #514 2012-12-20 17:57:46 +00:00
Sharoon Thomas 6e0b566567 Fix the timesheet computation bug and reorganised by date range instead of week 2012-12-20 17:39:23 +00:00
Sharoon Thomas 943901f4ba Copy the timesheet lines before rendering the timesheet graph to avoid wrong pie charts 2012-12-20 17:38:33 +00:00
Sharoon Thomas 2dda771aba Separate progress states into a GLOBAL 2012-12-14 15:16:34 +05:30
Sharoon Thomas 233cc66c76 Narrow down the list to only employee 2012-12-14 15:13:23 +05:30
Sharoon Thomas 10c3ae8d18 The default dict is not going to get any args 2012-12-14 15:10:22 +05:30
Sharoon Thomas 8a51305b82 Added facility to return a task list by employee 2012-12-14 14:55:40 +05:30