-
Notifications
You must be signed in to change notification settings - Fork 517
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
Merge to stable #1555
Merged
Merged
Merge to stable #1555
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
Member
TrystanLea
commented
Apr 9, 2020
•
edited
Loading
edited
- Fix emoncms log window
- Allow height of input row to expand when multiple lines of processes
- Fix sidebar divider, thanks @hutorny
- Support for schemas with compound key, thanks @hutorny
- Fix handling of missing feeds @hutorny
- Fix footer margin
- Note deprecated visualisations
- Spelling and missing semicolon @Twincarb
- Admin user list, view user button @Twincarb
A look at blame shows there has been an else in here since it was created, but it hasn't done anything in the function in all that time. It's a case of create an else case or remove it.
Removed 3 x occourances of " are causing invalid html. Firefox produes "="" chrome just ignores it.
remove empty else from the function
FIX: sidebar divider made unclickable and with href=#
FIX: PHP error caused by disabled REDIS
ADD: support for schemas with compound key
FIX: handling of missing feeds
Extra " causes invlid html
Added serif to font-family:arial; as its missing a generic-family - options from one of the following: "serif", "sans-serif", "cursive", "fantasy", "monospace".
The following warning is generated when php = 7.4 Warning: Use of undefined constant LC_MESSAGES - assumed 'LC_MESSAGES' (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\emoncms\locale.php on line <b>108
Specific column added to hyperlink to the users profile page.
Closed
added missing generic-family to font name
Clear warning when hosted on php7.4
Update user table with extra column
As per the title semicolon in the wrong place
error in the css postion isn't valid
spelling error
semicolon in the wrong place
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.