evergreen:tags/rel_2_0_beta2

Last commit made on 2010-11-15
Get this branch:
git clone -b tags/rel_2_0_beta2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_0_beta2
Repository:
lp:evergreen

Recent commits

e23be88... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

b1-b2 changelog

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_2_0_beta2@18744 dcc99617-32d9-48b4-a31d-7c20da2025e4

03ce730... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

bumping version numbers

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_2_0_beta2@18743 dcc99617-32d9-48b4-a31d-7c20da2025e4

3d1cf4e... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Tagging 2.0-beta2

git-svn-id: svn://svn.open-ils.org/ILS/tags/rel_2_0_beta2@18742 dcc99617-32d9-48b4-a31d-7c20da2025e4

ba7fa08... by erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>

make sure dojo.cookie is loaded before use; removed unnecessary import of dojoData

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18741 dcc99617-32d9-48b4-a31d-7c20da2025e4

c82689d... by miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Reverting and extending r18472 to correct implementation thinko

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18735 dcc99617-32d9-48b4-a31d-7c20da2025e4

2d64c12... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Prevent creation of authority records that are truncated by one letter

The summarizeField() function grabbed the values of the XUL elements,
which were set by the keypress event listeners on the XUL elements.
However, the keypress event listener seems to capture the value of
the XUL element before the value of the new key is appended to the
existing value in a textbox - so, when you typed a new subfield, then
right-clicked to create an authority, the value that was captured was
missing the final character.

Adding the "input" event to the registered listeners captures the
actual value for creating an authority and solves the problem. It
might be possible to remove the keypress event listeners, but for
now we'll take the cautious route.

Address Launchpad bug 669445

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18732 dcc99617-32d9-48b4-a31d-7c20da2025e4

20d941c... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Fix negative paging issue in open-ils.supercat.authority.author.startwith

When paging backwards through authority lists, we were skipping the
first page of results. By reducing the offset by the value of one
page, we restore the expected order.

The same problem might affect other paging interfaces: to be determined.

Closes Launchpad bug 669247

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18730 dcc99617-32d9-48b4-a31d-7c20da2025e4

8e5d1e9... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Do not cache the authority context menu

Caching would be great, except when you add an authority in the
flow and you expect to see it the next time you right-click
on the authority that you just added.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18729 dcc99617-32d9-48b4-a31d-7c20da2025e4

95a90da... by dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>

Merge translations from Launchpad

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18725 dcc99617-32d9-48b4-a31d-7c20da2025e4

bf4f935... by erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>

in some scenarios, the 'mous' class may not have loaded yet. pre-load the class in myopac init

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18724 dcc99617-32d9-48b4-a31d-7c20da2025e4