Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix Util.UnixTimeSinceEpoch: | Homer Horwitz | 2008-10-18 | 1 | -1/+2 |
| | | | | | | | | | | | | * Unix epoch starts at midnight, not at 8:00am * All date/time handling should be done in UTC in the server, not in the local timezone. * Refactor out repeated computation of a constant value - Added setting of CreationTime to some places where inventoryitems are created This fixes Mantis#2390. | ||||
* | * refactor: Move error logging from GetUserDetails up to callers, since ↵ | Justin Clarke Casey | 2008-10-15 | 1 | -0/+12 |
| | | | | there are some circumstances in which not finding a user is not an error | ||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 1 | -4/+0 |
| | |||||
* | * refactor: do a tiny bit of cleanup | Justin Clarke Casey | 2008-09-26 | 1 | -40/+46 |
| | |||||
* | * refactor: split out AssetXferUploader | Justin Clarke Casey | 2008-09-26 | 1 | -0/+311 |