View | Details | Raw Unified | Return to bug 18554
Collapse All | Expand All

(-)a/Koha/Patrons.pm (-1 / +1 lines)
Lines 152-158 sub search_patrons_to_anonymise { Link Here
152
    Koha::Patrons->search->anonymise_issue_history( { [ before => $older_than_date ] } );
152
    Koha::Patrons->search->anonymise_issue_history( { [ before => $older_than_date ] } );
153
153
154
Anonymise issue history (old_issues) for all patrons older than the given date (optional).
154
Anonymise issue history (old_issues) for all patrons older than the given date (optional).
155
To make sure all the conditions are met, the caller has the responsability to
155
To make sure all the conditions are met, the caller has the responsibility to
156
call search_patrons_to_anonymise to filter the Koha::Patrons set
156
call search_patrons_to_anonymise to filter the Koha::Patrons set
157
157
158
=cut
158
=cut
(-)a/debian/scripts/koha-indexer (-1 / +1 lines)
Lines 125-131 restart_indexer() Link Here
125
            --verbose=1 --respawn --delay=30 \
125
            --verbose=1 --respawn --delay=30 \
126
            --user=$name-koha.$name-koha"
126
            --user=$name-koha.$name-koha"
127
127
128
        log_daemon_msg "Stopping Koha indexing daemon for $name"
128
        log_daemon_msg "Restarting Koha indexing daemon for $name"
129
129
130
        if daemon $DAEMONOPTS --restart -- $INDEXER_DAEMON $INDEXER_PARAMS; then
130
        if daemon $DAEMONOPTS --restart -- $INDEXER_DAEMON $INDEXER_PARAMS; then
131
            log_end_msg 0
131
            log_end_msg 0
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-1 / +1 lines)
Lines 44-50 Authorities: Link Here
44
        -
44
        -
45
            - Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07).
45
            - Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07).
46
            - pref: UNIMARCAuthorityField100
46
            - pref: UNIMARCAuthorityField100
47
              defautl: "afrey50      ba0"
47
              default: "afrey50      ba0"
48
              type: textarea
48
              type: textarea
49
              class: code
49
              class: code
50
        -
50
        -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 469-475 function verify_images() { Link Here
469
    <li><strong>Published by:</strong>
469
    <li><strong>Published by:</strong>
470
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
470
        <a href="/cgi-bin/koha/catalogue/search.pl?q=pb:[% publishercode |url %]">
471
            [% publishercode |html %]
471
            [% publishercode |html %]
472
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsability ) %][% editionresponsability %][% END %]
472
        </a> [% IF ( place ) %]([% place %])[% END %] [% IF ( publicationyear ) %], [% publicationyear %][% END %] [% IF ( editionstatement ) %][% editionstatement %][% END %] [% IF ( editionresponsibility ) %][% editionresponsibility %][% END %]
473
    </li>
473
    </li>
474
    [% END %]
474
    [% END %]
475
        <li><strong>Description:</strong>
475
        <li><strong>Description:</strong>
Lines 1049-1055 function verify_images() { Link Here
1049
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
1049
[% UNLESS ( item_level_itypes ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description %][% ELSE %]<img src="[% XISBN.imageurl %]" alt="[% XISBN.description %]" title="[% XISBN.description %]">[% END %]</td>[% END %]
1050
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate %]
1050
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber %]">[% XISBN.title |html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate %]
1051
  [% IF ( XISBN.publishercode ) %]
1051
  [% IF ( XISBN.publishercode ) %]
1052
[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsability ) %][% XISBN.editionresponsability %][% END %]
1052
[% XISBN.publishercode %] [% IF ( XISBN.place ) %]([% XISBN.place %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility %][% END %]
1053
    [% END %]
1053
    [% END %]
1054
                [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages %] [% IF ( XISBN.illus ) %][% XISBN.illus %][% END %]
1054
                [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages %] [% IF ( XISBN.illus ) %][% XISBN.illus %][% END %]
1055
                [% IF ( XISBN.size ) %], [% END %][% XISBN.size %]
1055
                [% IF ( XISBN.size ) %], [% END %][% XISBN.size %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-add.tt (-1 / +1 lines)
Lines 56-62 Once that data is filled in you can click 'Next' to enter the prediction pattern Link Here
56
	<li>There are several pre-defined options for the 'Frequency' of publication all of which are visible alongside your own custom frequencies by visiting 'Manage frequencies'
56
	<li>There are several pre-defined options for the 'Frequency' of publication all of which are visible alongside your own custom frequencies by visiting 'Manage frequencies'
57
57
58
<ul>
58
<ul>
59
	<li>Without periodicy: some very specific (usually high level science journals) don't have a true periodicity. When you subscribe to the title, you subscribe for 6 issues, which can arrive in 1 year... or 2... There is no regularity or known schedule.</li>
59
	<li>Without periodicity: some very specific (usually high level science journals) don't have a true periodicity. When you subscribe to the title, you subscribe for 6 issues, which can arrive in 1 year... or 2... There is no regularity or known schedule.</li>
60
	<li>Unknown select this if none of the other choices are relevant</li>
60
	<li>Unknown select this if none of the other choices are relevant</li>
61
	<li>Irregular: The journal is not "regular" but has a periodicity. You know that it comes out on January, then in October and December, it is irregular, but you know when it's going to arrive.</li>
61
	<li>Irregular: The journal is not "regular" but has a periodicity. You know that it comes out on January, then in October and December, it is irregular, but you know when it's going to arrive.</li>
62
	<li>2/day: Twice daily</li>
62
	<li>2/day: Twice daily</li>
(-)a/members/moremember.pl (-1 / +1 lines)
Lines 329-335 if ( C4::Context->preference("ExportCircHistory") ) { Link Here
329
    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]);
329
    $template->param(csv_profiles => [ Koha::CsvProfiles->search({ type => 'marc' }) ]);
330
}
330
}
331
331
332
# in template <TMPL_IF name="I"> => instutitional (A for Adult, C for children)
332
# in template <TMPL_IF name="I"> => institutional (A for Adult, C for children)
333
$template->param( $data->{'categorycode'} => 1 );
333
$template->param( $data->{'categorycode'} => 1 );
334
$template->param(
334
$template->param(
335
    patron          => $patron,
335
    patron          => $patron,
(-)a/misc/cronjobs/advance_notices.pl (-1 / +1 lines)
Lines 186-192 GetOptions( Link Here
186
            'itemscontent=s' => \$itemscontent,
186
            'itemscontent=s' => \$itemscontent,
187
       )or pod2usage(2);
187
       )or pod2usage(2);
188
pod2usage(1) if $help;
188
pod2usage(1) if $help;
189
pod2usage( -verbose => 2 ) if $man;;
189
pod2usage( -verbose => 2 ) if $man;
190
190
191
# Since advance notice options are not visible in the web-interface
191
# Since advance notice options are not visible in the web-interface
192
# unless EnhancedMessagingPreferences is on, let the user know that
192
# unless EnhancedMessagingPreferences is on, let the user know that
(-)a/misc/release_notes/release_notes_222.txt (-1 / +1 lines)
Lines 46-52 BUGFIXES Link Here
46
46
47
	=== CATALOGUE ===
47
	=== CATALOGUE ===
48
		* some fixes in authority search (worked, but could fail to return results under certain circumstances)
48
		* some fixes in authority search (worked, but could fail to return results under certain circumstances)
49
		* libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsability" for librarians, "author" for end users)
49
		* libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsibility" for librarians, "author" for end users)
50
		* removed a limit to 255 char in field length in MARC editor (the DB can handle much more)
50
		* removed a limit to 255 char in field length in MARC editor (the DB can handle much more)
51
		* tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add)
