evergreen:tags/rel_2_1_rc2

Last commit made on 2011-08-13
Get this branch:
git clone -b tags/rel_2_1_rc2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_1_rc2
Repository:
lp:evergreen

Recent commits

1de72f0... by Mike Rylander

Updating changelog

Signed-off-by: Mike Rylander <email address hidden>

958ecba... by Mike Rylander

Bumping version numbers

Signed-off-by: Mike Rylander <email address hidden>

09972fd... by Mike Rylander

Upgrade script (based on 2.0.8, currently)

Signed-off-by: Mike Rylander <email address hidden>

d6c2f5a... by Mike Rylander

Stamped upgrade script for "lp 823496: do not fail to index personal names that have relators"

Signed-off-by: Mike Rylander <email address hidden>

dbbb7f3... by Galen Charlton

lp 823496: don't fail to index personal names that have relators

The default definition for the author|other index inadvertantly
excluded names from 600, 700, 720, and 800 fields that have
relator values ($e) or codes ($4).

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

4b83cfb... by Thomas Berezansky

Don't escape_html numbers in util/print.js

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Etheridge <email address hidden>

f6fe28b... by Thomas Berezansky

Escape HTML characters in template subs

This prevents injection of random HTML from various sources.

Like bad bib records, org unit settings, patron info, etc.

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Etheridge <email address hidden>

cce7c36... by Thomas Berezansky

Use openDialog to make go_print workaround vanish

By passing params and the go_print function into openDialog we get
to ignore race conditions, as the window is created with the passed
in arguments.

Oh, and we can stop using js2JSON and such.

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Etheridge <email address hidden>

16804d9... by Thomas Berezansky

Add openDialog to window class

Uses window.openDialog instead of window.open.
https://developer.mozilla.org/en/DOM/window.openDialog

Signed-off-by: Thomas Berezansky <email address hidden>
Signed-off-by: Jason Etheridge <email address hidden>

efe9353... by Jason Etheridge <email address hidden>

No more lightpink for disabled copy editor

Folks can still provide custom CSS against those class hooks if desired

Signed-off-by: Jason Etheridge <email address hidden>