Commit graph

3247 commits

Author SHA1 Message Date
Colin Kuskie
45d7c5505f Do not show Tickets in the schedule screen when they are either in the Trash or in the Clipboard. Fixes bug #12345. 2012-05-26 20:59:14 -07:00
Colin Kuskie
ee783e7374 Make exporting assets as HTML work when an export with mobile styling has been selected. Fixes bug #12364 2012-05-26 20:40:38 -07:00
Colin Kuskie
70c9939169 Make sure that viewing permissions are obeyed in the method, and that the DataForm just doesn't hide the link. Fixes bug #12353. 2012-04-17 19:02:12 -07:00
Colin Kuskie
2c225f30f5 Do not attempt to change the status on an inbox message which doesn't exist. Fixes bug #12349. 2012-04-02 18:33:38 -07:00
Scott Walters
d4f63b2bce fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0" 2012-03-22 00:13:50 -04:00
Colin Kuskie
fcd933489b Fix the duplicating of events with related links that have restrictive permissions. Fixes bug #12010. 2012-03-20 11:59:13 -07:00
Colin Kuskie
275fcd0bb8 Do not return content from cacheByHTTP if the request errors, otherwise callers can process bad content, like SC assets expecting RSS feeds and getting 404 error pages. 2012-03-13 21:29:32 -07:00
Colin Kuskie
9a09ec0447 sslEnabled in the config file trumps encryptLogin in the settings. 2012-03-11 16:04:31 -07:00
Chris Liu
b39a7d5f0f Fixed bug 12297 - keywords.form help text 2012-03-09 14:23:47 -06:00
Colin Kuskie
d55f8ee897 Document the bugfix for Crud form handling. 2012-03-06 22:40:48 -08:00
Colin Kuskie
92f4a5f1af Document a template variable that already existed to fulfill RFE #9730. 2012-02-29 23:51:57 -08:00
Colin Kuskie
d2f157ddea Provide a fallback for contents of .wgaccess files. Fixes bug #12328 2012-02-24 22:27:44 -08:00
Colin Kuskie
99fa73ab34 Document bugfix. 2012-02-24 22:23:13 -08:00
Colin Kuskie
aa76dc52cd Document the bug fix for the flat discount asset. 2012-02-15 16:37:07 -08:00
Colin Kuskie
82554add6b Make sure that HttpProxy cleans up after itself when purging assets or revisions. 2012-02-14 15:30:07 -08:00
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
20e49b51d6 Try to trap errors while loading classes. Fixes bug #12321. 2012-01-26 16:04:02 -08:00
Colin Kuskie
3c8ee71da2 Ready for 7.10.25 development. 2012-01-16 21:27:55 -08:00
David Delikat
bce42bca47 ticket 12318: asset error causes asset manager to fail 2012-01-12 00:20:41 +00:00
Colin Kuskie
fabf59fa54 Remove YUI tests (with and without PHP) from git repo. Fixes RFE #12315. 2012-01-12 15:40:25 -08:00
Colin Kuskie
e5f987babf Fix a bad nested macro in the Shop's my purchases template. Fixes bug #12312 2012-01-04 11:23:41 -08:00
JT Smith
ba68ae8dcd fixed possible values and default values on EMS submission. 2012-01-04 10:04:39 -06:00
David Delikat
e364012044 fixed #12308: error message used scalar as reference 2011-12-12 17:05:54 -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
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
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
9da88844e0 Make sure that calendar time span flags are always set. Fixes bug #12271. 2011-10-15 13:06:44 -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
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
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
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
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
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
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
Chris Hanson
8ae2457370 fixed AssetReport: "Order the results by" issues (#12227) 2011-08-26 15:51:58 -05: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
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
Chris Hanson
6f5a5fc6b6 - rfe #12223: Add dateTime type to content profiling (metadata) 2011-08-16 13:19:30 -05:00