diff --git a/.gitignore b/.gitignore index 71bea14e3f..c881c3bd3e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,12 @@ package/rpm/RPMS/noarch/* /res1 /resource.xml /rtf*.rtf +# Debian +debian/*.debhelper +debian/*.debhelper.log +debian/*.buildinfo +debian/*.substvars +debian/files +debian/ipt +debian/maven-repo-local +debian/debhelper-build-stamp diff --git a/debian/README.md b/debian/README.md new file mode 100644 index 0000000000..47883582b8 --- /dev/null +++ b/debian/README.md @@ -0,0 +1,45 @@ +## Intro + +## Prerequisites + +``` +sudo apt install debhelper +sudo apt install devscripts +``` + +## Build + +You can generate a non-signed debian package via: + +```bash +debuild -us -uc -b +``` +in the parent of this directory. This will generate the deb file in the parent directory of this repository. + +You can increase changelog version and comments with `dch` utility, like with `dch -i` that increase minor version. + +Add to your .gitignore: +``` +*/*.debhelper +*/*.debhelper.log +*.buildinfo +*.substvars +debian/files +debian/ipt +``` +## Looking for inspiration? + +You can see [tomcat8-examples package source](https://salsa.debian.org/java-team/tomcat8/tree/master/debian) for inspiration of tomcat8 packages and also about how to create multiple debian packages from a same source repository. + +Also `dbconfig-common` package have some samples in `/usr/share/doc/dbconfig-common/examples/` for mysql and postgresql debian configuration tasks for packages. + +## Testing + +You can test the generated package without install it with `piuparts` like: + +```bash +sudo piuparts -D ubuntu -d xenial -d bionic ../ipt_2.4.0-1_all.deb +``` +in this way you can also test it in different releases. + +Read `/usr/share/doc/piuparts/README.*` for more usage samples. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000000..4a9d239246 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,8372 @@ +ipt (2.7.3) bionic; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.7.3 + * Merge remote-tracking branch 'origin/master' + * Make datatable requests POST instead of GET + * New Crowdin updates (#1945) + * #1962 Enable AppConfig tests, make getResourceEmlUrl method work again + * Temporarily disable three AppConfig tests + * Try empty URL for base URL for EML endpoint + * #1962 Forbid empty base URL + * Hyphens instead of empty space in the resource table when resource is published under No organization + * Wrong modal window shown for mapping deletion + * Align image upload buttons with the rest of action links/buttons + * #1950 Secondary, warning and danger colors are no more customisable + * Extension icon-with-link buttons + * UI fixes + * #1946 Add margin to action button + * Add roboto fonts to fix issues in Edge + * #1946 Increase overview action buttons size + * #1946 Add margin to overview action icons + * Remove fontawesome fonts + * Bump xstream 1.4.20 + * Disable network functionality for deleted resources + * Merge remote-tracking branch 'origin/master' + * #1946 Remove duplicated status, align some styles + * Overview improvements + * [translation] Update translation indices + * Fix link syntax. + * #1946 Private status icon and color + * #1946 Align visibility icons + * #1946 Deleted status color + * #1946 Body text color + * #1946 Primary color for overview action links + * #1946 Overview page UI improvements (visibility) + * #1946 Overview page UI improvements (visibility/publication) + * Metadata pages action links + * #1946 Pills for accounts table + * #1946 Style overview page (Publication, pills) + * #1946 Style home page table (number format, status) + * #1946 Style home page table + * #1946 Style home page table (visibility) + * #1946 Style home page table (types/subtypes) + * #1948 Fix empty overview title + * #1946 Small UI fixes + * Re-arrange blocks overview page + * #1946 Overview page improvements (publication) + * #1946 Overview page improvements (registration) + * #1946 Overview page improvements (network, managers) + * #1946 Overview page improvements + * #1946 Overview page improvements (sources/mappings) + * Update bootstrap icons + * #1944 OBIS DQ validator info + * [translation] Update translation indices + * Japanese is in progress. + * [translation] Update translation indices + * New Crowdin updates (#1942) + * Merge pull request #1938 from gbif/manual-2.7 + * Minor grammatical improvements. + * Merge pull request #1943 from gbif/issues-with-translations-2 + * Use latest links to manual in readme files etc. + * [translation] Update translation indices + * Set latest released version + * 2.7.2 release + * [maven-release-plugin] prepare for next development iteration + * Reverted problematic documentation translations + * Update documentation + * Administration documentation + * Administration documentation (intro) + * Manage documentation (overview page) + * Manage documentation (metadata: citations, collection data, external links, additional metadata) + * Manage documentation (metadata: project data, sampling methods, citation) + * Manage documentation (metadata: keywords, associated parties) + * Manage documentation (metadata: basic, geographic, taxonomic, temporal) + * Manage documentation (mappings) + * Manage documentation (overview, sources) + * Home documentation + * Overview documentation + * Setup pages documentation + * About page documentation + -- gbif-jenkins Wed, 01 Mar 2023 12:51:22 +0000 + +ipt (2.7.2) bionic; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.7.2 + * Revert documentation translations + * New Crowdin updates (#1941) + * New Crowdin updates (#1935) + * [translation] Update translation indices + * 2.7.1 release + * Fix select width organisation page + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Thu, 02 Feb 2023 12:55:55 +0000 + +ipt (2.7.1) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.7.1 + * #1936 Use absolute path for ajax request + * #1937 Fix DOI issues + * "Last modified not set" when lastModifiedDate is absent + * [translation] Update translation indices + * Avoid version in macro + * [translation] Update translation indices + * 2.7.0 release + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.7.0 + * #1933 Control tab sequence + * On balance, more existing links use 2.5. + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Tue, 31 Jan 2023 11:05:27 +0000 + +ipt (2.7.01) unstable; urgency=medium + + + -- gbif-jenkins Thu, 26 Jan 2023 13:04:44 +0000 + +ipt (2.7.0) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.7.0 + * #1933 Control tab sequence + * On balance, more existing links use 2.5. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.7.0-RC1 + * Fix ResourceManagerImplTest + * New translations faq.adoc.pot (Spanish, Colombia) (#1932) + * New Crowdin updates (#1931) (Newlines) + * 2.6 is correct for here. + * Display wider version range for 2.5-2.7 documentation. + * Fix ResourceManagerImplTest + * gbif-metadata-profile v2.1 + * Version 2.7.0-RC1 + * New Crowdin updates (#1910) + * #1325 Taxonomic coverage reordering + * #1325 Additional identifiers reordering + * #1325 External links reordering + * #1325 Collections data reordering + * #1325 Citations reordering + * #1325 Sampling methods steps reordering + * #1325 Project personnel reordering + * #1325 Associated parties reordering + * #1325 Keywords reordering + * #1325 Tempcoverage reordering + * #1929 Temporal coverage fixes + * #1325 Taxon reordering + * #1325 Basic metadata reordering + * #1325 Add sortable lib + * Replace Agent type with actual properties + * #1922 Set lastModified when creating from archive + * Make lastModified a common field for sources + * #1911 Registration and networks fixes + * #1911 Fix publication, show proper warnings if needed + * #1911 Fix issues with the publication report + * #1911 Visibility form indent + * #1911 Fix issues with visibility and registration actions + * #1911 Overview action buttons for managers and networks sections + * #1911 Overview action buttons for auto-publishing, visibility and registration sections + * #1911 Overview action buttons for sources, mappings, metadata + * #1911 Overview changes for netowrks, managers, auto-publication, registration + * #1911 Overview changes for metadata, publishing, auto-publishing, visibility and registration sections + * #1911 Improvements for mappings list + * #1911 Improvements for sources list + * #1920 Enable copy link, add modal window + * #1920 Json service for metadata agents + * #1235 Catch JsonSyntaxException in RegistryManagerImpl + * #1319 Change the order of licenses + * Merge remote-tracking branch 'origin/master' + * Add icon to Click here to contact link + * #1919 Taking env into account + * #1919 Warning for possible duplicate registrations + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * Add link to rs.gbif.org for roles + * [translation] Update translation indices + * #1915 Add roles descriptions to the manual + * Fix ResourceTest + * Merge branch '1906-metadata-providers' + * #1360 Align citation with GBIF.org + * Small UI improvements to login button + * Merge branch 'master' into 1906-metadata-providers + * #1911 Add form to registration button + * #1874 Preserve contacts order + * #1909 Directory for project personnel and associated parties + * #1903 Support .gz source files (non-tar) + * #1911 Replace register button + * Spinner for source file upload + * #1911 Align indents for action buttons + * #1914 File size UI validation + * Merge remote-tracking branch 'origin/master' + * #1911 Close metadata modal on metadata override (replace) + * #1909 Ignore protocols for user ID directories + * #1911 New action buttons for overview page + * #1906 Do not automatically set current user as a metadata provider + * #1906 Integrate new (2.0) metadata-profile + * Display spinner create resource + * #1906 Make metadata providers optional + * Remove temp logs + * #1794 Do not erase passwords about action + * Add temp log to catch issue with passwords + * Remove alternative for img + * Merge remote-tracking branch 'origin/master' + * #1858 No logs and report for metadata only resources + * New translations releases.adoc.pot (Spanish, Colombia) (#1905) + * New Crowdin updates (#1904) + * New Crowdin updates (#1873) + * #1897 Fix paging + * #1901 Add checkbox for DOI registration agency + * #1902 Pills for user roles + * #1346 User openrtf library for RTF generation + * Merge remote-tracking branch 'origin/master' + * #1899 Fix inferring temporal coverage metadata + * [translation] Update translation indices + * Formatting corrections. + * Create faq.adoc + * Edited paragraph on updating organization + * v2.7.0 + * gbif-doi v2.19 + * #1898 Spinner for mapping opening + * #1862 r parameter for rss + * #1898 Spinners for slow actions + * #1898 Spinners for slow actions + * Limit resource table max width + * #1124 Resource to go public automatically on a pre-set date + * #1895 Public/Private -> Make public/Make private + * #1894 Align status badges with home page + * #1893 Dedicated section for GBIF registration + * Change exception type in ResourceManagerImpl#copyMetadata + * Fix GenerateDwca + * #1831 Allow snake case for basisOfRecord + * #1892 Update commons-io 2.8.0 -> 2.11.0 + * #1892 Update GBIF dependencies + * #1892 Bump dependencies + * #1892 Bump database driver dependencies + * Fix breadcrumb + * #1816 Do not filter out datasets with 0 records + * #1816 DCAT text/turtle content type + * #1879 Reset change summary for auto-published version + * #1890 Check source password is not empty before saving + * Fix MappingAction#readSource prevent NPE + * Add BOM to data tables js and css files + * Try-with-resources for StaticResourcesTest + * Fix tests + * #1875 Update resource status and organization on registration + * #1875 UI improvements + * Registration page fix property + * #1875 Use localized vocabularies for dataset types and subtypes + * #1878 Fix top page links + * Remove font-awesome link + * #1877 Include page param + * #1815 Do not swallow exception on exception while source reading + * #1885 Inputs for organization token and IPT password + * #1875 Default value for resources + * Remove font-awesome icons + * Small UI improvements for UI management page + * Mark required fields: organisation, registration, account + * #1875 alt property for resource logo + * Make organization and user tables compact + * #1884 Mark required fields with asterisk + * #1883 gbif-metadata-profile v1.6 + * #1875 Bug fixes + * Font color white for some badges + * Fix home page resource logo + * #1875 Move resource tables functionality to backend + * Merge remote-tracking branch 'origin/master' + * #1882 Small tooltips for icon buttons in user and organization tables + * [translation] Update translation indices + * Make version consistent. + * #1881 Custom style fixes for dataTables + * #1881 dataTables 1.10.23 -> 1.13.1 + * #1877 Remove search param from URL if value is empty + * Update bootstrap dataTables styles + * #1877 Display sort parameters + * Minor style fixes for resource overview page + * #1860 Fix tests + * #1860 Performance fixes for resource registration + * Resource overview page UI improvements + * Bump jetty 9.4.49.v20220914 + * Form label improvements + * Update links to manual with new 2.6 version. + * New Crowdin updates (#1872) + * [translation] Update translation indices + * Set docs version to 2.6 + * [translation] Update translation indices + * Notice for outdated manual + * New Crowdin updates (#1871) + * New Crowdin updates (#1870) + * New Crowdin updates (#1867) + * [translation] Update translation indices + * Upgrade process note. + * Documentation updates to 2.5.8. + * Remove property + * Remove info for keywords delimiter + * [translation] Update translation indices + * Note on memory. + * [translation] Update translation indices + * 2.6.3 release + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Mon, 30 Jan 2023 13:50:51 +0000 + +ipt (2.6.3) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.6.3 + * #1864 Do not display link to the source if source name is absent + * #1864 Add null check + * #1859 Add time for version's publication date + * Correct comment in collections.ftl + * Remove redundant css files + * Navbar links do not lighten color + * Skip invalid agents in contacts section + * #1857 Display short version in footer + * #1853 Default values for CSS color variables + * #1853 Load/create UI config only if datadir is already configured + * New Crowdin updates (#1836) + * #1850 Do not duplicate contacts at the resource page + * #1826 Fix overlapping footer + * Organizations and users page UI improvements + * #1855 Fix organization deletion + * #1855 Action buttons for organizations table + * Bump commons-text to 1.10.0 + * #1851 Action buttons for the users table + * #1854 Fix resource publishing with automatically inferred taxonomic coverage + * about2.ftl is no longer part of the configs + * Small UI fixes + * [translation] Update translation indices + * Build RPM for EL8 and EL9. + * Build RPM for EL8 and EL9. + * Small UI fixes to menu nav + * Remove URL from the list of sources + * Merge remote-tracking branch 'origin/master' + * Add download icon to the download links (resource page) + * [translation] Update translation indices + * 2.6.2 release + * #1849 Set / path to CSRF cookie + * Break long links resource page + * Fix type + * Shorten contact links if needed + * #1848 Logo at login page + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Fri, 28 Oct 2022 10:59:38 +0000 + +ipt (2.6.2) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.6.2 + * #1844 Personnel in project data + * #1839 Interpret HTML at resource page + * #1845 Create new user failing + * #1844 Resource contacts improvements + * #1841 Fix to recognize ORCIDs + * #1843 Fix resource page logo width + * #1842 Add auto-scroll to the error for metadata pages + * #1838 Do not override keywords set for EML upload + * Update RPM build process. + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * 2.6.1 release + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Thu, 06 Oct 2022 10:40:22 +0000 + +ipt (2.6.1) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.6.1 + * #1835 Fix regular expression to remove new line characters + * Escape unwanted characters for subject in main table + * Remove redundant new line characters to fix spanish docs + * Merge pull request #1834 from gbif/translation_master + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations releases.adoc.pot (Japanese) + * New translations releases.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * 2.6.0 release + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Fri, 30 Sep 2022 07:38:42 +0000 + +ipt (2.6.0) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.6.0 + * Fix spanish translations: remove/add new line characters + * Merge remote-tracking branch 'origin/master' + * New Crowdin updates (#1810) + * Merge remote-tracking branch 'origin/master' + * Thicker border for account button + * Bump postgresql from 42.4.0 to 42.4.1 (#1811) + * Fix TranslationActionTest + * Fix IPT logo on setup pages + * Merge branch 'dev' + * Account button fixes and improvements + * Metadata inferring bug fixes + * Breadcrumbs for manage pages + * Improvements for extensions page + * Fix modal window top icon border and color + * #1800 Fix add several taxa option + * Remove default credentials + * #1814 IPT logo upload fixes + * Font size for btn and login-button + * #1833 Java version from system properties if null + * #1833 Null checks + * [translation] Update translation indices + * Correction to link. + * [translation] Update translation indices + * Merge pull request #1832 from albenson-usgs/patch-1 + * Adjustment to the species absence FAQ instructions + * #1820 Published by instead of hosted by + * #1814 IPT logo upload + * #1814 Remove border from the test mode banner + * #1819 https for ORCID + * #1818 Remove space character in tax coverage list + * #1814 Fix default warning color + * #1814 Add more colors to select + * #1814 Add rest functionality + * #1814 Add color pickers + * #1814 Make navbar toggler button configurable; login button font weight + * #1814 Small font fix to login button + * #1814 Fix login page logo color + * #1814 Apply custom styles for setup pages + * #1814 UI fixes to enable customization + * #1814 UI color scheme management + * #1814 Prepare styles for customization; extract variables + * Center RSS feed line at home page + * UI changes to overview's published versions + * Source page UI improvements + * #861 UI functionality + * #861 Backend functionality + * #861 Re-work value translation page + * Change header title for the error page + * Source page change generated SQL block + * Source page change generated SQL block + * Translation rearrange page elements for vocabulary based field + * Fix see also link for vocabulary + * [translation] Update translation indices + * Document deletion of a specific version. + * Document #1787 issue. + * Translation page add callout info and link to the resource + * Regular font for delete button options + * Change vocabularies and extension pages for better mobile view + * Fix inaccurate if statement + * Add non-breaking spaces for source size + * Fix failing tests + * Fix failing ResourceManagerImplTest and PublishAllResourcesActionTest + * Merge branch 'dev' + * Remove data schemas related functionality + * Version 2.6.0-SNAPSHOT + * Align gaps on metadata collections page + * #1324 Add info for users to prevent redundant citations numeration + * Add fix to enable cancel button for registration options + * Resource page fix delete version button size + * Resource name as title on overview page, remove link to itself + * Mapping page UI improvements + * Mapping page make checkbox smaller to align with the rest of aux lines + * #1809 Redirect cancel to home page + * Change message: associated with source (file, URL, DB), not only file + * Fix disappearing border mapping page + * #1809 Menu admin dropdown + * Enable cancel button for GBIF registration page + * Enable cancel button for bulk publication page + * Enable cancel buttons for organization pages + * Remove warning popover from organization on admin page, and move it inside + * Remove paddings from icon in alerts + * #1802 Add delete buttons (icons) to sources and mappings + * #1806 Do not delete mapping when returning from mapping page + * Add cancel action result to auto-publish, source and mapping actions + * Redirect non-existent user call to not found page + * #1808 Fix NPE for non-existent organisation call, redirect to not found page + * #1807 Auto-publication improvements + * #1806 Enable cancel result for actions + * Taxcoverage page align column sizes + * New Crowdin updates (#1764) + * #1803 Display correct error messages + * Source mapping page small adjustment to container + * #1803 Dispaly error window on UI in case of server error + * #1803 Update metadata on publish if automatic inferring is turned on + * #1803 Better error management + * #1803 Show warning if preview clicked and no data + * #1803 Store inferred metadata in a dedicated file + * #1803 Null checks in templates + * #1803 Use instanceof instead of getClass in equals + * #1803 Remove redundant methods and code + * #1803 Change field type InferredGeographicCoverage + * #1805 Ignore unknown elements + * #1803 Temporal and taxonomic coverage + * Remove redundant newline block + * #1803 Changes to model classes + * #1803 Rearrange elements on geocoverage page, fix behaviour + * #1803 ResourceManager#inferMetadata + UI + * #1803 Add inferredMetadata field to Resource + * #1803 Add initial data object + * Add skipMapAdjustment to locationfilter script + * Links to sources used in mappings, overview page + * Increase paddings for page top buttons + * Move variable in jconfirmation script + * Overview page improvements + * Change log level + * #1565 UI for inferring temporal coverage + * #1565 Add accessors for variables + * Taxcoverage page fix margins + * #1565 Infer temporal coverage from source data + * #1564 Limit size of inferred taxonomic coverage to 200 items + * Style improvements for mapping source page + * Taxcoverage page: align inputs size, fix to labels dynamic size + * #1799 Do not translate emails + * Center login page + * Add gradient background for record bars + * Center text at create source mapping page + * #1798 Check URL is not empty after removing square brackets + * #1798 Get rid of square brackets in homepage URL for the rest of organizations + * #1797 Add null check + * #1798 Get rid of square brackets in homepage URL + * #1798 Test DCAT feed + * Fix labels size taxcoverage page + * Adjust icon in alerts + * Make buttons translatable geocoverage + * Adjust icon inside alerts + * Comment out ripple initialization + * #1564 Fix initial index value + * #1566 Alert if there is no source data + * #1564 Infer taxonomic coverage + * #1566 Alert if there is no source data + * Remove shadow from checkbox, align custom-blue.css + * Catch exception in bootstrap script + * Taxcoverage page fix inputs size and margins + * #1566 Make properties common for eml pages + * Small margin-top for header buttons + * Align styles for redundant sections list + * Hide anchors for redundant sections + * Required column yes/no instead of true/false + * Metadata pages fixes + * Basic metadata page fixes + * Fix empty table of content for 768px + * Fix readable icon position at source page + * Smaller font for preview modals + * Remove blue shadow on focus for login button + * Metadata pages add icons to links + * #1566 Add icon to the link + * #1566 Uncheck inferAutomatically if manual adjustments applied + * #1566 Skip erratic values + * #1566 Skip empty values + * #1566 Infer geocoverage from source data + * Align inputs length + * Fix missing login button for 1200px screen + * Navigation for extension page, split properties by group + * Unmapped columns space as separator + * Process backticks at extension page; fix macro at mapping page + * Adjust code tag styles + * Properly process backtick-surrounded examples + * UI improvements for unmapped fields + * Callout components + * Publication report remove irrelevant second column + * Change DOI buttons at overview page + * Add negative margin to sidebar buttons + * Add ripple effect for buttons, adjust buttons styles + * Adjust margins\paddings account page + * Color fixes for menu dropdowns + * Account page UI adjustments + * Merge branch 'master' into dev + * Bump dependencies + * #1795 Bump poi to the latest 5.2.2 + * #1795 Bump poi to 4.12; properly close workbook after reading + * #1795 Temporarily pause file analyzing; create Workbook directly from file + * Fix add and remove alternative identifier links + * Small style improvement for languages dropdown + * #1320 Handle newline characters + * Check password is old encrypted one before hashing + * Remove GBIF links sections from registration page + * #1789 Add date to header + * #1789 fix NPEs + * #1789 simplify header link + * #1789 properly check IPT was registered + * Discreet color for contact's data resource page + * #1789 Simplify about page + * Extension pages small style improvements + * #1791 Move navigation to the left + * #1788 Include keywords to filter resources + * Wrap mapping page examples in code tag + * Fix margins and collapse source examples by default + * #1739 Consider namespace when auto-mapping + * Mark required fields as usual; do not display empty fields in the list of unmapped + * Source change page header styles + * Mapping page fixes + * Include bool value + * Fix padding + * Remove example block of code, small fix to data records + * gbif-metadata-profile v1.5 + * Resource page records graph + * Add anchor for downloads + * Smaller font size, code indents + * Remove margin + * Reduce logo size + * Add remove logo image button in additional metadata + * #1783 replace preview description with downloads + * #1783 replace preview description with downloads + * Metadata pages align header styles + * Metadata edit option is default one and visible + * #1778 additionally save eml after replacing + * #1778 gbif-metadata-profile v1.4 + * Remove EmlAction and move its logic to OverviewAction to perform validation properly + * Validation and error messages for eml upload functionality + * Merge remote-tracking branch 'origin/master' + * Remove redundant properties + * [translation] Update translation indices + * 2.5.8 release docs + * v2.5.8 IPT spec + * [maven-release-plugin] prepare for next development iteration + * Make title sub-description's font italic for mapping and overview + * Resource overview replace popover with description + * gbif-doi v2.18 + * gbif-doi v2.18-SNAPSHOT + * Add translation to login page + * Do not display number of records in tables for schema based resources + * Add placeholders and hide add button for default value (networks, managers) + * Hide number of records for schema based resources + * Do not display successful messages on error pages + * Health icon make active + * Align text in the middle for data tables + * Fix small icons position + * #1725 Replace quotes and double quotes with just bold text + * #1768 Make private resource accessible until it published + * Merge branch 'new-data-model-3.0' into dev + * #1760 Make project personnel in metadata's project data optional + * Remove left padding from metadata pages + * Prevent page from scrolling when clicking show/hide report; align report styles with publish page + * #1774 source type selector empty by default + * #1772 Prevent page from failing when excel file has a non-supported format + * Revert margin + * Paddings/margins adjustments + * Portal pages + * Translation and mapping fixes + * Translation page UI fixes + * Manage pages remove redundant margins, adjust alerts from the top of the page + * Login page reduce top margin on large screens + * Error pages redesign, remove redundant margins, adjust alerts from the top of the page + * Admin pages remove redundant margins, adjust alerts from the top of the page + * #1766 Do not swap coordinates + * #1766 geocoverage metadata issues + * Login form + * Remove non-relevant TODOs, add more information to the others + * Use translatable message 'extension was mapped' + * Check schema is mapped to resource before deletion + * Remove TODO + * Replace taxonomic coverage delete buttons with links + * New icon-buttons for overview and source pages + * Change wording on resource page for data package based resources + * Change font size for metadata pages links + * Rearrange code blocks + * Use instanceof instead of getClass in equals + * Change mapping fields data type to access elements by index + * Change top title for publication page + * #1763 Add schema to data package, fix issues + * Small UI changes to report page + * #1763 Adjustments to tests + * #1763 Data package generation + * Redesign publication report page + * Schema mapping source fix cancel button; change property + * Mapping and value translation pages + * Error pages + * Small fixes to UI + * Home pages, create new resource + * Account, autopublish, health pages + * Versions page + * Manage vocabulary page + * About page changes + * Re-design extensions and vocabularies pages + * Remove page header from admin/home page + * Add data bage macros; small UI changes for schema page + * New design to admin pages + * #1753 small schemas page changes + * Update admin page design + * #1753 Schema management add primary key and foreign keys fields + * Remove logging overview page; schemas page small upper-title + * Add indent for the last sections: mapping, schema mapping, resource overview + * Add table of contents sidebar for resource overview + * Merge branch 'master' into new-data-model-3.0 + * Redesign setup pages + * Remove peek button for data schema resources + * Fix alias name collision (field) + * Source and metadata pages change submit button styles + * Add top-button class for buttons + * #1753 add vocabularies selection; show field constraints in the popover info + * #1753 Dedicated class for field constraints + * #1758 disable selected fields; add aliases for xml serialization + * #1758 show source samples + * #1758 redesign mapping source data + * #1758 hide unmapped/show all fields + * #1758 map fields for all subschemas, fix automapping + * #1758 fix deletion, temporarily display only first subschema + * #1758 mapping deletion initial functionality + * #1758 display list of mappings, overview page + * #1758 display mapped fields + * #1758 add info popovers for the fields; populate dropdowns + * #1758 initial automapping + * #1758 add DataSchemaFieldMapping class + * #1758 allow selecting source for data mapping + * #1758 add dataSchemaMapping field to Resource + * #1758 schema data mapping page skeleton + * #1758 Prepare resource overview page for data schema mapping + * #1758 Add data schemas to resource create options + * UI fixes for data schemas + * #1753 Schemas page redesign + * #1753 Schema page small UI improvements + * #1753 Redesign schema page + * Fix margins + * #1753 Schema updating functionality + * Remove empty links, change title + * #1753 Add example field to DataSchemaField + * #1753 Fix schema deletion message + * #1753 Update gson v2.9.0, use it for JSON serialization + * #1753 Fix margins + * #1753 Manage subschemas + * #1753 Schema details page + * #1753 Schema deletion + * #1753 Schema installation + * #1753 Load latest non-installed data schemas + * Merge branch 'master' into new-data-model-3.0 + * #1753 Load data schemas on startup, improve logging + * #1753 Remove border from last element in list, make link clickable + * Merge branch 'master' into new-data-model-3.0 + * #1753 Add UI for schema management + * #1753 Add additional file with common schema information, add list and load methods + * #1753 Add additional fields to DataSchema, version and name + * #1753 Schema management, download and install to local data directory + * #1753 Change format of DataSchema, add a separate class for sub schemas + * Set version 3.0 + * #1753 Add initial skeleton for schema management + -- gbif-jenkins Wed, 28 Sep 2022 11:00:35 +0000 + +ipt (2.5.8) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.8 + * #1779 Bump gbif-doi to v2.18 to fix classpath issues + * Bump struts2-core from 2.5.29 to 2.5.30 (#1771) + * [translation] Update translation indices + * Update manual about admin password reset + * [translation] Update translation indices + * Document DCAT endpoint. + * #1755 Do not display successful messages if there are errors or warnings on startup + * Merge remote-tracking branch 'origin/master' + * Just fixing a comment typo (#1761) + * Merge remote-tracking branch 'origin/master' into build-ipt-within-docker + * Add Git build number and Nexus cache to Docker build. + * Merge branch 'master' into build-ipt-within-docker + * Return HTTP status codes with formatted Freemarker pages. + * HTTP Last-Modified / If-Modified-Since is only second precision. + * Set Last-Modified header on 304 Not Modified responses, and use requested version. + * Change styles for message when there is no extensions + * Remove borders from last elements in lists + * #1752 Do not force parse dates + * Navbar style fixes + * Custom light navbar + * Custom blue theme fixes + * Setup pages style improvements + * Remove one of the headers (setup page) + * Add borders + * Fix undelete button positioning + * Merge remote-tracking branch 'origin/master' + * Style improvements for navbar + * New Crowdin updates (#1750) + * Merge remote-tracking branch 'origin/master' + * #1751 Render default about template if custom one fails + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * Update manual (about page) + * [translation] Update translation indices + * 2.5.7 release + * [maven-release-plugin] prepare for next development iteration + * Build IPT within Docker + -- gbif-jenkins Wed, 18 May 2022 09:44:39 +0000 + +ipt (2.5.7) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.7 + * gbif-doi v2.17 + * New Crowdin updates (#1738) + * #1749 Fix tests + * #1749 Change to encourage descriptive titles + * [translation] Update translation indices + * Fix documentation schema links. + * [translation] Update translation indices + * Update documentation links to new cores/extensions/vocabularies. + * [translation] Update translation indices + * #1746 minor corrections to links. + * Change background to white, add borders + * Use empty buttons for disabled submit buttons + * Metadata pages add margin to page header + * Display user validation for setup page + * #1743 Fix SQL source analyze functionality + * #1744 Add cancel button, small changes to delete\undelete buttons + * #1737 Hide delete\undelete buttons for users without rights + * #1737 DOI deactivation on delete + * #1737 DOI deactivation on delete + * Merge remote-tracking branch 'origin/master' + * Bump postgresql from 42.2.25 to 42.3.3 (#1742) + * Display network name in info alert instead of id + * #1741 Properly hash passwords on reset + * Do not show buildNumber if it was not filled + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.5.6 + * Revert version + * Fix account issues + * Add icons to setup pages + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * Release 2.5.6 notes + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Mon, 28 Feb 2022 10:05:34 +0000 + +ipt (2.5.6) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.6 + * Fix alerts icons + * Style improvements for alerts + * New button styles + * Add padding for buttons in visibility section + * Fix UI issues resource edit page + * Resource edit page redesign + * Add margin + * New Crowdin updates (#1711) + * Update screenshot. + * Fix link to EML schema. + * Merge pull request #1735 from gbif/dependabot/maven/org.postgresql-postgresql-42.2.25 + * Bump postgresql from 42.2.20 to 42.2.25 + * Remove code tags from property + * #1718 Custom method to get keys and size + * Replace "non-javadoc" comments with inheritDoc + * Apply new license header + * Bump struts version v2.5.29 + * Merge remote-tracking branch 'origin/master' + * Update dependencies + * Merge pull request #1734 from gbif/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.19 + * Merge remote-tracking branch 'origin/master' + * Bump xstream from 1.4.18 to 1.4.19 + * Merge pull request #1731 from sylmorin-gbif/1710-session-timeout + * #1718 Wrap vocabulary terms map + * Do not process RegistryException twice + * #1733 Fix deletion forbidden warning + * #1733 Delete resource and auto-publication warnings + * #1733 Undelete resource warning + * #1733 Add icons + * #1733 Warnings for visibility and publish sections, add icons + * #1733 Metadata section missing metadata warning + * #1733 Mapping section remove empty select + * #1733 Always display networks tab + * Update versions + * #1621 Add remarks to associated parties metadata roles + * Check intellectualRights on basic metadata page before displaying + * Correct popovers at associated parties page + * [translation] Update translation indices + * #1728 Process registry networks response only if response status is successful + * Merge remote-tracking branch 'origin/dev' into dev + * #1710 - Customization of session time out Adding session.timeout property in the ipt.properties file Default value to 1 hour (3600) + * Merge pull request #8 from gbif/master + * Remove . from password change message. + * RPM: Avoid CentOS/RH wiping out the static files unpacked in /tmp. + * #1728 Process registry networks response only if response status is successful + * #1714 Make license text translatable + * Widen popovers on associated parties metadata page + * #1621 Add reviewer description to popover + * Update screenshots of organization token. + * Use "Shared token" rather than "Password" for organizations. + * #1723 Improvements for organization and registration options pages + * Fix styles for cross icon in search and select2 inputs + * Adjust select2 component styles + * #1716 Display network name in an info message + * #1716 Adjust RegistryManager and resource overview page + * #1716 Change getNetworks method + * #1716 Change registry request URLs (organisations and networks) + * Merge branch 'master' into dev + * Center text at the login page + * [translation] Update translation indices + * Update FAQ for #1726 and #1616. + * Merge pull request #1722 from gbif/1460-hashed-passwords + * #1725 Fix file and url sources creation for french page + * #1460 Update passwords on IPT setup + * #1460 Use BCrypt, remove RegistryPasswordEncoder + * #1460 Revert old PasswordConverter + * #1715 Download EML directly + * #1460 Store hashed passwords + * log4j v2.17.1 + * Change border styling for citation + * #1713 Do not display database source password + * #1702 Bump dependencies + * Use class instead of object + * #1691 Add JAXB dependencies + * Test dependencies to the bottom + * #1712 Make resource type translatable + * New Crowdin updates (#1709) + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * Fis release notes + * [translation] Update translation indices + * Merge remote-tracking branch 'origin/master' + * Release 2.5.5 notes + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Fri, 11 Feb 2022 09:13:44 +0000 + +ipt (2.5.5) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.5 + * #1700 Add COOKIE tracking mode + * New Crowdin updates (#1705) + * Upgrade to Log4J 2.17.0. + * #1703 dwc-api v1.33 + * Small fixes in MappingAction (mostly comments) + * Merge pull request #1704 from gbif/dependabot/maven/org.apache.logging.log4j-log4j-core-2.16.0 + * Bump log4j-core from 2.15.0 to 2.16.0 + * Spanish translations + * Fix network page repository access + * [translation] Update translation indices + * Add clearer link to download page. + * IPT versions script + * [translation] Update translation indices + * Remove download link to vulnerable version. + * RPM for 2.5.4. + * [translation] Update translation indices + * Update releases.adoc + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Mon, 20 Dec 2021 09:31:22 +0000 + +ipt (2.5.4) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.4 + * Merge pull request #1698 from gbif/dependabot/maven/org.apache.logging.log4j-log4j-core-2.15.0 + * Merge pull request #1692 from gbif/dependabot/maven/org.apache.struts-struts2-core-2.5.22 + * Bump log4j-core from 2.13.3 to 2.15.0 + * [translation] Update translation indices + * Belgium → Belgian + * New Crowdin updates (#1696) + * New Crowdin updates (#1695) (Release notes page) + * [translation] Update translation indices + * Remove 2.5.2 download link. + * [maven-release-plugin] prepare for next development iteration + * Bump struts2-core from 2.5.17 to 2.5.22 + -- gbif-jenkins Fri, 10 Dec 2021 11:27:33 +0000 + +ipt (2.5.3) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.3 + * [translation] Update translation indices + * Release 2.5.3 notes. + * description is an optional element on a vocabulary. + * New Crowdin updates (#1689) + * 2.5.2 RPM release. + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Mon, 06 Dec 2021 18:26:03 +0000 + +ipt (2.5.2) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.2 + * [translation] Update translation indices + * Update manual for 2.5.2 release. + * Merge remote-tracking branch 'origin/dev' + * New Crowdin updates (#1665) + * [translation] Update translation indices + * Correction to typing error + * Use translated value + * White gbif icons + * Bring green theme back + * More selectors to custom.css + * Data records color + * Fix doi link styles + * Merge remote-tracking branch 'origin/master' + * #1634 Custom css add blue theme + * [translation] Update translation indices + * Nginx configuration example. + * #1634 Support custom.css + * Improve text for network membership + * More reasonable recommended configuration. + * registry v3.71 + * [translation] Update translation indices + * Merge branch 'master' of github.com:gbif/ipt + * #986 Network management improvements + * Minor update to notes on migration. + * #986 Fix networks displaying issue + * #986 Fix network link + * #986 Make networks clickable + * #986 Networks management overview + * Resource overview page change autopublish header font weight + * Merge remote-tracking branch 'origin/master' + * #1686 Geocoverage dot as a decimal separator + * Align font-weight for sub-headers + * [translation] Update translation indices + * Correction to Debian command + * Mapping page fix padding + * #1686 separator warning geocoverage + * #1686 separator warning geocoverage + * #1685 change logo tooltip + * #1683 fix records sorting + * Remove square brackets + * Fix link, reference with padding + * Merge remote-tracking branch 'origin/master' + * Convert BigDecimals to plain string + * [translation] Update translation indices + * Show adding a TLS connection + * Merge branch 'patch-1' of https://github.com/jloomisVCE/ipt into jloomisVCE-patch-1 + * Correction to path in manual. + * #1680 Rename buttons + * Add bom to jconfirmation.jquery.js, reformat StaticResourcesTest + * [translation] Update translation indices + * Merge branch 'master' into dev + * Try xstream v1.4.18 + * Add discussion of postgres jdbc arguments + * [translation] Update translation indices + * Update sampling-event-data.adoc + * Update checklist-data.adoc + * [translation] Update translation indices + * Update occurrence-data.adoc + * Metadata pages UI fixes and improvements + * Fix sidebar appearance size, remove console logs + * Remove shadow from alert's close button + * Change font weight for the about header + * Take into account base URL on login redirect + * Change links hrefs to anchors + * Resource page display fixes + * URL sources additional validation + * URL sources add optional source name field + * Remove session data in case of error not to show modal window again + * Change buttons and inputs colors on hover + * Fix pages with left sidebar + * Geocoverage metadata page with sidebar + * Metadata pages with sidebar + * Basic metadata page with sidebar + * Merge remote-tracking branch 'origin/dev' into dev + * Change headers font weight to 400 + * Font color fix resource page + * Doc: Note about IPT versions, missing releases, OS updates. + * Mapping page UI fix + * Do not duplicate description + * Resource page fix issues with description and citation icon + * Access list by index + * Small fixes for citation link + * Resource page style improvements + * Gbif icons and styles for DOI + * Better colors for warnings and alerts + * Mapping page with sidebar + * Resource page fixes + * Resource page fixes + * Redesign resource page + * #1354 AccountAction improvements + * #1354 Dedicated form for account password change + * Fix typo + * Add anchors for resource and mapping pages + * Remove word 'file', it's also for URL and DB sources + * Redirect back to resource overview page after resource-* actions + * Align font size mapping page + * Fix clear button at overview page + * Bootstrap modal window for source overwrite confirmation + * Capitalize login buttons text + * Fix failing extension page + * Set freemarker version to 2.3.31 in IPTModule + * #1312 Fix bug with lat/long autoupdate at geocoverage page + * Revert xstream version to 1.4.12 + * Rename property in pom + * Fix small warnings + * Do not hide fields + * Ignore BigDecimalEquals warnings + * Fix small warnings and issues + * Add limit to String's split method + * Add missing i18n for messages + * Use UTF-8 encoding + * Add hashCode methods + * Try-with-resources instead of closeQuietly + * Add commons-text dependency, remove deprecated classes usage + * Use diamond operator + * Properly log exceptions + * Add default to some switches + * Use grouping parenthesis to make the operator precedence explicit + * Make ServiceType enum immutable + * Remove usage of LinkedList + * Remove unnecessary use of grouping parentheses + * Update commons-io version to 2.7 + * Update xstream version to 1.4.18 + * gbif-httputils v1.1 + * Refactor MapUtils + * Remove unnecessary width style + * Remove deprecated functions from global.js (initMenu, initForm etc.) + * Remove initHelp function which is replaced by initInfoPopovers + * Admin page change hover effects + * New Crowdin updates (#1661) + * Remove deprecated and unused icons + * Add translations for autopublish page + * Remove text decoration from icons and map buttons + * Fix visibility buttons overflow + * #1663 fix issues with buttons + * Change confirmation messages for different deletion types + * #1663 min-width for modal buttons + * #1663 remove duplicate questions in modal windows + * #1663 make question parameter optional + * #1663 add buttonType property; do not display yes button until checkbox is checked + * Bring guava dependency back + * #1663 Use bootstrap modal in jconfirmation, improve design + * Motherpom v55 and spotless + * Merge branch 'master' into dev + * #1658 Do not display Edit buttons for preview + * Use BigDecimal#toPlainString instead + * Migrate tests to JUnit 5 + * Remove maven-eclipse-plugin + * Bump motherpom: 37 -> 54 + * Try using version as string to avoid rounding + * Rotate (rather than truncate) logfiles on startup. + * Refactor ConfigManager's setProxy and changeProxy, handle proxy properly + * Move ConfigManager to service/admin package, refactor usage of deprecated HttpClient#getParams method + * ResourceManager change create method + * Update GBIF dependencies, remove common-ws and guava from dependencies + * Move XSSUtil from common-ws + * Fix NPE when trying to generate resource citation + * 2.5.1 release. Don't deploy RPM for EL8 to prod. + * Fix links to manual + * Fix tests errors related to http client mocks + * Remove test named bean + * Update http client dependencies and fix related issues + * Update GBIF dependencies and freemarker + * New Crowdin updates (#1648) + * Merge remote-tracking branch 'origin/dev' into dev + * Fix issues after merging + * Merge branch 'dwc-api-jackson2' into dev + * #1651 Remove guava's usages + * #1651 Remove guava's Joiner and Files + * #1651 Remove guava's Splitter, Lists, Sets + * #1651 Remove guava's Maps + * #1651 Remove guava's Function and Ordering + * #1651 Remove guava's VisibleForTesting + * Add badge. + * Add Crowdin link + * #1651 Remove guava's Strings + * #1651 Remove guava's Lists and Sets + * #1651 Remove guava's Objects and MoreObjects + * #1651 Remove guava's Closer + * #1651 Remove guava's Preconditions + * Remove excessive logs + * #1650 Use absolute URL when base url property is present + * #1650 Use relative URL for redirection + * Null checks and small refactoring + * #1650 Adjust admin rights interceptor + * Add debug logs + * #1650 Add debug logs, refactor + * #1650 Authentication improvements + * Fix small warnings + * Fix NPE when trying to generate resource citation + * [translation] Update translation indices + * Update to show CentOS 8 RPM isn't yet ready. + * [maven-release-plugin] prepare for next development iteration + * Add registry-metadata dependency to be able to process eml + * Merge remote-tracking branch 'origin/dev' into dwc-api-jackson2 + * Use release versions + * Use latest versions of dwc libraries + -- gbif-jenkins Tue, 30 Nov 2021 14:41:06 +0000 + +ipt (2.5.1) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.1 + * [translation] Update translation indices + * New Crowdin updates (#1643) + * Update for release. + * Merge remote-tracking branch 'origin/master' + * Fix NPE when trying to call /login directly + * [translation] Update translation indices + * #1647 Fix source overwrite functionality + * Two more issues and file upload limit increased. + * #1642 Limit amount of warnings + * Merge remote-tracking branch 'origin/dev' into dev + * #1644 Increase data upload file size limit + * Update documentation for 2.5.1 release and RPM package for CentOS 8 etc. + * Merge branch 'master' into dev + * #1645 Fix DB source processing and display validation + * Add link to admonition. + * [translation] Update translation indices + * Document LetsEncrypt etc. + * New Crowdin updates (#1641) + * Merge remote-tracking branch 'origin/master' + * Merge remote-tracking branch 'origin/dev' into dev + * New Crowdin updates (#1633) + * [translation] Update translation indices + * Fix broken link. + * [translation] Update translation indices + * Fix broken image links. + * [translation] Update translation indices + * Correction to RPM release. + * Note on style customization. + * RPM for 2.5.0 release + * [translation] Update translation indices + * Update upgrade instructions. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.5.0 + * During initialization, avoid creating files in an empty (unused) data directory. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.5.0 + * New Crowdin updates (#1631) + * Two spelling errors in UI + * Fix typo + * Remove >>odd quotes<< from UI strings. + * [translation] Update translation indices + * Update number of issues for 2.5.0 release. + * Remove double spaces. + * [translation] Update translation indices + * Update user manual for release 2.5.0 + * Merge branch 'dev' + * Overview page change some buttons type from primary to secondary + * #1627 Fix bug with file overwriting + * Remove unnecessary line breaks at autopublish page + * Remove main function + * Fix margins + * Custom secondary buttons styles + * New Crowdin updates (#1630) + * [translation] Update translation indices + * Update launch documentation. + * Merge branch 'master' into dev + * Documentation: URL sources and release. + * [translation] Update translation indices + * Two more link fixes. + * [translation] Update translation indices + * Fix some broken crossreference links. + * New Crowdin updates (#1629) + * Keep dates as strings to avoid reformatting. + * [translation] Update translation indices + * Update suggested document citations. + * #790 Fix MappingAction#readSource + * #1626 Resources tables search by shortname + * Merge branch 'master' into dev + * New Crowdin updates (#1628) + * #790 URL sources edge cases + * Merge remote-tracking branch 'origin/dev' into dev + * Remove top margins from cc logos + * Further capitalization corrections to Darwin Core Archive. + * Clearer info text for biannual publication. + * [translation] Update translation indices + * Capitalize Darwin Core Archive consistently. + * New Crowdin updates (#1617) + * Document URL source upload, and update some screenshots. + * #790 Change MappingAction's readSource + * #790 UI fix resource overview page + * Merge remote-tracking branch 'origin/dev' into dev + * #790 URL sources + * Add missing word. + * Fix word. + * Fix typo + * Add link to UAT manual for translation preview. + * Resource page add overflow classes + * Add overflow class to resource's contacts + * Add overflow class to resource's additional metadata + * Fix rights logo margin + * Improve contacts styling at resource page + * #1619 Fix issue with vocabulary update + * Add custom header styles for resource details page + * Interpret resource's description as HTML + * [translation] Update translation indices + * Docs: remove duplicate screenshot, update screenshot. + * Remove 'search=' from URL in case of empty search + * Merge pull request #1612 from sylmorin-gbif/1591_bookmark_url + * Merge branch 'dev' + * Merge pull request #1603 from gbif/translation_master + * Merge pull request #1611 from sylmorin-gbif/1609_open_link_new_tab + * Small fixes + * Add bootstrap-datepicker for temporal coverage metadata page + * Fix popover help options at temporal coverage metadata page for dynamic elements + * Admin page style improvements + * Fix indents at temporal coverage metadata page + * Fix info popovers at temporal coverage metadata page + * Use length instead of deprecated size function + * Overview page style improvements + * #1608 Admin page redesign + * Merge remote-tracking branch 'origin/dev' into dev + * #1610 Fix help options links + * Clean up global.js file + * 1591 Add datatable filter param in URL + * 1609 Open TDWG links in new tab, from Mapping page + * Merge pull request #7 from gbif/master + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Merge branch 'dev' of github.com:gbif/ipt into dev + * Fix links to EML version 2.1.1 using Wayback Machine archive. + * #1519 Properly escape double quotes inside JS + * Merge remote-tracking branch 'origin/dev' into dev + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge branch 'dev' + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations darwin-core.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations requirements.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Resource overview page small fixes + * #1606 Display warning about test mode in test mode only + * Remove duplicate of resource name as subtitle, and (i) button. + * New translations introduction.adoc.pot (Spanish, Colombia) + * New translations introduction.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Link to relevant sections in the introduction. + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Link fixes in manual. + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations data-quality-checklist.adoc.pot (Chinese Traditional) + * New translations data-quality-checklist.adoc.pot (Spanish, Colombia) + * New translations how-to-publish.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations how-to-publish.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations checklist-data.adoc.pot (Chinese Traditional) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations occurrence-data.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations occurrence-data.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Format/link fixes. + * Use attributes for links to rs.gbif.org to help maintainability. + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Spelling correction. + * New translations nav.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Remove obsolute quick-reference-guide translation + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Merge "News" page into "Releases". + * Further trim readme. + * Use HTTPS URLs during setup, if applicable. + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (French) + * [translation] Update translation indices + * Fix typing errors. + * Merge pull request #1602 from gbif/translation_master + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Note on image translation. + * Merge pull request #1601 from gbif/translation_master + * New translations overview.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations home.adoc.pot (Chinese Traditional) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Arrange images for use in translations. + * Cut down ReadMe and refer to user manual. + * New translations overview.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations getting-started.adoc.pot (Chinese Traditional) + * New translations getting-started.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations colophon.adoc.pot (Chinese Traditional) + * New translations colophon.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-linux.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-linux.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations resources.adoc.pot (Chinese Traditional) + * New translations resources.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations home.adoc.pot (Chinese Traditional) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations overview.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Chinese Traditional) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations release-notes.adoc.pot (Chinese Traditional) + * New translations release-notes.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations nav.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Merge pull request #1600 from gbif/translation_master + * Cut down ReadMe and refer to user manual. + * Review of documentation, improve navigation etc. + * [translation] Update translation indices + * Split Home and About menus into their own pages. + * Initial user manual (Spanish, Chinese) + * Remove all-in-one Chinese. + * New translations versioning.adoc.pot (Spanish, Colombia) + * New translations database-connection.adoc.pot (Chinese Traditional) + * New translations database-connection.adoc.pot (Spanish, Colombia) + * New translations datacite-mappings.adoc.pot (Chinese Traditional) + * New translations datacite-mappings.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-hosting-centres.adoc.pot (Chinese Traditional) + * New translations data-hosting-centres.adoc.pot (Spanish, Colombia) + * New translations data-quality-checklist.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations data-quality-checklist.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations getting-started.adoc.pot (Chinese Traditional) + * New translations getting-started.adoc.pot (Spanish, Colombia) + * New translations glossary.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations doi-workflow.adoc.pot (Chinese Traditional) + * New translations doi-workflow.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations glossary.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations applying-license.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations applying-license.adoc.pot (Chinese Traditional) + * New translations darwin-core.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations darwin-core.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Spanish, Colombia) + * New translations colophon.adoc.pot (Spanish, Colombia) + * New translations citation.adoc.pot (Chinese Traditional) + * New translations citation.adoc.pot (Spanish, Colombia) + * New translations colophon.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations resources.adoc.pot (Chinese Traditional) + * New translations resources.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations requirements.adoc.pot (Spanish, Colombia) + * New translations release-notes.adoc.pot (Chinese Traditional) + * New translations release-notes.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations requirements.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Chinese Traditional) + * New translations user-id.adoc.pot (Spanish, Colombia) + * New translations versioning.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-windows.adoc.pot (Spanish, Colombia) + * New translations statistics.adoc.pot (Chinese Traditional) + * New translations statistics.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-linux.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-linux.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-windows.adoc.pot (Chinese Traditional) + * New translations quick-reference-guide.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations introduction.adoc.pot (Chinese Traditional) + * New translations introduction.adoc.pot (Spanish, Colombia) + * New translations launch.adoc.pot (Chinese Traditional) + * New translations launch.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations how-to-publish.adoc.pot (Chinese Traditional) + * New translations how-to-publish.adoc.pot (Spanish, Colombia) + * New translations index.adoc.pot (Chinese Traditional) + * New translations index.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Chinese Traditional) + * New translations news.adoc.pot (Chinese Traditional) + * New translations news.adoc.pot (Spanish, Colombia) + * New translations occurrence-data.adoc.pot (Chinese Traditional) + * New translations occurrence-data.adoc.pot (Spanish, Colombia) + * New translations quick-reference-guide.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Spanish, Colombia) + * New translations license.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations nav.adoc.pot (Chinese Traditional) + * Remove Spanish link from navigation + * Leave these for later + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Spanish, Colombia) + * New translations index.pot (Persian) + * New translations index.pot (Portuguese, Brazilian) + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Russian) + * New translations index.pot (Japanese) + * New translations index.pot (French) + * [translation] Update translation indices + * Remove old all-together POT file. + * Update Crowdin configuration for PO4A split mode. + * [translation] Update translation indices + * Remove Spanish from module menu. + * [translation] Update translation index + * Spelling fix. + * Remove Spanish link from navigation + * Merge branch 'translation_master' + * Leave these for later + * New translations index.pot (Chinese Traditional) + * [translation] Update translation index + * Remove Spanish manual text + * New translations index.pot (Spanish, Colombia) + * New translations index.pot (Persian) + * New translations index.pot (Portuguese, Brazilian) + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Russian) + * New translations index.pot (Japanese) + * New translations index.pot (French) + * Update Crowdin configuration for user manual. + * [no-ci] Update translation index + * Update screenshots and spellcheck. + * Responsive video sizes. + * Docker instructions. + * Yum rollback instructions. + * Update links on releases page. + * 2.5.0-RC1 RPM and release notes. + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Mon, 06 Sep 2021 09:03:57 +0000 + +ipt (2.5.01) unstable; urgency=medium + + + -- gbif-jenkins Thu, 24 Jun 2021 15:25:18 +0000 + +ipt (2.5.0) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.5.0 + * During initialization, avoid creating files in an empty (unused) data directory. + * New Crowdin updates (#1631) + * Two spelling errors in UI + * Fix typo + * Remove >>odd quotes<< from UI strings. + * [translation] Update translation indices + * Update number of issues for 2.5.0 release. + * Remove double spaces. + * [translation] Update translation indices + * Update user manual for release 2.5.0 + * Merge branch 'dev' + * Overview page change some buttons type from primary to secondary + * #1627 Fix bug with file overwriting + * Remove unnecessary line breaks at autopublish page + * Remove main function + * Fix margins + * Custom secondary buttons styles + * New Crowdin updates (#1630) + * [translation] Update translation indices + * Update launch documentation. + * Merge branch 'master' into dev + * Documentation: URL sources and release. + * [translation] Update translation indices + * Two more link fixes. + * [translation] Update translation indices + * Fix some broken crossreference links. + * New Crowdin updates (#1629) + * Keep dates as strings to avoid reformatting. + * [translation] Update translation indices + * Update suggested document citations. + * #790 Fix MappingAction#readSource + * #1626 Resources tables search by shortname + * Merge branch 'master' into dev + * New Crowdin updates (#1628) + * #790 URL sources edge cases + * Merge remote-tracking branch 'origin/dev' into dev + * Remove top margins from cc logos + * Further capitalization corrections to Darwin Core Archive. + * Clearer info text for biannual publication. + * [translation] Update translation indices + * Capitalize Darwin Core Archive consistently. + * New Crowdin updates (#1617) + * Document URL source upload, and update some screenshots. + * #790 Change MappingAction's readSource + * #790 UI fix resource overview page + * Merge remote-tracking branch 'origin/dev' into dev + * #790 URL sources + * Add missing word. + * Fix word. + * Fix typo + * Add link to UAT manual for translation preview. + * Resource page add overflow classes + * Add overflow class to resource's contacts + * Add overflow class to resource's additional metadata + * Fix rights logo margin + * Improve contacts styling at resource page + * #1619 Fix issue with vocabulary update + * Add custom header styles for resource details page + * Interpret resource's description as HTML + * [translation] Update translation indices + * Docs: remove duplicate screenshot, update screenshot. + * Remove 'search=' from URL in case of empty search + * Merge pull request #1612 from sylmorin-gbif/1591_bookmark_url + * Merge branch 'dev' + * Merge pull request #1603 from gbif/translation_master + * Merge pull request #1611 from sylmorin-gbif/1609_open_link_new_tab + * Small fixes + * Add bootstrap-datepicker for temporal coverage metadata page + * Fix popover help options at temporal coverage metadata page for dynamic elements + * Admin page style improvements + * Fix indents at temporal coverage metadata page + * Fix info popovers at temporal coverage metadata page + * Use length instead of deprecated size function + * Overview page style improvements + * #1608 Admin page redesign + * Merge remote-tracking branch 'origin/dev' into dev + * #1610 Fix help options links + * Clean up global.js file + * 1591 Add datatable filter param in URL + * 1609 Open TDWG links in new tab, from Mapping page + * Merge pull request #7 from gbif/master + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Merge branch 'dev' of github.com:gbif/ipt into dev + * Fix links to EML version 2.1.1 using Wayback Machine archive. + * #1519 Properly escape double quotes inside JS + * Merge remote-tracking branch 'origin/dev' into dev + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge branch 'dev' + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations darwin-core.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations requirements.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Resource overview page small fixes + * #1606 Display warning about test mode in test mode only + * Remove duplicate of resource name as subtitle, and (i) button. + * New translations introduction.adoc.pot (Spanish, Colombia) + * New translations introduction.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Link to relevant sections in the introduction. + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Link fixes in manual. + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations data-quality-checklist.adoc.pot (Chinese Traditional) + * New translations data-quality-checklist.adoc.pot (Spanish, Colombia) + * New translations how-to-publish.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations how-to-publish.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations checklist-data.adoc.pot (Chinese Traditional) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations occurrence-data.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations occurrence-data.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Format/link fixes. + * Use attributes for links to rs.gbif.org to help maintainability. + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Spelling correction. + * New translations nav.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Chinese Traditional) + * [translation] Update translation indices + * Remove obsolute quick-reference-guide translation + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Merge "News" page into "Releases". + * Further trim readme. + * Use HTTPS URLs during setup, if applicable. + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations ApplicationResources_en.properties (French) + * [translation] Update translation indices + * Fix typing errors. + * Merge pull request #1602 from gbif/translation_master + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Note on image translation. + * Merge pull request #1601 from gbif/translation_master + * New translations overview.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations home.adoc.pot (Chinese Traditional) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Arrange images for use in translations. + * Cut down ReadMe and refer to user manual. + * New translations overview.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations getting-started.adoc.pot (Chinese Traditional) + * New translations getting-started.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations colophon.adoc.pot (Chinese Traditional) + * New translations colophon.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-linux.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-linux.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations resources.adoc.pot (Chinese Traditional) + * New translations resources.adoc.pot (Spanish, Colombia) + * New translations about.adoc.pot (Chinese Traditional) + * New translations home.adoc.pot (Chinese Traditional) + * New translations about.adoc.pot (Spanish, Colombia) + * New translations home.adoc.pot (Spanish, Colombia) + * New translations overview.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Chinese Traditional) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations release-notes.adoc.pot (Chinese Traditional) + * New translations release-notes.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations nav.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Spanish, Colombia) + * [translation] Update translation indices + * Merge pull request #1600 from gbif/translation_master + * Cut down ReadMe and refer to user manual. + * Review of documentation, improve navigation etc. + * [translation] Update translation indices + * Split Home and About menus into their own pages. + * Initial user manual (Spanish, Chinese) + * Remove all-in-one Chinese. + * New translations versioning.adoc.pot (Spanish, Colombia) + * New translations database-connection.adoc.pot (Chinese Traditional) + * New translations database-connection.adoc.pot (Spanish, Colombia) + * New translations datacite-mappings.adoc.pot (Chinese Traditional) + * New translations datacite-mappings.adoc.pot (Spanish, Colombia) + * New translations developer-guide.adoc.pot (Chinese Traditional) + * New translations developer-guide.adoc.pot (Spanish, Colombia) + * New translations data-hosting-centres.adoc.pot (Chinese Traditional) + * New translations data-hosting-centres.adoc.pot (Spanish, Colombia) + * New translations data-quality-checklist.adoc.pot (Spanish, Colombia) + * New translations data-preparation.adoc.pot (Chinese Traditional) + * New translations data-preparation.adoc.pot (Spanish, Colombia) + * New translations data-quality-checklist.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Chinese Traditional) + * New translations gbif-metadata-profile.adoc.pot (Spanish, Colombia) + * New translations getting-started.adoc.pot (Chinese Traditional) + * New translations getting-started.adoc.pot (Spanish, Colombia) + * New translations glossary.adoc.pot (Chinese Traditional) + * New translations faq.adoc.pot (Spanish, Colombia) + * New translations doi-workflow.adoc.pot (Chinese Traditional) + * New translations doi-workflow.adoc.pot (Spanish, Colombia) + * New translations dwca-guide.adoc.pot (Chinese Traditional) + * New translations dwca-guide.adoc.pot (Spanish, Colombia) + * New translations faq.adoc.pot (Chinese Traditional) + * New translations glossary.adoc.pot (Spanish, Colombia) + * New translations best-practices-checklists.adoc.pot (Chinese Traditional) + * New translations best-practices-checklists.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-data.adoc.pot (Chinese Traditional) + * New translations best-practices-sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Chinese Traditional) + * New translations applying-license.adoc.pot (Spanish, Colombia) + * New translations administration.adoc.pot (Chinese Traditional) + * New translations administration.adoc.pot (Spanish, Colombia) + * New translations applying-license.adoc.pot (Chinese Traditional) + * New translations darwin-core.adoc.pot (Spanish, Colombia) + * New translations best-practices-sampling-event-planned-additions.adoc.pot (Spanish, Colombia) + * New translations core.adoc.pot (Chinese Traditional) + * New translations core.adoc.pot (Spanish, Colombia) + * New translations customization.adoc.pot (Chinese Traditional) + * New translations customization.adoc.pot (Spanish, Colombia) + * New translations darwin-core.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Chinese Traditional) + * New translations checklist-data.adoc.pot (Spanish, Colombia) + * New translations colophon.adoc.pot (Spanish, Colombia) + * New translations citation.adoc.pot (Chinese Traditional) + * New translations citation.adoc.pot (Spanish, Colombia) + * New translations colophon.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Chinese Traditional) + * New translations resource-metadata.adoc.pot (Spanish, Colombia) + * New translations resources.adoc.pot (Chinese Traditional) + * New translations resources.adoc.pot (Spanish, Colombia) + * New translations sampling-event-data.adoc.pot (Chinese Traditional) + * New translations sampling-event-data.adoc.pot (Spanish, Colombia) + * New translations requirements.adoc.pot (Spanish, Colombia) + * New translations release-notes.adoc.pot (Chinese Traditional) + * New translations release-notes.adoc.pot (Spanish, Colombia) + * New translations releases.adoc.pot (Chinese Traditional) + * New translations releases.adoc.pot (Spanish, Colombia) + * New translations requirements.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Chinese Traditional) + * New translations translations.adoc.pot (Spanish, Colombia) + * New translations user-id.adoc.pot (Chinese Traditional) + * New translations user-id.adoc.pot (Spanish, Colombia) + * New translations versioning.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-windows.adoc.pot (Spanish, Colombia) + * New translations statistics.adoc.pot (Chinese Traditional) + * New translations statistics.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-linux.adoc.pot (Chinese Traditional) + * New translations tomcat-installation-linux.adoc.pot (Spanish, Colombia) + * New translations tomcat-installation-windows.adoc.pot (Chinese Traditional) + * New translations quick-reference-guide.adoc.pot (Spanish, Colombia) + * New translations installation.adoc.pot (Chinese Traditional) + * New translations installation.adoc.pot (Spanish, Colombia) + * New translations introduction.adoc.pot (Chinese Traditional) + * New translations introduction.adoc.pot (Spanish, Colombia) + * New translations launch.adoc.pot (Chinese Traditional) + * New translations launch.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Spanish, Colombia) + * New translations how-to-publish.adoc.pot (Chinese Traditional) + * New translations how-to-publish.adoc.pot (Spanish, Colombia) + * New translations index.adoc.pot (Chinese Traditional) + * New translations index.adoc.pot (Spanish, Colombia) + * New translations initial-setup.adoc.pot (Chinese Traditional) + * New translations news.adoc.pot (Chinese Traditional) + * New translations news.adoc.pot (Spanish, Colombia) + * New translations occurrence-data.adoc.pot (Chinese Traditional) + * New translations occurrence-data.adoc.pot (Spanish, Colombia) + * New translations quick-reference-guide.adoc.pot (Chinese Traditional) + * New translations nav.adoc.pot (Spanish, Colombia) + * New translations license.adoc.pot (Chinese Traditional) + * New translations license.adoc.pot (Spanish, Colombia) + * New translations manage-resources.adoc.pot (Chinese Traditional) + * New translations manage-resources.adoc.pot (Spanish, Colombia) + * New translations nav.adoc.pot (Chinese Traditional) + * Remove Spanish link from navigation + * Leave these for later + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Spanish, Colombia) + * New translations index.pot (Persian) + * New translations index.pot (Portuguese, Brazilian) + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Russian) + * New translations index.pot (Japanese) + * New translations index.pot (French) + * [translation] Update translation indices + * Remove old all-together POT file. + * Update Crowdin configuration for PO4A split mode. + * [translation] Update translation indices + * Remove Spanish from module menu. + * [translation] Update translation index + * Spelling fix. + * Remove Spanish link from navigation + * Merge branch 'translation_master' + * Leave these for later + * New translations index.pot (Chinese Traditional) + * [translation] Update translation index + * Remove Spanish manual text + * New translations index.pot (Spanish, Colombia) + * New translations index.pot (Persian) + * New translations index.pot (Portuguese, Brazilian) + * New translations index.pot (Chinese Traditional) + * New translations index.pot (Russian) + * New translations index.pot (Japanese) + * New translations index.pot (French) + * Update Crowdin configuration for user manual. + * [no-ci] Update translation index + * Update screenshots and spellcheck. + * Responsive video sizes. + * Docker instructions. + * Yum rollback instructions. + * Update links on releases page. + * 2.5.0-RC1 RPM and release notes. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.5.0-RC1 + * Fix failing tests + * Correction to locale test following change to English locale. + * Merge remote-tracking branch 'origin/translation_master' + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Remove old (non) translation. + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Escape non-Asciidoc attributes. + * Update interface and documentation links from old Wiki to IPT documentation site. + * Merge remote-tracking branch 'origin/dev' into dev + * Set charset for logfiles. + * Merge remote-tracking branch 'origin/dev' into dev + * Remove whitespace around text area elements. Set minimum length. + * Resource fix delete button view + * Fix byte/kilobyte/megabyte display. + * Use SVG CC logos to avoid fuzziness on high resolution screens. + * Show dates in the current locale. + * Avoid deprecated MySQL driver class. + * New translations ApplicationResources_en.properties (Chinese Traditional) + * #1461 Dropdown button resource deletion + * #1461 delete from IPT action method + * Change login button design + * #1461 Add methods for deleting resource from IPT only + * #1468 Add a warning if core ID field is missing + * Smaller buttons for modal windows + * Change 'Visibility' warning style + * Update bootstrap to v5.0.1 + * Admin page style improvements + * #1482 dcat triple quotes """ on strings that contain a newline + * Add MS SQL server JDBC driver. + * Create valid RDFa, and fix some small HTML validation issues. + * Merge branch 'translation_master' into dev + * #1542 Add SQL logging for debug mode + * Change equals in BaseAction#getCookie + * Change footer text + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge branch 'dev' + * Merge branch '1580-health-status-ui-changes' into dev + * #1580 Align UI for the health status page + * GBIF icons for status and language navbar links + * Detect static resource files which are not ASCII and don't have a Unicode BOM. + * Merge pull request #1586 from gbif/translation_master + * Update Oracle and PostgreSQL JDBC drivers, remove old ODBC mention. + * New translations ApplicationResources_en.properties (Chinese Traditional) + * #1435 Do not remove resources with only one file + * #1405 Additional metadata change 'Date created' to 'Date first published' + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge branch 'master' into dev + * Merge remote-tracking branch 'origin/dev' into dev + * #1583 Change interceptors order + * 1580 Add health status page and health status REST service + * Installation instructions — Windows. + * Merge pull request #1581 from peterdesmet/patch-1 + * Make Test mode images part of navbar-brand + * Center text 404 error page + * #1465 Add null check + * #1392 Null safe organisation comparison + * #1559 Citation identifier increase length from 100 to 200 characters + * Remove help icons from URL fields setup2 + * #1556 change error message + * Merge pull request #6 from gbif/master + * Merge remote-tracking branch 'origin/dev' into dev + * #1556 setup2 do not save baseURL when validation fails + * Small changes to installation docs, release notes etc. + * Merge remote-tracking branch 'origin/dev' into dev + * #1552 Configurable admin contact + * Merge converted (AsciiDoc) Wiki documentation. + * Add missing ====. + * Update lanch procedure to include a GitHub release. + * Documentation -- setup, data hosting centres. + * Update documentation of shortname for #1253. + * Change confusing 'baseURL' and 'proxy' terms. + * Spanish terms for administrator / manager changed. + * V2.5. Update installation instructions to favour packages. + * Move source (English) documentation into a subdirectory. + * Try Spanish in its own module. + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Japanese) + * Spanish version. + * Rearrange things. + * Video width + * Fix crossreference links. + * Remaining sections converted. + * How to Publish section converted. + * Corrections to xrefs, syntax etc. + * Move antora.yml into correct place. + * Convert major sections of manual to AsciiDoc. + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Merge IPT wiki (from GitHub, and earlier Google Code) into the IPT repository. + * Move wiki structure into an Antora structure. + * Merge branch 'translation_master' into dev + * Remove obsolete documentation (anything prior to IPT v2.4.2). + * #1569 Setup 2 page add descriptions to the URL fields + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * Merge branch 'translation_master' + * Merge branch 'dev' + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * #1554 Move 'publish all' to the dedicated tab 'Bulk publication' + * Change text from base URL → public URL, and proxy → institutional proxy. + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * #1554 Add modal window for confirmation when clicking publish all button + * #1473 Add null check taxcoverage page + * #1572 Fix wrong markup confirmation modal window + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge remote-tracking branch 'origin/bootstrap-ui' into bootstrap-ui + * Do not decorate popover info icons + * Make it possible to close the popover by clicking anywhere in the body + * Change UI string for shortname validation. + * Reduce padding top property, align for all pages + * Smaller font for users and organisations tables + * Mapping page bug fixes + * Hide redundant blocks mapping page + * Fix overflow and indents issues + * Overview page responsive tables + * Remove padding for icon-validate + * Fix overflow issues in alerts + * Remove text-muted class + * Fix overflow issues at admin's vocabulary and extensions + * Fix overflow issues at admin's vocabulary and extensions + * Fix issues with wrong padding + * Remove ignore-link-color class + * Select 2 component shadow and border colors when active + * Resource DOI fix link styling + * Info icons improvements + * User page indents for buttons + * Do not display second nav for mapping page for small screens + * Remove 'text-muted' class from components, use darker gray + * Remove unused info gif from label macro in forms + * Fixes to forms.ftl + * Use popover macros for 'create new resource' + * Overview page fix indents + * Fix invalid checkbox border color + * Resource view page fix text overflow bugs + * Fix invalid checkbox border color + * Change navbar dropdown item color + * Translation page fixes + * Improve links styling + * Add custom style to form elements + * Use custom green and red color for buttons and text + * Add bootstrap framework + * Update select2 component + * Update jquery and dataTables js + * Use css class for smaller text + * Resource page fixes + * Style fix to visibility buttons resource overview page + * Style improvements + * Move styles to main.css file + * Custom grey color for tables + * Remove text-muted from paragraphs and use custom color + * Move main styles to main.css, remove some unused files + * Remove some redundant css classes + * Move testmode.png to images + * Add test-mode banner + * Remove 'bootstrap' from file names + * Remove redundant ftl templates + * Remove unused images + * Do not display warnings at login page + * Overview metadata change layout, change button color + * datadir.location variable + * Merge remote-tracking branch 'origin/bootstrap-ui' into bootstrap-ui + * Merge pull request #1548 from sylmorin-gbif/955-upload-eml-bootstrap + * Merge pull request #1546 from sylmorin-gbif/1488-download-source-files-bootstrap + * Fix indents at overview page + * Merge remote-tracking branch 'remotes/origin/bootstrap-ui' into 1488-download-source-files-bootstrap + * Merge pull request #4 from gbif/bootstrap-ui + * 1488 Download raw source files from manage resource page (bootstrap) + * 955 Upload EML file to replace metadata on manage resource page (bootstrap) + * Add header and link styles to setup pages + * Remove wrong line from organisations page + * Use gbif colors gray and blue for headings and links respectively + * Remove wrong line from users page + * Style about page + * Add gbif logo and powered by line to the footer + * Style select2 component, change color to green + * Merge pull request #1547 from sylmorin-gbif/1527-csrf-expired-bootstrap + * Add separator to published versions table + * Fix navbar links color at setup pages + * Style buttons + * Style improvements + * Align navbar styles with gbif.org + * 1488 Download raw source files from manage resource page (bootstrap) - revert changes not related to bootstrap version + * 1488 Download raw source files from manage resource page (bootstrap) + * Merge branch '1511-report-filesystem-error' into bootstrap-ui + * 1511 Improve error reporting at startup, related to the resources directory access rights + * 1511 Improve error reporting at startup, related to the resources directory access rights + * Merge branch '1507_auto_delete_archives' into bootstrap-ui + * 955 Upload EML file to replace metadata on manage resource page (bootstrap) + * Merge remote-tracking branch 'remotes/origin/955-upload-eml' into 955-upload-eml-bootstrap + * 1527 Automatic page refresh to avoid CSRF token expiration, before login (bootstrap) + * Merge remote-tracking branch 'remotes/origin/1527-csrf-expired' into 1527-csrf-expired-bootstrap + * 1488 Download raw source files from manage resource page (bootstrap) + * Merge remote-tracking branch 'remotes/origin/1488-download-source-files' into 1488-download-source-files-bootstrap + * Merge pull request #3 from gbif/bootstrap-ui + * Merge pull request #2 from gbif/master + * Merge branch 'master' into bootstrap-ui + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Merge branch 'master' into bootstrap-ui + * Merge branch 'translation_master' + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * Fix resource file upload + * Mapping page color required fields if missing + * Vocabulary change columns breakpoint + * Add validation to organization selects + * Initialize info popovers on dynamic elements + * Move map buttons to right to prevent from collision with menu dropdown + * Add validation to mapping form + * Metadata collections page fix layout + * Metadata taxonomic coverage page fix layout + * Add save and cancel buttons to top navbar of metadata pages + * Sub navbar menu for rest of metadata pages + * Sub navbar menu for basic metadata page + * Extensions page style fixes + * Prevent popover from spamming log + * Add overflow property to mapping's source samples and second nav + * Resource page style fixes + * Fix form validation for several pages + * Taxonomic coverage metadata page fixes + * Form date inputs, metadata temporal coverage page fixes + * Small fixes + * Disable second nav at metadata pages + * Fix nav dropdown + * Fix issues with second navbar + * Add second navbar to mapping page + * Draft sub navbar for additional functionality + * Validate resource metadata; temporarily comment form-validation part + * Remove commented from header + * Update bootstrap + * Fix broken button at visibility section overview page + * Align all tables at resource page + * Data records fix indent + * Error page fix indents + * Style improvements + * Darwin core mappings preview modal + * Database connect modal window + * Align all tables resource overview page + * Align core and extensions tables resource overview page + * Preview watermark styles + * Overview page add icons + * Resource overview page style improvements + * Confirmation overwrite modal window at overview page + * Source page style improvements + * Fix confirmation modals + * Fix confirmation modals + * Display map in IPT settings + * Add data records charts css + * Fix small style issues + * Resource overview page fix buttons + * Resouce page style improvements + * Registration page registry links fix layout + * Fix bug about organization password request; bootstrap styles for select2 component + * Organisation page fix jquery script + * Organisation page bug fixes + * Fix bugs with adding an organisation and DOI registration agency + * Fix DOI registration agency form for organisation + * Basic metadata page fix licence logo + * Resource overview page style improvements + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Mapping page style fixes + * Resource page style improvements, DOI link + * Resource page style fixes + * Fix page alerts and action messages + * Resource page style fixes + * Resource page display versions table, style improvements + * Fix resource logo size on home page in the table + * Overview page fix small style issues + * Resource page style improvements + * Resource overview page style fixes + * Version history page style fixes + * Version history page bootstrap + * Manage pages bootstrap + * Resource page draft bootstrap + * Home page style improvements + * Overview page display dwca validator check + * Overview style improvements + * Fix info popovers display + * Move help icon inside label to prevent from starting a new line + * Organisation page fix NPE doiRegistrationAgency + * Organisation page bootstrap + * Registration options page bootstrap + * Remove duplicate key + * Read IPT data directory from the servlet context, if available. + * Updated TomcatInstallationWindows7.wiki (markdown) + * Add missing macros to overview.ftl + * Temporarily remove callback part from script + * Reduce nav padding + * Header and footer style improvements, change gbif logo + * Fix links in the footer, change footer styles + * Header and menu style improvements + * Remove top padding + * Use GBIF logo, clean up styles + * Replace hardcode IPT version in footer + * Version 2.5.0-SNAPSHOT + * Error page bootstrap + * Administration vocabulary page bootstrap + * Administration extension page bootstrap + * Administration extensions page bootstrap + * Administration organisations page bootstrap + * Logs page bootstrap + * Registration options page bootstrap + * IPT settings page bootstrap + * User management pages bootstrap + * Metadata additional metadata page bootstrap + * Metadata collections page bootstrap + * Metadata external links page bootstrap + * Metadata citations page bootstrap + * Metadata sampling methods page bootstrap + * Metadata project data page bootstrap + * Change section position for metadata pages + * Metadata associated parties page bootstrap + * Metadata keywords page bootstrap + * Metadata temporal coverage page bootstrap + * Temp fix to forms with datepicker + * Metadata taxonomic coverage page bootstrap + * Resource overview page style improvements + * Geocoverage metadata page fix sidebar + * Basic metadata page layout improvements + * Basic metadata layout improvements + * Metadata geocoverage bootstrap + * Move metadata section component to a separate file + * Basic metadata bootstrap + * Make warning alerts orange + * about page fix title + * Fix autopublish buttons + * Mapping source page bootstrap + * Manage/vocabulary page bootstrap + * Translation page bootstrap + * Small buttons for secondary functions + * Resource mapping bootstrap + * Fix broken popover info in admin home + * Resource autopublish bootstrap + * Resource source bootstrap redesign + * Escape characters inside info popover + * Responsive tables resource overview + * Resource overview bootstrap redesign + * Error pages bootstrap redesign + * Use forms components for account and login + * Reduce size of headers, resource table improvements + * Make links green + * Create new resource disabled if no organizations + * Forms improvements; radio buttons validation; setup pages + * Fix action alerts for setup pages + * Navbar items alignment; error pages margins + * Administration bootstrap redesign + * Manage resources bootstrap behaviour + * Fix navbar menu collapse behaviour + * Forms some components bootstrap redesign + * Errors bootstrap redesign + * Home menu bootstrap redesign + * About menu bootstrap redesign + * Common components redesign with Bootstrap, setup + * Updated IPT2ManualManageResources.wiki (markdown) + * 1488 Download raw source files from manage resource page + * 1511 Improve error reporting at startup, related to the resources directory access rights + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Fixes https://github.com/gbif/ipt/issues/1531 + * 1527 Automatic page refresh to avoid CSRF token expiration, before login + * 1527 Automatic page refresh to avoid CSRF token expiration, before login + * 955 Upload EML file to replace metadata on manage resource page + * 955 Upload EML file to replace metadata on manage resource page + * noticed a broken link in last section + * Merge remote-tracking branch 'remotes/origin/master' into 1507_auto_delete_archives + * Merge pull request #1 from gbif/master + * 1507 Keep only a defined number of archived versions per resource (delete only DwC archive) + * 1507 Keep only a defined number of archived versions per resource (delete only DwC archive) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Russian) + * Use day-month order in UI. + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Russian) + * Merge branch '1507_auto_delete_archives' + * Adjust English, add number type to input field. + * Merge branch '1506_auto_publish_options' + * Minor changes to English translation and code indentation. + * Add .editorconfig to set 2-space indentation. Fix non-compliant files. + * New translations ApplicationResources_en.properties (French) + * Merge pull request #1513 from sylmorin-gbif/1508_delete_archives + * Merge PR #1516 from gbif/translation_master - Russian translation + * New translations ApplicationResources_en.properties (Russian) + * spell checking + * 1508 Delete archived version in UI + * 1508 Keep only a defined number of archived versions per resource + * Updated FAQ.wiki (markdown) + * 1506 Add options in auto-publish to define the next published date more precisely 1505 Cannot change auto-publish settings or turn it off without publishing a version + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated IPT2License.wiki (markdown) + * Add WikiData Q-ID to list for user directories. + * Flip test to defend against NPE. + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Update copyright notice in website footer, and add LICENSE. + * Update version information. + * Updated Launch (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * [maven-release-plugin] prepare for next development iteration + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated Home (markdown) + * Updated _Footer (markdown) + * Updated FAQ.wiki (markdown) + * Close #1489 + * Updated IPTUserManualv21.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated Launch (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * removed / + * added / to replace # in migrate-a-resource + * Updating Norwegian IPT and email details + * changing contact information for iDigBio IPT help + * Updated Roadmap (markdown) + * Instructions to reset/recover a lost admin password. + * Old item removed + * TableOfContents.wiki.md + * 2.4.0 release + * Remove references to EZID. + * Updated Inicio (markdown) + * Resolves https://github.com/gbif/ipt/issues/1339 + * Updated dataHostingCentres (markdown) + * Corrects links in Table of contents + * Updated _Footer (markdown) + * Updated IPT2Citation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated Home (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated Best Practices in Publishing Sampling event data planned additions (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Created Best Practices in Publishing Sampling-event data - planned additions (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated Releases (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated Launch (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated FAQ.wiki (markdown) + * install again. + * installation. + * Links. + * Menu. + * Fix images for display. + * Merge commit 'a1599477cd1248c7625617d4fe0c300edc4c5d71' + * Split two sections out. + * Change video embed method. + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated FAQ.wiki (markdown) + * Updated TomcatInstallationMacOSX.wiki (markdown) + * Updated dataHostingCentres (markdown) + * corrects small typo + * Updated FAQ.wiki (markdown) + * Escape the escape backslashes in the ipt.baseURL example, so they show up in the wiki + * Updated howToPublish (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated _Sidebar (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated _Sidebar (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Updated Stats (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Adds country stats chart + * Created Stats (markdown) + * Adds IPTs stats + * Updated Home (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated contact info for TaiBIF IPT. + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated samplingEventData (markdown) + * Updates info about mailing list + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Roadmap (markdown) + * Updated Roadmap (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Removes old link which doesn't exist now + * Updated IPT2ManualNotes.wiki (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Updated Launch (markdown) + * Created Launch (markdown) + * no more tomcat 6 and java 6 + * require java8 and a servlet container + * Destroyed VersionHistory.wiki (markdown) + * Destroyed Roadmap.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated Roadmap (markdown) + * Updated _Sidebar (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated Releases (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Created Roadmap (markdown) + * Created Releases (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated dataHostingCentres (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated Inicio (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Nested samples table 4. added + * Reef fish survey added + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Lepidoptera survey 2 finished + * Updated BestPracticesSamplingEventData (markdown) + * Lepidoptera survey 2 + * Macrophyte survey + * Brackish survey added + * Extension occurance table added + * Freshwater invertebrate survey started + * Best practices sampling data added + * new screenshots added + * Added quantity and abundance section with table 2 + * Additional Metadata table complete + * Additional Metadata adding + * Intellectual property rights terms added with EML links + * Methods section added with EML terms + * Temporal coverage with EML links added + * Geographical coverage with EML terms and links added + * Taxonomic coverage with EML links and terms added + * Keyword terms added with EML links + * Party/people completed with links to EML + * Added party/people terms + * Updated GMPHowToGuide (markdown) + * Project terms put into table with links + * Project terms table layout + * Finished Dataset terms table. Removed third column and added links to EML in titles + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Added dataset term alternateIdentifier + * Updated dataHostingCentres (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * New screenshot added + * Updated howToPublish (markdown) + * Updated dataQualityChecklist (markdown) + * Updated FAQ.wiki (markdown) + * New FAQ added + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Fix typo + * add VLIZ IPT + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated How to write your own EML XML file (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Changed figure name + * Adds new figure + * Updated GMPHowToGuide (markdown) + * New figure added + * New figure added + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Updated GMPHowToGuide (markdown) + * Destroyed GMPSpec.wiki (markdown) + * Updated GMPHowToGuide (markdown) + * New figures added + * Created GMPHowToGuide (markdown) + * edited #Belgium + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated Workbook.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated occurrenceData (markdown) + * Updated occurrenceData (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Updated BestPracticesSamplingEventData (markdown) + * Created BestPracticesSamplingEventData (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * new figure added + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * new figure added + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * new figures added + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Updated DwCAHowToGuide (markdown) + * Created DwCAHowToGuide (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated checklistData (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * Updated BestPracticesChecklists (markdown) + * New figures added + * Updated Home (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated dataHostingCentres (markdown) + * escape pipes in table with | + * Updated checklistData (markdown) + * Updated BestPracticesChecklists (markdown) + * Created BestPracticesChecklists (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated IPT2Customization.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Updated PublisherProfiles (markdown) + * Created PublisherProfiles (markdown) + * Java 7 note + * Outbound HTTPS connections. + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * New icon + * Updated IPTWebinarSeries2017 (markdown) + * Updated IPTWebinarSeries2017 (markdown) + * Updated IPTWebinarSeries2017 (markdown) + * Updated IPTWebinarSeries2017 (markdown) + * Created IPTWebinarSeries2017 (markdown) + * Updated FAQ.wiki (markdown) + * New FAQ added + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Remove under construction + * Removes mention of experts group + * Update required for issue #1130 + * New screenshots added + * Update required for issue #1130 + * Update required for issue #1130 + * Update required for issue #1238 + * Update required for issue #1270 + * Updated IPT2ManualNotes.wiki (markdown) + * Update required for issue #1302 + * new screenshot added + * Update required for issue #1302 + * new screenshot added + * Update required for issue #1302 + * New screenshot + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New screenshot + * Fix small typo + * Update required for issue #1306 + * Update required for issue #1309 + * Updated FAQ.wiki (markdown) + * Updated HowToTranslate.wiki (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated IPTReleaseNotes233.wiki (markdown) + * Archives user manual and release notes for version 2.3, prior to working on versions for 2.3.3 + * Updated dataHostingCentres (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated How to write your own EML XML file (markdown) + * Updated How to write your own EML XML file (markdown) + * Updated How to write your own EML XML file (markdown) + * Updated How to write your own EML XML file (markdown) + * Updated How to write your own EML XML file (markdown) + * Created How to write your own EML XML file (markdown) + * Fixes https://github.com/gbif/ipt/issues/1301 + * Updated FAQ.wiki (markdown) + * Updated Home (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated dataQualityChecklist (markdown) + * fix typo (: + * small additions for Belgium + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Replaced image + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New image added + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Updated dataQualityChecklist (markdown) + * Created dataQualityChecklist (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Revised template again + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Updated samplingEventData (markdown) + * Revised templates with links to datasets in GBIF.org + * Revised template with example data + * Updated occurrenceData (markdown) + * Revised template with example data + * Updated checklistData (markdown) + * Revised template with example data + * More changes to templates + * Updated checklistData (markdown) + * Updated occurrenceData (markdown) + * Updated samplingEventData (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New image added + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * More updates to templates + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * More updates to templates + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated samplingEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated resourceMetadata (markdown) + * Updated howToPublish (markdown) + * Updated sampleEventData (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Adds event template with data + * Adds checklist template with sample data + * Adds checklist template with data + * Updated occurrenceData (markdown) + * Updated occurrenceData (markdown) + * Updated occurrenceData (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Updated occurrenceData (markdown) + * Adds excel template images + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Occurrence template with sample data + * Updates template URL to use new version + * Updates template URL to use new version + * New version of templates added + * Makes it mandatory to provided footprintSRS when supplying footprintWKT + * Moved sampleSizeValue & sampleSizeUnit to recommended + * Updated occurrenceData (markdown) + * Moved countryCode to recommended + * Moved countryCode to recommended + * Updated HowToTranslate.wiki (markdown) + * Updated HowToTranslate.wiki (markdown) + * Updated HowToTranslate.wiki (markdown) + * Fixes screenshot + * Updated FAQ.wiki (markdown) + * Adds new FAQ + * Updates migration instructions to accomodate change of organisation + * Updated resourceMetadata (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Improves instructions on finding link to email template + * Updated occurrenceData (markdown) + * Updated occurrenceData (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated howToPublish (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated IPT2ApplyingLicense.wiki (markdown) + * Updated sampleEventData (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Images updated + * Revert "Updated Inicio (markdown)" + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated occurrenceData (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated howToCloud (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated dataHostingCentres (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated IPT2DatabaseConnection.wiki (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * remove image + * remove image + * new screenshot + * Updated howToCloud (markdown) + * Updated howToCloud (markdown) + * limitType was missing and correction of sqlite and pgsql jdbc.properties examples + * Updated resourceMetadata (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * slight tweak of early sentence + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated resourceMetadata (markdown) + * Updated howToPublish (markdown) + * new images + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * new image + * Created howToCloud (markdown) + * Updated howToPublish (markdown) + * Updated sampleEventData (markdown) + * Updated checklistData (markdown) + * Updated resourceMetadata (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * new image + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * remove icon + * Updated resourceMetadata (markdown) + * New icon + * New icon + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated occurrenceData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated checklistData (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated checklistData (markdown) + * Updated occurrenceData (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated resourceMetadata (markdown) + * Updated resourceMetadata (markdown) + * Updated sampleEventData (markdown) + * Updated sampleEventData (markdown) + * Updated occurrenceData (markdown) + * Updated checklistData (markdown) + * Updated resourceMetadata (markdown) + * Created resourceMetadata (markdown) + * Created sampleEventData (markdown) + * Created checklistData (markdown) + * Created occurrenceData (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated dataHostingCentres (markdown) + * Created dataHostingCentres (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated Home_ES (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated Inicio (markdown) + * Updated IPT2ManualNotes_ES.wiki (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated Inicio (markdown) + * Updated Inicio (markdown) + * Updated Inicio (markdown) + * Moved to es directory + * Updated IPT2ManualNotes.wiki (markdown) + * copy and rename spanish user manual + * Fix link + * Fix to text + * Link to other languages + * Update link + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Spanish homepage and sidebar + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Footer (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated howToPublish (markdown) + * Change Canadensys IPT URL + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * commit merge + * Updated howToPublish (markdown) + * Readmes added to templates + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Names sheet + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New template added + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Updated howToPublish (markdown) + * New image + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New checklist template + * Update + * Update + * Links fixed + * Links + * Images fixed + * Images updated + * Images updated + * User Manual (ES) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Updated howToPublish (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * new icon for how to guide + * Created howToPublish (markdown) + * new image for how to guide + * Updates migrations instructions + * Updates images with correct URLs + * Updated IPT2ManualNotes.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2Customization.wiki (markdown) + * Updated TomcatInstallationUbuntu.wiki (markdown) + * Created TomcatInstallationUbuntu.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * fixed FAQ link + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Updated IPTReleaseNotes23.wiki (markdown) + * Created IPTReleaseNotes23.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated TomcatInstallationWindows8.wiki (markdown) + * added other screenshots + * Updated TomcatInstallationWindows8.wiki (markdown) + * Updated TomcatInstallationWindows8.wiki (markdown) + * trying re-size syntax to decrease screen shot size + * test different markup for screenshot + * added Apache Tomcat Setup Options screenshot + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * New screenshots added + * small changes + * Updated _Sidebar (markdown) + * Created TomcatInstallationWindows8.wiki (markdown) + * Created TomcatInstallationWindows8 (markdown) + * Updated IPT2Versioning.wiki (markdown) + * Updated FAQ.wiki (markdown) + * Updated TomcatInstallationWindows7.wiki (markdown) + * Updated TomcatInstallationWindows7.wiki (markdown) + * Updated TomcatInstallationWindows7.wiki (markdown) + * Updated TomcatInstallationWindows7.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPT2Core.wiki (markdown) + * Updated IPTServerPreparation.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshots added + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshots added + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot name changed + * Screenshot added + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Screenshot deleted + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Screenshot added + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Screenshot added + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPTUserManualv22.wiki (markdown) + * Archive of User Manual for version 2.2 + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Merge branch 'master' of https://github.com/gbif/ipt.wiki + * Adds other downloads from Google Code site + * Updated Workbook (markdown) + * Updated _Sidebar (markdown) + * Created Workbook (markdown) + * Adds IPT workbook downloads + * Created IPTReleaseNotes203.wiki (markdown) + * Created IPTReleaseNotes204.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated HowToTranslate.wiki (markdown) + * Updated HowToContribute.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Updated _Sidebar (markdown) + * Updated IPT2ManualNotes.wiki (markdown) + * Adds toc + * Destroyed Acknowledgements (markdown) + * Created Acknowledgements (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Updated _Footer (markdown) + * Created _Footer (markdown) + * Updated Welcome (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated Home (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Updated _Sidebar (markdown) + * Save work + * Save work + * Wiki sidebar created + * Fix more broken image links + * Fix broken image link + * Transferred developer guidelines from DEVELOPER-GUIDE.TXT + * Moved gbif-ipt-docs to wiki + * Google Code wiki pages converted to markdown using WikiToMarkdownTool + * Initial Home page + -- gbif-jenkins Mon, 23 Aug 2021 15:47:07 +0000 + +ipt (2.4.2) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.4.2 + * New Crowdin updates (#1497) + * Support cursors for PostgreSQL. + * Avoid Freemarker error when a manually imported dataset's organization is unknown. + * Ignore DOI tests. + * Add note about XStream versioning. + * Fix for reading resource.xml files generated in an older IPT. + * Remove junk Mac OS files from Zip tests. + * Change CRLF files to LF. + * Update documentation and release process for the 2.4.1 version. + * Revert "Ignore live DataCite tests for release." + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Tue, 08 Sep 2020 13:15:13 +0000 + +ipt (2.4.1) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.4.1 + * Ignore live DataCite tests for release. + * New Crowdin updates (#1495) + * Remove recommendation to use old version, use HTTPS for gbif.org links. + * Update dataset type vocabulary. + * New Crowdin updates (#1494) + * Read IPT version and add to user agent automatically. + * Add release process for Docker and RPM. + * Correct spelling. + * Link to Docker image. + * Merge docker-ipt repository into this one, for better maintainability. + * Replace Jackson usage in tests with simple properties files. + * Change base image to tomcat:8.5-jdk8, as Alpine Linux base is no longer supported (#7) + * Update test vocabularies.xml (#1492) + * Upgrade xstream, #1493. + * Bump jackson-databind from 2.9.9.1 to 2.11.2 (#1481) + * Bump xstream from 1.4.8 to 1.4.10 (#1484) + * Merge pull request #1486 from gbif/dependabot/maven/mysql-mysql-connector-java-8.0.16 + * Merge pull request #1487 from gbif/dependabot/maven/log4j.version-2.13.3 + * Bump log4j.version from 2.12.0 to 2.13.3 + * Bump mysql-connector-java from 5.1.44 to 8.0.16 + * Merge pull request #8 from steinho/patch-1 + * Missing GNU sort in base image + * Document override. + * Document change of data directory. + * Test that password hashes remain stable. + * Note on default IP + * Upgrade to 2.4.0, and polish this up a bit. + * Backup config! + * Docker image to build the CentOS RPM package. + * Updates for 2.4.0. + * Build status icon. + * [maven-release-plugin] prepare for next development iteration + * Merge pull request #6 from steinho/master + * Bump IPT to Latest Release: 2.3.6 + * Release IPT 2.3.6. + * Release IPT 2.3.5. + * Script to build IPT RPM. + * Update readme for docker hub + * Update dockerfile to use latest IPT, alpine linux and more readme docs + * Merge pull request #2 from godfoder/patch-1 + * Update to IPT 2.3.4 + * Update README.md + * use IPT 2.3.3 + * Set ipt dir + * Add Dockerfile for tomcat jre8 & IPT setup + * Initial commit + -- gbif-jenkins Wed, 02 Sep 2020 18:33:53 +0000 + +ipt (2.4.0) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.4.0 + * Updates for 2.4.0 release. + * Merge pull request #1459 from gbif/translation_master + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Merge pull request #1458 from gbif/translation_master + * Update config test with appropriate IP. + * Fix locale check and test. + * Fix cut-paste mistake. + * Check for null. + * Upgrade Jackson version. + * Update parser to accept partial date ranges. + * Fix test for most recent publication year change. + * Add character set to dcat response. + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Reformat DOI in help. Final fix for #1333. + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Merge pull request #1457 from gbif/translation_master + * Use most recent publication year in auto-generated citation. + * Merge branch 'rukayaj-master' + * Merge branch 'master' of git://github.com/rukayaj/ipt into rukayaj-master + * Merge remote-tracking branch 'YasuhikoFujita/fix_#1449' + * Remove IPT statistics generation method. + * Improve reporting/logging while generating DWCA. + * Change logging implementation from Log4J to Log4J2. + * Remove EZID support. + * Fix database-based test which was reusing DOI configuration module for no good reason. + * Update to gbif-doi 2.7. + * Merge pull request #1455 from gbif/gbif-doi-v2 + * New translations ApplicationResources_en.properties (Chinese Traditional) + * #1453 update gbif-doi to v2 + * #1453 update gbif-doi to v2 + * #1453 update gbif-doi to v2 + * #1453 update gbif-doi to v2 + * fix #1449 do not call ActionSupport#getLocal() method on none action context thread. ... and small fix generics warnings. + * Show link to datarecords regardless of if resource has recordsbyextension + * Changed exception message + * Merge remote-tracking branch 'origin/master' + * Fixed doUndeleteDOI method Fixed unit tests Updated gbif-doi.version + * Updated gbif-doi.version + * Updated gbif-doi library version + * Merge pull request #1434 from vjrj/patch-1 + * Update README.md + * Fix duplicate wording. + * Fixes #1429 - Version bump for Struts2 and Jackson for security + * Update README.md + * Remove Jetbrains acknowledgement. + * Merge remote-tracking branch 'origin/mgh-style-change' + * Add URL types to metadata input boxes. + * closes https://github.com/gbif/ipt/issues/1421 + * force IE 11 into compatibility mode, relates to #1414 + * Revert "Disable DOI tests for release, pending https://github.com/gbif/ipt/issues/1411." + * Merge pull request #1412 from gbif/translation_master + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Add additional link to citation note. + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Tue, 23 Jul 2019 12:04:35 +0000 + +ipt (2.3.6) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.6 + * Remove Farsi translation, as it hasn't been reviewed. + * Disable DOI tests for release, pending https://github.com/gbif/ipt/issues/1411. + * Don't add Google Analytics by default. + * Merge pull request #1404 from gbif/translation_master + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Avoid datadir in snapshots. + * Hide import DWCA/resource box behind a checkbox. + * Log underlying exception. + * Escape quotes in translation string. + * Hardcode version to make this work with tests. + * Fix registry exception test. + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Language names for use in the selector. + * Revert "Add language translations to collect them. They need manual moving to languages.ftl when needed." + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Add language translations to collect them. They need manual moving to languages.ftl when needed. + * Rename language list, turns out these variables are global. + * Fix global coverage bug. + * Reduce standard timeout, to avoid users getting fed up waiting and clicking away. + * Validate proxy configuration is correct by using the proxy. + * Reformat user agent. + * Better treatment of registry connection exceptions in initial setup + * Use text rather than images for language selection. + * Set a user agent. + * Remove debug line. + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Further updates needed by Struts 2.5. + * Update license disclaimer. + * Add missing jQuery images, and remove execute permissions. + * Update copyright date. + * Merge pull request #1330 from SCozijnsen/ipt-font-awesome + * Merge pull request #1337 from KeithUSF/patch-2 + * Merge branch 'master' into patch-2 + * Merge pull request #1335 from KeithUSF/patch-1 + * Merge pull request #1402 from gbif/translation_master + * New translations ApplicationResources_en.properties (Chinese Traditional) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Use nicer hyphens in text. + * Merge pull request #1401 from gbif/translation_master + * New translations ApplicationResources_en.properties (Turkish) + * New translations ApplicationResources_en.properties (Spanish, Colombia) + * New translations ApplicationResources_en.properties (Russian) + * New translations ApplicationResources_en.properties (Portuguese, Brazilian) + * New translations ApplicationResources_en.properties (Persian) + * New translations ApplicationResources_en.properties (Kurmanji (Kurdish)) + * New translations ApplicationResources_en.properties (Japanese) + * New translations ApplicationResources_en.properties (French) + * New translations ApplicationResources_en.properties (Chinese Traditional) + * Changes to support CrowdIn integration — build translations from Unicode sources. + * Update Crowdin configuration file + * Upgrade to newer Struts to support Java 9 on Windows. + * Update to newest GBIF API, and GBIF common for bugfix with CSV sorting. + * Revert mistaken change. + * Remove issued date. + * Update ISO country list with version from rs.gbif.org. + * Merge branch 'master' into ipt-font-awesome + * Merge branch 'master' into ipt-font-awesome + * Default to production mode in struts2 and create new profile 'dev' that turns on debug mode locally + * Reverts unvanted change + * closes #1374 + * jquery source files + * jquery sorce files + * ignore test blocked by #1379 + * closes #1378 + * Adds to stats method by outputting version stats into file + * Change reverts part of commit as explained here https://github.com/gbif/ipt/commit/ebd8a6912f53007bc02b716639e0dd4875cf575c - relates to issue #1372 + * support language menu also in setup phase. Use new i18n interceptor only, not together with the struts2 default one + * Change adds translation for Persian to UI - issue #1372 + * Change related to issue #1371 adds warning in all other languages in English so interface doesn't break. + * Change related to issue #1371 adds warning to citation page. Translations needed in all other languages. + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * [maven-release-plugin] prepare for next development iteration + * Added login form placeholders + * CSS fix for #1334 + * Fixed typo + * Changed Admin Home icons to Font Awesome + * Added Font Awesome inclusion in Header files, replaced waring-icon in setup + * Added FontAwesome Source files and include in CSS + -- gbif-jenkins Fri, 20 Jul 2018 14:04:17 +0000 + +ipt (2.3.5) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.5 + * Use https for testing and warn when using live doi servives in tests + * Ignore tests that require live webservices + * Delete Figure 3. Schematic of a whittaker plot (2).png + * Delete Fig2. sampling (2).jpg + * Show no stacktrace when warning on missing secure flag on startup + * Reverts unwanted change + * Fix freemarker NPE cases when the request URI was invalid due to xss attacks + * Fixes broken ITs + * Uncomments ITs + * Add freemarker based language menu, see #1367 + * Fixes #1367 + * Exclude older servlet-api properly, set httponly and secure cookie flags in servlet context programmatically, favor registering filters via guice servlet listener as opposed to web.xml. + * Revert to xstream 1.4.8 to avoid #1297 + * Upgrade dependencies that do not require major refactoring. Fixes #1365 + * Apply html sanitizer filter only to unauthenticated urls, leaving manage and admin section open + * Update README.md + * Update README.md + * Rollback + * Update README.md + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.3.5 + * Use latest common-ws and upgrade struts & jetty to latest releases + * Extend existing XssFilter with a new SanitizeHtmlFilter that uses previous regex to look for xss attacks but also strips all tags from parameter content to be very cautious + * Use servlet api 3.0 and use http only cookies. Prevent CSRF login attacks using double login cookies + * Fix https://github.com/gbif/ipt/issues/1344 NPE + * Add files via upload + * Add files via upload + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Create README.md + * Create README.md + * Bumpt various deps and make use java 8 sources officially, fixes issue#1222 + * Create README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Wed, 18 Oct 2017 09:04:47 +0000 + +ipt (2.3.4) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.4 + * Comment out ITs for release + * Fixes broken IT: RegistryManagerImplIT.testRegisterResource:148 Register IPT failed: HTTP/1.1 301 Moved Permanently Broken IT linked to change https://github.com/gbif/ipt/commit/8089bdb4a2e0cc3386f797452994a93050792590 + * Change ensures that IPT calls GBIF web services over HTTPS: gbrds.gbif.org (production mode), gbrds.gbif-uat.org (test mode), tools.gbif.org/ws-validurl and tools.gbif.org/dwca-validator + * Incorporates fix contributed in pull request https://github.com/gbif/ipt/pull/1315 + * Fixes #1319 ensuring registered resources always get shown on home page + * Updates year in footer + * Updates struts2 re issue #1328 + * Temporary workaround for issue #1317 for inclusion in v2.3.4 + * Update endpoint URLs (mostly tests) to accept wildcard certificates. + * Update to latest and upcoming release sections + * Update README.md + * Change ensures that more instances of CSVReader get closed. Related to issue #1311 + * Change ensures CSVReader gets closed. A potential fix for issue #1311 + * Merge branch 'master' of https://github.com/gbif/ipt + * Changes to how IPT stats are gathered - marks version used to calculate statistics for v2.3.3 + * Updates instructions for coders + * Updates list of languages + * Fixes broken links + * Advertises early download of new version (2.3.3) + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Fri, 10 Mar 2017 12:45:06 +0000 + +ipt (2.3.3) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.3 + * Additional fix needed for #1130 + * Rollback + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.3.3 + * Additional fix needed for #1130 plus improvements related to loading IPT from existing data directory + * Rollback + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.3.3 + * Rollback + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.3.3 + * Additional fix needed for #1309 + * Rollback + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.3.3 + * Comment out ITs for release + * Fix for log message + * More improvements to Russian translation, relates to issue #1295 + * Change fixes NPE deleting admin account (#1308) and also fixes problems handling user deletion when they are resource creators (#1309) + * Merge branch 'master' of https://github.com/gbif/ipt + * Small improvements to English translation, relates to issue #1295 + * Fixes bug: record count graph not showing at all when resource only has 1 extension. Change relates to #1130 + * Fixes "NetworkError: 404 Not Found" loading images on add organisation page. Change relates to issue #1263 + * Fixes error "TypeError: $(…).tooltip is not a function" on resource homepage based on this suggestion: http://stackoverflow.com/a/41201336 Change relates to issue #1130 + * Last change reverted because IPT cannot use protocol agnostic URL for requests to URL validator unless validator is first served with HTTPS - see https://github.com/gbif/validurl-ws/issues/1 Change relates to issue #1298 + * Use protocol agnostic URL for requests to URL validator. Change relates to issue #1298 + * Updates French and Russian translations with various improvements. Changes relate to issue #1295 All translations now in sync with revision 10 of properties file (on crowdin). + * Fixes bug using resource DOI as datasetID. Relates to closed issue #923. + * Fixes problem with checkboxes not displaying as a result of this recent change: https://github.com/gbif/ipt/commit/67489052b74f36bfc9949fa5e3c8d80f75d40d4a Change relates to issue #1263 + * Changes improve way invalid resource directories get cleaned up a) on startup (#1227) and b) when resource creation fails (#718) + * Fixes 404 Not Found errors locating resources related to maps - relates to issue #1302 + * Small improvement to Russian translation, relates to issues #1295 and #1130 + * Two fixes required for backwards compatibility handling resources published prior to IPT v.2.2 - related to #1213 + * Improves error message shown when updating resource registration fails - related to #1306. + * Small improvement that distinguishes core count from extension count(s) - related to issue #1130 + * Change updates maps to use a better tile set. Fixes #1302 + * Small improvement related to issue #1306 - ensures not authorised response can be distinguished separately from other response types + * Changes fixes #1306 - syncs all registered resources during update IPT registration operation + * Some small improvements to following commit: https://github.com/gbif/ipt/commit/89573e8b77a85f5ca4d3ba7cf4f6254d9bf5425a Change relates to issue #1304 + * Updates all translations to be in sync with revision 9 of properties file (on crowdin). 15 strings added in each language. Fixes issue #1295 + * Additional fix needed following this comment: https://github.com/gbif/ipt/issues/1299#issuecomment-260944498 Relates to issue #1299 + * Change to data records section on resource homepage shows extension description in tooltip. Relates to issue #1130 + * Change fixes some HTML validation errors on resource homepage. Relates to issue #1291 + * Change ensure resource also gets deleted from resources cache when request to create new resource gets rejected. Relates to issue #718. + * Change to public pages ensures user input is escaped when sent back to them. Relates to issue #1187. + * Improves bounding box description on resource homepage. Relates to issue #1302 + * Change replaces Google map with Leaflet map on ipt config page. Relates to issue #1302 + * Change replaces Google map with Leaflet map on geospatial coverage page. Relates to issue #1302 + * Changes shows core record count in bar graph to enable comparison with extension counts. Relates to #1130 + * Take data directory location from environment variable, if defined. + * Avoids using another insecure resource over HTTPS #1298 + * Change fixes #1299 + * Remove scheme from URLs to allow HTTP or HTTPS access. + * Fixes Freemarker template errors. Changes related to issue #1130 + * Fixes #1297 + * Adds flag for Russian translation - issue #1295 + * Updates all translations to be in sync with revision 8 of properties file (on crowdin). 15 strings outstanding in each language. Adds Russian translation - issue #1295 + * Change fixes #1276 - prevents GBIF from assigning the dataset an extra unnecessary DOI on registration, by sending the user-assigned DOI citation identifier in the API request + * Change fixes #1263 - fixes validation bug on edit organisation form + * Change fixes #1291 - improves styling on resource homepage, in particular method steps + * Change fixes #1247 - adds hover over text to DwC-A validator button + * Change fixes #1270 - asserts rights holder along with licence on resource homepage. + * Change fixes #1213 - ensures resource overview table uses properties from last published version of public/registered resources. + * Changes fixes #1227 - deletes invalid resource directories on startup + * Change fixes #718 - ensures resource folder gets removed following failed creation attempt + * Change fixes #1130, addressing outstanding issues listed in https://github.com/gbif/ipt/issues/1130#issuecomment-257258429 + * Change shows record counts for all extension files in archive on resource homepage in new data records section. Resources with extension records are now visible within resource tables, with link to data records section on its homepage. Change fixes #1130. + * Change to prevent NPE, relates to issue #1130 + * Change allows record counts for all files in archive to be retrieved, for each published version. Change relates to issue #1130 + * Change fixes #1255 - deleting unregistered resource says it is registered in dialog box + * Change fixes #1238 - detects change in number of source columns and warns user they should update its mappings + * Fix for Freemarker error, relates to issue #1229 + * Updates comments only, relates to issue #1229 + * Change fixes #1229 - locks coreId term mapping so it mirrors ID mapping + * Changes relate to resource creation via archive import: a) fixes issue #718 making behavior more strict and refusing resource creation when archive refers to an extension that hasn't been installed yet, b) work related to #1229, ensuring the extension coreId term mapping always exists + * Change fixes #1290 - makes project personnel required + * Bumps motherpom - relates to issue #1274 + * Change fixes issue #1277 - bug populating DataCite creator + * Changes fixes #1218 - NPE + * Change fixes #1261 - to extend and improve RSS feed + * Ignore list + * Changes a) upgrade dependencies for 2.3.3 (Fixes #1274) and b) replace XSSFilter to use the one from gbif-common-ws (Fixes #1187) + * Outstanding change related to fix for #1293 + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Update README.md + * Fixes #1293 + * Fix itext issue #1288 + * Fix issue #1267 + * Fixes issues #1231 and #1217 + * Merge pull request #1284 from pieterprovoost/pull-request + * Merge branch 'master' of https://github.com/gbif/ipt + * Fixes issue #1285 + * only checking last published version for rss feed generation + * fix for gbif/ipt#1248 + * Merge pull request #1236 from silenius/master + * Merge pull request #1239 from niwa/fix-guice-dependencies-1 + * Updates link to user manual in footer. Fixes #1279 + * Fixed typo + * Use the DefaultHttpClient created by Guice when creating an HttpUtil + * fix file a small bug report link + * Change fixes #1223 -ensures resource version won't get out of sync after publication failure + * [maven-release-plugin] prepare for next development iteration + -- gbif-jenkins Fri, 23 Dec 2016 12:07:42 +0000 + +ipt (2.3.2) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.2 + * Comment out ITs for release + * Updates a couple other test dependencies + * Updates script that gathers statistics, to also capture number of usages and occurrences coming from checklists + * Fixes #1210 + * Fixes #1209 + * Fixes #1215 + * Fixes #1208 - double quotes are escaped in DCAT literal strings + * Updates zh translation, change relates to issue #1199 + * Updates pt translation, change relates to issue #1199 + * Updates ja translation, change relates to issue #1199 + * Updates fr translation, change relates to issue #1199 + * Updates es translation, change relates to issue #1199 + * More changes related to issue #1199 + * Additional changes needed for issue #1199 + * Fixes possible NPE detected by SONAR + * Fix for JA properties neede for issue #1199 + * Change fixes issue #1199 - simplifies paging text under all tables + * Change adds another test related to issue #1200 + * Fixes #1200 + * Fixes #1211 + * Adds space + * Change activates ITs again + * Fixes #1205 with corresponding IT + * Fixes #1204 + * Fixes #1201 - broken resources table + * [maven-release-plugin] prepare for next development iteration + -- Kyle Tue, 13 Oct 2015 15:44:29 +0000 + +ipt (2.3.1) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3.1 + * Fixes #1195 - bug populating dropdown with duplicate extensions in mapping section + * Fixes #1196 - freemarker template error + * Forces application to handle all requests and responses as UTF-8 encoded. Fixes #1197 + * Fixes param casing + * [maven-release-plugin] prepare for next development iteration + -- Kyle Tue, 15 Sep 2015 11:13:14 +0000 + +ipt (2.3) unstable; urgency=medium + + * [maven-release-plugin] prepare release ipt-2.3 + * to resolve failed release + * to resolve failed release + * to resolve failed release + * to resolve failed release + * So ITs aren't run during release + * Changes link name, and removes unused property. Work relates to issue #1159 + * Small improvement. Work relates to issue #1158 + * Fixes broken test + * Fixes more bugs encountered while trying to upgrade extensions and vocabularies to newer versions. Work relates to issue #1158 + * Further improvement to DCAT feed. Work relates to issue #1194. + * Merge branch 'oSoc15-master' + * Merge branch 'master' of https://github.com/oSoc15/ipt into oSoc15-master + * Adds warning during publishing if occurrence extension has no occurrenceId. Work relates to issue #1169 + * Changes to core and extension validation during publishing, drops the requirement that a sampling event resource must have associated occurrences. Work relates to issue #1169 + * Change ensures required fields on basic metadata page are consistently indicated by asterisk. Work relates to issue #1160 + * Change prevents leaving behind an invalid resource directory when creating a new resource from an invalid eml file. Fixes #1191 + * Fixes bug encountered while trying to upgrade to newer extension version. Work relates to issue #1158 + * Merge branch 'master' of https://github.com/gbif/ipt + * Change allows IPTs in test mode to gracefully handle vocabularies and extensions that no longer exist in the sandbox registry (e.g. they have been moved to production). Work relates to issue 1157 + * Update v2.3-spec.md + * Update v2.3-spec.md + * Avoids NPE. Work relates to issue #1179 + * Fixes #1189 + * Updates ZH translation for revision 5 (on crowdin). Translations relate to issues #1179 and #1186 + * Updates ES translation for revision 5 (on crowdin). Translations relate to issues #1179 and #1186 + * Replaces favicon. Work relates to issue #1188 + * Change ensures default org always appears as first option in list and has name shown in requested locale. Work relates to issue #1179 + * Updates JA translation for revision 5 (on crowdin). Translations relate to issues #1179 and #1186 + * Updates FR translation for revision 5 (on crowdin). Translations relate to issues #1179 and #1186 + * Updates PT translation for revision 5 (on crowdin). Translations relate to issues #1179 and #1186 + * Change addresses comment https://github.com/gbif/ipt/commit/2b26d7fbe54c03d7ebbfde97af3a409e82972aaa#commitcomment-12786864 + * Fix broken ITs. Work relates to issue #1179 + * Updates GBIF logo at top of page only. Work relates to issue #1188 + * Replaces native XSS filter with version cut and pasted from gbif-commons-ws. Decision taken not to update gbif-common-ws at this time due to discrepancy between servlet apis used. Work related to issue #1187 + * Updates a couple dependencies. Work related to issue #1172 + * Change adds a couple new unit tests, fixes broken test. Work related to issue #1169 + * Change blocks DOI operations if no publishing organisation assigned. Work relates to issue #1179 + * Change ensures empty lines are skipped during mapping preview DwC-A generation. Fixes #1182 + * Updates help text as part of issue #1186 + * Change allows IPT to be installed without an organisation. Work relates to issue #1179 + * Removes unused import that breaks build + * Fixes issue #1186 + * Merge pull request #6 from oSoc15/dcat + * DCAT settings moved to property-file dcatsettings.properties + * Merge pull request #5 from oSoc15/dcat + * Language of the dataset is that of the eml metadata + * Only public published resources with a license are in the DCAT feed + * Code cleanup + * Added language to catalog and datasets + * Fixed issue with date + * Fixed date bugs and duplication of dcat feed + * #40 Bug fixed + * Merge pull request #4 from oSoc15/dcat + * Fixed bug nullpointerexception on link + * Merge pull request #3 from oSoc15/dcat + * Testing Catalog, URLs + * Merge pull request #2 from oSoc15/dcat + * Testing Catalog, URLs + * Merge pull request #1 from oSoc15/dcat + * Distribution test + * Added class documentation + * Reverting files that didn't need to be touched + * Reverting files that didn't need to be touched + * Reverting files that didn't need to be touched + * Removed getDCATFeed, method not needed anymore + * Merge remote-tracking branch 'origin/dcat' into dcat + * Dataset added to resourcePage and Catalog added to homepage + * Caching method DCAT + * Refractoring IPT-Test code + * Refractoring IPT code + * Merge branch 'dcat' of https://github.com/oSoc15/ipt into dcat + * Added @en to themeTaxonomy + * Deleted libraries + * Code inspection + * Endpoint is $(baseURL)/dcat + * Prefixes are loaded from dcat.properties, themes are correctly generated + * $(baseURL)/dcat gets the DCAT feed concatenated from the files with the resources while $(baseURL)/newdcat generates the information on the fly + * Documentation and naming + * Merge remote-tracking branch 'origin/dcat' into dcat + * Documentation and naming + * Adding method for the GenerateDCAT class + * Merge remote-tracking branch 'origin/dcat' into dcat + * Final commit on GenerateDCAT file + * Tests for Datasets and distributions + * Creation of DCAT Catalog data + * GenerateDCAT becomes a Singleton and is injected in the resourceManager + * Merge remote-tracking branch 'origin/dcat' into dcat + * Finalize dataset and distribution, added documentation + * Test : create a dcat feed when publishing + * Created link $(baseURL)/dcat to acces the DCAT information and finalized some dataset information + * Implementation of contactPoint for a dataset as a vcard + * Generation of spatial data for a Dataset + * Generation of DCAT Dataset from a resource. Title, description, kewords, issued and modified added + * Push test @ Digipolis + * Change fixes problem recognising when extension is latest version or not. Work relates to issue #1158 + * Merge remote-tracking branch 'origin/dcat' into dcat + * Created a test class and started working on the DCAT dataset generation + * Work of the first week + * Change fixes date format + * Change fixes problem recognising when updates for one or more extensions are available. Also adds missing fields to extension and vocabulary detail pages. Work relates to issue #1158 + * Merge remote-tracking branch 'origin/dcat' into dcat + * Merge with the project + * Small change to zh translation + * Adds zh translation with missing translations in English for completeness for inclusion in 2.3 RC release + * Adds fr translation for inclusion in 2.3 RC release + * Change ensures out-of-date vocabulary files get deleted when upgrading to newer vocabulary version. Work related to issue #1158 + * Git push test + * Test Pushing + * Created methods for the catalog, dataset and distribution + * Change needed for backwards compatibility - reverts back to using URL of vocabulary as persisted vocabulary filename instead of identifier. Work related to issue #1158 + * Change fixes problem updating latest vocabulary version. Work related to issue #1158 + * Can Read an XML file(Resource) and print all of the data in the DCAT.txt file. Next Step : Translate all of the data in a DCAT feed + * Begin of the work, DCAT prefix: Done. + * Adds ja translation for inclusion in 2.3 RC release + * Adds es translation for inclusion in 2.3 RC release + * Small style fix for resource homepage, and fix for freemarker error on project page. + * Just the first test for git + * Merge branch 'master' of https://github.com/gbif/ipt + * Change ensures shorthand rowType notation must be used for keywords of core extensions. Work relates to issue #1169 + * Update staging aka dev data directory path + * Small edit to title + * Small edit to title and intro + * Document listing processes necessary for v2.3 and for bringing GBIF.org and related infrastructure up to latest DwC version + * Change replaces instances of deprecated Freemarker built-in ?exists + * Change ensures hosting organisation object can still be referenced from about.ftl, needed for backwards compatibility. + * Change fixes sort order. Work relates to issue #1158 + * Adds pt translation for inclusion in 2.3 RC release + * Removes some unused images + * Style change helps indicate which anchor has been selected in sidebar on mapping page. Work relates to issue #1159 + * Change fixes a couple images not showing properly on homepage + * Change removes basisOfRecord validation on event core since this term isn't included in latest development of core under development, see https://github.com/gbif/rs.gbif.org/commit/d37646d5fd7689a778533eb72bc82616106504ab. Work relates to issue #1169 + * Change ensures record-level class is never included in list of redundant classes on mapping page, which ensures its terms always get shown. Work relates to issue #1159 + * A couple help text fixes + * Additional change to make display of empty fields on mapping page consistent. Work relates to issue #863 + * Updates dependencies to latest versions 1.6 compliant. Work relates to issue #1172 + * Change makes display of empty fields on mapping page consistent. Fixes #863 + * Change adds cache control headers to responses, in order to prevent browser caches and proxy caches disclosing any stale or sensitive data. Updates #1167 + * Prevents unnecessary log messages from writing + * Change ensures that resources of type sampling event cannot be published, unless they have associated occurrences. Work relates to issue #1169 + * Change improves context help and logging related to updating an extension. Work relates to issue #1158 + * Change improves context help and logging related to updating an extension. Work relates to issue #1158 + * Removes some todos, mostly i18ns + * Change allows metadata descriptions to be entered and displayed as paragraphs. Work relates to issue #1160 + * Change to mapping page: the default text box gets disabled when source column is selected/mapped. Fixes #1138 + * Change improves load speed of refactored mapping page. Work relates to issue #1159 + * Changes refactors mapping page, and adds feature that hides redundant term classes. Work relates to issue #1159. + * Bumps gbif-common dependency following changes to its unzip method. Fixes #1098 + * Fix needed for issue #1163 + * Changes improve exception handling while synchronising extensions and vocabularies with registry. Work relates to issue #850 + * Change allows user to specify what multi-value delimiter their source data uses, during source data configuration. Work relates to issue #979 + * Fixes #1173 + * To fix broken build on Jenkins + * Fixes broken test, compiling with Java8 + * Updates various dependencies. Closes #1172 + * Fix needed for issue #1163 + * Fixes #1170. + * Change shows last modified date for each mapping. Work closes #1143. + * Change includes RDFa semantic information into resource homepage. This closes ##1108. + * Change fixes #1161. + * Change ensures all pages have an HTML title. Fixes issue #1163 + * Transferred content to new wiki page in GitHub + * Change adds support for Event core. Work relates to issue #1169. + * Change refactors how vocabularies are installed and updated. Work relates to Issue #1157. Also fixes Issue #850. + * Bumps gbif-httputils version to take advantage of fix: https://github.com/gbif/gbif-httputils/commit/0c098cb284503c8545f96f7072ad3b589371fde3 Work relates to Issue #850. + * Change alerts admins if all extensions are up-to-date or not. Work relates to issue #1157. + * Change adds new feature to update out-of-date installed extensions to the latest extension version. Work relates to issue #1157. + * Change alerts admins if there are newer versions of installed extensions they should update to. Work relates to issue #1157. + * Change ensures only the latest extension versions are available to choose from on extensions page. Work relates to issue #1157. + * Change enables issued date to be parsed from extensions and vocabularies - work part of issue #1157 and issue #796. Change also upgrades to latest version of dwca-io allowing IPT to publish using latest DwC terms - work part of issue #1127. + * to make Jenkins build, to try and fix following error: Failed to execute goal org.codehaus.mojo:buildnumber-maven-plugin:1.0-beta-4:create (default) on project ipt: Cannot get the branch information from the scm repository + * to prevent the http://mojo.codehaus.org/buildnumber-maven-plugin plugin from throwing an exception if SCM information is not found. + * Updates pom, now that project is hosted on GitHub + * contents of gbif-ipt moved up one level and gbif-ipt directory removed + * Deleting gbif-ipt-docs since this has been moved to ipt.wiki + * Add link to website + * Create README.md + * So ITs run again post release.. + * [maven-release-plugin] prepare for next development iteration + -- Kyle Wed, 09 Sep 2015 11:36:51 +0000 + +ipt (2.2.1) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.2.1 + * [maven-release-plugin] prepare release ipt-2.2.1 + * Comment out ITs only for release + * Fixes broken tests + * Change ensures DwC-A download visible on resource page when archival mode turned off. Fixes Issue 1155 + * Fixes Issue 1154 + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * Change reverts project back to version 2.2-SNAPSHOT + * Change fixes bug where a reserved existing 'registered' DOI is deativated upon deleting the reserved DOI. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * Change ensures update frequency set in resource metadata shown on resource homepage + * Change fixes bug where existing 'registered' DOI cannot actually be reused. New ITs added. + * Change fixes bug where undeleting a formerly GBIF-registered resource doesn't reset status of resource to registered and reset DOI to DOI of last published version + * Change fixes bug where a GBIF-registered resource could not register its reserved DOI + * Change includes DataCite property ResourceType in auto-generated citation + * Change reverts project back to version 2.2-SNAPSHOT + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * To skip ITs on releases + * To skip ITs on releases + * To skip ITs on releases + * change to comment only + * Adds new image + * Adds new screenshots + * Adds new screenshots + * A couple punctuation fixes + * Adds new screenshot + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Change updates a few tooltip's texts. + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Deletes screenshots + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new image + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Change ensures modifiedBy gets sets when editing change summary, and makes a couple improvements to style of version history table. + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * A new screenshot + * A couple new screenshots + * A new screenshot + * A new screenshot + * A couple new screenshots + * A new screenshot + * A couple new screenshots + * Change allows organisation name to be used as author in citation when first and last name are missing for creator + * Change swaps preview icon + * Change prevents DOI registration agency account configuration from being overwritten. + * Change to DOI badge style + * Change applies finalised translations for IPT v2.2 in es, fr, ja, and pt. These are the translations missing in r4796. Revision #3 of en properties file in Crowdin is now translated in all languages except Traditional Chinese. + * Change ensures resource homepage used as citation identifier in auto-generated citation if no citation identifier was declared, or if no DOI was assigned/reserved. Change also ensure citation identifier is properly set/unset for all DOI operations. + * Change fixes typo. + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * Adds new screenshots + * Deleting screenshots + * Add new screenshot + * Add new screenshot + * Deleting screenshot + * Add new screenshot + * Deleting screenshots + * Adds new screenshots + * Change adds missing space. + * Adds new screenshot + * Fixes Issue 1147 by excluding namespace from posting URL + * Fixes Issue 1146 + -- kyle.braak@gmail.com Mon, 20 Apr 2015 09:54:47 +0000 + +ipt (2.21) unstable; urgency=medium + + * Tagging the RC1 release from trunk + -- kyle.braak@gmail.com Wed, 25 Feb 2015 18:14:12 +0000 + +ipt (2.2) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.2 + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * Change reverts project back to version 2.2-SNAPSHOT + * Change fixes bug where a reserved existing 'registered' DOI is deativated upon deleting the reserved DOI. + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * Change ensures update frequency set in resource metadata shown on resource homepage + * Change fixes bug where existing 'registered' DOI cannot actually be reused. New ITs added. + * Change fixes bug where undeleting a formerly GBIF-registered resource doesn't reset status of resource to registered and reset DOI to DOI of last published version + * Change fixes bug where a GBIF-registered resource could not register its reserved DOI + * Change includes DataCite property ResourceType in auto-generated citation + * Change reverts project back to version 2.2-SNAPSHOT + * [maven-release-plugin] prepare for next development iteration + * [maven-release-plugin] prepare release ipt-2.2 + * To skip ITs on releases + * To skip ITs on releases + * To skip ITs on releases + * To skip ITs on releases + * change to comment only + * Adds new image + * Adds new screenshots + * Adds new screenshots + * A couple punctuation fixes + * Adds new screenshot + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Change updates a few tooltip's texts. + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Deletes screenshots + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Adds new screenshots + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new image + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * Change ensures modifiedBy gets sets when editing change summary, and makes a couple improvements to style of version history table. + * Adds new screenshot + * Adds new screenshot + * Adds new screenshot + * Adds new screenshots + * A new screenshot + * A couple new screenshots + * A new screenshot + * A new screenshot + * A couple new screenshots + * A new screenshot + * A couple new screenshots + * Change allows organisation name to be used as author in citation when first and last name are missing for creator + * Change swaps preview icon + * Change prevents DOI registration agency account configuration from being overwritten. + * Change to DOI badge style + * Change applies finalised translations for IPT v2.2 in es, fr, ja, and pt. These are the translations missing in r4796. Revision #3 of en properties file in Crowdin is now translated in all languages except Traditional Chinese. + * Change ensures resource homepage used as citation identifier in auto-generated citation if no citation identifier was declared, or if no DOI was assigned/reserved. Change also ensure citation identifier is properly set/unset for all DOI operations. + * Change fixes typo. + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * To enable embedding vimeo videos in google code wiki see https://code.google.com/p/google-code-project-hosting-gadgets/issues/detail?id=3 + * Adds new screenshots + * Deleting screenshots + * Add new screenshot + * Add new screenshot + * Deleting screenshot + * Add new screenshot + * Deleting screenshots + * Adds new screenshots + * Change adds missing space. + * Adds new screenshot + * Fixes Issue 1147 by excluding namespace from posting URL + * Fixes Issue 1146 + * Change fixes problem upgrading to v2.2 from an older version: version 0 not converted properly to version 1.0 which is the default initial version as of v2.2 + * Change fixes problem upgrading to v2.2 from an older version: the last published version cannot be found because the versioned eml/rtf/dwca filename isn't recognized (since it uses the integer-based version number, not the major_version.minor_version version number). + * Change applies translations exported from Crowdin (based on revision #3 in Crowdin) + * Updates introduction to IPT translation, including instructions for using Crowdin + * Change fixes broken test + * Change updates gbif-metadata-profile dependency to latest release + * Change fixes struts exception + * Change adds warning to resource page to alert user they are not looking at the latest version of the resource. + * Change improves style on resource homepage for tables and lists. + * Change removes rights statement in footer, and fixes link in footer. + * Small addition to r4787 + * Change ensures that when an existing resource gets loaded into IPT v2.2 (created using pre v2.2 IPTs), the version number gets converted to major_version.minor_version style. It also tries to construct an entry in the resource's version history for last published version if applicable. + * Change fixes broken IT, and adds update resource to IT. + * Change ensures resource's alternateIdentifiers and resource's doiOrganisationKey updated correctly on all DOI operations. Also fixes bug setting resource version. + * Change adds missing whitespace in messages. + * Change updates 'create resource from zipped IPT resource file' functionality following latest changes to Resource object. + * Change updates IPT test logo placement following r4780 + * Change adds additional safeguards for configuring DOI registration account, adds some more internationalisation + * Change updates IPT logo + * Change prevents resources being created if no organisations associated to IPT that can host resources. + * Change warns managers if they are viewing a resource that is deleted but available since it has been assigned a DOI. + * Change adds introductory text to version history table on resource page. + * Change highlights DOI on resource page using badge style + * Improves project personnel layout on resource home page, and fixes problem showing user ids for personnel (related to https://code.google.com/p/gbif-common-resources/source/detail?r=1894) + * Uncommitted change related to r4773 + * Change updates RSS feed: now each resource item in the feed describes what changed in the last version. + * Change ensures empty change summary can be entered, and edited later. + * Change adds some internationalization, Update Issue 1128 + * Change improves reserve DOI tooltip + * Change fixes a couple problems related to interpreting cells in Excel files + * Fixes invalid JSON in inventory, and includes list of extensions also + * Change removes ".do" from publicly visible resource URLs + * Change implements machine readable inventory of registered resources + * Change adds includeContext parameter to another struts2 form + * Change adds includeContext parameter back to struts2 forms - it is needed to trigger the right action in the right namespace + * Change removes includeContext parameter from struts2 form tags since it has no effect. Instead uses baseURL explicitly in struts action redirect definitions. + * Change ensures title trimmed in resource citation (auto generated). + * Change adds additional format to metadata only DataCite metadata + * Change updates link to registered organisation in test mode, now pointing at UAT portal + * Change removes another unwanted context path in redirect URL. + * Change makes modifiedBy optional in VersionHistory + * Change removes unwanted context path in various redirect URLs. + * Change fixes illegal argument exception - adds additional check to organisation form validating DOI prefix/shoulder starts with "10." + * Changes fixes display problem caused by wide resource icon + * Removes deprecated tooltip + * Change ensures login page submits request using baseURL. + * Change adds a couple xstream aliases. + * Change ensures param "doi" is included in register resource and update resource calls (when latest published version has been assigned a DOI). Change also separates out ITs from RegistryManagerImplTest - those tests hitting sandbox registry (legacy) web services. + * Change adds unit test for ResourceUtils method + * Fixes problem with undelete method for EZID, and activates EZID ITs in OverviewActionIT again + * Change updates GBIF portal URL when IPT is in test mode + * Change extends EML to DataCite converter populating more recommended and optional properties. + * Fixes Issue 1141 + * Change implements basisOfRecord validation + * Changes implement undelete resource functionality (EZID integration tests temporarily commented out because service is down at time of commit) + * Changes implement delete resource with DOI functionality. + * Changes implement register DOI functionality. + * Changes implement delete reserved DOI functionality. + * Changes enforces selection of one of three GBIF-supported licenses in order to be registered with GBIF. Disclaimer about this new requirement added to first setup page. The possibility to enter a free text rights statement has been removed. + * Change fixes problem in versions table + * Change adds authentication check for DataCite/EZID account when saving organisation configuration. + * Change ensures that if checkbox to use DOI as datasetID is checked, the datasetID term appears in the list of mapped terms when clicking 'hide unmapped terms' + * Changes prevents DOI handle from being shown in version history table if DOI is not registered. + * Changes prevents a resource from being registered if its current published version is private. Also makes it more clear to users what the status of the version they are looking at is. + * Change ensures that a resource must be publicly visible when published in order to be publicly resolvable. + * Change hides DOI row in published version table (on manage resource page) if no organisation with DOI account has been activated yet. + * Change ensures first publication is always a new major version. + * Change updates project dependencies, excluding dwc-api and dwca-reader since their latest versions have been modified for the latest darwin core version. Therefore these two projects must remain at 1.9 and 1.19 respectively. + * Change ensures that if organisation validation fails, the organisation's DOI account remains deactivated. New unit tests added for organisation validation. + * Changes resource.doi type from String to API object + * Change writes DOI as datasetID to outputted file if this setting was turned on in extension mapping. + * Fixes NPE + * Change escapes rowType and namespace when used in links. + * Change should have been committed as part of r4717 + * Adds new tests + * Adds same field validation for citation identifier as GBIF Registry has + * Fix for using ODBC driver that avoids "java.sql.SQLException: Invalid Fetch Size" when calling setFetchSize + * Adds warning to tooltip about enclosing a field in quotes that has newline characters. + * Change ensures setup won't fail when host name is the same as the base URL in production mode. + * Fixes broken test + * Moves yaml file + * Fixes broken test + * Fixes broken test + * Change to pom so that ITs run during verify + * Change adds EML to DataCite metadata converter (with mandatory fields only for now), method to update alternateIdentifier list for DOI, and implements reserving a DOI with integration tests. + * Change extends r4709 + * Change fixes problems appending citation identifier to auto-generated citation. + * Extends help text for publishing organisation select on basic metadata page, and disables select after resource is registered or assigned a DOI. + * Change adds another TODO, and ensures resources published using earlier versions of IPT can be loaded, making sure they always have IdentifierStatus set. + * Change adds TODOs to guide future work. Also fixes problem saving DOI account - the activation must be unchecked/cleared if the save was unsuccessful. + * Change reverts last change to this file + * Change revises published versions section on manage resource page. Published version is now the preferred terminology instead of published release. + * Change updates interceptor to check if a resource has been deleted. If the user doesn't have manager rights for the resource, it redirects to a resource removed page. + * Change to public resource homepage prevents previously published versions that were private when published from being shown in version history table, and from ever being resolvable. + * Change shows confirmation popup before every publication, which includes a text area to enter a change summary. + * Changes title of ip rights title on basic metadata page. + * Change corrects misleading instruction in dialog. + * Changes title of licenses drop down on basic metadata page. + * Change allows user to use resource DOI for datasetID term on mapping page. + * Changes adds preview watermark to preview resource page. + * Changes register DOI workflow, whereby a reserved DOI can only be registered after successful publication, provided the resource is publicly accessible. + * Change adds mention of http://www.gbif.org/licenses in help text for licenses drop down. A couple other help text improvements made also. + * Deletes unwanted system out and unused interface. + * Allows change summary to be entered when publishing (resource assigned DOI), and edited later. + * Show publisher name on resource page. + * Change deactivates resource preview if mandatory metadata not filled in. + * Changes manage resource page layout. + * Change to source data sections shows date sources were last modified. + * Change revises basic metadata description. + * Change prevents new publication triggered purely by URL. + * Change allows user directory list to be read from properties file. + * Change ensures a warning is shown if there is a configuration error with the licenses properties file. Also the change ensures the licenses properties only ever get loaded once. + * Changes adds some more internationalization. + * Changes ensures that resources that have been deleted but are still public (because they have been assigned a DOI) are properly shown in the manage resources table. + * Makes front-end changes needed to implement DOI minting workflow. + * Change ensures archival mode turned on for DOI registration to work, and that the test DOI prefix is always used in IPT test mode. + * Change ensures max one DOI agency account can be used at a time to register DOIs for datasets. + * Change updates property explanation + * Change fixes bug showing unwanted log messages during preview mapping. + * Change customizes error message shown to user when uploaded file is too large. Now includes work around solutions. + * Change ensures version numbers preserve trailing zeros, e.g. 1.10 + * Guava updated to version 17.0, and GBIF project versions updated to latest SNAPSHOT versions, which use Guava 17.0. + * Updates a number of dependencies. + * Adds preview mapping feature. + * Shows dublin core namespace prefixes in mapping form. + * Implements preview resource page. + * Implements auto generation of resource citation. + * Changes resource version from integer to major_version.minor_version format. Follows change to gbif-metadata-profile (see https://code.google.com/p/gbif-common-resources/source/detail?r=1887). This relates to DOI versioning policy (see Issue 1109). + * Change clarifies role of short name at time of resource creation. + * Updates metadata forms and public resource page to comply with new version of GBIF Metadata Profile v1.1-SNAPSHOT. + * Bumps dwc-api version. + * Fixes Issue 1105: an ArrayIndexOutOfBoundsException caused when using the filter feature on mapping source page. Additional mapping validation added plus unit tests. + * Change handles single and double quotations in fields in users and organisations tables, plus avoids NPE on writing null passwords. + * Change removes DOI work in progress, and reverts to traditional resource page for snapshot release. + * Change updates instructions + * Change reorganizes mapping section of manage overview page, to clearly separate core and extension mappings. It also fixes a problem a problem with the meta.xml (see Issue 1082). + * Change ensures that when a core is used as an extension, the meta.xml file includes all extensions. + * Change updates JS libraries, uses Select2 JS library for organization drop down lists, uses DataTables JS library for user and organization tables, creates new version of resource page (still work in progress), mocks DOI registration functionality, and fixes bug reported in Issue 1102. + * Change allows cores to be used as extensions. + * Screenshots updated + * [maven-release-plugin] prepare for next development iteration + -- kyle.braak@gmail.com Thu, 26 Mar 2015 15:03:38 +0000 + +ipt (2.1.1) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.1.1 + * [maven-release-plugin] prepare release ipt-2.1.1 + * Changes reverts changes made during failed prepare release of ipt-2.1.1 + * [maven-release-plugin] prepare release ipt-2.1.1 + * Changes adds missing translation in Japanese + * Changes removes unused property. + * Changes prepares for next minor release of IPT 2.1.1 + * Changes upgrades Struts2 dependency + * Changes adds missing translation in French and Portuguese + * Provided translation in Traditional Chinese for the term "Selected worksheet." + * Changes fixes r4624, reverting places where "Publicar" was replaced with "Generar DwC-A" + * Changes fixes r4625, reverting encoding back to ISO-8859-1 + * Missing property added to native files + * Change adapts the way translations are done, in order to be able to upgrade to latest security fix of Struts2 due to be released soon. In the meantime, bumps Struts2 to 2.3.16.1. + * Auto-publishing section updated + * Auto-publishing section updated + * Translation for the field "excelSource.sheets" added. + * Translation for the field "excelSource.sheets" added. + * Adds test method used to gather statistics for IPT page. + -- kyle.braak@gmail.com Wed, 30 Apr 2014 13:54:09 +0000 + +ipt (2.1) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.1 + * So that release prepare can proceed + * [maven-release-plugin] prepare release ipt-2.1 + * So that release prepare can proceed + * [maven-release-plugin] prepare release ipt-2.1 + * So that release prepare can proceed + * So that release prepare can proceed + * So that release prepare can proceed + * Revert to previous snapshot + * [maven-release-plugin] prepare for next development iteration + * Change bumps gbif-common to 0.16, taking advantage of fix in sortInJava method. + * Change ensures former registration.xml will get cleaned up after migrating to new encrypted registration2.xml + * Change reverts struts2 to an earlier version due to the fact that 2.3.16.1 changes the ability to define what parameters the action can accept. I have opened up a discussion on the change to try and adapt to the latest version, see https://github.com/apache/struts/commit/4e98aaaa1b08cc37374d06e77cf78000d98c5ff0#commitcomment-6001166 + * Change makes some additional improvements to handle requests for files that do not exist. + * Change adjusts external organization link depending on IPT mode. + * Change removes redundant information from resource managers section on manage resource page. + * Change fixes bug adding manager to resource on manage resource page. Bug introduced in r4506 by change to method name. + * Change bumps gbif-common dependency, following fix to sortInJava method that left behind residual files from the sort. + * Change fixes bug sorting numbers over 1 million. + * Change removes unused property. + * Change switches from using CountryUtils (deleted), to country parser for country value lookups for contact, creator, metadata provider, and associated parties. Change permits interpreting country titles and iso codes, whereas before only iso codes could be interpreted. + * Change fixes NPE. + * Change adds single test. + * Change upgrades SNAPSHOT dependencies to latest release versions, plus some additional upgrades + * Change makes a couple corrections to Spanish translation. + * Change finalizes translations in all languages. + * Updated the translation in Traditional Chinese. + * Change updates Traditional Chinese translation with first draft translation. Awaiting final review, whereby TODOs can be removed. + * Change to mapping block on manage resource page, ensures the select and help info reflect the fact that the 'other' core type been mapped. + * Change updates some javadoc + * Spanish translation updated + * some plural adjusts + * last 12 translations! + * two screenshots added + * Change ensures English used as default locale, even if incoming request_locale was null or invalid + * Change ensures core type other is set automatically on basic metadata page when core type other has already been mapped for resource. + * Change adds missing TODOs in French translation, and finalizes French translation for 2.1 + * Change to interceptor removes current resource from session when null value exists for resource parameter r + * Change should fix problem with registration2.xml file being overwritten unexpectedly. + * Change replaces latest postgres dependency version with one that actually works with java6. + * Change adds missing TODOs in Japanese translation. + * Change fixes NPE in case when extension's source is null. Also makes it so stacktrace isn't written to the publication log unless the IPT is in debug mode. + * Change adds new Japanese language icon consistent with others. + * Change removes temporary Japanese language icon. + * + * general code improvements security issues fixed: https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1057 https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1055 + * Minor change preparing files for translators + * Change adds final version of Japanese translation, still with TODOs. + * Change makes couple small improvements to messages in publication log file. + * Change replaces'quitar' with 'eliminar' in the Spanish native translation. + * Change removes unused property, and reorganizes properties relating to source data section on overview page. 2 new properties requiring translation in all other languages now. + * Change replaces the following words or expressions in the Spanish native translation: + * Change ensures passwords in registration configuration file are persisted in encrypted format. + * Change ensures dataset of core type Other doesn't revert to Occurrence. + * Change prevents uploading source files with non-alphanumeric characters in file name. 3 new properties added requiring translation in all languages. + * Change adds validation to IPT contact name, enforces minimum length on IPT password, and enforces minimum length for IPT contact email. Makes fix to update registration form. All required fields indicated now for both IPT registration and update IPT registration forms. 3 new properties added requiring translation in all languages. + * null pointer in test cases fixed + * general code improvements to make Sonar happier + * Change upgrades number of dependencies. + * Change makes a number of small improvements to way publication validation and error messages are shown, most notable being that an Exception stacktrace is only shown on the publication report page/overview page when the IPT is running in debug mode. Small fix to public resource page also, to prevent empty sampling section from appearing when there is no data. + * proxy is validated before the information is stored + * removing references to Locale.Category, available in java 1.6 only + * Change bumps version to 2.1-SNAPSHOP in preparation for release, and bumps java compliance to 1.6 from 1.5. + * Change updates links to registered entities (dataset, organization, endorsing node), on public resource page and manage resource page, to point to GBIF Portal instead of GBRDS + * validations improved according to: https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1066 + * Change converts alternative identifiers on public resource page into links if they are URLs. + * hasPort method was interpreting any string with ":" as an URL with a port defined + * Comparator used for sorting files https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1062 + * Comparator used for sorting files https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1062 + * Change makes it possible to translate values with non-alphanumeric characters including colons, semicolons, hyphens, periods, and spaces. It also informs users which values could not be translated, explaining why. Previously, it was much more restrictive, and no explanation was given when a value couldn't be translated. This addressed the original problem raised in Issue 864. Translation needed in all other languages. + * Organisation are always returned sorted by name: + * + * Eml files is written forcibly using US locale that uses the '.' as decimal separator: https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1043 + * Change adds tests for r4489. + * Change makes version specific published date and record count appear on resource version home page. + * struts.enable.SlashesInActionNames=true Set this to true if you wish to allow slashes in your action names. Also, avoids that an action can be invoked using different paths like admin/admin/config.do instead of accepting admin/config.do only. http://code.google.com/p/gbif-providertoolkit/issues/detail?id=949 + * Allows IPT to store the mode (dev/prod) once all the validation errors disappeared https://code.google.com/p/gbif-providertoolkit/issues/detail?id=993 + * Change makes it possible to use machine name in baseURL in production mode, relaxing check added in r3308 + * Change makes small fix to spanish native property. + * Change adopts strategy to exclude incomplete records from published data files. + * Security issues fixed: http://code.google.com/p/gbif-providertoolkit/issues/detail?id=1053 http://code.google.com/p/gbif-providertoolkit/issues/detail?id=1055 http://code.google.com/p/gbif-providertoolkit/issues/detail?id=1056 http://code.google.com/p/gbif-providertoolkit/issues/detail?id=1058 + * Change makes mention of # of incomplete records in publication log. + * Change fixes bug that occurs on IPT restart, when a registered organization no longer exists in the Registry. + * Change prevents resource migration, when the IPT already has a public resource or a registered resource with the same UUID. Translation needed in all other languages. + * Another iteration of work on JA translation. + * Small js fix for r4477 + * Change to the home and manage resource tables, so that when a resource's next publication date is before the current date, its row is highlighted red. + * Change sets limit to how many times publication for a resource can fail, when published via auto-publication, or via publish all resources on Admin page. Tests added. Translation still required in all languages. + * Change adds new dependency javax.mail for improved email address validation. Validation needed to be less restrictive, see issue 1010 and issue 1013. + * Change removes unsupported data format mm/dd/yyyy from temporal coverage page. + * Change ensures empty keywords list isn't displayed as "null" and validation for this field lights up. Actual fix is dependent on fix to gbif-metadata-profile done in https://code.google.com/p/gbif-common-resources/source/detail?r=1853 but this is unavailable since we won't upgrade this dependency for the next IPT version 2.1 + * Change ensures resource homepage is not always required. + * Change fixes NPE saving Sampling Methods page. + * Change ensures that an occurrence resource can no longer use auto generated core Ids, by updating resource configurations during startup and during resource creation. + * Change ensures the sorted core data file is created inside the temp dwca directory, not the Java temp directory. + * Change removes ability to auto create identifiers, except for the Taxon core + * Change ensures that occurrenceID/taxonID is present and unique on all rows. Tests added. + * Change ensures the temp files and folders created during a publish event always get cleaned up no matter if the publish even was successful or not. + * Change adds initial Japanese translation. Temporary Japanese icon added, to be replaced with one having our standard style later. + * Change a) upgrades dwca-reader to 1.16-SNAPSHOT, dwc-api to 1.5-SNAPSHOT, and gbif-common to 0.15-SNAPSHOT. b) Fixes broken test following r4461. c) Modifies all row iterators to implement ClosableReportingIterator, so when building the data files failed rows are skipped over and reported to the user, thereby allowing all rows in the source to be iterated over without terminating prematurely. + * Change fixes problem sorting by record number on home/manage tables. + * Since upgrading struts2 dependency, continue transition/button on setup3 page was broken. Changes provides fix to this problem. + * Work towards IPT 978 and 1012. + * Tests added that demonstrate both authenticated and read-only web service client configurations. + * Upgrade dependencies in advance of next release. By upgrading gbif-common from 0.10 to 0.14, Issue 1015 will be fixed. gbif-common has incorporated this required fix in CompressionUtil as of 0.12: + * Small improvements to organization password link. Update Issue 1016 + * Illustrates how to sort using existing libraries + * Reverts instances of registry.gbif.org to gbrds.gbif.org since registry.gbif.org isn't publicly available yet + * Additional changes necessary as part of struts2 upgrade. Struts2 version also bumped to 2.3.15.3. These changes were included as part of security update, that involved upgrading to the latest version of struts2: https://code.google.com/p/gbif-providertoolkit/source/detail?r=4435 Change relates to https://code.google.com/p/gbif-providertoolkit/issues/detail?id=924 + * Change sanitizes display of less thans and greater thans in resource homepage. Relates to https://code.google.com/p/gbif-providertoolkit/issues/detail?id=1011 + * Creates staging profile used on Jenkins builds, that bundles pre-configured datadir.location file in war so staging IPT doesn't have to reconfigure datadir on each redeploy + * Fixes broken test. + * Fixes broken tests. Replaces gbrds.gbif.org with registry.gbif.org across properties files. + * Updates registry sandbox url + -- kyle.braak@gmail.com Wed, 16 Apr 2014 17:52:56 +0000 + +ipt (2.0.51) unstable; urgency=medium + + * tagging security update + * Remove legacy Server class, update and cleanup various dependencies and fix compilation bug with SourceManagerImplTest + * Source interface did not get committed because it was an existing class before. Should fix broken build + * Adding support for excel file data sources, see http://dev.gbif.org/code/cru/CR-7 and https://code.google.com/p/gbif-providertoolkit/issues/detail?id=857 + * Images to User Manual 2.0.5 Spanish version + * Change ensures double quotation character doesn't break public resource table or manage resource table. Relates to Issue 975 + * Screenshot added for How to contribute page + * Change ensures single quotation character doesn't break public resource table or manage resource table. Fixes Issue 975 + * Screenshot added for FAQ + * [maven-release-plugin] prepare for next development iteration + -- kyle.braak@gmail.com Sun, 22 Sep 2013 18:52:28 +0000 + +ipt (2.0.5) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.0.5 + * [maven-release-plugin] prepare release ipt-2.0.5 + * Fix close resource violation. + * Don't show publication log for metadata only resources + * Last change needed on br translation. All ascii property files now up to date. + * Ensure exceptions during RTF creation are not swallowed. Unit test added for publication also. + * Properties to updateFrecuency were update to spanish version. + * Ensure correspondence between vocabulary and core type help text. + * Line break cleaned up. + * mysql connector dep version updated. + * Change allows keywordString to be overwritten later by users. + * Ensure create resource form has resource types map populated in case of error. Prevents freemarker template exception. + * Don't warn about missing source and mapping for publication of metadata-only resources. + * Show publication log, even if report isn't available. + * Fix needed. + * Translation updated in Traditional Chinese for issue 811. + * i18n dataset type and subtype columns. + * Ensures current version recognized as latest. I18n added. + * Fix needed. + * Shift language name list over a bit. + * Fix ensures only latest published version of eml and rtf is downloadable. + * Adds additional logging to help debug problems setting proxy. + * Fix that avoids simultaneous auto-publishing jobs being kicked-off. + * Translation update in Traditional Chinese regarding issue 781. + * Language name images being updated, new files added. + * Language name images being updated. + * Spanish translation modified. + * ASCII versions prepared from latest native files for new release candidate + * French translation revised, and an unwanted change reversed to manage overview page. + * Screenshot overwritten, file included. + * Screenshot overwritten. + * Screenshots needed for new customization guide. + * Ensures resolvable URL is used in Vocabulary/Thesaurus name. + * Adds separate text/property for metadata only resource intro. + * Improves style of home and manage resource tables. + * Various screenshots added in preparation of 2.0.5 release. + * Screenshot added. + * Screenshots added. + * Changes admin icons, and changes main style colors via custom css file. + * Adds missing translations. + * Amend r4345 + * Updated translation for Traditional Chinese, particularly for issue 921. + * Removes unused term. + * Ensure author is not shown on public home page, only manage resources page. + * Changes to French translation after comments from Nicolas - thanks! + * New agent role added to help text. Placeholders added to other native language files. + * Duplicate agent role help term removed - applied across all properties files. + * 52 properties flagged as TODO were translated to Spanish. Issue 961 + * duplications were deleted and considerations were accepted! + * French and Portuguese property files updated from native files. + * Change adds monitor thread that runs in background and is responsible for triggering auto-publishing jobs, and making sure that all publication jobs always finish. + * More work, to ensure data files in generated DwC-A are sorted according to the Extension that it corresponds to. Fixes change made in r4320, which was broken when multiple mappings existed for the same extension having different mapped properties. + * corrections line 315 + * finished br translation v1! + * Last French properties filled in. A handful of TODOS have been marked in native pt and zh files. + * mais mudancas + * TODO French properties filled in. 1 TODO remaining. + * Changes in response to revision of r4292. Ensures data files in generated DwC-A are sorted according to the Extension that is corresponds to. + * Applies small style change to data tables. + * +Traducoes + * Translation of new terms + * Automated publishing redone, with configuration now done in publish section instead of confirm dialogs. Placeholder properties updated in other languages. + * encoding test + * Add help text to Citation element on Citation form of metadata editor. Placeholders added to other native language property files. + * Follow up from r4302: adds missing translation placeholders for other languages. 5 new, 1 updated, 0 deleted. + * Follow up from r4301: adds missing translation placeholders for other languages. 2 new, 1 updated, 0 deleted. + * Follow up from r4290: adds missing translation placeholders for other languages. 1 new, 0 updated, 0 deleted. + * Follow up from r4289: removes unused flag icons. + * Follow up from r4288: adds missing translation placeholders for other languages. 2 new, 4 updated, 0 deleted. + * Follow up from r4287: adds missing translation placeholders for other languages. 19 new, 1 updated, 1 deleted. + * Add selection of resource type to create resource form. Changes work flow when creating new resource: 1) add source, 2) map source, 3) provide metadata. Translation of properties needed + * Prevents managers without registration rights from re-publishing registered datasets. Translations needed. + * Populates keyword section of EML automatically with DatasetType and DatasetSubtype. + * Adds resource citation section and identifier to each bibliographic citation in RTF. + * Change ensures gzip dwca can be imported on resource creation. Some unused code also cleaned-up. + * Fixes broken test. + * Change ensures zipped archives using a parent folder can be used for resource creation + * Change ensures all resources' IPT URL to resource alternative identifier gets updated following base URL change. + * Change ensures resource homepage and distribution URLs are valid URI. + * Updates versions of multiple dependencies. Replaces deprecated code. + * Change ensures columns in generated DwC-A is ordered lexicographically. Work relates to issue 767. + * Change avoids writing header line multiple times to data files. Work relates to Issue 943. + * Makes it more clear excel files cannot be uploaded. Work relates to Issue 952. Translations still needed. + * Uses language names instead of flags. Work relates to Issue 729. Portuguese image missing. + * Improves help text on temporal coverage section. Work relates to Issue 948. Translation of properties still needed. + * Implements the front-end part of automated publishing. The update frequency field has been added to the basic metadata page. Translation of properties and changes to User Manual are still needed. + * Fixes issue 967. + * Native UTF-8 properties files updated after r4283. Work relates to Issue 950. 20 TODOs remain in each language. + * Native UTF-8 properties files added for Portuguese and French. + * Ensures resource publication is an all or nothing event, and enables archival of resource versions. Each version of a resource is now resolvable. Changes to properties only done in English version - other languages outstanding still. + * Issue 961: adding translation in Spanish + * New dataTable macro used for both public and manage resource tables. dataTable jquery, style, and images added. Portuguese translation added. New terms added to all properties files (untranslated). Some cleanup done across all properties files. Unused macro pager.ftl deleted. Table work relates to Issue 956. Translation work relates to Issue 961. + * Patch committed that fixes title link. Work relates to http://code.google.com/p/gbif-providertoolkit/issues/detail?id=951 + * Change ensures unexpected JsonSyntaxException is handled when retrieving organisation's list of resources. + * Change ensures IptKey, not Ipt object used as key in update resource. + * Fixes encoding problem on resource updates. IptKey also used during resource update, so serves relationship can always be set. + * Another fix suggested by smazeland@wikimedia.org as per review in r4235 + * Makes style changes suggested in comment 6 of Issue 934 + * Fixes style problems on IE8. Improves on change made in r4234, as per Sijmen's continued help. + * Fixes style problem on Windows+Chrome. Relates to Comment 2 of Issue 934 + * Some fixes suggested by smazeland@wikimedia.org as per review in r4235 + * Reverses change made in r4161. + * Provide IE8 the understanding of HTML5 elements. Suggested by Sijmen Cozijnsen. See cmn 2 of issue 930. + * Delete unnecessary CSS property for the subtype selection. Relevant to cmn 88 of issue 878. + * image IPT updated in spanish version + * Images to IPT User Manual in Spanish + * [maven-release-plugin] prepare for next development iteration + -- kyle.braak@gmail.com Fri, 17 May 2013 10:01:20 +0000 + +ipt (2.0.4) unstable; urgency=medium + + * [maven-release-plugin] copy for tag ipt-2.0.4 + * [maven-release-plugin] prepare release ipt-2.0.4 + * Small fix to 1 En property + * Fixed the textarea and buttons not aligning well in FireFox and IE9 on Windows. This is relevant to issue 878. + * The .subitem .halfcolumn input was not short enough so on Windows FF and IE9 the inputs are forced to the second line. Fixed by reduce the width to 70%. + * Addressed the issue that when putting error messages during contact validation, vertical space is not enough for the message container. This was introduced when trying to fix the halfcolumn shifting issue on Firefox for the country select list. Limit height was used for halfcolumn. Now introducing a class "countryList" to only limit the country select list. See cmn 100 of issue 878. + * Fixed the extra space between the copying links and the form in associate party, which is caused by sharing the same halfcolumn CSS property. See cmn 98 of issue 878. + * Addressed the issue that after populating the subtype list, javascript set the