Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Latest commit

 

History

History
148 lines (107 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

148 lines (107 loc) · 4.09 KB

Changelog

Changelog.

Added

  • Added saving event id.

Changed

  • Notification message include entry page link.
  • Added entry page url attributes to EntryDetail.

Fixed

  • Error handling of remove namespace from xml string.
  • Changed entry page to aborted 404 when xml file doesn't found.

Fixed

  • Fix insert duplicate error for entry details.

Added

  • Added notification to social account.
  • Supported LINE Login.
  • Added MariaDB driver for json column.

Changed

  • Modifiable database prefix.
  • Supported multiline headline.

Fixed

  • Fixed full text of headline can't be saved.
  • Fixed don't save feed_uuid when new feed recoed.

Fixed

  • Fixed incorrect variable name.

Added

  • Added entry.ippanho template.

Changed

  • Feed primary key id -> uuid.
  • Deleted feeds.id column.

Fixed

  • Fixed entry parsed_headline.
  • Fixed breaking design for observatory page.

Added

  • Supported gzip for entry xml file.
  • Added entry directory to git repository.

Changed

  • Replaced blade foreach to vue list of type/kind/observatory list.
  • Added shallow = true to submodules.
  • Replaced \Storage::get('entry/$uuid') and \Storage::put('entry/$uuid', $xmlDoc) to mutator.
  • Changed logout button to form submit button from JavaScript's click event.

Fixed

  • Fixed kind name of config/jmaxml.kinds 指定河川洪水予報.

Fixed

  • Fixed undefined variable when running migrate.

Added

  • Entries list to index page.
  • Entry page & kinds template.
  • Entries filter.
  • EntryDetails table. #1
  • Google Maps JavaScript API key.

Changed

  • XML Document database to file. #1
  • Optimized entries table. #1
Version 0.3.x or earlier

Added

  • Supported Social login.
  • Added feature test.
  • Added sample data to test directory.

Changed

  • Laravel version upgrade 5.5 -> 5.6.
  • Bootstrap version upgrade 3.x -> 4.x.
  • Renamed PubSubHubbub to WebSub.
  • Renamed model namespace App\Model to App\Eloquents\Model.
  • Save entry url's xml.
  • Added relation for Entry and Feed.

Removed

  • Rate limit for websub endpoint.

Fixed

  • Changed $entries->feed_uuid = $uuid to $entries->feed_uuid = $uuid[2].

Fixed

  • Removed array_push($entriesUUID, $entryUUID);.

Changed

  • Modifiable timezone and locale.

Removed

  • Entries column of feeds table.

Initial release.

  • Subscribe check.
  • Save received feed.