Advertisement
chrissharp123

Untitled

Feb 16th, 2021
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. rel_3_4_1:
  2.  
  3. commit 38336c01668e79c55caf7955759ad2cae6f620a8
  4. Author: Terran McCanna <tmccanna@georgialibraries.org>
  5. Date: Thu Oct 17 14:22:37 2019 -0400
  6.  
  7. Customization of self-check interface so that username, password,
  8. and barcode text banners appear in different colors in an effort
  9. to make it clearer to patrons that they are being asked for a
  10. different type of information.
  11.  
  12. Note that that this also tweaks the password check because the old
  13. format was different from current master and no longer working correctly.
  14.  
  15. Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
  16.  
  17. commit 4151531cc8521b7c92be3eb276928b297d3fb53a
  18. Author: Chris Sharp <csharp@georgialibraries.org>
  19. Date: Wed Jan 2 07:21:56 2019 -0500
  20.  
  21. LP#1810296: Fix selfcheck patron password setting check
  22.  
  23. Previously, the selfcheck ignored this setting if it was
  24. set to "False", since the setting value is stored as text
  25. and the truth test always succeeded. Instead, explicitly
  26. check that the setting is "True".
  27.  
  28. Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
  29.  
  30. commit 228a5840ad0c03389f17b1d9e345c12474cb8b6e
  31. Author: Bob Wicksall <bwicksall@pls-net.org>
  32. Date: Mon Jun 6 13:35:28 2016 -0400
  33.  
  34. LP#1528647 Self-check only accepts user name value if regex
  35. for barcode not set up
  36.  
  37. This fix allows a patron to log into the self-check interface with either
  38. a barcode or a user name.
  39.  
  40. Written by: Bob Wicksall <bwicksall@pls-net.org>
  41.  
  42. Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
  43. Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
  44.  
  45. commit 38306fc0bd2c4235f6d039dc8463b8055c0985cc
  46. Author: Chris Sharp <csharp@georgialibraries.org>
  47. Date: Wed Nov 23 08:21:34 2016 -0500
  48.  
  49. Restoring selfcheck.js to stock version
  50.  
  51.  
  52. rel_3_6_1:
  53.  
  54. commit 20b6614c08c062dc151ec689c7c811c3a3f024aa
  55. Author: Terran McCanna <tmccanna@georgialibraries.org>
  56. Date: Thu Oct 17 14:22:37 2019 -0400
  57.  
  58. Customization of self-check interface so that username, password,
  59. and barcode text banners appear in different colors in an effort
  60. to make it clearer to patrons that they are being asked for a
  61. different type of information.
  62.  
  63. Note that that this also tweaks the password check because the old
  64. format was different from current master and no longer working correctly.
  65.  
  66. Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
  67.  
  68. commit faf119bcb46ad6604ffed906bd5844e449b20064
  69. Author: Chris Sharp <csharp@georgialibraries.org>
  70. Date: Wed Jan 2 07:21:56 2019 -0500
  71.  
  72. LP#1810296: Fix selfcheck patron password setting check
  73.  
  74. Previously, the selfcheck ignored this setting if it was
  75. set to "False", since the setting value is stored as text
  76. and the truth test always succeeded. Instead, explicitly
  77. check that the setting is "True".
  78.  
  79. Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
  80.  
  81. commit ae3a3f0318151caa16212b97c20cacebd467cbd9
  82. Author: Chris Sharp <csharp@georgialibraries.org>
  83. Date: Wed Nov 23 08:21:34 2016 -0500
  84.  
  85. Restoring selfcheck.js to stock version
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement