]> git.mxchange.org Git - core.git/commit
NPE catched, command class added, beter coding practice applied:
authorRoland Häder <roland@mxchange.org>
Tue, 25 Aug 2009 21:53:54 +0000 (21:53 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 25 Aug 2009 21:53:54 +0000 (21:53 +0000)
commitbc94f1c95be0b773f5323a75e976e44ca3d0e760
tree0cf4423c532ddcd2d6731c62b96c595567e59372
parent9d7541b95f66a80947abfc28097b8cad54ff104b
NPE catched, command class added, beter coding practice applied:
- New command class WebProblemCommand added to handle page=problem&problem=???
- Command class WebConfirmCommand redirect to a configurable URL if the user
  instance is not found in registry. This might happen e.g. if the database is
  corrupted or the underlaying file (in LocalFileDatabase class) has been
  removed.
- All user classes inherited from BaseUser class do now set their result
  instance a more clean state (might fix later troubles)
.gitattributes
inc/classes/main/commands/web/class_WebConfirmCommand.php
inc/classes/main/commands/web/class_WebProblemCommand.php [new file with mode: 0644]
inc/classes/main/user/class_BaseUser.php