* Don't use a config file by default. This frees up $HYDRA_CONFIG so
[?]
Nov 29, 2008, 12:04 AM
HOI5XQHSZIQICDJXTCOOY6LOA6AKE4RYYDIXL6E76JJF26IORQAQCDependencies
- [2]
AFTXA575* $HYDRA_DATA environment variable. - [3]
GZAXDYBQ* Script for initialising the database. - [4]
BA46C5LN* Pretty-print the logs. - [5]
PKPWUHUX* Idem. - [6]
S66BOMVU* Added authentication. - [7]
RU7AQO7U* Role-based access control. Only admins can create projects. Only - [8]
J5UVLXOK* Start of a basic Catalyst web interface. - [9]
ERNOO5ZZ* Reorganising. - [10]
US27ZTX5* HydraFrontend -> Hydra. - [11]
SHBLLAVH* More global substitution. - [12]
JK2QWPH6
Change contents
- file deletion: hydra.conf hydrafrontend.conf hydrafrontend.conf[3.1]→[3.0:34](∅→∅),[3.34]→[3.671:671](∅→∅),[3.1]→[3.54:96](∅→∅),[3.96]→[3.671:671](∅→∅),[3.1]→[3.692:734](∅→∅),[3.734]→[3.671:671](∅→∅)
name Hydra<authentication>default_realm dbic<realms><dbic><credential>class Passwordpassword_field passwordpassword_type hashedpassword_hash_type SHA-1</credential><store>class DBIx::Classuser_class DB::Users</store></dbic></realms></authentication>role_relation userrolesrole_field role - edit in src/Hydra/lib/Hydra.pm at line 27
},authentication => {default_realm => "dbic",realms => {dbic => {credential => {class => "Password",password_field => "password",password_type => "hashed",password_hash_type => "SHA-1",},store => {class => "DBIx::Class",user_class => "DB::Users",role_relation => "userroles",role_field => "role",},},},