Closed (fixed)
Project:
MySite
Version:
5.x-2.15
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2007 at 22:44 UTC
Updated:
16 Aug 2009 at 10:21 UTC
============================
* Drupal version: 5.2
* PHP version: 5.2.4-0.dotdeb.1
* Database type and version: 5.0.45
* Release version of MySite: 5.x.2.15
============================
It seems like the submission date and time of any element (submitted by !author on !time), is always the current date and time. At least, that's what I see at my site, and at the demo site as well.
A bug?
Comments
Comment #1
agentrickardWell that's just a stupid bug on my part.
Line 29 of teasers.theme should be changed:
To:
Comment #2
Marc Bijl commentedThanks for the quick reply + solution.
Good to have the code already,
so I can change it manually.
Cheers,
Marc
Comment #3
Marc Bijl commentedAs you might possibly know (ha, ha ;) I prefer to have "date created" as ordering element (instead of "date changed").
- http://drupal.org/node/199238
And the same way, I prefer to show this date in the submission info (I guess no surprise).
To achieve this, I've also changed two lines of code in (this case) node.inc:
First change (line 109):
Into:
Second change (line 124):
Into:
May be good to know for other people who have the same preferences as I have.
And may be of some little help when -possibly- adding some functionality as suggested in ;)
- http://drupal.org/node/199238
Best wishes,
Marc
Comment #4
agentrickardAgreed. There are just some larger issues that need fixing first.
Comment #5
agentrickardFixed in HEAD. The request for changing sort values per user is a different issue.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.