Bugzilla – Attachment 29493 Details for
Bug 11703
Convert checkouts table to ajax datatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11703: (qa followup) consistency in svc
Bug-11703-qa-followup-consistency-in-svc.patch (text/plain), 3.75 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-07-03 15:42:11 UTC
(
hide
)
Description:
Bug 11703: (qa followup) consistency in svc
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-07-03 15:42:11 UTC
Size:
3.75 KB
patch
obsolete
>From 6cc316f999de2868b13840757ba45f776b6565e7 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 3 Jul 2014 12:26:23 -0300 >Subject: [PATCH] Bug 11703: (qa followup) consistency in svc > >This patch removes the trailing .pl from the introduced svc scripts. >Also removes a leftover (wrong license text) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js | 8 ++++---- > svc/{checkin.pl => checkin} | 0 > svc/{checkouts.pl => checkouts} | 2 -- > svc/{holds.pl => holds} | 2 -- > svc/{renew.pl => renew} | 0 > 5 files changed, 4 insertions(+), 8 deletions(-) > rename svc/{checkin.pl => checkin} (100%) > rename svc/{checkouts.pl => checkouts} (98%) > rename svc/{holds.pl => holds} (97%) > rename svc/{renew.pl => renew} (100%) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >index b99f824..6efe9f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js >@@ -57,7 +57,7 @@ $(document).ready(function() { > exempt_fine: $("#exemptfine").is(':checked') > }; > >- $.post( "/cgi-bin/koha/svc/checkin.pl", params, function( data ) { >+ $.post( "/cgi-bin/koha/svc/checkin", params, function( data ) { > id = "#checkin_" + data.itemnumber; > > content = ""; >@@ -86,7 +86,7 @@ $(document).ready(function() { > date_due: $("#newduedate").val() > }; > >- $.post( "/cgi-bin/koha/svc/renew.pl", params, function( data ) { >+ $.post( "/cgi-bin/koha/svc/renew", params, function( data ) { > var id = "#renew_" + data.itemnumber; > > var content = ""; >@@ -305,7 +305,7 @@ $(document).ready(function() { > "bPaginate": false, > "bProcessing": true, > "bServerSide": false, >- "sAjaxSource": '/cgi-bin/koha/svc/checkouts.pl', >+ "sAjaxSource": '/cgi-bin/koha/svc/checkouts', > "fnServerData": function ( sSource, aoData, fnCallback ) { > aoData.push( { "name": "borrowernumber", "value": borrowernumber } ); > >@@ -431,7 +431,7 @@ $(document).ready(function() { > "bPaginate": false, > "bProcessing": true, > "bServerSide": false, >- "sAjaxSource": '/cgi-bin/koha/svc/checkouts.pl', >+ "sAjaxSource": '/cgi-bin/koha/svc/checkouts', > "fnServerData": function ( sSource, aoData, fnCallback ) { > $.each(relatives_borrowernumbers, function( index, value ) { > aoData.push( { "name": "borrowernumber", "value": value } ); >diff --git a/svc/checkin.pl b/svc/checkin >similarity index 100% >rename from svc/checkin.pl >rename to svc/checkin >diff --git a/svc/checkouts.pl b/svc/checkouts >similarity index 98% >rename from svc/checkouts.pl >rename to svc/checkouts >index 9de51ac..abe2c0e 100755 >--- a/svc/checkouts.pl >+++ b/svc/checkouts >@@ -1,7 +1,5 @@ > #!/usr/bin/perl > >-# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) >- > # Copyright 2014 ByWater Solutions > # > # This file is part of Koha. >diff --git a/svc/holds.pl b/svc/holds >similarity index 97% >rename from svc/holds.pl >rename to svc/holds >index 85e0f5b..3ff704f 100755 >--- a/svc/holds.pl >+++ b/svc/holds >@@ -1,7 +1,5 @@ > #!/usr/bin/perl > >-# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) >- > # Copyright 2014 ByWater Solutions > # > # This file is part of Koha. >diff --git a/svc/renew.pl b/svc/renew >similarity index 100% >rename from svc/renew.pl >rename to svc/renew >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11703
:
25105
|
25110
|
25111
|
25213
|
25217
|
25218
|
25220
|
25221
|
25261
|
25262
|
25263
|
25264
|
25271
|
25272
|
25289
|
25290
|
25292
|
25390
|
25391
|
25986
|
25987
|
25988
|
25989
|
25990
|
25991
|
25992
|
25993
|
25994
|
25995
|
25996
|
25997
|
25998
|
25999
|
26081
|
26085
|
26115
|
26131
|
26158
|
26160
|
26241
|
26986
|
26990
|
26991
|
27102
|
27241
|
27338
|
27339
|
27340
|
27341
|
27342
|
27349
|
27350
|
27353
|
27354
|
27356
|
27548
|
27610
|
27717
|
27718
|
27745
|
27746
|
27750
|
27751
|
28025
|
28026
|
28027
|
28028
|
28029
|
29195
|
29196
|
29197
|
29198
|
29199
|
29279
|
29280
|
29281
|
29282
|
29283
|
29284
|
29419
|
29420
|
29432
|
29433
|
29434
|
29438
|
29439
|
29440
|
29444
|
29445
|
29446
|
29447
|
29448
|
29449
|
29450
|
29451
|
29452
|
29453
|
29454
|
29472
|
29473
|
29474
|
29475
|
29476
|
29477
|
29478
|
29479
|
29480
|
29493
|
30228