Commit Graph

11 Commits

Author SHA1 Message Date
paul.baranowski 8014f94c58 Fixed whitespace to standard coding conventions. 2010-11-18 14:39:03 -05:00
naomiaro d65cc390a5 DateTime stuff for PHP 5.3
ini_get('date.timezone') seems to not behave properly though... defaults to America/Toronto.
2010-11-12 11:02:27 -05:00
naomiaro 4022afa8b9 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-11-11 20:49:23 -05:00
naomiaro e1b6ee8d46 propel changes for playlist. 2010-11-11 20:48:53 -05:00
paul.baranowski 35dc3fd01f CC-1713 - New storage directory structure
Changed the GUNID to a 32 hex string (MD5 value), there is no more
conversion between hex strings and bigints in the database anymore.

Added added the file extension to the file name.

Stored the complete path to the file in the database.  This means that
linking doesnt need to create any files at all. (It used to create a
symlink to the file you were importing)

The structure and file naming should be fine - there are 4096 possibilities
for the first directory level, and even will a million files this is only
244 files per sub-directory.  The GUID is fine for the file name
2010-11-11 16:50:30 -05:00
naomiaro f7dc117417 subsecond getter/setter overrides. 2010-11-10 15:30:05 -05:00
naomiaro fcea57f011 PL ORM changes, templates 2010-11-09 16:52:09 -05:00
naomiaro 9f79b1bf89 converting more of playlist.php to propel ORM. 2010-11-08 17:19:01 -05:00
naomiaro f91af23cd7 default db connection 2010-11-04 17:53:55 -04:00
naomiaro c4391eb287 putting default database connection info 2010-11-04 17:51:30 -04:00
naomiaro 0c74dc5a43 propel added as ORM for backend 2010-11-04 17:48:29 -04:00