Doug Bell
2c51e6d4fd
move core profile fields into users table
...
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Doug Bell
f57ce0c9a6
rename variables for consistency
2010-10-27 13:06:25 -05:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05:00
Colin Kuskie
1f42a0a24e
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
2010-09-24 08:03:09 -07:00
Graham Knop
6fa07671cd
use HTTP::BrowserDetect for browser detection
2010-09-11 03:09:27 -05:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
96004e50ac
remove WebGUI::Utility::commify
2010-08-20 12:18:04 -05:00
Colin Kuskie
e0177dc666
Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request
2010-07-01 17:40:12 -07:00
Colin Kuskie
3fbc109429
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
2010-06-24 13:07:03 -07:00
Graham Knop
8186754b86
asset immutability
2010-04-18 18:50:56 -05:00
Graham Knop
373be0881d
Merge branch 'WebGUI8' into HEAD
2010-04-16 20:52:46 -05:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07:00
Patrick Donelan
2516ff12c1
Added URLMap support (e.g. virtual hosts and mounting)
2010-04-06 18:21:47 -04:00
Colin Kuskie
814c2af249
Change calls to new to newById across Asset/
2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
2010-02-26 12:01:25 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Colin Kuskie
dc2d086b2a
Fix a whole bunch of aspect comma/semicolon changes.
2010-02-15 13:52:11 -08:00
Colin Kuskie
54fa46ad11
Update ProjectManager for Moose.
2010-02-11 16:10:32 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08: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