Commit graph

2599 commits

Author SHA1 Message Date
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
Doug Bell
c93ce14c28 Forgot to update changelog Added fatal error should parsing JSON config fail (thanks jZed__ on freenode #webgui) 2006-11-13 22:17:56 +00:00
Doug Bell
8fa19e89fe fix: InOutBoard has wrong primary keys 2006-11-13 21:01:07 +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
Drake
e982302c2a Update changelog and gotchas, and hopefully final update to r3226 bugfixes in
7.2.0 upgrade script.
2006-11-10 18:29:37 +00:00
Drake
331767daee Another update to r3226. 2006-11-10 17:46:14 +00:00
Drake
32b10e2914 Okay, apparently it's a little more complex than that. Update to r3226. 2006-11-10 17:43:43 +00:00
Drake
498e38eb86 Hopefully fix problems with uncommitted assets in RSSCapable portion of
7.2.0 upgrade.  Sigh.
2006-11-10 17:33:04 +00:00
Colin Kuskie
9bef53dabf fixed bug in Auth.pm where an array was used to send placeholders instead of arrayref 2006-11-10 16:32:19 +00:00
Martin Kamerbeek
d6352048c1 Fixed bugs in the SyncProfileToLdap workflow activity 2006-11-10 12:42:44 +00:00
Colin Kuskie
ba71d77db0 note the Locale::US is requied for sales tax, not spell checker 2006-11-10 05:47:26 +00:00
JT Smith
282e1caacd - Made a change to version tag commits to deal with unusually long commit
times.
2006-11-09 20:57:53 +00:00
Roy Johnson
f7674615d4 Ready for 7.2.1 dev 2006-11-08 22:14:56 +00:00
Drake
493488dafa Fix some errors in RSSFromParent upgrade script portion. 2006-11-08 21:51:01 +00:00
Roy Johnson
e0edb1705f Preparing for 7.2.0 release 2006-11-08 21:00:25 +00:00
JT Smith
899e9754b6 - karma rfe: Limiting access to admin mode to set of ip's 2006-11-08 17:43:44 +00:00
Roy Johnson
2611279350 forgot to update gotcha file 2006-11-08 16:39:33 +00:00
Colin Kuskie
9864b4caf1 add missing template variables and help in CS 2006-11-08 05:11:01 +00:00
Doug Bell
bca8d214b7 fix: List transactions now has proper placeholder 2006-11-07 23:54:32 +00:00
Roy Johnson
0ad578ffb9 trying to make image form controls optionally force image file types... not quite working yet 2006-11-07 23:47:37 +00:00
JT Smith
9791c99d3b Uncommitted Collaborations and adding threads 2006-11-07 23:46:19 +00:00
JT Smith
4c35af0488 removing unnecessary file 2006-11-07 23:26:03 +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
6bf329d68d Possible fix for dates being messed up on subscriptions. 2006-11-07 23:08:30 +00:00
Drake
9091a2202e Remove erroneous line from upgrade. 2006-11-07 23:06:04 +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
Doug Bell
5a4a1f8fea fix: Default PM Dashboard Template extraneous form/element 2006-11-07 22:51:01 +00:00
Roy Johnson
c6083606db fix - Phishing Bug... take that spammers! 2006-11-07 22:45:27 +00:00
Drake
f5832ee280 Make Rich Edit assets drop blank toolbar rows, shifting subsequent rows up. 2006-11-07 22:25:47 +00:00
Drake
375d24bfa9 Move upgrade scripts around due to version renumbering. 2006-11-07 21:55:54 +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
9c8399d93b fix: Activity list expands outside of edit workflow screen 2006-11-07 21:23:19 +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