Commit graph

2632 commits

Author SHA1 Message Date
Drake
f3f2a2296b Fix visitor name disappearing on preview in CS. 2006-12-06 17:37:57 +00:00
Drake
82867ec273 Fix Default Rich Editor setting so that it renders correctly. 2006-12-06 17:29:11 +00:00
Drake
364e55da40 Subscription dates fix. 2006-12-06 17:19:04 +00:00
Drake
aa3b8b6d24 Profile field defaulting fixes. 2006-12-06 16:45:52 +00:00
JT Smith
4eb99cebfb the wiki is working better now 2006-12-06 16:04:13 +00:00
Drake
133cac4f77 Add workflow activity for expiry of users with unvalidated email addresses. 2006-12-06 12:37:19 +00:00
Drake
631d8cb0e6 Switch to profile-based password recovery. 2006-12-06 11:57:36 +00:00
Doug Bell
b55266e821 Tentative final Calendar beta for testing. 2006-12-06 08:02:42 +00:00
Drake
cc88ddbd09 Fix bug with WebGUI::User not using getIp for canUseAdminMode. 2006-12-05 15:49:09 +00:00
JT Smith
eb8735f731 knocked off a few more bugs 2006-12-05 04:06:01 +00:00
JT Smith
5800dc1596 very close now 2006-12-05 02:14:11 +00:00
JT Smith
737cbf0fef the wiki pretty much works. now it's just about the cleanup work. 2006-12-04 18:44:38 +00:00
JT Smith
becec72418 getting much closer to working 2006-12-03 01:51:35 +00:00
Doug Bell
8da3e259a0 Migrate calendars seems to work. Uncomment appropriate lines in upgrade_7.2.3-7.3.0.pl to test. If you get it working, commit the uncommented lines please. 2006-12-02 18:19:51 +00:00
Doug Bell
5b29b0dfcb Calendar rewrite progress. Please see dev forum. Don't hurt me. 2006-12-02 10:26:53 +00:00
JT Smith
39d6ac8584 still working on this bastard 2006-12-02 05:18:09 +00:00
Doug Bell
d805a6a310 Additional features in preparation for final checkin of Calendar rewrite. 2006-12-01 22:26:09 +00:00
Drake
3b4943177f Fix problem with profile field possibleValues with apostrophes in i18n
substitutions not working.
2006-12-01 19:17:37 +00:00
Drake
f11b0b8b85 Make RSS From Parent assets always hidden from navigation. 2006-12-01 19:09:11 +00:00
Martin Kamerbeek
2e608a2a20 Fixed encrypt login behaviour 2006-12-01 10:25:40 +00:00
Roy Johnson
5291ec7fe1 7.3.0 ready for dev again 2006-11-30 01:46:53 +00:00
Doug Bell
03b8f4e4d4 fix: Users not authorized for any payment gateway now get appropriate message 2006-11-28 23:05:15 +00:00
JT Smith
efa444c1d3 moving wiki down the path of ajax enlightenment 2006-11-28 21:29:58 +00:00
Roy Johnson
0de492541b RFE: Add file field type to DataForm wobject. Also added ability to have files submitted emailed as attachments when using the mail form mode. 2006-11-28 07:56:30 +00:00
JT Smith
d67a28fee2 added wiki assets
added accordion javascript object
2006-11-27 18:59:24 +00:00
Colin Kuskie
b42e213888 forward port of list pending transaction link from 7.2 2006-11-27 17:51:42 +00:00
Colin Kuskie
85eb6ddbeb Added setNamespace and getNamespace methods to WebGUI::International.
Added a baseline test for WebGUI::International which also tests the new methods.
Fixed codespace caching in WebGUI::Operation::Help.  Codespace caching is
done via symbol table lookups, and it saves doing an eval.
Implemented the same type of caching in WebGUI::International.  This replaced
the in-memory cache which would slowly accumulate a complete copy of the
i18n entries as they were fetched.
2006-11-26 04:07:32 +00:00
Colin Kuskie
ee9cae98a8 Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
Broke out code scanning tests into their own tests, and required the CODE_COP environment
variable be set before they were run.
Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic.
More Auth template inheritance work.  Almost time to reflect it over to
the LDAP module.
2006-11-24 21:05:44 +00:00
Colin Kuskie
860a71bc5d The template managers group is deprecated, but not removed.
More template variable work in the Auth* space.
2006-11-24 18:10:19 +00:00
Drake
526c5d3f70 Minor fix for new template vars in WebGUI::Auth::createAccount. 2006-11-23 22:21:50 +00:00
Roy Johnson
0a6bce357e HEAD ready for 7.3.0 dev 2006-11-23 09:35:20 +00:00
Roy Johnson
c3a9323864 Ready for 7.2.3 dev 2006-11-23 08:53:01 +00:00
Roy Johnson
e3c03d461b Preparing for 7.2.2 release 2006-11-23 08:38:16 +00:00
Drake
ca9d90c577 Implement RFE "Non Required Fields on User Registration". Associated upgrade.
Minor streamlining of profile field listing methods.

