-
Notifications
You must be signed in to change notification settings - Fork 279
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
Hotfix 0.2.10 #5163
Hotfix 0.2.10 #5163
Commits on Sep 8, 2018
-
* Fix home tabs bug (tested) * Fix recommended shows tabs bug (pre-emptive) * Fix status page with 3 or more root dirs is malformed * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 6db1f31 - Browse repository at this point
Copy the full SHA 6db1f31View commit details -
Fix home tabs poster layout (#5126)
* Fix the poster not being alligned. Caused by mass rename series -> show. * Fix css bug. Caused by mass rename.
Configuration menu - View commit details
-
Copy full SHA for a3a247c - Browse repository at this point
Copy the full SHA a3a247cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8739e5b - Browse repository at this point
Copy the full SHA 8739e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6947192 - Browse repository at this point
Copy the full SHA 6947192View commit details
Commits on Sep 9, 2018
-
Fix watched null values. (#5132)
* Fix watched null values. * Update main_db.py oops * Update main_db.py * Update current sanity check and column default * Revert all previous commits Revert "Update current sanity check and column default" This reverts commit 6779024. Revert "Update main_db.py" This reverts commit a1c8e7a. Revert "Update main_db.py" This reverts commit a08759a. Revert "Fix watched null values." This reverts commit 848c527. * Use `try_int` when loading from database * `Episode.watched` should be boolean * Update changelog # Conflicts: # CHANGELOG.md # medusa/tv/episode.py
Configuration menu - View commit details
-
Copy full SHA for 0796b5a - Browse repository at this point
Copy the full SHA 0796b5aView commit details -
Update
/series
API to only get AniDB data if requested (#5166)* Add `fetch` argument to `/series` API endpoint Only fetch AniDB info when it is set to `True` (default is `False`) * Update editShow to get AniDB data * Update store/shows actions * Lint JS * Update changelog # Conflicts: # CHANGELOG.md # themes/dark/assets/js/vendors.js # themes/light/assets/js/vendors.js
Configuration menu - View commit details
-
Copy full SHA for 02bd55d - Browse repository at this point
Copy the full SHA 02bd55dView commit details -
Update themes dark/light through running yarn dev.
Needed after cherry picking commits for hotfix.
Configuration menu - View commit details
-
Copy full SHA for a65c6b7 - Browse repository at this point
Copy the full SHA a65c6b7View commit details -
Fix unable to start Medusa due to configparser ImportError (#5145)
* Fix `_configure_syspath` to handle `.pth` files Fix `configparser`s package structure. Add missing `.pth` file for configparser `.pth` file renamed for simplicity - original name: `configparser-3.5.0-py2.7-nspkg.pth`. * Explain the code better * Update info on `ext/readme.md` * Prepare `syspath` code for the future * Update changelog
Configuration menu - View commit details
-
Copy full SHA for e264115 - Browse repository at this point
Copy the full SHA e264115View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a8d1c - Browse repository at this point
Copy the full SHA b7a8d1cView commit details -
Fix Preview Rename page (#5169)
* Fix unexpected identifier on `testRename` * Update changelog # Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 684bec1 - Browse repository at this point
Copy the full SHA 684bec1View commit details -
Post Processing config saving
select-list
values incorrectly (#5165)* Fix config-post-processing * Add failing tests for select-list * Fix Lint * Update changelog * Move fix to backend
Configuration menu - View commit details
-
Copy full SHA for 680c199 - Browse repository at this point
Copy the full SHA 680c199View commit details -
Fix TorrentLeech pagination code (#5172)
* Fix TorrentLeech pagination code `range` got a float argument instead of an integer * Update CHANGELOG.md Indent mistake. * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for f2d4428 - Browse repository at this point
Copy the full SHA f2d4428View commit details