http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14670

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #11 from Katrin Fischer <[email protected]> ---

I don't feel like this is ready to be pushed quite yet. I will give some
examples:

1) If a record (serials?) don't have a publication year, the styles will look
like this:

APA
(). Handelsblatt. Düsseldorf: Verl.-Gruppe Handelsblatt.
Chicago
. Handelsblatt. Düsseldorf: Verl.-Gruppe Handelsblatt.
Harvard
(). Handelsblatt. Düsseldorf: Verl.-Gruppe Handelsblatt.
MLA
Handelsblatt. Düsseldorf: Verl.-Gruppe Handelsblatt. .

So it doesn't cover for the case the publication year doesn't exist in the
record.

Another case are articles - the citation will miss the host item information,
which is very vital for those:

APA
Schweizer K., . (2010). 100 Jahre Internationaler Frauentag. : .
Chicago
Schweizer Karl, . 2010. 100 Jahre Internationaler Frauentag. : .
Harvard
Schweizer K., . (2010). 100 Jahre Internationaler Frauentag. : .
MLA
Schweizer Karl, . 100 Jahre Internationaler Frauentag. : . 2010.

I think this needs more testing with different type of media.

Also one small thing, that I had fixed for a follow-up, but will put here as a
comment now:
-                place     => $record->subfield("260", "a") || "",
+                place     => $record->subfield("264", "a") ||
$record->subfield("260", "a") || "",
                 publisher => $record->subfield("264", "b") ||
$record->subfield("260", "b") || "",

Last but not least: I am reattaching the patches with a follow up taking care
of a conflict in the opac.css. I have removed it from the first patch and put
the fixed file into a separate patch.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to