Skip to content

Commit

Permalink
bugs and changelog for the atom time issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zh committed Apr 18, 2008
1 parent 57f2c2e commit 0ab63fe
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
* Remove old items from the database
* bugfix: atom feed item links should point to the item show view
* bugfix: sequel-1.4.0 have eager loading by default
* bugfix: The 'updated' is alwais Time.now in the atom feed
26 changes: 26 additions & 0 deletions bugs/issue-2db9c71a73f2e90fb44b69f32d75bee880c3bdc8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
--- !ditz.rubyforge.org,2008-03-06/issue
title: The 'updated' is alwais Time.now in the atom feed
desc: |-
The updated tag was Time.now. So the feed readers cannot figure when the feed
is last changed. Change it to the time of the last item inserted in the DB.
type: :bugfix
component: tamanegi
release: release-0.0.8
reporter: Stoyan Zhekov <zh@zhware.net>
status: :closed
disposition: :fixed
creation_time: 2008-04-18 13:41:15.806533 Z
references: []

id: 2db9c71a73f2e90fb44b69f32d75bee880c3bdc8
log_events:
- - 2008-04-18 13:41:51.581243 Z
- Stoyan Zhekov <zh@zhware.net>
- created
- Fix as soon as possible. Affect the live service.
- - 2008-04-18 13:42:49.431106 Z
- Stoyan Zhekov <zh@zhware.net>
- closed issue with disposition fixed
- |-
xml.updated Item.order(:id).last.created.iso8601
in view/atom.rxml

0 comments on commit 0ab63fe

Please sign in to comment.