51
		* tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add)
52
		* bugfixes in permissions (some pages required parameters where they should require editcatalogue)
52
		* bugfixes in permissions (some pages required parameters where they should require editcatalogue)
(-)a/misc/release_notes/release_notes_223.txt (-1 / +1 lines)
Lines 93-99 BUGFIXES Link Here
93
93
94
	=== CATALOGUE ===
94
	=== CATALOGUE ===
95
		* some fixes in authority search (worked, but could fail to return results under certain circumstances)
95
		* some fixes in authority search (worked, but could fail to return results under certain circumstances)
96
		* libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsability" for librarians, "author" for end users)
96
		* libopac now works : in Koha >> parameters >> biblioframework >> modify field or subfield. If you set "opac text" to a different value than librarian text, you'll have different headers/text for MARC fields (for example : "1st responsibility" for librarians, "author" for end users)
97
		* removed a limit to 255 char in field length in MARC editor (the DB can handle much more)
97
		* removed a limit to 255 char in field length in MARC editor (the DB can handle much more)
98
		* tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add)
98
		* tabs in MARC editor : the active tab is now hilighted & in biblio modif, empty tabs are not shown (as in biblio add)
99
		* bugfixes in permissions (some pages required parameters where they should require editcatalogue)
99
		* bugfixes in permissions (some pages required parameters where they should require editcatalogue)
(-)a/t/db_dependent/Acquisition.t (-2 / +2 lines)
Lines 379-387 C4::Acquisition::CloseBasket($basketno); Link Here
379
isnt( scalar grep ( $_->{basketno} eq $basketno, @lateorders ),
379
isnt( scalar grep ( $_->{basketno} eq $basketno, @lateorders ),
380
    0, "GetLateOrders gets orders from closed baskets" );
380
    0, "GetLateOrders gets orders from closed baskets" );
381
ok( !grep ( $_->{ordernumber} eq $ordernumbers[3], @lateorders ),
381
ok( !grep ( $_->{ordernumber} eq $ordernumbers[3], @lateorders ),
382
    "GetLateOrders does not gets cancelled orders" );
382
    "GetLateOrders does not get cancelled orders" );
383
ok( !grep ( $_->{ordernumber} eq $ordernumbers[4], @lateorders ),
383
ok( !grep ( $_->{ordernumber} eq $ordernumbers[4], @lateorders ),
384
    "GetLateOrders does not gets reveived orders" );
384
    "GetLateOrders does not get received orders" );
385
385
386
$search_orders = SearchOrders({
386
$search_orders = SearchOrders({
387
    booksellerid => $booksellerid,
387
    booksellerid => $booksellerid,
(-)a/t/db_dependent/Biblio.t (-2 / +1 lines)
Lines 246-252 sub run_tests { Link Here
246
    is( scalar @$isbns, 4, '(GetMarcISBN) The record contains 4 ISBNs');
246
    is( scalar @$isbns, 4, '(GetMarcISBN) The record contains 4 ISBNs');
247
    for my $i (0 .. $#more_isbns) {
247
    for my $i (0 .. $#more_isbns) {
248
        is( $isbns->[$i], $more_isbns[$i],
248
        is( $isbns->[$i], $more_isbns[$i],
249
            "(GetMarcISBN) Corretly retrieves ISBN #". ($i + 1));
249
            "(GetMarcISBN) Correctly retrieves ISBN #". ($i + 1));
250
    }
250
    }
251
251
252
    is( GetMarcPrice( $record_for_isbn, $marcflavour ), 100,
252
    is( GetMarcPrice( $record_for_isbn, $marcflavour ), 100,
253
- 

Return to bug 18554