Changeset 16871 for websites/mobilecat
- Timestamp:
- 07/30/08 18:02:25 (5 years ago)
- Location:
- websites/mobilecat/trunk
- Files:
-
- 3 added
- 9 modified
-
etc/lighttpd.conf (added)
-
etc/qpsmtpd/queue_httprequest.yaml (modified) (1 diff)
-
etc/schema.sql (modified) (1 diff)
-
lib/MobileCat.pm (modified) (1 diff)
-
lib/MobileCat/Controller/Auth.pm (added)
-
lib/MobileCat/Controller/Root.pm (modified) (1 diff)
-
lib/MobileCat/Controller/Signup.pm (added)
-
root/doc/index.tt (modified) (1 diff)
-
root/inc/macro.tt (modified) (1 diff)
-
root/mail/welcome.tt (modified) (1 diff)
-
root/post.tt (modified) (1 diff)
-
root/signup/index.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
websites/mobilecat/trunk/etc/qpsmtpd/queue_httprequest.yaml
r16852 r16871 1 1 handlers: 2 - rcpt: '.+?-.{10,}@test\.koneta\.org' 3 post: 'http://koneta.org:3000/api/mail' 2 4 - rcpt: '.+?-.{10,}@mobilecat\.koneta\.org' 3 post: 'http:// koneta.org:3000/api/mail'5 post: 'http://mobilecat.koneta.org/api/mail' -
websites/mobilecat/trunk/etc/schema.sql
r16852 r16871 4 4 `body` text, 5 5 `user_id` int(11) NOT NULL default 0, 6 `user_agent` varchar(255), 6 7 `created_at` datetime default NULL, 7 8 PRIMARY KEY (`id`), -
websites/mobilecat/trunk/lib/MobileCat.pm
r15489 r16871 10 10 StackTrace 11 11 Log::Dispatch 12 SmartURI 12 13 Session 13 14 Session::State::Cookie -
websites/mobilecat/trunk/lib/MobileCat/Controller/Root.pm
r16852 r16871 20 20 return unless $c->req->method eq 'POST'; 21 21 22 $c->req->param(user_agent => $c->req->user_agent); 23 $c->req->param(user_id => $c->user->id) if $c->user_exists; 22 24 $c->form( 23 body => [ 'NOT_BLANK' ], 25 body => [ 'NOT_BLANK' ], 26 user_agent => [], 27 user_id => [], 24 28 ); 25 29 -
websites/mobilecat/trunk/root/doc/index.tt
r16852 r16871 26 26 <hr class="blank" /> 27 27 28 あとでかく -
websites/mobilecat/trunk/root/inc/macro.tt
r16852 r16871 10 10 'qq(\x{' _ code _ '})' | perl; 11 11 END; 12 13 CALL c.uri_disposition('hostless'); 12 14 %] -
websites/mobilecat/trunk/root/mail/welcome.tt
r16852 r16871 5 5 MobileCat ユーザー登録完了です[% x("E727") %]。 6 6 7 [% c.uri_for('/') %]7 [% c.uri_for('/').absolute %] 8 8 9 9 10 10 ニックネームは一番下のマイメニューから設定することができます。 11 (予定) 11 12 12 13 -- 13 14 MobileCat 14 mobilecat@koneta.org15 feedback@mobilecat.koneta.org -
websites/mobilecat/trunk/root/post.tt
r16852 r16871 1 1 [% IF c.user_exists %] 2 2 by: [% c.user.nickname || "名無し" | html %]<br /> 3 <span class="small">(<a href="[% c.uri_for('/logout', { back => '/post' }) %]">ログアウトする</a>)</span><br />3 <span class="small">(<a href="[% c.uri_for('/logout', { back => '/post' }) %]">ログアウトする</a>)</span><br /> 4 4 5 5 [% ELSE %] 6 6 by: 名無し<br /> 7 <span class="small">(<a href="[% c.uri_for('/login', { back => '/post' }) %]">ログインして書く</a>)</span><br />7 <span class="small">(<a href="[% c.uri_for('/login', { back => '/post' }) %]">ログインして書く</a>)</span><br /> 8 8 9 9 [% END # IF %] -
websites/mobilecat/trunk/root/signup/index.tt
r16852 r16871 2 2 <br /> 3 3 <div class="center"> 4 <a href=" [% c.uri_for('/signup/entry') %]">登録する</a>4 <a href="/signup/entry">登録する</a> 5 5 </div> 6 6 <br />
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)