OSDN Git Service

newslash/newslash.git
2016-10-03 hylomModel::Base: connect_db can accept options argument
2016-09-28 hylomNewslash::Web: use JSONConfig's default filename
2016-09-28 hylomupdate bazel BUILD files
2016-09-28 hylommove config sample file to separate directory
2016-09-28 hylomAdd 'bazel' buildtool support
2016-09-28 hylomrename docker related directory
2016-09-25 hylomadd link header for test
2016-09-25 hylomtemplate: fix article url
2016-09-25 hylomutils/db_scripts: add submissions.sql script
2016-09-25 hylomModel: fix queries about firehose.type
2016-09-25 hylomImplement /submissions/<subid>/
2016-09-25 hylomController::Story: Return 404 when given id is invalid
2016-09-25 hylomController::Journal: Return 404 when given id is invalid
2016-09-25 hylomController::Story: use common/comments template
2016-09-25 hylomModel::Base: implement logging method
2016-09-25 hylomModel: Implement Model::Loader to (semi-)autoload models
2016-09-25 hylomModel::Base: force 'use strict' and 'use warinng' to...
2016-09-23 hylomWeb: Implement /journals
2016-09-23 hylomutils/db_scripts: fix and add scripts, add new sql...
2016-09-23 hylomtemplates/common/article: Support to show journal content
2016-09-23 hylomWeb: implement journal single page
2016-09-23 hylomModel::Comments: Add method to build comment tree
2016-09-23 hylomAdd Controller::Journal, Model::Journals, and journal...
2016-09-22 hylomutils/db_scripts: create and update maintenance tool
2016-09-22 hylomWeb.pm: Load config file for test when mode is 'test'
2016-09-22 hylomconfig.json.sample: update settings
2016-09-22 hylomrun.sh: add link for testing
2016-09-22 hylomutil/db_scripts: fix sqls
2016-09-22 hylomutil/db_scripts: update create_table.pl to recreate...
2016-09-22 hylomPlugin: add UserAuth plugin
2016-09-22 hylomPlugin::CSSCompile: Use lessc given by config variables
2016-09-21 hylomController::Story: show comments with nested style
2016-09-21 hylomTest: change '/story/<sid>' test's sid
2016-09-21 hylomModel::Comments: Sort comments by cid in 'select' method
2016-09-21 hylomTemplate: fix comments template for nested style
2016-09-21 hylomCSS: fix margin and padding
2016-09-21 hylomModel::Base: Move database connection information to...
2016-09-21 hylomTest: implement basic test: basic.t
2016-09-21 hylomModel::Stories: fix redundant 'my' declaration
2016-09-21 hylomController::Story: Show comment (primitive)
2016-09-21 hylomTemplate: Split article template, and add comment template
2016-09-21 hylomCSS: Add style for comment and Split contents-text...
2016-09-21 hylomAdd Models: Comments and Discussions
2016-09-21 hylomModel::Stories.pm: Add select method to get single...
2016-09-21 hylomutils: Add SQL scripts and tidy script
2016-09-20 hylomCreate /story/<sid> page
2016-09-16 hylomadd topics.sql db_scripts
2016-09-16 hylomAdd topic icon to article
2016-09-16 hylomWeb.pm: use config file to set secret-key
2016-09-14 hylomModel::Users: use random token to manage session
2016-09-13 hylomModel::Users.pm: writing authentification code...
2016-09-13 hylomAdd JSON based config system
2016-09-12 hylomrename 'srad_topic_icon' to 'topic_icon'
2016-09-12 hylomimport logo/icons
2016-09-12 hylomupdate template and css
2016-09-12 hylomupdate templates
2016-09-12 hylomupdate stylesheets
2016-09-12 hylomPlugin::CSSCompile: not to search css subdirectory
2016-09-12 hylomPlugin::CSSCompile: output more verbose debug message
2016-09-09 hylomModel::Stories: add query to get author and topics...
2016-09-09 hylomimplement index page
2016-09-09 hylomCSS: add bootstrap.less to use customized bootstrap
2016-09-09 hylomPlugin::CSSCompile: add subdirectory support
2016-09-09 hylomController::Base: fix to use utf8mb4
2016-09-09 hylomModel/Users.pm: fix indent
2016-09-09 hylomModel: create base class
2016-09-09 hylomutils: update db creation scripts
2016-09-08 hylomrun.sh: update parameter
2016-09-08 hylomModel::Users.pm: remove debug code
2016-09-08 hylomimplement 'GET /'
2016-09-08 hylomtemplate: add jquery
2016-09-08 hylomPlugin::TT2Renderer: now 'NS' module can use in templates
2016-09-08 hylomupdate template and css
2016-09-08 hylomPlugin::CSSCompile: add 'css' plugin for TT2
2016-09-08 hylomPlugin::TT2Renderer: add TT2 plugin support
2016-09-08 hylomPlugin::TT2Renderer: fix not to find template file...
2016-09-08 hylomPlugin::TT2Renderer: fix to recycle Template instance
2016-09-08 hylomPlugin::CSSCompile: add MD5 hash to compiled file's...
2016-09-08 hylomPlugin::TT2Renderer: fix code indent
2016-09-07 hylomupdate .gitignore
2016-09-07 hylomDockefile: add to intall node-less
2016-09-07 hylomadd and implement 'CSSCompile' plugin
2016-09-07 hylomPlugin::TT2Renderer: remove redundant lines
2016-09-07 hylomPlugin::TT2Renderer: fix to be able to use extension...
2016-09-07 hylomsplit templates
2016-09-07 hylomimplement 'GET /login'
2016-09-07 hylomutils: add database preparation script - create_tables.pl
2016-09-06 hylomTT2Renderer: implement basic function done
2016-09-06 hylomimplement TT2Renderer plugin
2016-09-06 hylomadd TT2Renderer
2016-09-06 hylomDockerfile: add libtemplate-perl to install
2016-09-06 hylommove Controller/Login.pm to under Web/
2016-09-06 hylomimplement login/logout (experimental)
2016-09-05 hylomadd bootstrap to softlink under public/
2016-09-05 hylomimplement /login (experimental)
2016-09-05 hylomrun.sh: can accept command to run
2016-09-05 hylomDockerfile: add required packages to install
2016-09-05 hylomupdate container boot script (run.sh)
2016-08-28 Hiromichi Matsushimaupdate .gitignore
2016-08-28 Hiromichi Matsushimaadd container boot script: run.sh
next