Colin Kuskie
82603b29c7
Add a progress bar to the passive analytics data export functions.
2011-10-13 09:10:35 -07:00
Colin Kuskie
40c61575d6
Fix syntax errors in the last Auth patch for bug #12269 .
2011-10-13 09:09:45 -07:00
Colin Kuskie
916a1eadc8
Fix a typo in the scratch variable for the last log position during PA bucketing.
2011-10-07 11:23:36 -07:00
Colin Kuskie
a9cac3bdd9
Restore remembering the count from time to time while doing PA.
2011-10-06 15:24:50 -07:00
Colin Kuskie
6ed275b133
Rework PA again to not try and sort the passiveLog. Instead, we iterate and store "last" data in a new database table.
2011-10-06 10:22:39 -07:00
Colin Kuskie
5314530a3c
When using encrypted logins, do not add the webServerPort from the config file. Fixes bug #12269 .
2011-10-05 22:39:20 -07:00
Ernesto Hernández-Novich
e5ef40f0a4
Adding back call to assetReport.js - Fixes bug #12201
2011-10-04 19:14:04 -04:30
Colin Kuskie
e599e1ca97
Add an i18n namespace for the TimeField form plugin.
2011-10-03 14:39:49 -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
77a2a09d3c
Ready to 7.10.24 development.
2011-09-12 18:39:20 -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
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
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
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
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
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
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
e11e6543b1
Final tweak for the definition for Form/Combo.
2011-08-16 17:04:32 -07:00
Colin Kuskie
63aa62b493
Merge pull request #21 from daviddelikat/master
...
textExtras in Combo object
2011-08-16 14:36:03 -07:00
David Delikat
756ae7ae0c
remove reference to extras as requested
2011-08-16 15:41:11 -05:00
Chris Hanson
31c167194e
Added dateTime to metadata field types
2011-08-16 11:36:23 -05:00
David Delikat
ce73956d60
added 'textExtras' property for passing 'extras' to the text box portion of the combo
2011-08-13 17:40:39 -05:00
Colin Kuskie
428ea58327
Add better support for user profile fields for addresses to the Cart and the EMS.
2011-08-11 16:27:29 -07:00
Graham Knop
39049e1c7c
fix race condition in passive profiling
2011-08-08 15:42:34 -05:00
Colin Kuskie
3b7dd524db
When a Sku is purged, delete it from all carts. Better handling for cartItems whose assets have been deleted. Fixes bug #12213
2011-08-02 10:00:53 -07:00
Colin Kuskie
a3ff0fb7a5
Fix replacements (again). Add tests to test words and sequences with punctuation. Fixes bug #12208 .
2011-08-01 10:27:43 -07:00
Colin Kuskie
1cc7ac2578
Fix some POD spelling areas.
2011-07-30 11:24:48 -07:00
Peter Christiansen
8b9be1e036
RFE 12207 : www_editThingDataSaveViaAjax should return more info if thingdata fails to be saved.
...
As it is it returns json with an array of error messages: [{error_message=>"some error"},..]
But to be able to do anything useful with this. eg. highlighting of form fields whose
input is erroneous we should also return the fieldName.
This patch takes care of this.
2011-07-28 22:35:18 +02:00
Colin Kuskie
1d54196f44
Add payment driver for Authorize.net. i18n, upgrade script, config file changes, and new template.
2011-07-27 13:24:30 -07:00
Paul Driver
9738ec0171
fixed #12206 : Bad Subscription Groups in Duplicated Threads
2011-07-27 11:19:02 -05:00
Colin Kuskie
5e40bf4528
Ready for 7.10.21 development
2011-07-25 21:14:05 -07:00
Colin Kuskie
d7112b2a3b
Add POD to PDFGenerator so it passes tests.
2011-07-25 16:12:17 -07:00
Colin Kuskie
fef167bd0f
Fix a syntax error in the Json table caused by my bad merge.
2011-07-25 15:00:11 -07:00
Paul Driver
7b1e385dd3
Added new setting - Enable Users after Anonymous Registration?
2011-07-25 14:07:01 -05:00