-
cb671a4...
by
Dan Wells
on 2019-10-28
-
Bumping version numbers, adding Upgrade Script and Changelog
Signed-off-by: Dan Wells <email address hidden>
-
5abc5ca...
by
Dan Wells
on 2019-10-28
-
Update server upgrade docs
Signed-off-by: Dan Wells <email address hidden>
-
7b13433...
by
Dan Wells
on 2019-10-28
-
Bump OpenILS.pm version
Signed-off-by: Dan Wells <email address hidden>
-
58c0434...
by
Dan Wells
on 2019-10-28
-
Translation updates - po files
Signed-off-by: Dan Wells <email address hidden>
-
16fab77...
by
Dan Wells
on 2019-10-28
-
Translation updates - newpot
Signed-off-by: Dan Wells <email address hidden>
-
fa82999...
by
Remington Steed
on 2019-10-25
-
Docs: Add 3.3.5 point release notes
Signed-off-by: Remington Steed <email address hidden>
-
afb2fa8...
by
Remington Steed
on 2019-10-25
-
Docs: Add 3.2.10 point release notes
Signed-off-by: Remington Steed <email address hidden>
-
61b17a8...
by
Remington Steed
on 2019-10-25
-
Docs: Add 3.1.16 point release notes
Signed-off-by: Remington Steed <email address hidden>
-
6cb8680...
by
Remington Steed
on 2019-10-25
-
Docs: Adding 3.4.1 release notes
The acknowledgements section was built entirely from the git log
"Signed-off-by" lines.
Signed-off-by: Remington Steed <email address hidden>
-
dd30484...
by
Dan Wells
on 2019-10-22
-
LP#1846038 Remove extra grid refresh from configuration load
Bug LP#1790169 added the ability to save sorting configuration, but it
also added an additional grid refresh to the configuration load. This
breaks grid loading.
The expected flow is for is to first load any existing configuration,
then do the first collect() for the grid. This refresh() call adds
potentially a second collect() which may run earlier than it should,
and overall does not seem necessary.
To test:
(Make sure you are testing on current master or rel_3_3/3_4, or you
will (like me) hit related bugs which have been fixed. Also, some
grids (especially circ) do not honor sort for other reasons, so avoid
those for now.)
1) Find a grid which has a typical get() process. Suggestion would be
a basic auto grid, such as full bill details,
https://localhost/eg/staff/circ/patron/11/bill/43/details .
2) Set a sort value you can see, then *save* the configuration.
3) Before the patch, billing details grid doesn't load. After patch,
grid loads and still honors the defined sort.
Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: Remington Steed <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>