Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha.git] / C4 / Auth.pm
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-15 David CookBug 11575 - OPACBaseURL sometimes set by ENV variable...
2014-06-25 Jonathan DruartBug 11715: Update POD for get_template_and_user
2014-06-25 Chris CormackBug 11715: Set the default of authnotrequired = 0 in...
2014-06-21 Bernardo Gonzalez... Bug 12226 - A user with the database username/userid...
2014-05-05 Paul PoulainBug 10798: (follow-up) replace tabs by spaces
2014-05-05 Martin RenvoizeBug 10798: make OPAC_SEARCH_LIMIT behaves better with...
2014-05-05 Fridolyn SOMERSBug 11219: make CAS authentication work with URL parameters
2014-05-05 Julian MauriceBug 11848: Move language detection function in C4:...
2014-05-05 Jonathan DruartBug 8952: (follow-up) using_https does not deal with...
2014-05-05 Jonathan DruartBug 10862: Add search history to the intranet interface
2014-05-05 Galen CharltonBug 10807: (follow-up) use 24-hour time when storing...
2014-05-05 Jonathan DruartBug 10807: Add an authority search history for the...
2014-04-19 Galen CharltonBug 10951: (follow-up) use Koha.Preference() template...
2014-04-19 blouBug 10951 - Adding NoLoginInstructions to system prefer...
2014-01-10 Galen CharltonBug 10952: (follow-up) clear seach history from session...
2014-01-10 Julian MauriceBug 10952: (follow-up) Always flush session after deletion
2014-01-10 Julian MauriceBug 10952: (follow-up) comments fixes and unit tests
2014-01-10 Julian MauriceBug 10952: Store anonymous search history in session
2013-12-05 SrdjanBug 11077: Correct more warnings in C4/Auth.pm
2013-12-05 Tomas Cohen AraziBug 11077: remove uninitialized value $pki_field warning
2013-11-01 Jonathan DruartBug 11132: don't clear the results list upon adding...
2013-10-31 Jonathan DruartBug 8435: add permission to enable editing other librar...
2013-10-15 Galen CharltonBug 10309: (follow-up) restore setting some OPAC templa...
2013-10-14 Galen CharltonMerge branch 'bootstrap-opac'
2013-10-14 Owen LeonardBug 10309 - New OPAC theme based on Bootstrap
2013-10-09 Galen CharltonBug 9611: (follow-up) move new password hashing routine...
2013-10-04 Tomas Cohen AraziBug 9735 - Build the cookie array correctly
2013-10-04 Tomas Cohen AraziBug 9735 - Let the language be selected through URL...
2013-10-03 Galen Charltonbug 9611: (follow-up) add reference to Crypt::Eksblowfi...
2013-10-03 Bernardo Gonzalez... Bug 9611: (follow-up) fix POD
2013-10-03 Srdjanbug 9611: Extract checkpw_internal() and checkpw_hash...
2013-10-03 Srikanth DhondiBug 9611: Change the password hashing algorithm from...
2013-07-28 Galen Charltondo some validation of the KohaOpacRecentSearches cookie
2013-07-28 Galen Charltonuse JSON rather than Storable for the OPAC search histo...
2013-07-22 Owen LeonardBug 10552: make several sysprefs available to the OPAC...
2013-07-18 Owen LeonardBug 10553: make public lists available on OPAC login...
2013-07-17 Galen CharltonBug 10515: (follow-up) fix use of GetBranchCategories
2013-06-18 Kyle M HallBug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE
2013-05-22 Kyle M HallBug 10080 - Change system pref IndependantBranches...
2013-05-21 Kyle M HallBug 8215 - Course Reserves
2013-05-20 Jonathan DruartBug 9508: Standardize the dateformat value from C4...
2013-05-01 Galen CharltonMerge remote branch 'origin/new/bug6554_reverts'
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-29 Galen CharltonRevert "Bug 10074 - Encoding problems at login time"
2013-04-29 Galen CharltonRevert "Bug 10019: Fix for userid containing UTF8 chars"
2013-04-26 Jared Camins-EsakovMerge branch 'bug_9850' into 3.14-master
2013-04-20 Jared Camins-EsakovMerge branch 'bug_10019' into 3.14-master
2013-04-20 Marcel de RooyBug 10019: Fix for userid containing UTF8 chars
2013-04-20 Jared Camins-EsakovMerge branch 'bug_10074' into 3.14-master
2013-04-20 Tomas Cohen AraziBug 10074 - Encoding problems at login time
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-22 Jared Camins-EsakovMerge branch 'bug_9257' into 3.12-master
2013-03-22 Kyle M HallBug 9257 - Add "groups" to normal search pulldown
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7804' into 3.12-master
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System
2013-03-20 Jared Camins-EsakovMerge branch 'bug_9827' into 3.12-master
2013-03-20 Bernardo Gonzalez... Bug 9827: remove 'insecure' system preference
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7440' into 3.12-master
2013-03-20 Tomas Cohen AraziBug 7440 - Remove NoZebra vestiges
2013-03-13 Jared Camins-EsakovMerge branch 'bug_9647' into 3.12-master
2013-02-24 Jared Camins-EsakovMerge branch 'bug_8942' into 3.12-master
2013-02-24 Jared Camins-EsakovMerge branch 'bug_9587' into 3.12-master
2013-02-24 Chris CormackBug 9587 Follow up to fix the problem Katrin identified
2013-02-24 Chris CormackBug 9587 : Followup removing a commented out warn that...
2013-02-24 Chris CormackBug 9587 : Follow up, fixing tabs in C4/Auth.pm
2013-02-24 Chris CormackBug 9587 : Mozilla Persona login
2013-02-12 Jared Camins-EsakovMerge branch 'bug_9105' into 3.12-master
2013-02-01 Jared Camins-EsakovMerge branch 'bug_9102' into 3.12-master
2013-02-01 Jonathan DruartBug 9102 : Followup Set HttpOnly on the CGISESSID cookie
2013-01-18 Jared Camins-EsakovMerge branch 'bug_9108' into 3.12-master
2013-01-18 Jonathan DruartBug 9108: Followup: send the dateformat value from...
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
2013-01-04 Jared Camins-EsakovMerge branch 'bug_9102' into 3.12-master
2013-01-04 Chris CormackBug 9102 : Set HttpOnly on the CGISESSID cookie
2013-01-02 Jared Camins-EsakovMerge branch 'bug_7919' into 3.12-master
2012-12-30 Jared Camins-EsakovMerge branch 'bug_9052' into 3.12-master
2012-12-27 Jared Camins-EsakovRevert "Bug 7167: New version for updatedatabase"
2012-12-27 Jared Camins-EsakovRevert "Bug 7167 follow-up setting DBrevision, before...
2012-12-27 Jared Camins-EsakovRevert "Bug 7167: Set final updatedatabase.pl version"
2012-12-27 Jared Camins-EsakovBug 7167: Set final updatedatabase.pl version
2012-12-27 Paul PoulainBug 7167 follow-up setting DBrevision, before pushing
2012-12-27 Jonathan DruartBug 7167: New version for updatedatabase
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7368' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7143' into 3.12-master
2012-12-22 Jared Camins-EsakovMerge branch 'bug_9151' into 3.12-master
2012-12-21 Nadia NicolaidesFollow-up Bug 5634: Ordering branches should be case...
2012-12-14 Jared Camins-EsakovMerge branch 'bug_9056' into 3.12-master
2012-12-14 Kyle M HallBug 7067 - OPAC Borrower Self Registration
2012-12-04 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8641' into 3.12-master
2012-12-02 Jared Camins-EsakovMerge branch 'bug_8117' into 3.12-master
2012-11-12 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-11-10 Jared Camins-EsakovMerge branch 'bug_8931' into 3.12-master
2012-11-02 Jared Camins-EsakovMerge branch 'bug_8945' into 3.12-master
2012-11-01 Owen LeonardBug 8804 [Revised] Quiet errors in the log from Auth.pm
2012-10-24 Jonathan DruartBut 8787: don't load the page if OpacMaintenance is ON
2012-10-19 Paul PoulainMerge remote-tracking branch 'origin/new/bug_8525'
2012-10-19 Paul PoulainMerge remote-tracking branch 'origin/new/bug_7986'
next