[system] / trunk / webwork-modperl / lib / WeBWorK / DB / Auth.pm Repository:
ViewVC logotype

Log of /trunk/webwork-modperl/lib/WeBWorK/DB/Auth.pm

Parent Directory Parent Directory


Sticky Revision:
(Current path doesn't exist after revision 916)

Revision 763 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 28 23:06:15 2003 UTC (10 years, 3 months ago) by sh002i
File length: 4738 byte(s)
Diff to previous 562 , to selected 339
removed stupid functions
-sam

Revision 562 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 27 23:53:42 2002 UTC (10 years, 8 months ago) by sh002i
File length: 5499 byte(s)
Diff to previous 494 , to selected 339
- created macros/IO.pl, which is loaded with no opmask by PG.pm. It is a copy
  of WeBWorK::PG::IO.pm, with some changes to make it work as a macro package.
  The translator no longer shares IO.pm's functions with the safe compartment.
  This is a BAD THING, and should be reconsidered when the Translator is
  revised.
- Changed many (but not all) checks for HTML or HTML_tth modes to match /^HTML/
  in the macros.
- changed &header to &head in Problem.pm
- Added problem environment variables for gif2eps and png2eps and modified
  &dangerousMacros::alias to use them
- fixed MOST of the harmless warnings in the system. there's still the "Use
  of uninitialized value in null operation" warning in template(), tho.

Still to come:

- make images in PDFs work
- fix TTH mode character encodings on mac (maybe)
- have logout button invalidate key
- Pretty die messages (from outside of the translator)
- Feedback - need nice modular way of sending email
- Options - email address and password

Revision 494 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 21 18:31:20 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5396 byte(s)
Diff to previous 455 , to selected 339
updated copyright header.
-sam

Revision 455 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 5 21:34:18 2002 UTC (10 years, 10 months ago) by sh002i
File length: 5418 byte(s)
Diff to previous 390 , to selected 339
"normalized" files:
- (c) header on all files
- standard order of preamble lines:
	1. (c) header
	2. package PACKAGENAME;
	3. short summary of the package (pod's NAME section)
	4. use - pragmatic modules
	5. use - standard perl modules
	6. use - CPAN modules
	7. use - webwork modules
- ALWAYS use strict and use warnings
- use "use base" rather than "our @ISA"
so now we can be happy.
-sam

Revision 390 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 19 22:45:47 2002 UTC (11 years ago) by malsyned
File length: 5285 byte(s)
Diff to previous 350 , to selected 339
This commit brings several packages up to date and working.  I wish I could
be more specific, but it's been a while since I've committed.  You'll have
to check the CVS diffs for more info.
--Dennis

Revision 350 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 7 21:42:29 2002 UTC (11 years ago) by sh002i
File length: 5231 byte(s)
Diff to previous 346 , to selected 339
fixed implementation of getUsers -- untested

Revision 346 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 19:23:56 2002 UTC (11 years ago) by sh002i
File length: 5348 byte(s)
Diff to previous 345 , to selected 339
added @usernames = getUsers()

Revision 345 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 18:51:59 2002 UTC (11 years ago) by sh002i
File length: 5718 byte(s)
Diff to previous 340 , to selected 339
(14:44:58) LordSammy:
getKey($user) - returns current session key for $user or false if none exists
setKey($user, $key) - sets $user's key to $key
verifyKey($user, $key) - true if $key eq getKey($user)
deleteKey($user) - removes session key for $user

Revision 340 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 5 19:12:47 2002 UTC (11 years ago) by sh002i
File length: 5825 byte(s)
Diff to previous 339
trying to fix Auth.pm when hash keys don't exist.
-sam

Revision 339 - (view) (download) (as text) (annotate) - [selected]
Modified Wed Jun 5 19:09:31 2002 UTC (11 years ago) by sh002i
File length: 5834 byte(s)
Diff to previous 338
try this too
-sam

Revision 338 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 5 19:07:21 2002 UTC (11 years ago) by sh002i
File length: 5772 byte(s)
Diff to previous 337 , to selected 339
try this

Revision 337 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 5 18:32:12 2002 UTC (11 years ago) by sh002i
File length: 5670 byte(s)
Diff to previous 334 , to selected 339
more improvements, i think.

Revision 334 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 20:46:20 2002 UTC (11 years ago) by sh002i
File length: 5062 byte(s)
Diff to previous 332 , to selected 339
developers, developers, developers, developers, developers, developers,
developers, developers, developers, developers, developers, developers.

Revision 332 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 17:37:20 2002 UTC (11 years ago) by sh002i
File length: 5108 byte(s)
Diff to previous 330 , to selected 339
in GDBM.pm, connect() now behaves when attempting to connect to a
nonexistent database. Auth.pm now respects the return values from
GDBM::connect

Revision 330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 31 04:30:42 2002 UTC (11 years ago) by sh002i
File length: 5066 byte(s)
Diff to previous 317 , to selected 339
finished it!

Revision 317 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu May 30 19:14:40 2002 UTC (11 years ago) by sh002i
File length: 5138 byte(s)
Diff to selected 339
written, not debugged.
-sam

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9