forked from SU-SWS/stanford_capx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
55 lines (50 loc) · 3.22 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Stanford CAPx x.x-x.x, xxxx-xx-xx
---------------------------------
Stanford CAPx 7.x-2.0, 2016-05-27
---------------------------------
- Entity relationships!
- Multiple entity creation (IE: Publications).
- Multiple field collections.
- Merged connect and settings form.
- Maintains index association on multiple item creation and wildcard json queries.
- Bug fix for field collection item mapping values that went missing after save.
- Added several new permissions for more granular control over the
- Removed superfluous required text on field mapping
- Required fields with a default value are no longer required in the mapping.
- Added auto truncating of text fields in order to avoid the PDO exception error of value too long.
Stanford CAPx 7.x-1.3, 2016-02-05
---------------------------------
- Bugfix: Removed hook_install views save and install time check for private files dir.
- Bugfix: Reduced duplicate warning messages.
- Bugfix: Fix UI for field collection mapping where it was only showing one.
- Added variable cache clear.
- Added block module as a dependency.
- Removed empty error messages caused by the new autonodetitle module.
- Bugfix: Fixes to taxonomy term saving.
- BASIC-1639: protection against images that were unable to be saved to disk.
- Publish orphans that were automatically unpublished.
- Bugfix: Fixes for orphans that are not on the API any more.
- CAPX-167: Expand and collapse all for the data browser.
- CAPX-113: Floating scrollable mapping sidebar.
- CAPX-113: Fixes for page offset and updates to data browser quick links.
- CAPX-89: Skip API call to count the sunet ids as we already have them.
Stanford CAPx 7.x-1.2, 2015-09-10
---------------------------------
- Upgraded HTTP Client from Guzzle 3.7.4 -> 6.0.2
- User entities when created from CAP now get a random password assigned to them.
- Fixed permission issues with the profiles list view
- Created new module capx_auto_nodetitle module to allow and integrate mapping with content types that use the auto_nodetitle contrib module.
- New capx_auto_nodetitle module allows for better mapping with stanford_person
- Performance improvement with the handling of files from the CAP API. Now files don't have to be downloaded to check to see if they have changed.
- Performance improvement with the handling of files on the Drupal side of things where previously, copies of the file were made on each profile update and now they are updated in place.
- Updates to profiles that produce errors are now marked an invalidated so that the next time an automatic sync happens the profile tries to get updates again. Previously, if there was an error in a profile the error was logged and the profile stayed put until a change happened on the CAP API side of things or a forced update happened.
- Fixed a bug where non-mapped fields were losing their data.
- Fixed a bug where updated profile images were being updated but the automatic thumnails (imagecache) were not.
- Changed the Jira project the issue collector module goes in to so that goes straight into the backlog.
- And a number of other smaller bug fixes and performance improvements.
Stanford CAPx 7.x-1.1, 2015-03-06
---------------------------------
By jbickar:
-Fixed typos in labels
-Added LICENSE.txt
-Added CHANGELOG.txt