Commit graph

1381 commits

Author SHA1 Message Date
Colin Kuskie
96f292bb45 Correct the POD from copying a method in Asset/Redirect.
Fix a whitespace problem in AssetExportHtml.
2006-11-19 06:19:31 +00:00
Colin Kuskie
b1bbf36825 Fix exporting of a redirect. The view method in the Redirect sets
a HTTP header and returns "1", which doesn't create a redirect.

I fixed this by:

- Writing a exportHtml_view method just for Redirect.
- using the Fail Safe style template to output an empty page
  with a redirect tag in the header.
2006-11-19 05:17:15 +00:00
Colin Kuskie
5dddf92543 fixed looping logic in HttpProxy redirect follower 2006-11-17 23:42:19 +00:00
Colin Kuskie
bea5572788 fix a typo in a label, and i18n another label in the HttpProxy parser 2006-11-17 06:49:29 +00:00
JT Smith
bc4125204a - fix: Bug in "Article with Files"
- fix: SQLReport pagination retains op= parameter
 - fix: Invalid MIME type set for images
2006-11-15 22:30:50 +00:00
Drake
c14b75f606 Fix the MIME type bug that I introduced when making File assets work with
the exporter properly.
2006-11-11 00:25:57 +00:00
Colin Kuskie
91ee102c5f Added more i18n labels to HttpProxy so that error messages can be internationalized.
Added skeletal documentation for the new RSS modules.
Fixed a bug in Search/Index.pm that was giving a warning during syntax checks.
2006-11-08 04:29:10 +00:00
JT Smith
9791c99d3b Uncommitted Collaborations and adding threads 2006-11-07 23:46:19 +00:00
JT Smith
4f68a0933c added YUI and YUI-ext
fixed the resizable text area with IE problem
fixed the ad space with IE problem
merged the 7.2.0 and 7.1.4 change logs
2006-11-07 23:15:57 +00:00
Drake
46739e813b Move simple overrides of getEditForm from Dashboard, Folder, and HttpProxy
into relevant definition clauses.
2006-11-07 22:58:09 +00:00
Drake
f5832ee280 Make Rich Edit assets drop blank toolbar rows, shifting subsequent rows up. 2006-11-07 22:25:47 +00:00
Doug Bell
0fbbbea782 fix: Thread layout flat not sticking Some WebGUI/Auth.pm cleanup. 2006-11-07 21:28:47 +00:00
Roy Johnson
1330a1c408 fix - post titles containing periods result in urls containing periods 2006-11-07 20:41:57 +00:00
Drake
c208b956a3 Fix bug with strange offsets in Gantt chart task bars. 2006-11-07 20:01:17 +00:00
Frank Dillon
adfa55e3a2 fixed RSS meta tag insertion point. It should now properly be inserted into the <head> portion of the HTML 2006-11-07 19:38:00 +00:00
Roy Johnson
3a8a832e63 fix - EMS Manage Events broken
Added new template variables for a link label and url that allows you to cancel registration and return to the EMS if you mistakenly tried to purchase something.
2006-11-07 19:11:46 +00:00
Drake
7ac7b2bc80 Fix missing newline before =cut paragraph. 2006-11-07 19:06:45 +00:00
Frank Dillon
21f334e798 added a www_viewRSS method to allow backward compatibility for RSS feeds. 2006-11-07 19:04:43 +00:00
Frank Dillon
349ce4720d fixed tasks to start at zero hours rather than 8 2006-11-07 18:04:32 +00:00
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
Doug Bell
f1aef291cf Partial re-write of HttpProxy's main method. 2006-11-07 14:37:16 +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
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 &apos;
and associated workaround not handling all instances.
2006-11-03 22:13:13 +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
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
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
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
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
JT Smith
b9010b8c07 merging 7.1.3 changes 2006-10-30 20:20:24 +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
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
Drake
bebf3f159c Make all LWP user agents use env_proxy. 2006-10-26 20:07:43 +00:00
Colin Kuskie
f3ab99bc02 sales tax 2006-10-21 01:13:07 +00:00
Drake
6a723e5767 Merge fix from r3049 of 7.1 branch related to dashboard error pointed out
by bug report "Macros failing due to Utility::isIn() bug".
2006-10-20 21:32:10 +00:00
Drake
d5be2abcf3 Make Text::Aspell optional. This is mostly to unblock development on HEAD
for those of us who can't get Text::Aspell to work, with no UI components
added to show that the spell checker is disabled.
2006-10-20 20:56:13 +00:00
Martin Kamerbeek
9f232b4049 Adding spellchecker 2006-10-19 15:25:50 +00:00
Drake
c5e656c434 Reverse r3021 by request. 2006-10-16 14:03:15 +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
Doug Bell
d0ef4e92db Fixed default value for download type 2006-10-12 23:51:29 +00:00