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
Scott Walters
0e94815f8d
FindBind in app.psgi to find the rest of WebGUI and just a touch more diagnostics
2011-10-07 04:02:56 -04: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
3832e130dc
Make the upgrade sub safe for reinstalls.
2011-10-06 14:51:35 -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
51f41024a3
Move GalleryFile/Photo over to getEditTemplate so it can inherit templates from its parent.
2011-10-04 16:32:33 -07:00
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
381638f62c
Set the action to get the save!
2011-10-03 15:41:04 -07:00
Colin Kuskie
e599e1ca97
Add an i18n namespace for the TimeField form plugin.
2011-10-03 14:39:49 -07:00
Colin Kuskie
0e82552f27
Make a custom getEditTemplate method to handle getting information from the parent Matrix. Fix class=>className form code, and adding buttons.
2011-10-03 13:40:04 -07:00
Colin Kuskie
259a42bc0b
Use done_testing() and test if addButton called twice nukues buttons.
2011-10-03 13:39:45 -07:00
Colin Kuskie
3de9a22bc4
save some typing when getting the admin object. Mark the type column as not sortable since it isn't an asset property.
2011-10-01 20:09:25 -07:00
Colin Kuskie
f20302cc63
Fix various object scoping issues. Still not context more/helper menus...
2011-10-01 19:53:46 -07:00
Colin Kuskie
d3b4a6d984
Internationalize the month names in the asset history helper in the new admin console.
2011-10-01 19:13:57 -07:00
Colin Kuskie
ced7fa371f
Pass admin.navigate an assetId instead of an object.
2011-10-01 17:17:44 -07:00
Colin Kuskie
8317b31031
Strip out unnecessary whitespace. Add enough error handling to test out the Ticket, Token, Ribbon and Badge.
2011-09-30 18:55:02 -07:00
Colin Kuskie
8973f6a4e2
Fix EMS issues and change www_edit to a getEditForm override.
2011-09-30 18:54:35 -07:00
Colin Kuskie
8cadf2d1c3
UPdated POD for getEditForm override.
2011-09-30 18:34:46 -07:00
Colin Kuskie
4aa668df33
Add some redirect/proceed magic to make it return you to the EMS after adding/editing a badge.
2011-09-30 15:24:45 -07:00
Colin Kuskie
cea9786d98
Updated to work with getEditForm.
2011-09-30 15:14:13 -07:00
Colin Kuskie
e6a7982111
I18n fix for EMSBadge, and updated to work with getEditForm.
2011-09-30 15:13:49 -07:00
David Delikat
3fbf953c9f
Merge branch 'master' into HEAD
...
Conflicts:
docs/changelog/7.x.x.txt
2011-09-30 03:47:09 +00: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