[Koha-bugs] [Bug 17740] Add the Koha::Patron->holds method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 Marcel de Rooy changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17740] Add the Koha::Patron->holds method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 Marcel de Rooy changed: What|Removed |Added Attachment #58035|0

[Koha-bugs] [Bug 17740] Add the Koha::Patron->holds method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17740 Marcel de Rooy changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17741] Use Koha::Patron->holds in Koha::Patron->delete

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741 Marcel de Rooy changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17741] Use Koha::Patron->holds in Koha::Patron->delete

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741 Marcel de Rooy changed: What|Removed |Added Attachment #58034|0

[Koha-bugs] [Bug 17741] Use Koha::Patron->holds in Koha::Patron->delete

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17741 Marcel de Rooy changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #12 from Marcel de Rooy --- Created attachment 58628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58628=edit Bug 17736: [Follow-up] Rename to current_holds It is not about

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #13 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #11) > I would rather rename the sub. It is not about when the hold was 'placed' > but if the hold pertains to the future or

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 Marcel de Rooy changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #11 from Marcel de Rooy --- I would rather rename the sub. It is not about when the hold was 'placed' but if the hold pertains to the future or not. So my suggestion would be:

[Koha-bugs] [Bug 17856] New: Add API endpoint for item types

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17856 Bug ID: 17856 Summary: Add API endpoint for item types Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #20 from Marcel de Rooy --- Created attachment 58632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58632=edit Bug 17736: [QA Follow-up] Crashes in basket.pl and parcel.pl

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #17 from Marcel de Rooy --- Ha: my $biblio = Koha::Biblios->find( $order->{ordernumber} ); -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 17856] Add API endpoint for item types

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17856 Josef Moravec changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #18 from Marcel de Rooy --- Created attachment 58631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58631=edit Bug 17736: [QA Follow-up] Wrong biblionumber in acqui/parcel

[Koha-bugs] [Bug 11761] Multiple notifications for borrowers if checked out from many branches during one day. (caused by overdue_notifications.pl)

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11761 Ray Delahunty changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17614] Introduce multiple fine charging intervals

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17614 Ray Delahunty changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #19 from Marcel de Rooy --- Bug party! Do not assume that find gives you a Koha Object. Just see the following examples :) -- You are receiving this mail because: You are watching all bug

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #22 from Marcel de Rooy --- Created attachment 58634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58634=edit Bug 17736: [QA Follow-up] Script basket.pl is not Plack

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #24 from Marcel de Rooy --- Created attachment 58636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58636=edit Bug 17736: Replace GetReservesFromBiblionumber with

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 Marcel de Rooy changed: What|Removed |Added Attachment #58106|0

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #29 from Marcel de Rooy --- Created attachment 58641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58641=edit Bug 17736: [QA Follow-up] Wrong biblionumber in acqui/parcel

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #30 from Marcel de Rooy --- Created attachment 58642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58642=edit Bug 17736: [QA Follow-up] Crashes in basket.pl and parcel.pl

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #25 from Marcel de Rooy --- Created attachment 58637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58637=edit Bug 17736: Remove C4::Reserves::GetReservesFromBiblionumber At

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #27 from Marcel de Rooy --- Created attachment 58639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58639=edit Bug 17736: [Follow-up] Resolve inherited AUTOLOAD for non-method

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #26 from Marcel de Rooy --- Created attachment 58638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58638=edit Bug 17736: [Follow-up] Rename to current_holds It is not about

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #28 from Marcel de Rooy --- Created attachment 58640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58640=edit Bug 17736: [QA Follow-up] Solve warning from qa tools on Holds.t

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #32 from Marcel de Rooy --- Created attachment 58644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58644=edit Bug 17736: [QA Follow-up] Script basket.pl is not Plack

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 Marcel de Rooy changed: What|Removed |Added Status|Needs Signoff

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #31 from Marcel de Rooy --- Created attachment 58643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58643=edit Bug 17736: [QA Follow-up] We do not need GetItemHolds in acqui

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 Marcel de Rooy changed: What|Removed |Added Version|unspecified

[Koha-bugs] [Bug 17737] Move GetReservesFromItemnumber to Koha::Item->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17737 Marcel de Rooy changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 Marcel de Rooy changed: What|Removed |Added Attachment #58644|0

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #35 from Marcel de Rooy --- Removed a debug warn. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 17859] Move JavaScript to the footer on about and auth pages

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859 Claire Gravely changed: What|Removed |Added CC|

[Koha-bugs] [Bug 17860] MARC records will stage, but Manage for import shows ' no data in table'

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17860 g...@rabbat.net changed: What|Removed |Added Priority|P5 - low|P1 -

[Koha-bugs] [Bug 17861] New: I cant install Koha on Debian Wheezy-Unmet dependences

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17861 Bug ID: 17861 Summary: I cant install Koha on Debian Wheezy-Unmet dependences Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: Linux

[Koha-bugs] [Bug 17857] New: Show checkouts when anchor to overdues is clicked

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17857 Bug ID: 17857 Summary: Show checkouts when anchor to overdues is clicked Change sponsored?: --- Product: Koha Version: master Hardware: All URL:

[Koha-bugs] [Bug 14187] branchtransfer needs a primary key (id) for DBIx and common sense.

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187 Owen Leonard changed: What|Removed |Added Status|Needs Signoff |Signed

[Koha-bugs] [Bug 14187] branchtransfer needs a primary key (id) for DBIx and common sense.

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14187 Owen Leonard changed: What|Removed |Added Attachment #58123|0 |1

