Changeset 7662
- Timestamp:
- 03/08/08 23:18:45 (5 years ago)
- Location:
- lang/perl/Chaostr
- Files:
-
- 4 modified
-
db/user.sql (modified) (1 diff)
-
lib/Chaostr.pm (modified) (1 diff)
-
lib/Chaostr/DB/Schema/User.pm (modified) (1 diff)
-
lib/Chaostr/View/TT.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Chaostr/db/user.sql
r7658 r7662 7 7 created_on DATETIME, 8 8 updated_on DATETIME 9 )TYPE=InnoDB ;9 )TYPE=InnoDB CHARACTER SET utf8; 10 10 11 11 CREATE TABLE role ( -
lang/perl/Chaostr/lib/Chaostr.pm
r7658 r7662 29 29 30 30 FormValidator::Simple 31 FillInForm::ForceUTF832 31 RequestToken 33 32 DateTime 34 33 34 FillInForm 35 35 Unicode 36 36 /; -
lang/perl/Chaostr/lib/Chaostr/DB/Schema/User.pm
r7658 r7662 10 10 __PACKAGE__->many_to_many( role => 'map_user_role', 'role_id' ); 11 11 12 __PACKAGE__->utf8_columns(qw/ /);12 __PACKAGE__->utf8_columns(qw/name/); 13 13 __PACKAGE__->digest_columns(qw/password/); 14 14 -
lang/perl/Chaostr/lib/Chaostr/View/TT.pm
r7658 r7662 3 3 use strict; 4 4 use warnings; 5 use base 'Catalyst::View::TT ::ForceUTF8';5 use base 'Catalyst::View::TT'; 6 6 7 7 __PACKAGE__->config(
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)