To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50479
                  Issue #:|50479
                  Summary:|<meta:initial-creator> is not added into meta.xml
                Component:|xml
                  Version:|680m104
                 Platform:|All
                      URL:|
               OS/Version:|Windows, all
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|jsi
              Reported by:|tora





------- Additional comments from [EMAIL PROTECTED] Wed Jun  8 04:31:56 -0700 
2005 -------
Phenomenon:
  An element <meta:initial-creator> is not added into meta.xml while 
  another one <meta:creation-date> is automatically inserted when 
  editing and saving a new document which originally comes from 
  C:\Documents and Settings\All Users\Templates on Windows platform
  by choosing one of the entries for OpenOffice.org documents in the 
  the right click context menu on the desktop window.

Expectation:
  An element <meta:initial-creator> can be added and assigned with 
  a name of author defined in the Tools - Options - OOo - User Data.

Reproduction:
  1. Prepare a Windows environment with recent OOo.
  2. Click your right mouse button on the desktop window and choose 
     New - OpenDocument Text.
  3. Click on the icon that appears by step 2.
  4. Edit it with OOo a little.
  5. Save it.
     Make sure that a check box "Apply user data" is enable in the dialog below.
  6. Confirm entries for author by choosing File - Properties - General.
  7. You would find two lines in the dialog like:
     Created : yy/mm/dd hh:mm         ... meta:creation-date, 
meta:initial-creator
     Modified: yy/mm/dd hh:mm, name   ... dc:date, dc:creator

Quick Look:
  1. meta.xml in the original file looks like:
     <office:meta />

  2. After editing and saving it, meta.xml becomes like:
    <office:meta>
      .....
      <meta:creation-date>2005-05-14T11:53:33</meta:creation-date>
      <dc:creator>Takamichi Akiyama</dc:creator>
      <dc:date>2005-05-14T12:02:33</dc:date>
      .....
    </office:meta>

  3. meta.xml in a normal OOo document file looks like:
    <office:meta>
      .....
      <meta:initial-creator>Takamichi Akiyama</meta:initial-creator>
      <meta:creation-date>2004-10-07T17:06:01</meta:creation-date>
      <dc:creator>Takamichi Akiyama</dc:creator>
      <dc:date>2004-10-10T13:02:10</dc:date>
      .....
    </office:meta>

  4. Conclusion
    <meta:initial-creator> seems missing in the step 2 above.

Research:
  It is said that Microsoft Office does insert an author's name as an 
  initial creator.

This phenomenon was originally reported by Yujiro Nakamura in the Japanese 
Native Language Project.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to