Modify

Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#8527 closed defect (fixed)

[PATCH] Update for supporting 0.12

Reported by: Benjamin Lau Owned by: Ryan J Ollos
Priority: high Component: LastModifiedMacro
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

The timestamp storage format in the database was changed to microseconds in Trac 0.12. This should correct that issue. This should be applied to a new 0.12 version of this macro along with #8526 which fixes using the LastModifiedMacro without arguments.

Attachments (1)

LastModified.to0.12.patch (745 bytes) - added by Benjamin Lau 13 years ago.
LastModifiedMacro patch to support 0.12

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by Benjamin Lau

Attachment: LastModified.to0.12.patch added

LastModifiedMacro patch to support 0.12

comment:1 Changed 13 years ago by Benjamin Lau

Trac Release: 0.110.12

Corrected trac release.

comment:2 Changed 13 years ago by Ryan J Ollos

Priority: normalhigh
Status: newassigned

comment:3 Changed 12 years ago by Ryan J Ollos

(In [12199]) Refs #8527:

  • Formatted source code.
  • Added author, author_email and url, which show on the plugin admin panel.

comment:4 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

(In [12200]) Fixes #8527:

  • Made compatible with Trac 0.12. Thanks to netjunki for the initial revision of the patch.
  • Changed date handling to use the Trac utilities which are timezone aware.
  • A TracError is now raised if the wiki pagename is not found.
  • Removed some unused imports and refactored code.

comment:5 Changed 12 years ago by Ryan J Ollos

(In [12201]) Refs #8527: Renamed 0.11 directory to trunk. Moved 0.8 and 0.9 directories to branches.

comment:6 Changed 12 years ago by Ryan J Ollos

(In [12202]) Refs #8527: Updated documentation.

comment:7 Changed 12 years ago by Ryan J Ollos

(In [12203]) Refs #8527: Added more metadata to the source file.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.