Colin Kuskie
2dbd38f519
Make a safe copy of the config file before modifying it. Fixes bug #12322 .
2012-02-04 14:52:16 -08:00
Colin Kuskie
78159c9795
Fix typo introduced into Group.pm
2012-01-31 15:37:08 -08:00
Colin Kuskie
20e49b51d6
Try to trap errors while loading classes. Fixes bug #12321 .
2012-01-26 16:04:02 -08:00
Colin Kuskie
3b3502b565
Trim extra whitespace.
2012-01-13 13:34:49 -08:00
David Delikat
bce42bca47
ticket 12318: asset error causes asset manager to fail
2012-01-12 00:20:41 +00:00
JT Smith
ba68ae8dcd
fixed possible values and default values on EMS submission.
2012-01-04 10:04:39 -06:00
Colin Kuskie
c22bc0c54a
Add missing POD to AssetExportHtml.
2012-01-03 14:57:17 -08:00
David Delikat
db46cad887
fixed bug in error message in sub process: check caught exception for reference or scalar before processing
2011-12-12 16:46:07 -06:00
Colin Kuskie
fd98df41d3
Fix visitorCacheTimeout usage in the Thread and Event assets. Fixes bug #12309 .
2011-12-09 10:55:25 -08:00
Colin Kuskie
b619392d2e
Remove debug code from the Event for logging.
2011-11-28 10:23:13 -08:00
Colin Kuskie
626011a850
Only export custom choice types for the Survey, and only the ones that are used by this Survey.
2011-11-22 09:02:10 -08:00
Colin Kuskie
9d2bcd282b
Make sure that custom question types are included in the packaged Survey. Fixes bug #12304 .
2011-11-21 14:19:51 -08:00
Colin Kuskie
200494b28d
Fix an edge case where invalid JSON is written the database. Fixes bug #12303 .
2011-11-20 22:24:14 -08:00
Colin Kuskie
b1133d9118
Fix a typo in the cart.
2011-10-27 21:39:09 -07:00
Colin Kuskie
36dec3b094
Fix a typo in the EMS www_printBadge
2011-10-27 21:29:32 -07:00
Colin Kuskie
7c1e81a761
Fix the POD docs for LDAPLink
2011-10-27 13:23:48 -07:00
Colin Kuskie
b6c4adc8e0
Fix bucket name truncation in the bucket log, and don't forget to check the delta interval when summarizing.
2011-10-20 20:25:16 -07:00
Colin Kuskie
9ef8f098cf
Convert Passive Analytics to use the new ProgressBar with Download code.
2011-10-15 13:54:17 -07:00
Colin Kuskie
63c31404c2
Allow a redirect to be sent to the user that cannot be calculated when creating the Fork object. This is useful for Forks that build files to be downloaded.
2011-10-15 13:53:33 -07:00
Colin Kuskie
22bf6e8451
Fix a bug in Fork where it would quit on the first lookup, whether or not the Fork was really done. The variable for completeness is "current" instead of finished.
2011-10-15 13:52:15 -07:00
Colin Kuskie
9da88844e0
Make sure that calendar time span flags are always set. Fixes bug #12271 .
2011-10-15 13:06:44 -07:00
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
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