move branch point up to 7.5.24
This commit is contained in:
parent
b607f625a5
commit
979f1eb160
41 changed files with 326 additions and 42 deletions
|
|
@ -3,9 +3,6 @@
|
|||
- added an epochDate field to the template for CS RSS items. The ^D();
|
||||
macro can then format the epoch date.
|
||||
- fixed: actove admin console tab isn't highlighted
|
||||
- fixed: Folders are cached by the client too long for visitors
|
||||
- added variant id template variable to product variant loop
|
||||
- fixed: editting DataForm email fields resets their name
|
||||
- no longer preloads files that start with .
|
||||
- rfe: let package import inherit permissions
|
||||
- added fieldsets around form controls with multiple elements
|
||||
|
|
@ -22,50 +19,21 @@
|
|||
- fixed: AssetProxy allows proxying content in the trash or clipboard
|
||||
- fixed: Textarea resizer has a gap between textbox and resizer initially
|
||||
- added: getLineageIterator method to simplify working on large sets of assets
|
||||
- fixed: Syndicated Content doesn't decode alternate character sets
|
||||
- fixed: Some templates ship with isPublic=1
|
||||
- fixed: DataForm export tab delimited doesn't work
|
||||
- fixed: Project Manager sometimes causes errors when adding users to a task
|
||||
- fixed: site navigation will sometimes show as half or not styled
|
||||
- fixed: after editting assets from the asset manager, it returns to site instead of manager
|
||||
- improved Rich Text selection list, changed CS and Wiki to use it
|
||||
- fixed: invalid HTML generated for Shortcut overrides tab
|
||||
- fixed: copying or duplicating an asset in the asset manager never autocommits
|
||||
- fixed: Server side spell checker errors when checking text with single quotes
|
||||
- remove Do Nothing On Delete workflow and allow none to be selected for on delete etc workflow
|
||||
- remove remnants of realtime workflow selection code
|
||||
- fixed: Asset view time format problem
|
||||
- fixed: DataForm doesn't work properly with internationalized fields
|
||||
- fixed: incoming data not properly decoded from utf8
|
||||
- fixed: Can't call method "getSku" on unblessed reference
|
||||
- fixed: PurgeOldInboxMessages just didn't work
|
||||
- fixed: Unable to delete data form entries
|
||||
- fixed: Select All checkbox in Asset Manager has returned
|
||||
- fixed: DataForm Integer value zero does not pass validation
|
||||
- added: Page range (start-finish) to available paginator text
|
||||
- rfe: view profile
|
||||
- rfe: Shop: workflow warning for almost out of stock
|
||||
- fixed: Show Message On Login continue link
|
||||
- fixed: Show Message On Login doesn't show after anon registration
|
||||
- fixed: Settings - Show Message On Login behaviour
|
||||
- fixed: Page Layout templates generate invalid HTML with description
|
||||
- fixed: Form/Integer now shows 0 in the results page
|
||||
- added: Email from field now prefixed with username
|
||||
- added: Inbox messages now tell you who the message was from
|
||||
- fixed: Reoccurring transactions now update the correct user id
|
||||
- fixed: I need a template for this display
|
||||
- fixed: If a user clicks on an unsubscribe link in an email and they are not logged into WebGUI, they are now prompted to log in so that they can then unsbscribe.
|
||||
- fixed: Using a password recovery token a second time informs the user of the reuse instead of having a style inside a style with a login form.
|
||||
- fixed: Thingy Things can now have no fields and still be functional.
|
||||
- fixed: Can no longer buy badges from receipt or direct link page if quantity is empty
|
||||
- fixed: Tickets on add to badge screen now show the time at the event's timezone
|
||||
- It was possible to run multiple singleton workflows at the same time.
|
||||
- fixed: WebGUI Password Recovery email subject hard-coded
|
||||
- rfe: Add url to list of attributes tracked in assetHistory
|
||||
- fixed: Article now only allows 2 files to be uploaded
|
||||
- fixed: DataForms can now export all non-default fields
|
||||
- rfe: Search results now return with keywords highlighted.
|
||||
- rfe: After committing a version there is now a back to site link
|
||||
- rfe: Added sort order to Folder assets
|
||||
- rfe: Added canEdit and canAddFile template vars to Folder assets
|
||||
- rfe: Add logged-in time to Login History
|
||||
|
|
@ -81,20 +49,10 @@
|
|||
- rfe: Registration form to keep user entries on error - required and errored fields are now highlighted.
|
||||
- added: Thingy view template now has access to field_dateCreated and field_lastUpdated for Things.
|
||||
- added: AssetManager now times out after 30 seconds on the AJAX call to load assets. This will help people realize they are having network issues.
|
||||
- fixed: DatePicker.js can now use different first days of the week.
|
||||
- added: Default templates now show big warning message. All templates added via upgrade scripts
|
||||
are set to be a "default" template.
|
||||
- fixed: Utility script skeleton now more complete and less annoying
|
||||
- fixed: HttpProxy parser now handles self-closing tags correctly
|
||||
- fixed: HttpProxy parser now doesn't try to rewrite forms unless also rewriting URLs
|
||||
- fixed: WebGUI::HTML->cleanSegment now also keeps <link> if preserving script and style
|
||||
- rfe: Teach Thingy to be a Web Service (SDH Consulting Group)
|
||||
- multiple default templates broken with prevent proxy caching
|
||||
|
||||
7.5.22
|
||||
- fixed: Layout template now gets prepared correctly
|
||||
- fixed: When user does not have permissions to search/edit a thing a proper error is shown.
|
||||
- fixed: Thingy now requires at least 1 field for a new Thing.
|
||||
|
||||
7.5.21
|
||||
- fixed: purchase detail screen shows incorrectly in Safari
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue