[PR #747] [CLOSED] Add years to album table. Fix issue #730 #1334

Closed
opened 2026-02-26 03:30:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/747
Author: @matiasdelellis
Created: 5/10/2018
Status: Closed

Base: masterHead: add-years-album


📝 Commits (4)

📊 Changes

7 files changed (+67 additions, -11 deletions)

View changed files

📝 app/Models/Album.php (+8 -2)
📝 app/Models/File.php (+16 -3)
📝 app/Models/Song.php (+4 -2)
📝 app/Services/Media.php (+1 -0)
database/migrations/2018_05_09_184010_add_year_into_albums.php (+32 -0)
📝 tests/Integration/Models/AlbumTest.php (+5 -4)
📝 tests/Integration/Models/FileTest.php (+1 -0)

📄 Description

Description:

See on Issue #730 (Use at least the year of release to identify homonymous albums.)

TODO:

  • Show years on album view.
  • Show years on song view.
  • Allow sort by years.

Result:

imagen


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/747 **Author:** [@matiasdelellis](https://github.com/matiasdelellis) **Created:** 5/10/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-years-album` --- ### 📝 Commits (4) - [`9a52d8c`](https://github.com/koel/koel/commit/9a52d8ce6aba26f30fbba9f9ad2f6be71cbac766) Add years to album table. - [`c77d111`](https://github.com/koel/koel/commit/c77d1116fac6f8f7212423c33f37eb4566f15b3c) Do styleci happy - [`9a6c0af`](https://github.com/koel/koel/commit/9a6c0afe21d5471273ad3145aaf1b9fed283f123) Do travis-ci happy - [`1d8f206`](https://github.com/koel/koel/commit/1d8f2067be76177920f3589f5f78bfa892f17272) D'Oh! Add missing migration database! ### 📊 Changes **7 files changed** (+67 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Album.php` (+8 -2) 📝 `app/Models/File.php` (+16 -3) 📝 `app/Models/Song.php` (+4 -2) 📝 `app/Services/Media.php` (+1 -0) ➕ `database/migrations/2018_05_09_184010_add_year_into_albums.php` (+32 -0) 📝 `tests/Integration/Models/AlbumTest.php` (+5 -4) 📝 `tests/Integration/Models/FileTest.php` (+1 -0) </details> ### 📄 Description ### Description: See on Issue #730 (Use at least the year of release to identify homonymous albums.) ### TODO: - [x] Show years on album view. - [x] Show years on song view. - [x] Allow sort by years. ### Result: ![imagen](https://user-images.githubusercontent.com/733715/39866574-928ddcfc-5427-11e8-94ff-6272fcf3bff0.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1334
No description provided.