You are not logged in Log in Join
You are here: Home » Members » Folder for ats » COREBlog - Zope Weblog Product » Bug Tracker for COREBlog » Chage date in postings » collector_issue_contents

Log in
Name

Password

 
 
Issue 102 of Bug Tracker for COREBlog [COREBlog Bugs]
Title: Chage date in postings
Status: Pending Security related: No
Description: I've writen a patch to enable date changing in posts. I've changed manage_editEntryForm.dtml to show a field with the posting date, ObjectBase.py to ...
From: erral on: Feb 9, 05 05:36
erral Last update: Feb 9, 05 05:36
Topic/class: COREBlog/feature request+solution Importance: medium
Version info: Tested in COREBlog 1.1
Uploads:
File change_posting_date.tar.gz I've writen a patch to enable date changing i...
Issue 102 Transcript
1 entry
= Request - Entry #1 by erral on Feb 9, 2005 5:36 am


Uploaded: change_posting_date.tar.gz

I've writen a patch to enable date changing in posts.

I've changed manage_editEntryForm.dtml to show a field with the posting date, ObjectBase.py to change the date, and Entry.py to remove old posting date from datemap, call ObjectBase date change method, and add new date to datemap.

I've created 3 patch files for those files, and I attach them to this message. You can apply them executing this command for each file in the original directory where they are (COREBlog for ObjectBase and Entry and COREBlog/dtml for manage_editEntryForm):

$ patch -p0 < file_name

Well, these 3 files are my first patch files. I've tested them and they seem to be OK.