-
Notifications
You must be signed in to change notification settings - Fork 7
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
A lot of small fixes from the last year. #4
Open
beltofte
wants to merge
17
commits into
OS2web:develop
Choose a base branch
from
ffwagency:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Fixing "Notice: Undefined variable: watchdog_rows in _os2web_esdh_provider_status()".
…the taxonomy terms. The solution is backward compatible and is not locked to the committee vocabulary. “$term_name” can be provided as an array with the keys esdh_name (The term name), esdh_id (the term ID from the ESDH system) and esdh_id_field (the field machine name used to store the ID on the taxonomy term e.g. field_os2web_meetings_commiteeid). The FICS integration is using this to avoid problems with committees with the same name, and to allow automatically renaming of committees directly from FICS.
…eing an array Making it possible to enable republishing of meetings from the MM plugin by defining and setting the constant MM_REPUBLISH_MEETINGS.
This is need in FICS version of get_import_list to avoid listing all XML files every time.
…tead of just disabling it.
Got this notice in error report: Notice: Undefined property: stdClass::$field_os2web_meetings_bullets in _os2web_esdh_provider_import_meeting() (line 206 of /var/www/drupal-7.28/sites/all/modules/custom/os2web_esdh_provider/os2web_esdh_provider.mmapi.inc).
Handle Unicode in description
Update os2web_esdh_provider.mmapi.inc
unicode and bullets
beltofte
changed the title
Fixing undefined variable notice.
A lot of small fixes from the last year.
Oct 7, 2014
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.
Fixing "Notice: Undefined variable: watchdog_rows in
_os2web_esdh_provider_status()".
Adding support for transliteration module for sanitizing pdf file names.