3cc88f8150
Update to current Perl
2026-02-06 13:40:47 +01:00
colin
94f1f3506c
Force tasks for a project to be ordered by when they were created instead of randomly.
2016-05-02 10:48:08 -07:00
Colin Kuskie
3268d32358
Asset Report NULL operators do not accept values.
2015-09-01 09:10:38 -07:00
Colin Kuskie
52843ad7ca
Fix a bug where cropping an image swaps the X and Y positions. Fixes bug #12413
2013-03-20 15:37:42 -07:00
Scott Walters
fab70d71c7
gracefully handle Collaborations having no lastPostId in the MessageBoard asset
2012-10-27 02:02:27 -04:00
Colin Kuskie
be37f12ab1
Clone stopped working in several tests in 5.14.2. Remove it in favor of Storable::dclone.
...
Clone handles being passed scalar data, but dclone does not.
2012-10-23 10:00:53 -07:00
Colin Kuskie
e046e5a8ce
Fix rendering of the carousel inside of a Story. Fixes bug #12386
2012-09-20 14:00:57 -07:00
Colin Kuskie
8aaa37e5e1
Fix a bug in the EMS related to showing badge data when the badge data does not have related badge groups.
2012-09-18 15:22:33 -07:00
Colin Kuskie
2d83f3c0d1
Add the same kind of performance data for Shortcuts, as AssetProxy macros.
2012-09-11 16:42:43 -07:00
Colin Kuskie
b37f9d581d
Fix multiple issues with how Thingy handles default values, and values that are false. Fixes bug #12362
2012-09-05 09:50:36 -07:00
Colin Kuskie
93f583d069
getLastPost in Thread.pm should not cast its data, but allow the asset to determine its own type.
2012-08-27 18:26:05 -07:00
Colin Kuskie
83227bd8b7
Quote the search query in the paginator. Fixes bug #12378 .
2012-08-18 12:50:24 -07:00
Colin Kuskie
4c31d182f8
Allow template diagnostics to work when a session asset is not set. Add a way to get the raw, encoded URL from the request object.
2012-08-15 08:39:54 -07:00
Colin Kuskie
79c843434c
Fix the unlikely case of empty photo data in a Story asset when purging.
2012-07-26 15:11:40 -07:00
Mark Leighton Fisher
7a6ee77a06
Fixed WebGUI::Asset::Wobject::Search::view() so HTML highlighting not broken by search phrase with unmatched char pairs
...
Fixed WebGUI::Asset::Wobject::Search::view() so HTML highlighting will not
be broken by a search phrase with unmatched char pairs like '()', '{}',
and '[]' (the HTML highlighter uses a regex internally for matching words
in the search phrase). Also fixed so ':' in the search phrase does not
confuse the HTML highlighter.
2012-07-02 17:03:58 -04:00
Colin Kuskie
dc4f813a5f
Fixes to make WebGUI compatible with newer perls.
2012-06-29 13:24:13 -07:00
Scott Walters
0422807b32
Revert "group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group" -- wrong branch.
...
This reverts commit eaa29c5f44 .
Conflicts:
docs/changelog/7.x.x.txt
2012-06-19 19:31:50 -04:00
Scott Walters
eaa29c5f44
group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group
2012-06-19 16:22:30 -04:00
Colin Kuskie
6e8801600d
Don't assume that users actually entered a URL to proxy in an HTTP Proxy asset. This would be reasonable.
2012-06-07 09:40:17 -07:00
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
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
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
e86b7bb180
Fix the FlatDiscount, so that it actually discounts all the time.
2012-02-15 16:36:55 -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
JT Smith
ba68ae8dcd
fixed possible values and default values on EMS submission.
2012-01-04 10:04:39 -06: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
36dec3b094
Fix a typo in the EMS www_printBadge
2011-10-27 21:29:32 -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
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
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
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
428ea58327
Add better support for user profile fields for addresses to the Cart and the EMS.
2011-08-11 16:27:29 -07: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
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
Paul Driver
9738ec0171
fixed #12206 : Bad Subscription Groups in Duplicated Threads
2011-07-27 11:19:02 -05:00
Peter Christiansen
fd3346586e
- added #9668 extension template variable to attachment loops for the following assets:
...
Article,Post,Event,File,Form::Attachments,Folder
2011-07-21 21:42:17 +02:00
Colin Kuskie
2ce2d7611a
Handle the case when the defaultValue is in mysql format for the Thingy, but we have to save in epoch. Fix a timezone offset issue. Fixes bug #12197
2011-07-18 21:26:31 -07:00
Colin Kuskie
9113408408
When a post is purged, disqualify it as the last post in its thread, and the parent CS. Fixes bug #12183
2011-07-11 15:04:54 -07:00
Colin Kuskie
5d74b24e97
Remove debug code, replace with line accidently deleted during debug. Fixes bug #12188
2011-07-08 15:23:17 -07:00
Colin Kuskie
e3a4afe5c3
Allow reasonable default dates in ISO 9601 format. Fixes bug #12165 .
2011-07-04 14:14:17 -07:00