evergreen:tags/rel_2_11_alpha

Last commit made on 2016-07-29
Get this branch:
git clone -b tags/rel_2_11_alpha https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_2_11_alpha
Repository:
lp:evergreen

Recent commits

2b0b01d... by Dan Wells

Bumping version numbers, adding Upgrade Script and Changelog

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

7cf01ba... by Dan Wells

Update release notes

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

d4e69f0... by Dan Wells

Bumping Perl version string for 2.11 alpha

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

9d55e4a... by Dan Wells

Translation updates - po files

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

357aaba... by Galen Charlton

LP#1581196: webstaff: fix dirty form detection in patron editor

This patch fixes a problem wherein the patron editor
form would think that it had been modified by the
user immediately after initialization.

To test
-------
[1] Load the patron editor, then refresh the page. Note that
    you are warned that there is unsaved input.
[2] As above, but hit the save button. Note that after saving,
    you still get a warning that there is unsaved input.
[3] Apply the page, then repeat tests 1 and 2. This time, you
    shouldn't get inappropriate unsaved data warnings.

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

8b77b68... by Jeff Davis

LP#1589586: use all fund debits (even encumbrances) when doing prorate calculations

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Kathy Lussier <email address hidden>

c0fc32b... by Remington Steed

Docs: Fix syntax for code block within list

This commit fixes two small AsciiDoc syntax problems that prevented a
line of code from displaying properly. First, it changes the code block
lines from three dashes to four dashes. Second, it adds a plus sign on
the preceding line, to connect the code block to the previous list item.

Signed-off-by: Remington Steed <email address hidden>

8ac1932... by Remington Steed

Docs: Small syntax fix, formatting improvements

This commit fixes a small AsciiDoc syntax bug caused by a real '_' that
accidentally closed the '_' italics tag. This block of documentation
will now more closely match the identical content found in
'admin/template_toolkit.txt' (chapter labeled "TPac Configuration and
Customization").

Signed-off-by: Remington Steed <email address hidden>

50eb643... by Ben Shum

LP#1568046: Stamping upgrade script for eliminating connectby from functions

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

499d69d... by Jason Stephenson

LP#1568046: Replace last two uses of connectby with other function calls.

Modify permission functions permission.usr_has_perm_at_nd and
permission.usr_has_perm_at_all_nd to no longer require the connectby
function from the tablefunc extension. The connectby functionality is
replaced by existing database functions to retrieve org. unit
descendants.

This change removes the need to load the tablefunc extension, so it is
dropped from the create scripts. The upgrade script does not remove
the extension as sites may be using connectby or other functions from
the extension.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Ben Shum <email address hidden>