OSDN Git Service

newslash/newslash.git
2016-10-10 hylompublic/jquery: add latest jquery
2016-10-10 hylompublic/js: add files
2016-10-10 hylomexternal: add escape-html.js
2016-10-10 hylomtemporary remove external/escape-html.js
2016-10-10 hylomexternal: update escape-html.js
2016-10-10 hylomcreate 'escape-html.js' submodule
2016-10-08 hylomtemplate: add submission form skeleton
2016-10-08 hylompublic: add vue.js
2016-10-08 hylomcss: enable bootstrap's alert styles
2016-10-08 hylomcss: add submission form related CSS
2016-10-07 hylomutils/db_scripts: update sql
2016-10-07 hylomPlugin::UserAuth: use in-memory cache to cache anonymou...
2016-10-07 hylomPlugin: add TimeLimitedCache
2016-10-07 hylomutils/db_script/create_tables.pl: support data insertion
2016-10-07 hylomutils/db_script: update SQL scripts
2016-10-07 hylomt: add api.t and update testcase
2016-10-07 hylomWeb: add API and Post Controller
2016-10-07 hylomPlugin::UserAuth: add expire param to anonymous user...
2016-10-07 hylomPlugin::TT2Renderer: fix warning message
2016-10-07 hylomPlugin::KeyValueStore: suport expire parameter in set...
2016-10-07 hylomModel::Submission: fix create method, and support ...
2016-10-07 hylomModel::Globjs.pm: fix getGlobjTypes method
2016-10-07 hylomModel::Discussion: fix create method
2016-10-07 hylomModel::Base: add some utility method
2016-10-07 hylomModel: add Urls and LegacyDB
2016-10-06 hylomController::Post: implement post_submission
2016-10-06 hylomModel::Submission: rename insert method to create,...
2016-10-06 hylomPlugin::UserAuth: add ipid and subnetid to user object
2016-10-06 hylomModel::Discussions: implement 'create' method
2016-10-06 hylomutils: add db_scripts
2016-10-06 hylomWeb: implement /submission
2016-10-06 hylomModel::Submissions: implement create method
2016-10-06 hylomModel: add Globjs
2016-10-06 hylomModel::Users: remove codes for session management
2016-10-06 hylomPlugin::userAuth: implement KeyValueStore base session...
2016-10-06 hylomPlugin::KeyValueStore: implement basic methods
2016-10-05 hylomtest-container: add redis support
2016-10-04 hylomPlugin: create 'KeyValueStore' plugin
2016-10-04 hylomController::Submission: remove debug code
2016-10-04 hylomWeb::Controller: fix logout error
2016-10-04 hylomtemplate: fix article topic icon url
2016-10-04 hylomtemplate: fix admin bar design
2016-10-04 hylomWeb: implement admin/css/edit
2016-10-04 hylomtemplate: add admin_bar
2016-10-04 hylomModel::Users: implement 'anonymous' method to get anony...
2016-10-04 hylomPlugin::TT2Renderer: load config key to stash
2016-10-03 hylom.gitignore: fix pathes
2016-10-03 hylomt: add destructive test for some database-writing test
2016-10-03 hylomController::Login: fix use of uninitialized value
2016-10-03 hylomModel::Users: rename 'get' method to 'select'
2016-10-03 hylomrename dev -> src
2016-10-03 hylomrename 'newslash-test-container' to 'test-container'
2016-10-03 hylomupdate BUILD files
2016-10-03 hylomnewslash-test-container: update BUILD files
2016-10-03 hylomnewslash-test-container: Update Dockerfile
2016-10-03 hylomutils/db_scripts: update SQL files
2016-10-03 hylomutils/db_scripts: ignore files starting with .(dot)
2016-10-03 hylomt: update testcase
2016-10-03 hylomtemplate: update templates for /my/newuser
2016-10-03 hylomWeb: implement /my/newuser
2016-10-03 hylomPlugin::UserAuth: fix to get models
2016-10-03 hylomPlugin::TT2Renderer: rename and add some variables...
2016-10-03 hylomController::login: implement /my/newuser
2016-10-03 hylomModel::Users.pm: add create_user method
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
next