Colin Kuskie
acaa0a0e20
remove context sensitive behavior of getStatus and add an accessor instead
2006-10-16 15:58:47 +00:00
Colin Kuskie
defef0767d
missed two places where getStatus is called in list context. fixed.
2006-10-16 15:50:03 +00:00
Drake
c5e656c434
Reverse r3021 by request.
2006-10-16 14:03:15 +00:00
Colin Kuskie
ca7110249f
Extend Session::Http::getStatus so that is will also return the
...
description when called in list context.
Build tests to verify that behavior, and the default settings
for code and description.
2006-10-15 05:23:32 +00:00
Colin Kuskie
ab835f3c64
more docs about return vales from addFileFromFilesystem
2006-10-15 01:19:37 +00:00
Colin Kuskie
d6a62df50c
This test is failing in the smoke-tests, but manual runs by two different
...
people on different OS'es are passing. I've added some diagnostic tests
to help us figure out what's going on.
2006-10-15 01:16:57 +00:00
Drake
e03d761eca
Internationalize additions to asset expoter.
2006-10-13 21:22:28 +00:00
Drake
1674bcfe10
First semi-usable version of wiki asset. This should probably be improved
...
somewhat before release; the default page selector doesn't quite work the way
it should, and there aren't icons, and there are a few features missing, and
some code duplication, &c.
2006-10-13 20:08:56 +00:00
Drake
d0bacc8988
Make File assets work with the exporter. This means not using the streaming
...
mechanism. This isn't optimal; should find a way to use the streaming
mechanism iff we know that there's going to be a live HTTP session on the
other end and not just a filehandle.
2006-10-13 20:01:48 +00:00
Martin Kamerbeek
dc5d96dd5b
Fixing lineage length bug
2006-10-13 14:17:08 +00:00
Doug Bell
d0ef4e92db
Fixed default value for download type
2006-10-12 23:51:29 +00:00
Colin Kuskie
eadb9ada36
Implemented the last few tests to give Session::Style 100% coverage.
...
There are still a few functional tests that need to be written, they're
codified as TODOs.
In Session/Style.pm, in all methods that have a send immediate option
(when sent=1), they no longer send and cache. This prevents duplicate
heag tags from being generated if generateAdditionalHeadTags was
ever called twice.
2006-10-12 22:43:33 +00:00
Colin Kuskie
45627b37ed
Full test for Output.t using tied variables as filehandles.
...
Test requires perl 5.8 and up since it uses PerlIO.
Test provides 100% coverage of Session::Output.pm
2006-10-12 17:32:24 +00:00
Colin Kuskie
1ff964d399
fix whitespace problem in POD
2006-10-12 14:24:46 +00:00
Colin Kuskie
514c2263fc
Added tests to cover userStyle.
...
fixed a bug in userStyle where it would not process data that was false.
process will do this, so I made userStyle do it as well by adding
in a definedness check on $output.
2006-10-12 04:53:43 +00:00
Colin Kuskie
01a09cbea9
Add tests for printableStyleTemplateId.
...
Found a fixed an infinite loop in WebGUI::Style::process
If an asset was requested to be printed who does not have a
printableStyleTemplateId then process would recurse back up the
lineage until it does find an asset with a printableStyleTemplateId.
Eventually, if none is found, it will find the Asset Root, whose
parent is itself, and it will loop forever.
I added code to jump out of the loop if it recurses back to the
assetRoot.
2006-10-12 04:06:13 +00:00
Drake
57f7fe1c6f
Make the asset exporter use one session per asset, so as to avoid breaking
...
state that relies on only one asset being viewed per session.
2006-10-12 02:45:43 +00:00
Drake
dad217b7fe
Add feature for asset exporter that creates appropriate symlinks for
...
extras, uploads, and the default asset at the root URL.
2006-10-12 02:22:47 +00:00
JT Smith
358f0ecdb8
- fix: Survey: textarea answers are trunctated
...
- fix: Snippet Security Fails
2006-10-12 01:46:07 +00:00
Colin Kuskie
7867ce3573
more POD docs for WebGUI::Session::Style->process that describe hierarchy if templates
2006-10-12 01:13:41 +00:00
JT Smith
6a9a4bb0a0
Search from root
2006-10-12 01:11:23 +00:00
Colin Kuskie
5906df9ec7
add missing label for subscription length
2006-10-12 01:09:32 +00:00
Drake
f7a61cd5c6
Fix problem with asset export not handling certain URLs with dots in them correctly.
2006-10-12 00:05:06 +00:00
Roy Johnson
a4784a31e9
Ready for 7.1.1 dev
2006-10-11 23:15:44 +00:00
Roy Johnson
3d7e06cc85
Preparing for 7.1.0-beta release
2006-10-11 22:58:29 +00:00
Roy Johnson
a085db64df
Added new directory in t/ for collateral tests.
...
fix - article.t false failure on collateral copy.
Added new test to article.t for purge method.
2006-10-11 22:51:44 +00:00
Roy Johnson
fd95c57ed0
More 7.1 features
2006-10-11 21:46:51 +00:00
Drake
2de8245af7
Add appropriate changelog entry for multi-filter stuff.
2006-10-11 21:36:31 +00:00
Drake
41589ae6bc
Remove erroneously-committed section from previous revision.
2006-10-11 21:32:39 +00:00
Roy Johnson
a43577a119
New features for 7.1
2006-10-11 19:26:10 +00:00
Drake
5b5858055a
Missed a few lines. D'oh.
2006-10-11 19:00:50 +00:00
Drake
0ea9ef2244
Minor fixes to previous LDAPLink changes, including stripping \r
...
properly and not transforming the recurseFilter multiple times.
2006-10-11 18:54:32 +00:00
Drake
950dfe068b
Fix incorrectly-cased table name from r2990. Sigh.
2006-10-11 16:39:30 +00:00
Colin Kuskie
e876e77b18
add a tests to plug a coverage holes in default subroutine arguments
2006-10-11 05:04:44 +00:00
Colin Kuskie
a86c34df84
Added 5 more tests for Style's process method, checking for meta tags
...
for default processing and for meta tags when cache busting is enabled.
Fixed a bug where the default meta tag Generator did not contain the
WebGUI version.
Added lots of POD to the Style module detailing how meta tags are
handled in various cases.
2006-10-11 04:15:21 +00:00
JT Smith
4f0d117c9f
Added Karma RFE: Thumbnail size can be enterred in CS
2006-10-11 04:05:12 +00:00
Colin Kuskie
b1bb5d0b58
Fix broken templateId in Session/Style/process when useEmptyStyle was
...
requested. It used to be 6, but at somepoint in the 6.x cycle it
was changed to be PBtmpl0000000000000132 in the database.
Added tests that verify that it works correctly.
2006-10-11 00:32:42 +00:00
Colin Kuskie
6cf1afc6a7
Add more POD to Style.pm to document that sent is set to true after this method
...
is called.
Add tests to check personalStyleTemplate and sent inside process method.
2006-10-10 23:10:31 +00:00
Drake
950c1e2306
Make it possible to have multiple, logically-ORed LDAP recursion filters in
...
LDAP links and groups.
2006-10-10 22:31:11 +00:00
Doug Bell
f1b62f54d0
Fixed upgrade templates directory name
2006-10-10 18:19:26 +00:00
Doug Bell
6d56df1362
Added SQLReport download and Product AddToGroup handler
2006-10-10 18:14:31 +00:00
Roy Johnson
03822a9488
Don't need this anymore
2006-10-10 16:59:50 +00:00
Roy Johnson
5cbb5edbcb
I always forget something... sigh*
2006-10-10 16:43:11 +00:00
Roy Johnson
7de8824a66
There will be no more 7.0.x releases, fixing accordingly
2006-10-10 16:42:02 +00:00
Roy Johnson
a2cea94b92
Preparing for 7.1 dev
2006-10-10 16:03:44 +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
Colin Kuskie
30a47092be
add test for macro processing of genAddHeadTags and for handling of invalid template Id in process for Session::Style
2006-10-06 23:44:21 +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
Martin Kamerbeek
9a8f31cfc3
Fixed a events calendar bug
2006-10-06 15:06:14 +00:00
Martin Kamerbeek
e2cad73c08
Calendar fixes
2006-10-06 14:45:16 +00:00