Colin Kuskie
bd577a6712
Cache tests for getFirst- and getLastChild, hasChildren.
...
newByLineage tests, with cache
changed newByLineage to use placeholders
Coverage is 59/55/84
2007-04-15 04:30:55 +00:00
Colin Kuskie
450aab40a0
Some coverage tests for setRank. Added tests and a new folder
...
for getDescendantCount.
Pushed the reversal of order back into getLineage. WGBP indentation.
2007-04-15 03:41:38 +00:00
Colin Kuskie
483daf6671
More rank swapping tests, cleaned up a bug in the tests that passed but should
...
not have.
Updated the POD in AssetLineage to show which methods alter the object's stored
lineage versus the information in the database.
2007-04-15 02:02:03 +00:00
Colin Kuskie
5e643336bb
Add a test in setParent for the condition where the current user cannot edit
...
the new parent.
Added a basic test for setRank.
2007-04-14 02:45:50 +00:00
Colin Kuskie
a7cb2133c9
10 tests for rank swap, promote and demote
...
changed promote and demote to use placeholders in AssetLineage.
Added explicit return values to demote
2007-04-14 01:50:11 +00:00
Colin Kuskie
c9e2a8b9f3
11 more AssetLineage tests for various rank methods.
...
Have setParent update self's parentId for persistent code.
2007-04-14 00:50:35 +00:00
Colin Kuskie
e894ed29ae
Tests for getParent and getParentLineage
...
Fixed getParentLineage. The regular expression only matched strings
that were 8 characters long.
2007-04-13 21:45:32 +00:00
Colin Kuskie
a548341aea
More AssetLineage tests.
...
setParent does not clear the internally cached reference to
the parent Asset. This makes persistent code get the wrong
Asset reference.
2007-04-13 21:01:15 +00:00
Colin Kuskie
9e4216c4a0
Add more AssetLineage tests.
...
cascadeLineage will crash because it does not check for duplicate lineages.
Removed a duplicate check for $newParent definedness in setParent.
2007-04-13 20:19:23 +00:00
Colin Kuskie
15c245b06a
AssetLineage tests, and place holders for AssetLineage
2007-04-13 17:27:51 +00:00
JT Smith
1013381c36
fixed an error in the groups/db system where removing a dblink connected to a group would produce a fatal error
2007-04-11 17:24:56 +00:00
JT Smith
e8afd2ad72
Fixed an unhandled exception in Workflow/Activity/PurgeOldAssetRevisions.pm
2007-04-11 14:36:13 +00:00
Colin Kuskie
025a66e30d
Coverage is 100/98/63.
...
Missing coverage is checking for leaving off the epoch argument
and getting the default of time(), and some kind of Devel::Cover
issue where it says that time() could return 0.
2007-04-11 03:05:43 +00:00
Colin Kuskie
febc052d97
add extra collateral for DateTime tests
2007-04-11 02:50:14 +00:00
Colin Kuskie
b14c3983a9
more coverage tests, branch coverage is at 98%
2007-04-10 22:45:32 +00:00
Colin Kuskie
76bf1b2ad5
testing for DateTime methods for interval translation and date math. Reformatted some of Session/DateTime for WGBP
2007-04-10 04:51:48 +00:00
Colin Kuskie
d051a1960e
cover the remaining few subroutines. 100% sub coverage for Session::DateTime
2007-04-09 23:47:47 +00:00
Colin Kuskie
d9f2bcde69
fix typo in POD
2007-04-09 18:22:58 +00:00
Colin Kuskie
4cc810faf3
Added tests for mailToEpoch.
...
Removed the default setting for mailToEpoch that would have assigned
the epoch to the mail field and automatically caused the method
to fail, returning undef.
2007-04-09 18:01:26 +00:00
Colin Kuskie
1a615f8ad8
replaced a literal loop with isIn, WGBP indented 1 line of Group.pm
2007-04-08 05:07:26 +00:00
Colin Kuskie
b76351fa83
expanding the DateTime test suite, missing three methods and lots of branch/condition coverage
2007-04-08 05:06:15 +00:00
Colin Kuskie
f113d0a729
increase Privilege coverage to 100%
2007-04-07 19:53:33 +00:00
Colin Kuskie
f9958fa4eb
upgrade test to work with newer use_ok
2007-04-07 02:33:21 +00:00
Colin Kuskie
c6bde7eed9
By default, all Log::Log4Perl calls are mocked so that they can
...
be intercepted and tested.
Reworked Session/ErrorHandler.t to take account of this.
Updated Stow test coverage to 100%.
2007-04-06 22:50:53 +00:00
Colin Kuskie
0587d28026
fix defined variable problems interfering with session scratch variables in the user search/list operation
2007-04-06 21:48:25 +00:00
Nik Ogura
ac01ed4221
added html filters to processing of text messages so that html tags won't show up in posts
2007-04-06 15:57:37 +00:00
Colin Kuskie
97e7621b8a
rewrite Http.t tests to return coverage to its original status before the Http.pm rewrite. The only way to increase it from here is to mock the Apache cookie module
2007-04-06 05:00:00 +00:00
Colin Kuskie
88a08fd228
getMimeType returns that string as a default, so the OR will never
...
be triggered.
2007-04-06 04:59:13 +00:00
Doug Bell
2d9649dc10
fix: EMS now keeps information about registration if a user logs out before they complete their transaction.
2007-04-06 00:55:39 +00:00
Colin Kuskie
108fb76ee6
update POD to note that macros can be used in all NotifyAboutUser specific fields
2007-04-05 23:08:11 +00:00
Colin Kuskie
6cef5a8e02
fix a macro processing bug caused by not sending the session to Macro::process
2007-04-05 16:18:07 +00:00
Nik Ogura
6825adae82
added $self->session to macro calls
2007-04-05 16:07:53 +00:00
Colin Kuskie
8650e34ed4
document the marker for automatic extraction of the synopsis from the post descriptions
2007-04-05 04:11:36 +00:00
JT Smith
e1c86d7f95
- fix: fixed an error in the groups/db system where removing a dblink connected to a group would produce a fatal error
2007-04-05 03:43:37 +00:00
Colin Kuskie
268b56b079
getValue does not look at form values
2007-04-05 03:34:28 +00:00
Nik Ogura
47980c700c
fixed error in changelog
2007-04-05 03:09:58 +00:00
Nik Ogura
7ec51c422c
documented changes
2007-04-05 02:47:53 +00:00
Nik Ogura
fb0f1ba7ac
changed js libraries from yui over to the -min versions to speed up load time when using textareas
2007-04-05 02:40:13 +00:00
Nik Ogura
43f2c14dff
Fixed self caused bug that blew all posting permissions
2007-04-04 20:58:56 +00:00
JT Smith
23fc12e462
preparing for 7.3.15 bugfix cycle
2007-04-04 18:51:59 +00:00
JT Smith
6f6e5880ac
preparing for 7.3.14 release
2007-04-04 17:56:24 +00:00
JT Smith
fdf9c65ab5
- fix: a typo in DatabaseLink.pm
...
- fix: a typo in CleanTempSpace.pm
- fix: an unhandled exception in Asset/File.pm
2007-04-04 16:03:34 +00:00
Nik Ogura
b131c4b146
added credits
2007-04-03 21:10:05 +00:00
Nik Ogura
476f8f5065
added iCal variables to calendar templates
2007-04-03 21:06:09 +00:00
Colin Kuskie
17efbe2186
begin fixing the Http tests
2007-04-03 04:21:04 +00:00
Nik Ogura
baf64fe64c
documented recent fixes
2007-04-02 20:59:06 +00:00
Nik Ogura
590f8dd479
Added ability to handle unregistered email messages if allowed
2007-04-02 20:57:30 +00:00
Nik Ogura
da31682d73
documented bug fixes
2007-04-02 15:20:08 +00:00
Nik Ogura
092d3acbf3
fixed permission bug on line 785: privilege::insufficient changed to privilege->insufficient
2007-04-02 15:16:23 +00:00
Colin Kuskie
133f2010ab
isSingleton was not ever in the editSave form for the Workflow!
2007-04-02 04:56:50 +00:00