Skip to content

Commit 5469328

Browse files
committedNov 7, 2011
Merge remote branch 'main/WebGUI8' into WebGUI8
2 parents ffbc759 + 3bd5172 commit 5469328

File tree

156 files changed

+5489
-583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+5489
-583
lines changed
 

‎docs/changelog/7.x.x.txt

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
7.10.23
2+
- fixed #12225: Stock asset, multiple instances on a page
3+
- fixed #12229: Indexed thingy data has gateway url prepended to it
4+
- fixed #12195: Visitor group by scratch membership shared among all Visitors (Dale Trexel)
5+
- fixed #12227: Corrected AssetReport such that OrderBy works correctly.
6+
- fixed #12238: Old template attachement in search template slows down sites
7+
- fixed #12239: Still get cart error message after removing extra recurring items from the cart
8+
- fixed #12240: Empty Extend Calendar Recurrance version tags
9+
- fixed #12241: Account Shop
10+
- fixed #12246: Layout inherits mobileStyleTemplateId and mobileTemplateId from parent Layouts
11+
- fixed #12246: added extra_www_add_properties as properties fix-up hook in child for www_add
12+
- fixed #12231: Thingy reindex fails on upgrade
13+
- fixed #12245: Encrypt Login and Display Message on Login conflict
14+
- fixed #12211: Recurring Item error message in Cart
15+
16+
7.10.22
17+
- rfe #12223: Add date type to content profiling (metadata)
18+
- rfe #12207: Thingy. Field_name info returned by www_editThingDataSaveViaAjax
19+
- fixed #12206: Bad Subscription Groups in Duplicated Threads
20+
- fixed #12208: replacements don't work
21+
- fixed #12213: Unable to view cart when an asset is deleted.
22+
- added: Better integration between User Profile fields, the Shop address book and the EMS.
23+
- fixed #12218: Failed INSERT in Passive Profiling causes leak
24+
- fixed #12173: CrystalX theme Thingy drop down problem
25+
26+
7.10.21
27+
- added #9668 extension template variable to attachment loops for the following assets:
28+
Article,Post,Event,File,Form::Attachments,Folder
29+
- added WaitForUserConfirmation workflow activity
30+
- added new setting - Enable Users after Anonymous Registration?
31+
- added the optional WebGUI::Content::PDFGenerator, not enabled by default
32+
(see the module's documentation).
33+
- fixed #12204: Default forum notification template produces invalid HTML
34+
- fixed #12202: JsonTable refers to unexistent YUI file
35+
136
7.10.20
237
- fixed: Do not call group methods on an undefined value.
338
- fixed #12178: random deletion of columns may happen when a schema is saved (Amir Plivatsky)
@@ -13,6 +48,7 @@
1348
- fixed #12135: Geo::Coder::Googlev3 needs common sense
1449
- fixed #12183: Posts do not disqualify themselves when purged
1550
- fixed #12189: installClass ignores preload.custom
51+
- fixed #12197: Default date Thingy disables date
1652

1753
7.10.19
1854
- fixed #12169: extras uploads symlink export
@@ -4224,3 +4260,4 @@
42244260
- Made the Include macro more secure.
42254261
- Added Len's patch to fix some caching problems.
42264262

4263+

‎docs/gotcha.txt

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ save you many hours of grief.
3131
Account Macro template
3232
Admin Toggle Macro template
3333

34+
7.10.23
35+
--------------------------------------------------------------------
36+
* The default_search2 template had a bad template attachment pointing to
37+
an old WebGUI CSS Snippet called /webgui.css. Any attachment with that
38+
URL will be removed from ALL templates in the Search namespace.
39+
40+
7.10.21
41+
--------------------------------------------------------------------
42+
* WebGUI now depends on Kwargs.
43+
3444
7.10.17
3545
--------------------------------------------------------------------
3646
* Due to a formatting problem with form variables in the PayPal driver, WebGUI

0 commit comments

Comments
 (0)