Colin Kuskie
c1945a1dd0
Fix template logic which was hiding the PoS form in the cart. Fixes bug #12268 .
2011-10-04 10:53:46 -07:00
Colin Kuskie
e599e1ca97
Add an i18n namespace for the TimeField form plugin.
2011-10-03 14:39:49 -07:00
Colin Kuskie
c17d9aa394
Allow PseudoRequest to handle 0 and '' correctly. Kudos to knowmad for pointing this behavior out.
2011-09-29 14:39:52 -07:00
Colin Kuskie
f33c19d503
Bump the module version for Business::OnlinePayment::AuthorizeNet to make WebGUI install the version that will automatically install.
2011-09-27 09:59:37 -07:00
Colin Kuskie
45b5370469
Allow Passive Analytics to scale to analyzing millions of log entries without nuking MySQL in the process. More thorough test cleanup.
2011-09-25 18:45:19 -07:00
Colin Kuskie
ec00e867a9
Remove bad template code from calendar search template. Fixes bug #12256
2011-09-23 13:00:44 -07:00
Colin Kuskie
77a2a09d3c
Ready to 7.10.24 development.
2011-09-12 18:39:20 -07:00
Colin Kuskie
d84dd42413
Preparing for 7.10.23 release.
2011-09-12 18:26:04 -07:00
Colin Kuskie
1f9413e2a5
Display an error message anytime the cart is viewed if it has mixed items (recurring and non-recurring, or too many recurring). Fixes bug #12211 .
2011-09-12 11:34:38 -07:00
Colin Kuskie
1acc6411fa
encryptLogin should not trump showMessageOnLogin. Fixes bug #12245 .
2011-09-08 19:34:52 -07:00
Colin Kuskie
d38992cea6
Update the POD for Session/Url
2011-09-08 16:35:55 -07:00
Scott Walters
e2f95778ce
Two newlines before the URL breaks linking even in the default template where this value is used as the url parameter.
...
The newlines get changed to <br />'s and that stuffed into the param of an href. A URL really should just be a URL.
Or a URI. Or one of those things.
2011-09-08 14:33:59 -04:00
Colin Kuskie
d7218166bb
Fix a problem with case sensitivity when in Thingy's getFieldValue. Fixes bug #12231 .
2011-09-08 09:53:47 -07:00
Scott Walters
622391b61d
Using Basic Auth with WebGUI ( #12198 )
...
Per IRC discussion with preaction, make HTTP auth failures soft failures.
Don't attempt to re-auth the user on failure. Otherwise, .htaccess or
similar put in place to protect a site and WebGUI get into a skirmish
(users are asked to re-auth even if they did the .htaccess correctly,
the log gets flooded, cats get radio shows, etc).
2011-09-07 20:24:29 -04:00
Scott Walters
ee121e9460
Mobile template is not being inherited ( #12246 )
...
Break get_add_instance out of www_add; subclass it in Layout to
pull mobileTemplateId and mobileStyleTemplateId from the parent
if the parent is also a Layout.
2011-09-07 20:19:50 -04:00
Scott Walters
b05c7ea810
Revert "Mobile template is not being inherited ( #12246 )"
...
... per perlDreamer's additional argument for his original design for this
This reverts commit 2628263384 .
2011-09-07 20:19:50 -04:00
Colin Kuskie
0871ceb56a
Fix the WaitForUserConfirmation test to make sure that TT is enabled in the config file.
2011-09-07 17:01:49 -07:00
Scott Walters
2628263384
Mobile template is not being inherited ( #12246 )
...
added extra_www_add_properties method to Asset.pm and subclassed it in as
Layout.pm as properties fix-up hook in child for www_add
2011-09-07 15:43:23 -04:00
Scott Walters
d65fd7e646
Pending perlDreamer's comments...:
...
Revert "Mobile template is not being inherited (#12246 )"
This reverts commit a4624663cf .
2011-09-06 20:32:50 -04:00
Scott Walters
a4624663cf
Mobile template is not being inherited ( #12246 )
...
Applied SquOnk's patch and added tests; modify www_add to inherit mobileStyleTemplateId
from the parent as well as mobileTemplateId. mobileTemplateId is only used by PageLayout
currently. If other assets start using this and this gets inherited cross asset types,
thing will break. A better design here would be to flag on a case-by-case basis in
asset definitions whether any given property should be inherited globally, of children
of the same asset class, or not at all.
2011-09-06 20:26:55 -04:00
Scott Walters
4ba683ddc3
if the optional tests run, the second create was failing. drop the table before creating it the second time.
2011-09-06 19:28:23 -04:00
Scott Walters
795b7d6b6e
Updated copyright date in docs/legal.txt to 2011. At least *some* changes have
...
been made to the project this year (cough).
2011-09-06 16:09:32 -04:00
Ernesto Hernández-Novich
70022f1187
Fixed typo in userImport POD
2011-09-06 15:30:33 -04:30
Scott Walters
f4a8aad9d1
WebGUI/Asset/Wobject/Survey/Test.pm uses JSON::PP
2011-09-02 15:20:15 -04:00
Colin Kuskie
a160946baa
Add Twitter login to the default WebGUI configuration file.
2011-09-02 08:16:51 -07:00
Colin Kuskie
3c44dae9e9
Internationalize a label in the My Purchases account plugin template. Fixes bug #12241
2011-08-31 16:49:56 -07:00
Colin Kuskie
68da3427c5
Don't commit an empty version tag when extending calender recurrences. Fixes bug #12240 .
2011-08-30 15:11:12 -07:00
Colin Kuskie
d76ff6ef33
Disable LDAP testing for the time being.
2011-08-30 14:53:17 -07:00
Colin Kuskie
61d7287ea5
Disable LDAP tests until we get the test LDAP server back up and running.
2011-08-30 14:35:20 -07:00
Colin Kuskie
36f818ed5e
Check for mixed items in the cart AFTER processing delete requests. Fixes bug #12239 .
2011-08-30 08:45:57 -07:00
Colin Kuskie
7a89bf19c7
Remove a template attachment in the Search namespace. Add tests to check all other template attachments. Fixes bug #12238 .
2011-08-28 17:28:47 -07:00
Colin Kuskie
d40048437c
Always take the latest revision of the Asset when updating subscribers, since it will always be locked in a version tag.
2011-08-26 16:44:28 -07:00
Chris Hanson
8ae2457370
fixed AssetReport: "Order the results by" issues ( #12227 )
2011-08-26 15:51:58 -05:00
Colin Kuskie
073093e30c
Avoid autivivifying hashes that are live references or will be cached later in User/Group.
2011-08-22 20:05:01 -07:00
Colin Kuskie
71a015a4ce
Remove debug output from Post.t
2011-08-22 19:47:47 -07:00
Colin Kuskie
e65368c7c1
Fix group membership by scratch variables for Visitor. Fixes bug #12195 . Kudos to trex for the base patch. Also fix the same problem in the IP based group membership.
2011-08-22 19:17:58 -07:00
Colin Kuskie
8ab2dcca05
Fix cleanup and spelling issues with Group.t
2011-08-22 17:24:06 -07:00
Colin Kuskie
4f2905645a
Changed urls sent to the asset indexer from using getUrl which prepends the gateway to them. Fixes bug #12229 .
2011-08-22 08:04:02 -07:00
Colin Kuskie
8ed3eba9bb
Allow multiple stock assets to be placed on the same page by making div ID's and JS function names unique. Fixes bug #12225 .
2011-08-21 19:52:38 -07:00
Chris Hanson
bdec9c84df
Changed dateTime to date in content profiling type, my misinterpretation of RFE.
2011-08-18 13:52:50 -05:00
Colin Kuskie
8211232e32
Ready for 7.10.23 development
2011-08-16 18:57:31 -07:00
Colin Kuskie
288624338c
7.10 is now stable.
2011-08-16 18:07:41 -07:00
Colin Kuskie
b6f3778cff
Preparing for 7.10.22 release (stable)
2011-08-16 18:04:25 -07:00
Colin Kuskie
e11e6543b1
Final tweak for the definition for Form/Combo.
2011-08-16 17:04:32 -07:00
Colin Kuskie
52cfc73033
Alter the merged upgrade script to accept the merged upgrade package.
2011-08-16 16:32:03 -07:00
Colin Kuskie
5ef5267110
Added merged package for upgrading.
2011-08-16 16:29:18 -07:00
Colin Kuskie
f85c7dd03e
Final batch of upgrade subroutine bug fixes.
2011-08-16 15:55:51 -07:00
Colin Kuskie
5a4369ea96
More upgrade fixes.
2011-08-16 15:48:52 -07:00
Colin Kuskie
b5ff886704
First batch of cleanups for the merged upgrade script.
2011-08-16 15:45:36 -07:00
Colin Kuskie
acfe7e775f
Add the merged upgrade script.
2011-08-16 15:36:27 -07:00