Commit graph

4562 commits

Author SHA1 Message Date
Colin Kuskie
8bc26ddda2 repair broken POD 2006-11-07 17:12:03 +00:00
Drake
81e911c7e0 Fix bug with Survey duplication not carrying along the collateral correctly. 2006-11-07 16:58:33 +00:00
Roy Johnson
0ce287c212 fix - Style templates now process metadata properties assigned to them 2006-11-07 16:42:41 +00:00
Drake
0ffb28436b Fix inability to create shortcuts to threads. 2006-11-07 15:52:25 +00:00
Doug Bell
f1aef291cf Partial re-write of HttpProxy's main method. 2006-11-07 14:37:16 +00:00
Doug Bell
e68f609850 WebGUI::Session::Scratch->delete now acts more like Perl's delete()fix: redirectAfterLogin wouldn't work if displayLogin called from WebGUI::Operation::execute 2006-11-07 08:13:23 +00:00
Colin Kuskie
776a6bfdcc Remove debug output from DataForm
Update Wobject.pm to use placeholders.  This will speed up reordering collateral a lot.
Fixes for sequenceNumbers for answers in surveys.
Upgrade script fixes sequenceNumbers for all existing surveys.
2006-11-07 05:09:41 +00:00
Drake
0d1c1ea96a Make Asset::getContainer no longer change the session asset. 2006-11-07 00:30:44 +00:00
Drake
68859ff045 Fix preview on editing Posts. 2006-11-07 00:04:07 +00:00
Doug Bell
a072558478 fix: WebGUI::Operation::Commerce now picks payment gateway for the user if only one authorized 2006-11-06 23:54:56 +00:00
Drake
aa2327141d Fix missing require in AssetTrash that was making some tests fail. 2006-11-06 23:49:21 +00:00
Doug Bell
224773681b fix: ProductManager->editProduct created a tab with the wrong name. Why did it work at all? 2006-11-06 21:18:49 +00:00
Colin Kuskie
a7f5942e56 added missing docs for new workflow activity 2006-11-06 19:04:52 +00:00
Colin Kuskie
7c8fde9aa6 forward port of placeholder parameter fix 2006-11-04 16:24:46 +00:00
Drake
23f32fd1e9 From 7.1 branch, merge fix to SyndicatedContent re IE not handling '
and associated workaround not handling all instances.
2006-11-03 22:13:13 +00:00
Doug Bell
507658aed1 WebGUI::Text no longer spits out a billion warnings 2006-11-03 21:43:44 +00:00
JT Smith
8b20bebc32 merging 7.1.4 changes 2006-11-03 21:29:57 +00:00
Drake
c3ec86ed82 Removed extraneous UTF-8 BOM from WebGUI/Mail/Send.pm since the rest of the
file is valid US-ASCII.
2006-11-03 15:11:13 +00:00
JT Smith
aeba6ec83c merging 7.1.4 changes 2006-11-03 04:36:13 +00:00
Drake
a1120bc987 Add workflow activity, workflow, and hooks for deletion of exported files
on asset trash, purge, and changeUrl.  This is kind of crufty.  :-\
2006-11-03 01:21:50 +00:00
Drake
9a61dd2f38 Add RSSCapable mixin for RSS-capable assets, and RSSFromParent asset for
the feeds for those assets.  Convert Collaboration to use this mechanism
rather than its existing viewRSS, because this is more export-friendly.
2006-11-03 01:18:55 +00:00
Colin Kuskie
61cdd872ac Inlined the common survey template variables via isa 2006-11-03 00:28:49 +00:00
Doug Bell
eced8026ae fix: Product add-to-group would always try to add to group 2006-11-02 22:10:51 +00:00
Roy Johnson
c197ded0a9 Added feature to the Syndicated Content Wobject that allows the use of macros in the RSS URL property 2006-11-02 20:17:47 +00:00
Doug Bell
46055a5812 WebGUI::Text no longer removes trailing empty fields 2006-11-02 20:09:24 +00:00
Doug Bell
3ab139e6cc fix: SQLReport no longer paginates or runs nested queries when downloading.Stow's warning when cache is disabled is now a debug message, since that's what debug messages are for. 2006-11-02 18:08:39 +00:00
Colin Kuskie
d584e8ba5e forward port of Survey template doc fixes 2006-11-02 05:28:18 +00:00
JT Smith
d2283d1965 man it sucks to be so damn wrong 2006-11-02 03:32:08 +00:00
Roy Johnson
d4a5320e0a merging bugfixes from branch to head 2006-11-02 02:29:27 +00:00
JT Smith
7571dbca39 merging 7.1.3 fixes 2006-11-02 00:21:58 +00:00
Drake
7dcd6c0bfd Merge r3114 fix for HttpProxy not requiring Apache2::Upload correctly
into HEAD.
2006-11-01 21:27:17 +00:00
Drake
84b3bd9003 Merge r3112 bugfix from branch/WebGUI-7.1 re Matrix assets not correctly
propagating their permissions to newly-created listing Collaboration Systems.
2006-11-01 19:14:24 +00:00
JT Smith
b4727a5739 merging 7.1.3 changes 2006-11-01 16:48:57 +00:00
JT Smith
67dfefff08 merging 7.1.3 changes 2006-10-31 23:34:55 +00:00
Martin Kamerbeek
82bea1825c Fixed a a settings bug and a poll bug 2006-10-31 18:17:06 +00:00
Martin Kamerbeek
8b706dc727 fixed ldap auth module bug 2006-10-31 17:21:38 +00:00
Colin Kuskie
5408bc2de2 forward port of Survey section variables, chunk #1 2006-10-30 23:51:01 +00:00
Doug Bell
2675784f14 Stow now warns if set() is called when cache is disabled 2006-10-30 21:02:15 +00:00
JT Smith
b9010b8c07 merging 7.1.3 changes 2006-10-30 20:20:24 +00:00
Colin Kuskie
6c46d97eea update help mentioning RawHeadTags macro 2006-10-30 18:37:29 +00:00
Colin Kuskie
75f159f71b A whole batch of Http test, and a pseudo Request test module to help.
Added accessors to Session/Http.pm, and wrote tests to back them all up.
2006-10-30 18:09:25 +00:00
Colin Kuskie
0b1e077f69 Changed the Help so that chapters with only 1 page are directly linked, saving a click.
Added pluggable template parser docs.
From the dev list, changed HTMLTemplateExpr to translate all dots in template
variables to underscores, since EXPR's don't do dots, just like TemplateToolkit.
2006-10-29 23:36:18 +00:00
Colin Kuskie
8905b7252c Remove one click from the Help if a Chapter only has 1 page 2006-10-28 21:16:36 +00:00
Doug Bell
524f361047 fix: HttpProxy would not put correct values for multiple query params
with the same name
Tried to clean up some HttpProxy code. Still rather ugly (need rewrite?)
2006-10-27 23:40:34 +00:00
Doug Bell
50e7645322 fix: SQLReport now throws fatal if can't find DatabaseLink
DatabaseLink now warns if can't find DatabaseLink
2006-10-27 20:42:59 +00:00
Colin Kuskie
4ed1ffe3c7 Set default mime-type to include character encoding inside Session/Http.pm
Fix typo in pod in AddUserToGroup workflow.
2006-10-27 04:09:58 +00:00
Drake
bebf3f159c Make all LWP user agents use env_proxy. 2006-10-26 20:07:43 +00:00
Doug Bell
c86f3c9996 fix: Commerce product group bug./
Backported version tag fix to 7.1.2
2006-10-23 18:20:30 +00:00
JT Smith
5c77aace16 Fixed a bug where logging in/out would cause a blank page display. 2006-10-21 03:05:28 +00:00
Colin Kuskie
e434fb700c Remove crufty code from HTMLForm that was never used.
More tests for Session/Icon.pm.  Due to the way the code is written,
this test will not test 100% of the code.  Untestable conditions include
not being able to find the toolbar directory in getToolbarOptions, and
all code that sets a default pageUrl in any icon-specific method.
2006-10-21 02:12:34 +00:00