[Koha-bugs] [Bug 17452] Checking in item at remote location via SIP does not trigger branch transfer

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17452 Barton Chittenden changed: What|Removed |Added Status|NEW

[Koha-bugs] [Bug 17778] Make "Earliest Registered Date" in OAI-PMH dynamic

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778 Magnus Enger changed: What|Removed |Added Patch complexity|--- |Small

[Koha-bugs] [Bug 11523] Make framework code available to stylesheets to allow for more customized display

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11523 --- Comment #3 from Eugene Espinoza --- As posted in the koha-community list to which Galen Charlton replied, it can be possible. Where to put the settings is probably in framework editing where one can assign

[Koha-bugs] [Bug 17778] Make "Earliest Registered Date" in OAI-PMH dynamic

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778 --- Comment #1 from Magnus Enger --- Created attachment 58647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58647=edit Bug 17778 - Make "Earliest Registered Date" in OAI dynamic This was

[Koha-bugs] [Bug 11897] Stock Rotation for Koha

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Owen Leonard changed: What|Removed |Added Status|Needs Signoff |Failed

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #14 from Marcel de Rooy --- Resolving a few errors like this too: Use of inherited AUTOLOAD for non-method Koha::Biblio::GetMarcBiblio() is deprecated at

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #15 from Marcel de Rooy --- Created attachment 58629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58629=edit Bug 17736: [Follow-up] Resolve inherited AUTOLOAD for non-method

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #16 from Marcel de Rooy --- Created attachment 58630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58630=edit Bug 17736: [QA Follow-up] Solve warning from qa tools on Holds.t

[Koha-bugs] [Bug 12026] Shibboleth auto-provisioning

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026 Marcel de Rooy changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17486] Remove 'Mozilla Persona' as an authentication method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486 --- Comment #9 from Marcel de Rooy --- Created attachment 58624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58624=edit Bug 17486: [QA Follow-up] Changes as to set_userenv Add

[Koha-bugs] [Bug 17486] Remove 'Mozilla Persona' as an authentication method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486 Marcel de Rooy changed: What|Removed |Added Patch complexity|---

[Koha-bugs] [Bug 17486] Remove 'Mozilla Persona' as an authentication method

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17486 Marcel de Rooy changed: What|Removed |Added Attachment #58485|0

[Koha-bugs] [Bug 17629] Koha::Biblio - Remove ModBiblioframework

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629 Marcel de Rooy changed: What|Removed |Added Attachment #57970|0

[Koha-bugs] [Bug 17629] Koha::Biblio - Remove ModBiblioframework

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629 Marcel de Rooy changed: What|Removed |Added Status|Signed Off

[Koha-bugs] [Bug 17629] Koha::Biblio - Remove ModBiblioframework

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17629 Marcel de Rooy changed: What|Removed |Added Patch complexity|---

[Koha-bugs] [Bug 12026] Shibboleth auto-provisioning

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12026 --- Comment #28 from Mirko Tietgen --- (In reply to Marcel de Rooy from comment #27) > Martin: Please answer Mirko's question on the last patch and signoff on that > one. After that set status back to SO.

[Koha-bugs] [Bug 17858] Omnibus: Move staff client JavaScript to the footer

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 Owen Leonard changed: What|Removed |Added Depends on||17859

[Koha-bugs] [Bug 17418] Move staff client home page JavaScript to the footer

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418 Owen Leonard changed: What|Removed |Added Blocks||17859

[Koha-bugs] [Bug 17859] New: Move JavaScript to the footer on about and auth pages

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859 Bug ID: 17859 Summary: Move JavaScript to the footer on about and auth pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 17778] Make "Earliest Registered Date" in OAI-PMH dynamic

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778 Owen Leonard changed: What|Removed |Added Attachment #58647|0 |1

[Koha-bugs] [Bug 15503] Grab Item Information from Order Files

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15503 Kyle M Hall changed: What|Removed |Added Status|Failed QA

[Koha-bugs] [Bug 17778] Make "Earliest Registered Date" in OAI-PMH dynamic

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17778 Owen Leonard changed: What|Removed |Added Status|Needs Signoff |Signed

[Koha-bugs] [Bug 17858] New: Omnibus: Move staff client JavaScript to the footer

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17858 Bug ID: 17858 Summary: Omnibus: Move staff client JavaScript to the footer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 17418] Move staff client home page JavaScript to the footer

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418 Owen Leonard changed: What|Removed |Added Blocks||17858

[Koha-bugs] [Bug 17736] Move GetReservesFromBiblionumber to Koha::Biblio->holds

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17736 --- Comment #21 from Marcel de Rooy --- Created attachment 58633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58633=edit Bug 17736: [QA Follow-up] We do not need GetItemHolds in acqui

[Koha-bugs] [Bug 17860] New: MARC records will stage, but Manage for import shows ' no data in table'

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17860 Bug ID: 17860 Summary: MARC records will stage, but Manage for import shows 'no data in table' Change sponsored?: --- Product: Koha Version: 16.11 Hardware:

[Koha-bugs] [Bug 17859] Move JavaScript to the footer on about and auth pages

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859 Owen Leonard changed: What|Removed |Added Patch complexity|--- |Small

[Koha-bugs] [Bug 17859] Move JavaScript to the footer on about and auth pages

2017-01-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17859 --- Comment #1 from Owen Leonard --- Created attachment 58649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58649=edit Bug 17859 - Move JavaScript to the footer on about and auth pages This