[Koha-patches] Pull request - git://git.librarypolice.com/git/koha-galen.git background-jobs-tested

Galen Charlton gmcharlt at gmail.com
Tue Oct 26 18:16:28 CEST 2010


The following changes since commit 391ce2b4693a98753b16980d42c3a5682660ba6f:
  Galen Charlton (1):
        bug 3211: fix some errors that crept into the cleanup

are available in the git repository at:

  git://git.librarypolice.com/git/koha-galen.git background-jobs-tested

Galen Charlton (2):
      fix use of outdated boilerplate
      bug 5309: tweak so that background progress doesn't exit immediately

Srdjan Jankovic (2):
      bug5027: skip unticked checkboxes when submitting in the background.
      bug 5309: Adjust progres bar

 .../prog/en/includes/background-job.inc            |    6 +-
 .../intranet-tmpl/prog/en/modules/test/README      |    1 +
 .../prog/en/modules/test/progressbar.tmpl          |   43 ++++++++
 test/README                                        |    3 +
 test/progressbar.pl                                |   55 ++++++++++
 test/progressbarsubmit.pl                          |  104 ++++++++++++++++++++
 test/search.pl                                     |   74 ++++++++++++++
 7 files changed, 283 insertions(+), 3 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/test/README
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/test/progressbar.tmpl
 create mode 100644 test/README
 create mode 100755 test/progressbar.pl
 create mode 100755 test/progressbarsubmit.pl
 create mode 100755 test/search.pl


More information about the Koha-patches mailing list