WebGUI::Operation::Profile::getRequiredProfileFields is now deprecated,
because it's specific enough to be not significantly more useful than
WebGUI::ProfileField::getRequiredFields, and because with this change
nothing in core uses it anymore.
2006-11-22 23:50:00 +00:00
Drake
c10b5b4fec Make handling of invalid values for "possible values" for list-based profile
fields slightly more robust.  It's still not ideal---the error goes to the
WebGUI error log, but the user should be given some indication that the
profile field is broken.
2006-11-22 15:52:32 +00:00
Drake
0903b1011e Fix how Thread determines the "current" Post to be a little more logical,
and fix shortcuts to non-Thread Posts (they weren't doing prepareView on
the thread).
2006-11-22 15:38:32 +00:00
Doug Bell
3ca4bf725a Some fixes in viewPurchaseHistory operation 2006-11-22 06:38:25 +00:00
Doug Bell
96b6559250 HttpProxy now handles styles appropriately 2006-11-22 05:54:15 +00:00
Drake
eeb97d0135 Give RSSFromParent.pm the right icon filename. 2006-11-21 17:05:30 +00:00
Colin Kuskie
a0d2326f9c Found and fixed a bug in ErrorHandler, canShowPerformanceIndicators.
It didn't work with CIDR format IP addresses.  I cannabilized the
code from canShowDebug and refactored it into its own method,
canShowBasedOnIP.  Both canShowDebug and canShowPerformanceIndicators call this.
Updated the docs for the debugIp setting to note that it's used for both
showDebug and showPerformanceIndicators.
Added about 20 more tests to ErrorHandler.t.  Only the two hard methods are
left, fatal (which closes the session at the end) and showDebug, which is
validating a ton of output.
2006-11-21 03:50:15 +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
JT Smith
411138cc6a preparing for 7.2.2 bugfix cycle 2006-11-18 19:04:39 +00:00
Roy Johnson
f749d2d260 fix - Storage::Image copy does not create thumbnails 2006-11-18 18:06:54 +00:00
Colin Kuskie
5dddf92543 fixed looping logic in HttpProxy redirect follower 2006-11-17 23:42:19 +00:00
Doug Bell
d0970a35bd Removed WebGUI::Form::Workflow "edit" button because it won't work right. 2006-11-17 22:11:32 +00:00
Colin Kuskie
5e074e0939 canShowDebug checked for a literal string, 'text/html' in order to generate
the debug output.  When the default mimetype was changed to text/html; charset=UTF-8,
the literal check always failed.

There are probably a few more of these floating around.
2006-11-17 22:00:35 +00:00
JT Smith
e1b583a935 some upgrade script fixes 2006-11-16 00:14:14 +00:00
JT Smith
8e4d52166d preparing for 7.2.1 release 2006-11-15 22:39:06 +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
24b0e8c8bd Fix breakage from not passing $session into an upgrade function in the
script for 7.2.1.
2006-11-14 16:52:32 +00:00