evergreen:tags/rel_2_3_2

Last commit made on 2012-12-20
Get this branch:
git clone -b tags/rel_2_3_2 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_3_2
Repository:
lp:evergreen

Recent commits

ad1eaec... by Bill Erickson

Copy 2.3.0-2.3.1 SQL upgrade script into place

Signed-off-by: Bill Erickson <email address hidden>

0cbe034... by Bill Erickson

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Bill Erickson <email address hidden>

c66daa3... by Bill Erickson

Translations update step 2: newpot

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

7b6b762... by Bill Erickson

Translations update step 1: update profiles

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

1472e06... by Bill Erickson

Consistent permission filtering in ACQ search results

Add permission checks to search result objects when calling unified
search in 'idlist' mode, consistent with the existing permission checks
for non-id-list mode. Without this, different forms of the call return
different sets of results.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>

d87ea53... by Lebbeous Fogle-Weekley <email address hidden>

LP #1092179 FlattenerGrid Filter dialog lead to clobbering grid's base query

You could see this in the Simplified Hold Pull List interface. Using
the filter dialog would refresh the grid and populate it with rows
corresponding to your filters, but it would throw away your setting from
the context org dropdown (labeled "Show the pull list for..." there).

FlattenerGrid had a broken mechanism for trying to nicely mix a user's
input from things like context org dropdowns with whatever they put into
the filter dialog, and now that mechanism has been fixed.

This also means a tiny change to the User Event Log interface to react
to the slight change in FlattenerGrid's API.

Signed-off-by: Lebbeous Fogle-Weekley <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

8ed9d9b... by Simon Mai

LP#1088561: remove current password (renew password issue with TPAC)

If a user chooses to have their browser remember their password for the
catalog, it can fill in the password to the change password form page
as hidden dots. This behavior was observed specifically with Firefox.

Instead, add autocomplete="off" attribute to the form to force users to
enter existing password to change to a new password as intended.

Signed-off-by: Simon Mai <email address hidden>
Signed-off-by: Ben Shum <email address hidden>

b246fe0... by Pasi Kallinen

Add fi-FI to update_pofiles script

Signed-off-by: Pasi Kallinen <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

8e8b12a... by Pasi Kallinen

po-files for Finnish translation

Signed-off-by: Pasi Kallinen <email address hidden>
Signed-off-by: Dan Scott <email address hidden>

aab7d0c... by Dan Wells

Make config.update_coded_value_map() consistent

The version of this function in the upgrade file is different than
the one in the 002.schema.config.sql file. This commit fixes the
broken logic in the 002 file and makes it match the logic in the
old upgrade file.

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Dan Scott <email address hidden>