Adding KOHAVERSION management.
[koha.git] / C4 / Auth.pm
2007-08-16 Paul POULAINAdding KOHAVERSION management.
2007-08-10 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-10 Joshua Ferrarorevisions to login page to make it pretty
2007-08-10 Chris CormackRemoving warn in Auth.pm
2007-08-09 Joshua FerraroRevert "set the branch at login"
2007-08-09 Joshua FerraroRevert "new virtual shelves changes, keyed by biblionum...
2007-08-09 Joshua Ferraronew virtual shelves changes, keyed by biblionumber...
2007-08-09 Joshua Ferraronew virtual shelves changes, keyed by biblionumber
2007-08-08 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-08 Joshua FerraroMerge branch 'master' of /usr/local/git/koha_base.git/
2007-08-07 Joshua Ferraroset the branch at login
2007-08-07 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-07 Joshua Ferraroadds the ability to set the branch at login,
2007-08-07 Joshua Ferraro adding CGI::Session dependency for recent session...
2007-08-07 Joshua Ferrarotaking out a warn
2007-08-07 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-07 Chris CormackAuth.pm rewritten to use CGI::Session
2007-07-17 toinsusing LoginBranchnameShort instead of LoginBranchname.
2007-07-11 hdlAdding KohaAdminEmailAdress
2007-07-10 toinssyspref are writed for the template in auth.pm
2007-07-03 kadosreplacing SUPER with NO_LIBRARY_SET for login information
2007-07-03 tipaulimproving installer : now the database Version is compa...
2007-07-03 kadosadding a warn to log why we're redirecting to installer
2007-06-26 tipaulupdating web installer : going to step1 if needed and...
2007-06-06 tipaulbugfixes (various), handling utf-8 without guessencodin...
2007-06-05 tipaulremoving guessencoding, hard-coding utf-8
2007-04-24 hdlfunctions that were in C4::Interface::CGI::Output are...
2007-04-06 hdlAdding Check for a systempreference Version Variable
2007-04-04 tipaulHUGE COMMIT : code cleaning circulation.
2007-03-09 tipaulrel_3_0 moved to HEAD
2006-11-06 tgarip1957Bug fixing and complete removal of Date::Manip
2006-09-20 tgarip1957Some bug fixing, new acquisitions handling
2006-09-11 tgarip1957Fixes bug with MARChtml2xml in Biblio.pm
2006-07-21 toinssubs renamed according to coding guidelines.
2006-07-04 toinsHead & rel_2_2 merged
2006-06-09 alaurinbug fixing :
2006-05-21 rangiMerging dev_week, and fixing formatting
2006-05-19 alaurincommitting new feature ip and printer management
2006-05-09 tipauladding the branchname and the librarian name in every...
2005-10-26 tipaulbig commit, still breaking things...
2005-08-05 tipauladding emailaddress to user context.
2005-08-04 tipaulfixing a bug in synch
2005-08-04 tipaulsynch'ing 2.2 and head
2005-07-29 hdlRemoving some unuseful warns.
2005-07-28 hdlImplementing Independancy Branches management :
2005-07-26 hdlBug Fixing for independantBranches support.
2005-07-26 tipaulsome bugfixes, but still don't work correctly
2005-07-26 hdlAdding Branch Independancy.
2005-06-20 tipaulsynch'ing 2.2 and head
2005-05-04 tipaulsynch'ing 2.2 and head
2005-03-23 doxultingNew param for the template in order to show only allowe...
2004-11-05 tipaulremove LDAP dependancy, replaced by auth_with_ldap.pm
2004-09-02 tipaulsome fixes for LDAP (more to come)
2004-07-16 rangiContains the function to get the language template...
2004-05-10 tipauladding LibraryName variable in the template
2004-03-19 tipaulbugfix : a missing } was placed at a wrong place. The...
2004-03-16 joshferrarofixed missing } at EOF
2004-03-04 tipauladding LDAP auth.
2003-08-06 tipauladding demo mode
2003-06-11 tonnesenIncreased default inactivity timeout from 2 minutes...
2003-05-05 tipaulmoving loggedinuser => loggedinusername in includes...
2003-05-02 tipaul*** empty log message ***
2003-03-19 tipaulreindenting & code cleaning
2003-02-06 acliUse the new C4::Boolean module and the new C4::Auth...
2003-02-06 acliPOD elaboration for checkauth() (esp. regarding "$flags...
2003-02-04 tonnesenRemoving +1y expiry time from cookies so that cookies...
2003-02-03 acliUpdated module location
2003-01-20 acliRemoved scoping-related perl warnings
2003-01-19 acliPreliminary fix of the CGI.pm problem of always assumin...
2002-12-10 tipaulauthentification bugfix :
2002-12-04 finlaytThis is essentially the Auth.pm coming from the rel...
2002-10-12 arensbTurn off authentication entirely if systempreference...
2002-10-10 tipaulcleaning code
2002-10-10 tipaulmerging 1.2 and bugfixes for auth and login
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-07 arensbAdded POD and some comments.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-11 tonnesenUpdates to authentications cripts. userpage.pl is...
2002-07-09 tonnesenAuth.pm now caches form submissions and resubmits them...
2002-07-05 tonnesenCookie bug.
2002-07-05 tonnesenAuth.pm now checks the password againts a new field...
2002-07-05 tonnesenMinor changes to authentication routines.
2002-07-04 tonnesenChecks for a basic authentication userid. If found...
2002-07-04 tonnesenAdditions to authentication scheme. Logs to /tmp/sessi...
2002-07-04 tonnesenMinor changes
2002-07-04 tonnesenBeginning of authentication api. Applied to shelves...