-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #485: Strip all namespaces from SUSHI responses #609
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reset development footer to 'DEVELOPMENT'
- Rename Object class in source code
- Rename files
- Follow-up
This reverts commit 3229d41.
…ere is already icons for modifying/delete. The most of changes are in ressources/ajax_htmldata folder, 3 news css class (style.css) : div.ImportElement, div.addElement, div.adminHeader, with flexbox
…licensing, usage modules. Most of the changes in the ajax_HTMLdata and ajax_forms and admin file. News css classes : editIcon, AddIcon...
Escape "import configuration saved" message
…ax_htmldata files and cataloging.php
…. The ajax_htmldata files of the licensing, organizations, resources and usage modules have been amended, the css classes addIcon,adminAddIcon, removeIcone, AdminRemoveIcon, editIcon, adminEditIcon, adminUploadIcon and alignIcon have been created. alignIcon uses flexbox. Some links remain for a better understanding of users.
…. The ajax_htmldata files of the licensing, organizations, resources and usage modules have been amended, the css classes addIcon,adminAddIcon, removeIcone, AdminRemoveIcon, editIcon, adminEditIcon, adminUploadIcon and alignIcon have been created. alignIcon uses flexbox. Some links remain for a better understanding of users.
…. The ajax_htmldata files of the licensing, organizations, resources and usage modules have been amended, the css classes addIcon,adminAddIcon, removeIcone, AdminRemoveIcon, editIcon, adminEditIcon, adminUploadIcon and alignIcon have been created. alignIcon uses flexbox. Some links remain for a better understanding of users. Update(the 05 march 19) : add icons in the management module
… and fix css in licensing and management
…l issues : translation in licensing/js/admin and misplacing in resources/ajax_htmldata/getProductsDetails.php
…resources/ajax_htmldata/getProductsDetails
organizations/install/upgrade_koral_vendors.sql was not properly renamed to be processed by the installer, leading to a missing ilsID field, which allows to jump back to the ILS when a Coral and ILS vendor are linked.
Issue coral-erm#556. Allows Authorized Sites to be removed.
…thorized-sites 556, make Authorized Sites compatible with multiple ordering
SUSHI server registry link no more valid coral-erm#375
Remove SUSHI COUNTER 3 support
Remove COUNTER 3 from SUSHI settings
Issue 525 report.php: typos in CSS definition
…text identify add icon for email and add icon for day under admin -alert setting ressources module
Issue 375: SUSHI server registry link
…s module can now be translated
…ns are center in the tab cells
…n of the buttons titles
This reverts commit 3229d41.
…nksByIcons Issue 387 remplacing links by icons
- Add indicator wheel
…field_ilsID Issue 552: Add missing field ilsID.
ILS Connection: use a dropdown list when searching an ILS vendor
Issue 508: Misleading error message when importing
- Add a specific error message when the archive directory is not writable.
Issue 508: Misleading error message when importing usage statistics
Issue 360: PHP 7.2 compatibility
Datepickers date format can be specified in common/configuration.ini, as such: [settings] datepicker_date_format = "dd/mm/yyyy"; If datepicker_date_format is omitted, it will be defaulted to 'mm/dd/yyyy'
…ate_format Issue 581: Specify datepickers date format in common/configuration.ini
Create LICENSE.md
Issue 480: SUSHI for COUNTER 3
… searching an ILS vendor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes name spaces from SUSHI responses. This the same fix but different code as PR #579.