forward port syndicated articles i18n template fix
This commit is contained in:
parent
b9edc2592d
commit
b42d3a80de
3 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
|||
- fixed #9237: Payment Gateways all display "cash"
|
||||
- fixed #8816: PayDriver "Label" of the instance of the driver should be used instead of the generic name
|
||||
- fixed #4220: testEnvironment.pl unable to find WebGUI modules...
|
||||
- fixed #9279: "Read more" text in Syndicated Articles is not a label
|
||||
|
||||
7.6.5
|
||||
- security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them.
|
||||
|
|
|
|||
BIN
docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg
Normal file
Binary file not shown.
|
|
@ -4326,6 +4326,12 @@ Users may override this setting in their profile.
|
|||
context => q{i18n label for time duration in WebGUI::DateTime},
|
||||
},
|
||||
|
||||
'read more' => {
|
||||
message => q|Read More|,
|
||||
lastUpdated => 1229013268,
|
||||
context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue