Commit graph

52 commits

Author SHA1 Message Date
colin
94f1f3506c Force tasks for a project to be ordered by when they were created instead of randomly. 2016-05-02 10:48:08 -07:00
Colin Kuskie
80dfb9ffd0 Throw an exception in all wobjects if the main template (used by view)
has been deleted.
2009-06-02 19:34:18 +00:00
Colin Kuskie
fcb884a410 Fix Project Manager calling wrong method on right object. www_viewScreen now
uses mobile template if so enabled via calling processStyle.
2009-06-01 20:00:16 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
787697adce Add stub POD to these modules to get them to pass the POD test. 2009-01-26 23:35:51 +00:00
Graham Knop
05a01201ff clear out some compile warnings 2008-10-01 22:43:29 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Frank Dillon
0f74429d81 Fixes to project management system introduced by removing legacy Ajax module 2008-06-13 16:53:28 +00:00
Frank Dillon
74579ed3d2 Removed old ajax handlers. Added YUI ajax handlers 2008-06-12 23:05:23 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Colin Kuskie
98863256ea no code allowed before use strict. PBP/429. This check found a bug in Asset::Wobject::HttpProxy::Parse.pm 2007-12-05 16:55:40 +00:00
Colin Kuskie
96178fd70c first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead 2007-12-05 00:30:43 +00:00
Graham Knop
3f5ca61c12 Fix hover help for matrix 2007-10-04 19:23:08 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Doug Bell
07a40788bb add: User profile data table is now a flat table. 2007-05-28 21:35:34 +00:00
Frank Dillon
b4eefcb2a6 fixed some template mistakes 2007-01-30 22:47:31 +00:00
Frank Dillon
2abd2066bd fixed issue causing add task page to load slowly on sites with lots of users. 2007-01-30 22:15:02 +00:00
Doug Bell
83dbcf63e9 Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it. 2007-01-30 15:07:03 +00:00
Colin Kuskie
af5733bbc4 fix bad i18n calls in ProjectManager 2007-01-26 20:55:39 +00:00
Colin Kuskie
bd7ef8d14e i18n and missing template variables for Project Manager Edit Task 2007-01-25 23:20:40 +00:00
Colin Kuskie
fbb242fc5d Added a new i18n tag for N/A in Project Manager.
Finished dashboard (main view) document.
2007-01-16 18:04:25 +00:00
Drake
c208b956a3 Fix bug with strange offsets in Gantt chart task bars. 2006-11-07 20:01:17 +00:00
Frank Dillon
349ce4720d fixed tasks to start at zero hours rather than 8 2006-11-07 18:04:32 +00:00
Drake
38fdcf335f Associated with r2980: force PM assets to recalculate project completion
percentages in the upgrade script.
2006-10-06 23:45:26 +00:00
Drake
a713e90d9b Fix project manager project completion not working correctly, and task
editor not preserving duration.
2006-10-06 23:28:52 +00:00
Drake
6516062d4d Overall refactoring of projectDisplay.js from the Project Management asset.
Hopefully this will make it much easier to deal with later, and hopefully this
will help to flush out the remaining duration-calculation-related bugs by
avoiding repetition of the calculations.  Various minor fixes in the process.

I'm not convinced this is completely bug-free yet, of course, but it does
seem at least to be slightly less broken than before, so.
2006-10-05 23:07:13 +00:00
Drake
0be1331431 Fix problem with task edit screen in PM not receiving the proper start and end dates
for its form fields when first opened.
2006-10-05 17:27:34 +00:00
Drake
d7a90bd48d Fix user searches in task resource additions in the Project Management
asset not displaying right without both first name and last name profile
fields present.
2006-10-05 00:28:11 +00:00
Colin Kuskie
cd6caa0a8c fix project management template var and removed english text prepended to id 2006-10-04 16:43:37 +00:00
Drake
fd44b5d96e Tweak condition, possibly fixing a bug with resource display
in the Project Management asset.
2006-10-03 22:21:04 +00:00
Drake
2a7de10ab3 Fix onchange into onclick for radio buttons in task editor, and fix
erroneous doubled variable selected in query that was probably what
was causing times to show up as well as dates on some systems.
2006-10-03 21:55:58 +00:00
Drake
b8f173fefe Add progressive tasks to the Task Manager; these are distinct from the
existing timed tasks and milestones in that they have a duration that
increases based on the amount of time tracked for them, and no set
completion time.  Nearby minor fixes.
2006-10-02 22:33:00 +00:00
Drake
066dbab461 Make Project Management asset task editor default start date of task
to start date of project.
2006-09-29 17:54:05 +00:00
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
Drake
643f792008 Remove extraneous debug message. 2006-09-21 01:45:50 +00:00
Drake
8d27693394 Enhancement: add observer groups to project manager projects, such that
anyone who is not in the observer group cannot view the project or see
it in the project list.  Some associated refactoring of project manager
permissions.  Schema change to accommodate the new data.
2006-09-08 01:10:16 +00:00
Drake
a2521f0472 Deactivate shading representation of lag time, and remove redundant
background-color specification in the CSS to avoid confusion.
2006-09-07 22:57:17 +00:00
Drake
ca653ebef8 Enhancement: add lag time to Project Management tasks. This adds a new
column to PM_task.  Also move the bulk of the PM project display JS
stuff into a separate JavaScript file rather than it being in a template
in the database.
2006-09-07 22:01:36 +00:00
Drake
5e7565d8df Major enhancement: add multiple-resource support for tasks in the project
management asset.  This should still integrate with the time tracker
properly, and the data migration across the schema change should be handled
by the upgrade script.
2006-09-06 22:37:00 +00:00
Drake
a72ba4c8c2 Fix "Edit existing project not pulling original data". 2006-08-31 04:21:43 +00:00
Wouter van Oijen
f325d030e9 fixed typo in template variable project.gantt.rowspan and documentation 2006-07-22 10:39:52 +00:00
Frank Dillon
b024a8f67d fixed insert and delete menu. Now right click and working properly 2006-06-14 16:05:22 +00:00
Frank Dillon
51bab8ba45 added some API methods for Time Tracker 2006-06-02 15:40:35 +00:00
Frank Dillon
31e39bac0d Various bug fixes 2006-05-18 23:25:24 +00:00
Frank Dillon
0fe9285d88 Fixed "Permission Denied Bug" on view
Fixed JavaScript bug
2006-05-18 22:20:31 +00:00
Colin Kuskie
8c0a4fe0e8 indenting and help for edit task template variables 2006-05-13 05:09:52 +00:00
Colin Kuskie
23f39a65ab 2006-05-11 23:45:26 +00:00
Colin Kuskie
809e47c27a edit project help for PM wobject 2006-05-11 23:18:54 +00:00