-
Notifications
You must be signed in to change notification settings - Fork 23
/
CHANGES.txt
80 lines (80 loc) · 5.53 KB
/
CHANGES.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
- Removed language parameter for bulk files API, languages now sourced from the databases.config file. Added language suffix for bulk files.
- Added fix for ApiV2 to generate content element in querylink when remove singlecontent is set to true
- Added "Bulk Link" feature with UI and admin-setting support
- Added localization, table text and an html-table for structure of the zip-files in the Index.html for the bulk download.
- Added admin endpoint that can dump out all tables to zipped CSV files that can be used for bulk download.
=== Release of PxWeb 2024 v1 ===
- Fix redirect to selection page for change language(issues/619) and in presentation-page if paxiom and the url dont match(issues/624)
=== Release of PxWeb 2023 v1 ===
- New version of PCaxis.Serializers with JSON-STAT2 and Parquet
- New version of PcAxis.Query.1.0.8 #367
- Added filetype csv2 and csv3 #367
- Fix for issue #344 (Classification does not get back to zero - ValuesetMustBeSelectedFirst)
- Dcat file uses the organizations.json file to map between organization names and existing organization uris
- Dcat admin tool and api-endpoint is now updated to allow for catalog titles and descriptions in multiple languages
- Dcat admin tool settings are now saved separately for each database, in the corresponding database.config file
- Dcat admin tool now uses the BackgroundWorker to run tasks as background processes
- Upgraded versions of nuget-packages
- Now possible to set CNMM database rootnode
- Updated template web.config with new assembly reference and new version number
- JSON format, added text for the variable values
=== Release of PxWeb 2022 v1 ===
- Changed Referrer-Policy to same-origin
- Added security header for Strict Transport and change value on header referrer-policy
- Added security header for cache-control
- Added support to restore variable values by selecting --Select classification--
- Changed to the PcAxis.Serializers nuget package
- Upgraded the Newtonsoft JSON library dependenvis to 13.0.1 due to a vulnerability issue
- Fixed marking tips translation in Swedish
- Fixed shortcut texts for file formats in commandbar
- Added transparancy option for charts
- Removed the dynamic content that as faulty generated when downloading files
- New admin setting to control display of code and text in the advanced serach result for variable values
- Made the compact view the default view on the selection page.
- Added lang-attribute to change-language-link (for screen-reader)
- New version of Excel (1.0.2) which has better performance
- Added a admin API endpoint for build/rebuild the Menu.xml file for PX file based databases
- Made the site logo clickable, issue #197
- Added admin setting to display external search link, issue #195
- Fix for treeview scroll problem, resolves #187
- New version of pcaxis.sql, resolves #190
- Possible to localize mandatory footnote label, issue #185
- Added admin setting to control variable sort order on selection page, issue #164
- Fixed bug when downloading files that added an extra byte, issue 167
- Added a CHANGES.txt to the PxWeb reop
- Added support for pivoted serializers i API, issues #154
- Removed FastMember dependency, issue #160
- Removed the FootnotSelection and FootnotePresentation page, issue #151, #142
- Bumped dependencies
- Fixed bug in the sorting view for swedish, issue #148
- Added missing translations in swedish, issue #146
- Carious UI improvments (burger button, shortcut buttons, chart settings navigation flow)
- Added error handler for PCAxisSearchIndexer, issue #136
- Improved logging for the clear method of the API cache, issue 139
- Imporved error handling in the API, issue #135
- CSS fixes for footnote display problems
- Added automated build action for Github
- Added admin API endpoint for reseting the caches
- Fixed so that developers can have there own config files and moved the existing onces to template folder that is used initialy after first build.
- Removed PxWeb.SavedQuery.Oracle, issue #112
- Changed "class attribute" to "CssClass attribute" in asp server controllers SearchValues.ascx.
- Removed role=banner inside a header
- Moved main-element to end of header. So that all elements is inside header, main or footer
- Added confirm-button in Change view menu to stop submit when select radio-button using keyboard.
- Change in "save as" so that screenreader will tell if accordian is open or closed.
- Added javascropt in "save as" so that screenreader reads what filteype is saved.
- Added description to screenreader describing the radiobuttons selection.
- Added screenreader text in language-files describing menu in presentation-page
- Added "screenreader user manual" for screenreader descibing the page.
- Removed role="complementary" on information about table. Wrong use of aria role.
- Retain focus on auto-submit button after submitting page (change valueset / group)
- Added aria-expanded on accordian to tell screenreader status on accordian
- Remove <br> from contact-info due to screenreader problems.
- Added div to api-accordian to get screenreader to read correct.
- On naviagation , hide image and non-clickable links for screenreader
- Added aria-label for layout-button
- In metadata on selectionpage, better text (for screenreader)
- On presentaionpage, keep focus on operationbutton and maintain status on menu (open/closed)
- Better text for screenreader on buttons on selectionpage.
- Added aria-live on selection page describing selection status and validation errors.
- Moved checkbox for search in front of search-field. Better to read (screenreader) checkbox text before searchfield connected to checkbox.