OSDN Git Service

newslash/newslash.git
7 years agoController::Base: fix to use utf8mb4
hylom [Fri, 9 Sep 2016 11:42:54 +0000 (20:42 +0900)]
Controller::Base: fix to use utf8mb4

7 years agoModel/Users.pm: fix indent
hylom [Fri, 9 Sep 2016 10:10:39 +0000 (19:10 +0900)]
Model/Users.pm: fix indent

7 years agoModel: create base class
hylom [Fri, 9 Sep 2016 10:08:24 +0000 (19:08 +0900)]
Model: create base class

7 years agoutils: update db creation scripts
hylom [Fri, 9 Sep 2016 10:00:56 +0000 (19:00 +0900)]
utils: update db creation scripts

7 years agorun.sh: update parameter
hylom [Thu, 8 Sep 2016 17:17:10 +0000 (02:17 +0900)]
run.sh: update parameter

7 years agoModel::Users.pm: remove debug code
hylom [Thu, 8 Sep 2016 17:15:45 +0000 (02:15 +0900)]
Model::Users.pm: remove debug code

7 years agoimplement 'GET /'
hylom [Thu, 8 Sep 2016 17:12:56 +0000 (02:12 +0900)]
implement 'GET /'

7 years agotemplate: add jquery
hylom [Thu, 8 Sep 2016 17:12:07 +0000 (02:12 +0900)]
template: add jquery

7 years agoPlugin::TT2Renderer: now 'NS' module can use in templates
hylom [Thu, 8 Sep 2016 15:30:58 +0000 (00:30 +0900)]
Plugin::TT2Renderer: now 'NS' module can use in templates

7 years agoupdate template and css
hylom [Thu, 8 Sep 2016 13:25:57 +0000 (22:25 +0900)]
update template and css

7 years agoPlugin::CSSCompile: add 'css' plugin for TT2
hylom [Thu, 8 Sep 2016 13:25:34 +0000 (22:25 +0900)]
Plugin::CSSCompile: add 'css' plugin for TT2

7 years agoPlugin::TT2Renderer: add TT2 plugin support
hylom [Thu, 8 Sep 2016 13:24:31 +0000 (22:24 +0900)]
Plugin::TT2Renderer: add TT2 plugin support

7 years agoPlugin::TT2Renderer: fix not to find template file problem
hylom [Thu, 8 Sep 2016 10:53:44 +0000 (19:53 +0900)]
Plugin::TT2Renderer: fix not to find template file problem

7 years agoPlugin::TT2Renderer: fix to recycle Template instance
hylom [Thu, 8 Sep 2016 10:24:07 +0000 (19:24 +0900)]
Plugin::TT2Renderer: fix to recycle Template instance

7 years agoPlugin::CSSCompile: add MD5 hash to compiled file's name
hylom [Thu, 8 Sep 2016 10:16:04 +0000 (19:16 +0900)]
Plugin::CSSCompile: add MD5 hash to compiled file's name

7 years agoPlugin::TT2Renderer: fix code indent
hylom [Thu, 8 Sep 2016 09:57:48 +0000 (18:57 +0900)]
Plugin::TT2Renderer: fix code indent

7 years agoupdate .gitignore
hylom [Wed, 7 Sep 2016 17:07:04 +0000 (02:07 +0900)]
update .gitignore

7 years agoDockefile: add to intall node-less
hylom [Wed, 7 Sep 2016 17:06:54 +0000 (02:06 +0900)]
Dockefile: add to intall node-less

7 years agoadd and implement 'CSSCompile' plugin
hylom [Wed, 7 Sep 2016 17:04:58 +0000 (02:04 +0900)]
add and implement 'CSSCompile' plugin

7 years agoPlugin::TT2Renderer: remove redundant lines
hylom [Wed, 7 Sep 2016 17:03:00 +0000 (02:03 +0900)]
Plugin::TT2Renderer: remove redundant lines

7 years agoPlugin::TT2Renderer: fix to be able to use extension-ommited template name
hylom [Wed, 7 Sep 2016 13:18:26 +0000 (22:18 +0900)]
Plugin::TT2Renderer: fix to be able to use extension-ommited template name

7 years agosplit templates
hylom [Wed, 7 Sep 2016 11:47:27 +0000 (20:47 +0900)]
split templates

7 years agoimplement 'GET /login'
hylom [Wed, 7 Sep 2016 11:47:08 +0000 (20:47 +0900)]
implement 'GET /login'

7 years agoutils: add database preparation script - create_tables.pl
hylom [Wed, 7 Sep 2016 11:29:51 +0000 (20:29 +0900)]
utils: add database preparation script - create_tables.pl

7 years agoTT2Renderer: implement basic function done
hylom [Tue, 6 Sep 2016 17:35:26 +0000 (02:35 +0900)]
TT2Renderer: implement basic function done

7 years agoimplement TT2Renderer plugin
hylom [Tue, 6 Sep 2016 17:18:52 +0000 (02:18 +0900)]
implement TT2Renderer plugin

7 years agoadd TT2Renderer
hylom [Tue, 6 Sep 2016 10:46:01 +0000 (19:46 +0900)]
add TT2Renderer

7 years agoDockerfile: add libtemplate-perl to install
hylom [Tue, 6 Sep 2016 10:37:41 +0000 (19:37 +0900)]
Dockerfile: add libtemplate-perl to install

7 years agomove Controller/Login.pm to under Web/
hylom [Tue, 6 Sep 2016 10:27:23 +0000 (19:27 +0900)]
move Controller/Login.pm to under Web/

7 years agoimplement login/logout (experimental)
hylom [Tue, 6 Sep 2016 10:23:17 +0000 (19:23 +0900)]
implement login/logout (experimental)

7 years agoadd bootstrap to softlink under public/
hylom [Mon, 5 Sep 2016 13:54:52 +0000 (22:54 +0900)]
add bootstrap to softlink under public/

7 years agoimplement /login (experimental)
hylom [Mon, 5 Sep 2016 13:53:37 +0000 (22:53 +0900)]
implement /login (experimental)

7 years agorun.sh: can accept command to run
hylom [Mon, 5 Sep 2016 13:52:31 +0000 (22:52 +0900)]
run.sh: can accept command to run

7 years agoDockerfile: add required packages to install
hylom [Mon, 5 Sep 2016 13:52:01 +0000 (22:52 +0900)]
Dockerfile: add required packages to install

7 years agoupdate container boot script (run.sh)
hylom [Mon, 5 Sep 2016 11:04:34 +0000 (20:04 +0900)]
update container boot script (run.sh)

7 years agoupdate .gitignore
Hiromichi Matsushima [Sun, 28 Aug 2016 15:04:29 +0000 (00:04 +0900)]
update .gitignore

7 years agoadd container boot script: run.sh
Hiromichi Matsushima [Sun, 28 Aug 2016 15:04:12 +0000 (00:04 +0900)]
add container boot script: run.sh

7 years agogenerate mojo skelton files
Hiromichi Matsushima [Sun, 28 Aug 2016 14:46:43 +0000 (23:46 +0900)]
generate mojo skelton files

7 years agoDockerfile: add to install libjs-bootstrap
Hiromichi Matsushima [Sun, 28 Aug 2016 14:46:20 +0000 (23:46 +0900)]
Dockerfile: add to install libjs-bootstrap

7 years agocreate Dockerfile and build script v0.0.0
hylom [Sun, 28 Aug 2016 14:15:48 +0000 (23:15 +0900)]
create Dockerfile and build script