Commit graph

3237 commits

Author SHA1 Message Date
Colin Kuskie
6d2199a083 Fix style declaration in minicart template for validation. Fixed #12456 2014-11-10 18:58:58 -05:00
Colin Kuskie
a5c6520a56 Update USPS ShipDriver to V4. Fixes bug #12455 2014-10-29 18:53:47 -04:00
Colin Kuskie
2f2887369e Fix bug #12454, loss of from field data when emailing groups 2014-10-16 16:33:09 -04:00
Colin Kuskie
92e6592df1 Ready for 7.10.29 development. 2013-03-20 21:38:23 -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
Colin Kuskie
21f9af32d2 Remove Clone from Spectre, too! 2012-11-16 09:34:21 -08:00
Colin Kuskie
2ec38b1407 When Group->new is called with a group that doesn't exist, it returns a faked Group object. Calling delete on this object fails for some Cache types. 2012-11-01 17:52:51 -07:00
Colin Kuskie
981ab43984 Ready for 7.10.28 development. 2012-10-29 20:07:20 -07:00
Scott Walters
84a8b39d89 remove duplicate changelog entry 2012-10-27 02:02:52 -04:00
Scott Walters
fab70d71c7 gracefully handle Collaborations having no lastPostId in the MessageBoard asset 2012-10-27 02:02:27 -04:00
Scott Walters
9a45ff4b91 on invalid proceed method in call to editSave, warn and recover rather than run time error 2012-10-27 02:02:26 -04:00
Colin Kuskie
59ce3b3fd6 Upgrade YUI to 2.9.0 2012-10-24 10:40:52 -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
50c7634800 Paste assets in the clipboard which are archived. 2012-09-19 16:39:12 -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
ca78e1db4e Spectre is touchy about things that die in perl. Fix the UpdateAssetSubscribers workflow activity to catch if the group in the asset does not exist. 2012-09-16 20:51:18 -07:00
Colin Kuskie
61210fb776 Fix a problem similar to the Trash/utf-8 in the Clipboard. 2012-09-12 10:40:14 -07:00
Colin Kuskie
ef6eabfa9e Handle UTF-8 characters in asset titles in the trash. Fixes bug #12385. 2012-09-12 09:20:27 -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
56e8240006 Changelog notice for TinyMCE upgrade. 2012-08-30 16:02:25 -07:00
Colin Kuskie
4f74c4cd3e Fix metaData revisionDates that were left as 0 from upgrades. Thanks to Dale Trexe for the script which inspired this upgrade sub. Fixes bug #12339. 2012-08-30 11:46:43 -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
55893c0050 Fix Crud's pPFFP and commit the results this time so that I don't lose it and have to explain why I'm redoing 4 hours of painstaking form work with testing. Fixes bug #12382. 2012-08-23 15:00:09 -07:00
Colin Kuskie
4d3056299c Fix a POD typo in the userImport script. Fixes bug #12379 2012-08-21 12:59:34 -07:00
Colin Kuskie
e60c92693b Ready for 7.10.27 development. 2012-08-20 22:52:37 -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
358bc1557a Ready for 7.10.26 development (forgot to do this earlier) 2012-08-15 08:30:13 -07:00
Colin Kuskie
ca2c06381a Fix gateway issues in several modules, including auth for password recovery. Fixes bug #12375 2012-07-19 09:39:12 -07:00
Colin Kuskie
6ca603e7dd Let the AssetReport asset search over all wobjects. 2012-07-17 11:28:11 -07:00
Colin Kuskie
a3f5b3ae6c Handle the case when a friend approve message no longer exist. 2012-07-10 16:12:29 -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
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
3fe8f9a080 fix nasty data sync bug in WebGUI::User::friends that was causing the friendsGroup assigned to a user t
o immediately be lost and replaced a different one in a call to WebGUI::Friends->add, which creates sep
erate instances of users
2012-06-19 18:04:12 -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
Scott Walters
851844c917 lots of stuff expects the request object to have a hostname method. give it one. 2012-06-19 16:20:56 -04:00
Scott Walters
225df67d1f PseudoRequest shouldn't clobber Apache2::Cookies if the package already exists; mock requests are sometimes useful under mod_perl and this is a bit of a gotcha 2012-06-19 16:17:26 -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
Arjan Widlak
7ab4726600 - fixed #12365: editing a metadata category may cause a fatal error 2012-06-05 12:34:50 +02:00
Colin Kuskie
fd4b75b2b2 Make sure that the session actually contains a slave connection before trying to use it. Fixes bug #12305 2012-05-28 14:28:01 -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
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