Colin Kuskie
397783f15d
final coverage tests to bring User.pm up to 100%
2007-10-31 21:15:49 +00:00
Colin Kuskie
17441c13c2
Fixed broken friends method caching. The cache was never populated, so it
...
would fail every time.
Added a missing DESTROY method to Group.pm. That way it won't puke when trying
to call an undefined method when the User object is cleaned up.
Added coverage tests for friends method in User.pm
2007-10-31 21:00:54 +00:00
Graham Knop
886677c8ce
Proper hoverhelp grey area fix
2007-10-31 16:26:02 +00:00
Colin Kuskie
0f3505a46f
Group does not use Tie::CPHash (via the dead %group variable) nor WebGUI::Auth
2007-10-30 20:33:48 +00:00
Colin Kuskie
2165538936
coverage tests for identifier method
2007-10-29 23:21:43 +00:00
Colin Kuskie
a915b15cd7
fix a typo in Auth.pm for the profile method
2007-10-29 22:42:38 +00:00
Colin Kuskie
4519ecb261
coverage test for the case of an un-cached profile field fetch in User.t
2007-10-29 22:38:36 +00:00
Graham Knop
83c40e4c35
fix grey areas on the bottom of pages
2007-10-29 17:48:58 +00:00
Colin Kuskie
e4db799605
fix a typo in the upgrade script, s/Search/search/;
2007-10-28 23:26:55 +00:00
Colin Kuskie
dcd20ec8d9
fix for Devel::Cover warnings that clutter up the smoke test report. Also, fix the --help switch to testCodebase.pl
2007-10-26 22:34:46 +00:00
JT Smith
1b51697dbd
rfe: Search Asset returns URLs
2007-10-26 16:29:25 +00:00
Graham Knop
99337c3473
event end time not tz adjusted properly
2007-10-26 16:27:54 +00:00
Colin Kuskie
17be7789cc
fix a stupid typo that I put into i18n/help.t
2007-10-26 03:02:08 +00:00
Colin Kuskie
b8a4033036
Add more coverage tests for methods added to User.pm
...
for Friends.
Fix a bug in the isOnline method, which was looking sessions
exactly 600 seconds old.
2007-10-26 02:54:47 +00:00
Graham Knop
c860bfdd10
merging 7.4.11 changes
2007-10-25 12:47:32 +00:00
Graham Knop
93b64fc46f
profile field and dashbaord fixes
2007-10-25 06:07:26 +00:00
Colin Kuskie
3955b11149
make sure that no files are accidently skipped, and emit comments via diag, not warn
2007-10-24 22:34:49 +00:00
Colin Kuskie
ff27c6ed80
fix broken POD command in Friends
2007-10-24 22:17:05 +00:00
Colin Kuskie
383a0ea632
remove extra whitespace that was interfering with POD parsing.
2007-10-24 22:15:51 +00:00
Colin Kuskie
9ac39f6f9d
setHelp.t is not needed since all help icons point to the wiki
2007-10-24 04:24:35 +00:00
Doug Bell
2d165c862e
Added WebGUI::Test::Maker
2007-10-24 04:12:33 +00:00
Colin Kuskie
696e2378d7
don't need no stinking File::Find
2007-10-24 04:05:59 +00:00
Colin Kuskie
3fc39faa3d
don't need no stinking lib
2007-10-24 03:59:22 +00:00
Colin Kuskie
ba5df0075f
help.t does not need extract_block from Text::Balanced
2007-10-24 03:45:02 +00:00
Colin Kuskie
729ea485b6
add documentation for user account options
2007-10-24 03:40:00 +00:00
Colin Kuskie
59998b8d02
add documentation for the manage friends template
2007-10-24 02:55:17 +00:00
JT Smith
62b09b4116
rfe: Default log level to ERROR
2007-10-23 15:17:39 +00:00
Doug Bell
587443b801
add: Friends network
2007-10-22 19:42:11 +00:00
Graham Knop
f73233de48
fix broken ical link
2007-10-19 13:12:30 +00:00
JT Smith
40b19795af
making it faster
2007-10-19 01:37:54 +00:00
Colin Kuskie
d66f8fa337
Add a new test for coverage of isInGroup with a non-existant group
2007-10-19 01:36:09 +00:00
Diona Kidd
c710389e9b
Remove warn statement
2007-10-19 01:34:28 +00:00
Colin Kuskie
598a0d0990
fix for choosing uncommitted templates as a User Style Template
2007-10-18 23:17:18 +00:00
Graham Knop
db3b2ba1b1
safely allow sorting by more CS fields
2007-10-18 12:42:24 +00:00
Frank Dillon
a9242e2938
Added the 7.5 templates folder.
...
Added a change to time tracker which doesn't cut off the date in Fire Fox
2007-10-17 16:07:24 +00:00
Colin Kuskie
05b33ec3b8
temporary hack to fix a Test::MockObject related test failure
2007-10-17 15:47:31 +00:00
Colin Kuskie
8d7c31253b
add a new test to check getting a user with an undefined Id
2007-10-17 14:36:17 +00:00
Graham Knop
ad85d802fe
lineage protection
2007-10-17 00:53:49 +00:00
Graham Knop
ac5675cf18
workflow activitied pick up new default values
2007-10-16 20:55:53 +00:00
Graham Knop
39ad82133a
fix image uploads when not using perl
2007-10-16 20:05:23 +00:00
Graham Knop
b13762d391
improve workflow activity skeleton
2007-10-16 15:12:57 +00:00
Graham Knop
21d0c9b13d
doc fixes
2007-10-16 14:30:04 +00:00
Graham Knop
f570ca5b5e
Fix delete item link in data form header
2007-10-15 17:27:18 +00:00
Diona Kidd
19dcdd15a8
Fixing status message for unread messages in dataform
2007-10-14 00:10:47 +00:00
Diona Kidd
3e63619c39
Adding change information for inbox
2007-10-14 00:07:03 +00:00
Diona Kidd
6d47cc92cb
Removing dumper code from delete method
2007-10-14 00:05:03 +00:00
Diona Kidd
bada539dcd
Adding text for delete private message
2007-10-13 23:59:46 +00:00
Diona Kidd
629b2f2166
Adding delete method for private messages
2007-10-13 23:58:39 +00:00
Diona Kidd
59f06b9074
Adding change detail for inbox template
2007-10-13 23:55:44 +00:00
Diona Kidd
4a9623279d
Adding link to return to inbox message list
2007-10-13 23:53:27 +00:00