OSDN Git Service

newslash/newslash.git
7 years agotest-container: add depends to Dockerfile
hylom [Mon, 24 Oct 2016 12:44:10 +0000 (21:44 +0900)]
test-container: add depends to Dockerfile

7 years agoModel: fix Stories, Submissions, SlashDB to implement Stories::create
hylom [Mon, 24 Oct 2016 12:43:39 +0000 (21:43 +0900)]
Model: fix Stories, Submissions, SlashDB to implement Stories::create

7 years agoModel: import MySQL.pm as Slash.pm
hylom [Sat, 22 Oct 2016 09:38:06 +0000 (18:38 +0900)]
Model: import MySQL.pm as Slash.pm

7 years agoModel::Usres: add 'clearRookie' method and update 'update' method
hylom [Fri, 21 Oct 2016 18:10:17 +0000 (03:10 +0900)]
Model::Usres: add 'clearRookie' method and update 'update' method

7 years agoModel::Submissions: add 'upsert_param' and 'update' method
hylom [Fri, 21 Oct 2016 18:09:35 +0000 (03:09 +0900)]
Model::Submissions: add 'upsert_param' and 'update' method

7 years agoModel::Stories: add 'create' method
hylom [Fri, 21 Oct 2016 18:09:04 +0000 (03:09 +0900)]
Model::Stories: add 'create' method

7 years agoModel::LegacyDB: add 'sqlGetColumnData' and 'sqlGetCharColumnLength' method
hylom [Fri, 21 Oct 2016 18:08:32 +0000 (03:08 +0900)]
Model::LegacyDB: add 'sqlGetColumnData' and 'sqlGetCharColumnLength' method

7 years agoModel::Globjs.pm: aadd 'setGlobjAdminnote' method
hylom [Fri, 21 Oct 2016 18:07:47 +0000 (03:07 +0900)]
Model::Globjs.pm: aadd 'setGlobjAdminnote' method

7 years agoModel::Firehose: add 'setFireHose', 'getFireHose', 'setTopicsRenderedBySkidForItem...
hylom [Fri, 21 Oct 2016 18:07:25 +0000 (03:07 +0900)]
Model::Firehose: add 'setFireHose', 'getFireHose', 'setTopicsRenderedBySkidForItem' method

7 years agoModel::Base: add 'warn' method
hylom [Fri, 21 Oct 2016 18:06:05 +0000 (03:06 +0900)]
Model::Base: add 'warn' method

7 years agoModel: add Skins
hylom [Fri, 21 Oct 2016 18:05:38 +0000 (03:05 +0900)]
Model: add Skins

7 years agot: add comment.t for comment related tests
hylom [Fri, 21 Oct 2016 12:24:42 +0000 (21:24 +0900)]
t: add comment.t for comment related tests

7 years agoutils/db_scripts: update sqls
hylom [Fri, 21 Oct 2016 12:24:19 +0000 (21:24 +0900)]
utils/db_scripts: update sqls

7 years agoModel::Users: fix 'select' method and add 'update' method
hylom [Fri, 21 Oct 2016 12:23:29 +0000 (21:23 +0900)]
Model::Users: fix 'select' method and add 'update' method

7 years agoModel::Submissions: fix perldoc
hylom [Fri, 21 Oct 2016 12:22:56 +0000 (21:22 +0900)]
Model::Submissions: fix perldoc

7 years agoModel::Stories: add 'set_dirty' method
hylom [Fri, 21 Oct 2016 12:22:36 +0000 (21:22 +0900)]
Model::Stories: add 'set_dirty' method

7 years agoModel::Moderations: add 'undo_moderation' and 'removeModTags' method
hylom [Fri, 21 Oct 2016 12:22:05 +0000 (21:22 +0900)]
Model::Moderations: add 'undo_moderation' and 'removeModTags' method

7 years agoModel::Comments: implement 'create' method
hylom [Fri, 21 Oct 2016 12:20:46 +0000 (21:20 +0900)]
Model::Comments: implement 'create' method

7 years agoModel: add Tags and Vars
hylom [Fri, 21 Oct 2016 12:19:33 +0000 (21:19 +0900)]
Model: add Tags and Vars

7 years agoModel: add 'Moderations'
hylom [Thu, 20 Oct 2016 12:35:16 +0000 (21:35 +0900)]
Model: add 'Moderations'

7 years agoModel::Comments: update 'create' method
hylom [Thu, 20 Oct 2016 12:34:56 +0000 (21:34 +0900)]
Model::Comments: update 'create' method

7 years agoModel:Users: rewrite "select" method to query users_* db
hylom [Thu, 20 Oct 2016 12:32:44 +0000 (21:32 +0900)]
Model:Users: rewrite "select" method to query users_* db

7 years agoutils/db_scripts: update SQLs
hylom [Thu, 20 Oct 2016 10:52:05 +0000 (19:52 +0900)]
utils/db_scripts: update SQLs

7 years agoModel::LegacyDB: add 'sqlSelectColArrayref' method
hylom [Wed, 19 Oct 2016 17:55:16 +0000 (02:55 +0900)]
Model::LegacyDB: add 'sqlSelectColArrayref' method

7 years agoModel::Comments: add 'firehose_createItemFromComment' method
hylom [Wed, 19 Oct 2016 17:54:51 +0000 (02:54 +0900)]
Model::Comments: add 'firehose_createItemFromComment' method

7 years agoModel::Base: 'set_error' can recieve errorno argument
hylom [Wed, 19 Oct 2016 17:54:03 +0000 (02:54 +0900)]
Model::Base: 'set_error' can recieve errorno argument

7 years agoModel: add Firehose
hylom [Wed, 19 Oct 2016 17:52:45 +0000 (02:52 +0900)]
Model: add Firehose

7 years agoModel::Comments: add create method
hylom [Wed, 19 Oct 2016 10:49:30 +0000 (19:49 +0900)]
Model::Comments: add create method

7 years agotest-conteiner/run.sh: add memory limit command line option
hylom [Tue, 18 Oct 2016 12:56:26 +0000 (21:56 +0900)]
test-conteiner/run.sh: add memory limit command line option

7 years agotemplate: update story/story
hylom [Tue, 18 Oct 2016 12:55:49 +0000 (21:55 +0900)]
template: update story/story

7 years agoModel::Stories: add related and parameters method
hylom [Tue, 18 Oct 2016 12:52:05 +0000 (21:52 +0900)]
Model::Stories: add related and parameters method

7 years agotemplate: fix url in common/article
hylom [Tue, 18 Oct 2016 09:27:25 +0000 (18:27 +0900)]
template: fix url in common/article

7 years agoController::Index: add debug code
hylom [Tue, 18 Oct 2016 09:27:02 +0000 (18:27 +0900)]
Controller::Index: add debug code

7 years agoModel::Stories: add _generalize to generalize story hash
hylom [Tue, 18 Oct 2016 09:26:36 +0000 (18:26 +0900)]
Model::Stories: add _generalize to generalize story hash

7 years agoutils/db_scripts/create_tables.pl: execute sql files filename order
hylom [Mon, 17 Oct 2016 12:05:00 +0000 (21:05 +0900)]
utils/db_scripts/create_tables.pl: execute sql files filename order

7 years agoutils/db_scripts: update sqls
hylom [Mon, 17 Oct 2016 12:04:14 +0000 (21:04 +0900)]
utils/db_scripts: update sqls

7 years agoModel::LegacyDB: add sqlQuote, sqlInsert, sqlDo method
hylom [Mon, 17 Oct 2016 12:03:07 +0000 (21:03 +0900)]
Model::LegacyDB: add sqlQuote, sqlInsert, sqlDo method

7 years agoModel::Globjs: use autocommit
hylom [Thu, 13 Oct 2016 17:19:16 +0000 (02:19 +0900)]
Model::Globjs: use autocommit

7 years agotemplate: implement submission post
hylom [Thu, 13 Oct 2016 17:18:46 +0000 (02:18 +0900)]
template: implement submission post

7 years agopublic: add vue-resource.min.js
hylom [Thu, 13 Oct 2016 17:17:55 +0000 (02:17 +0900)]
public: add vue-resource.min.js

7 years agoupdate .gitignore
hylom [Wed, 12 Oct 2016 18:52:37 +0000 (03:52 +0900)]
update .gitignore

7 years agotest-container: update Dockerfile
hylom [Wed, 12 Oct 2016 18:51:08 +0000 (03:51 +0900)]
test-container: update Dockerfile

7 years agoController::API::Post: implement submission preview
hylom [Wed, 12 Oct 2016 18:49:30 +0000 (03:49 +0900)]
Controller::API::Post: implement submission preview

7 years agoModel: add Util.pm
hylom [Wed, 12 Oct 2016 18:47:02 +0000 (03:47 +0900)]
Model: add Util.pm

7 years agotemplates: implement client-side preview for submission
hylom [Mon, 10 Oct 2016 19:23:42 +0000 (04:23 +0900)]
templates: implement client-side preview for submission

7 years agopublic/jquery: add latest jquery
hylom [Mon, 10 Oct 2016 19:23:11 +0000 (04:23 +0900)]
public/jquery: add latest jquery

7 years agopublic/js: add files
hylom [Mon, 10 Oct 2016 19:22:36 +0000 (04:22 +0900)]
public/js: add files

7 years agoexternal: add escape-html.js
hylom [Mon, 10 Oct 2016 19:22:07 +0000 (04:22 +0900)]
external: add escape-html.js

7 years agotemporary remove external/escape-html.js
hylom [Mon, 10 Oct 2016 19:19:31 +0000 (04:19 +0900)]
temporary remove external/escape-html.js

7 years agoexternal: update escape-html.js
hylom [Mon, 10 Oct 2016 19:15:29 +0000 (04:15 +0900)]
external: update escape-html.js

7 years agocreate 'escape-html.js' submodule
hylom [Mon, 10 Oct 2016 17:52:08 +0000 (02:52 +0900)]
create 'escape-html.js' submodule

7 years agotemplate: add submission form skeleton
hylom [Sat, 8 Oct 2016 17:54:26 +0000 (02:54 +0900)]
template: add submission form skeleton

7 years agopublic: add vue.js
hylom [Sat, 8 Oct 2016 17:53:16 +0000 (02:53 +0900)]
public: add vue.js

7 years agocss: enable bootstrap's alert styles
hylom [Sat, 8 Oct 2016 17:52:31 +0000 (02:52 +0900)]
css: enable bootstrap's alert styles

7 years agocss: add submission form related CSS
hylom [Sat, 8 Oct 2016 17:52:00 +0000 (02:52 +0900)]
css: add submission form related CSS

7 years agoutils/db_scripts: update sql
hylom [Fri, 7 Oct 2016 17:40:38 +0000 (02:40 +0900)]
utils/db_scripts: update sql

7 years agoPlugin::UserAuth: use in-memory cache to cache anonymous user object
hylom [Fri, 7 Oct 2016 17:14:06 +0000 (02:14 +0900)]
Plugin::UserAuth: use in-memory cache to cache anonymous user object

7 years agoPlugin: add TimeLimitedCache
hylom [Fri, 7 Oct 2016 17:10:19 +0000 (02:10 +0900)]
Plugin: add TimeLimitedCache

7 years agoutils/db_script/create_tables.pl: support data insertion
hylom [Fri, 7 Oct 2016 13:09:15 +0000 (22:09 +0900)]
utils/db_script/create_tables.pl: support data insertion

7 years agoutils/db_script: update SQL scripts
hylom [Fri, 7 Oct 2016 13:08:45 +0000 (22:08 +0900)]
utils/db_script: update SQL scripts

7 years agot: add api.t and update testcase
hylom [Fri, 7 Oct 2016 13:08:00 +0000 (22:08 +0900)]
t: add api.t and update testcase

7 years agoWeb: add API and Post Controller
hylom [Fri, 7 Oct 2016 13:07:23 +0000 (22:07 +0900)]
Web: add API and Post Controller

7 years agoPlugin::UserAuth: add expire param to anonymous user cache
hylom [Fri, 7 Oct 2016 13:06:38 +0000 (22:06 +0900)]
Plugin::UserAuth: add expire param to anonymous user cache

7 years agoPlugin::TT2Renderer: fix warning message
hylom [Fri, 7 Oct 2016 13:05:53 +0000 (22:05 +0900)]
Plugin::TT2Renderer: fix warning message

7 years agoPlugin::KeyValueStore: suport expire parameter in set method
hylom [Fri, 7 Oct 2016 13:05:26 +0000 (22:05 +0900)]
Plugin::KeyValueStore: suport expire parameter in set method

7 years agoModel::Submission: fix create method, and support 'signature => sig' style query...
hylom [Fri, 7 Oct 2016 13:04:39 +0000 (22:04 +0900)]
Model::Submission: fix create method, and support 'signature => sig' style query in select method

7 years agoModel::Globjs.pm: fix getGlobjTypes method
hylom [Fri, 7 Oct 2016 13:03:14 +0000 (22:03 +0900)]
Model::Globjs.pm: fix getGlobjTypes method

7 years agoModel::Discussion: fix create method
hylom [Fri, 7 Oct 2016 13:02:41 +0000 (22:02 +0900)]
Model::Discussion: fix create method

7 years agoModel::Base: add some utility method
hylom [Fri, 7 Oct 2016 13:02:07 +0000 (22:02 +0900)]
Model::Base: add some utility method

7 years agoModel: add Urls and LegacyDB
hylom [Fri, 7 Oct 2016 13:01:38 +0000 (22:01 +0900)]
Model: add Urls and LegacyDB

7 years agoController::Post: implement post_submission
hylom [Thu, 6 Oct 2016 17:35:52 +0000 (02:35 +0900)]
Controller::Post: implement post_submission

7 years agoModel::Submission: rename insert method to create, and implement it
hylom [Thu, 6 Oct 2016 17:35:24 +0000 (02:35 +0900)]
Model::Submission: rename insert method to create, and implement it

7 years agoPlugin::UserAuth: add ipid and subnetid to user object
hylom [Thu, 6 Oct 2016 17:34:39 +0000 (02:34 +0900)]
Plugin::UserAuth: add ipid and subnetid to user object

7 years agoModel::Discussions: implement 'create' method
hylom [Thu, 6 Oct 2016 17:34:00 +0000 (02:34 +0900)]
Model::Discussions: implement 'create' method

7 years agoutils: add db_scripts
hylom [Thu, 6 Oct 2016 13:35:00 +0000 (22:35 +0900)]
utils: add db_scripts

7 years agoWeb: implement /submission
hylom [Thu, 6 Oct 2016 13:34:26 +0000 (22:34 +0900)]
Web: implement /submission

7 years agoModel::Submissions: implement create method
hylom [Thu, 6 Oct 2016 13:33:44 +0000 (22:33 +0900)]
Model::Submissions: implement create method

7 years agoModel: add Globjs
hylom [Thu, 6 Oct 2016 13:33:18 +0000 (22:33 +0900)]
Model: add Globjs

7 years agoModel::Users: remove codes for session management
hylom [Thu, 6 Oct 2016 09:45:37 +0000 (18:45 +0900)]
Model::Users: remove codes for session management

7 years agoPlugin::userAuth: implement KeyValueStore base session management
hylom [Thu, 6 Oct 2016 09:45:09 +0000 (18:45 +0900)]
Plugin::userAuth: implement KeyValueStore base session management

7 years agoPlugin::KeyValueStore: implement basic methods
hylom [Thu, 6 Oct 2016 09:41:50 +0000 (18:41 +0900)]
Plugin::KeyValueStore: implement basic methods

7 years agotest-container: add redis support
hylom [Wed, 5 Oct 2016 10:47:04 +0000 (19:47 +0900)]
test-container: add redis support

7 years agoPlugin: create 'KeyValueStore' plugin
hylom [Tue, 4 Oct 2016 16:32:30 +0000 (01:32 +0900)]
Plugin: create 'KeyValueStore' plugin

7 years agoController::Submission: remove debug code
hylom [Tue, 4 Oct 2016 15:34:50 +0000 (00:34 +0900)]
Controller::Submission: remove debug code

7 years agoWeb::Controller: fix logout error
hylom [Tue, 4 Oct 2016 15:32:37 +0000 (00:32 +0900)]
Web::Controller: fix logout error

7 years agotemplate: fix article topic icon url
hylom [Tue, 4 Oct 2016 15:32:08 +0000 (00:32 +0900)]
template: fix article topic icon url

7 years agotemplate: fix admin bar design
hylom [Tue, 4 Oct 2016 15:31:42 +0000 (00:31 +0900)]
template: fix admin bar design

7 years agoWeb: implement admin/css/edit
hylom [Tue, 4 Oct 2016 15:30:51 +0000 (00:30 +0900)]
Web: implement admin/css/edit

7 years agotemplate: add admin_bar
hylom [Tue, 4 Oct 2016 11:13:56 +0000 (20:13 +0900)]
template: add admin_bar

7 years agoModel::Users: implement 'anonymous' method to get anonymous user info
hylom [Tue, 4 Oct 2016 11:13:26 +0000 (20:13 +0900)]
Model::Users: implement 'anonymous' method to get anonymous user info

7 years agoPlugin::TT2Renderer: load config key to stash
hylom [Tue, 4 Oct 2016 11:12:41 +0000 (20:12 +0900)]
Plugin::TT2Renderer: load config key to stash

7 years ago.gitignore: fix pathes
hylom [Mon, 3 Oct 2016 18:21:02 +0000 (03:21 +0900)]
.gitignore: fix pathes

7 years agot: add destructive test for some database-writing test
hylom [Mon, 3 Oct 2016 18:20:44 +0000 (03:20 +0900)]
t: add destructive test for some database-writing test

7 years agoController::Login: fix use of uninitialized value
hylom [Mon, 3 Oct 2016 18:19:13 +0000 (03:19 +0900)]
Controller::Login: fix use of uninitialized value

7 years agoModel::Users: rename 'get' method to 'select'
hylom [Mon, 3 Oct 2016 17:44:50 +0000 (02:44 +0900)]
Model::Users: rename 'get' method to 'select'

7 years agorename dev -> src
hylom [Mon, 3 Oct 2016 17:37:32 +0000 (02:37 +0900)]
rename dev -> src

7 years agorename 'newslash-test-container' to 'test-container'
hylom [Mon, 3 Oct 2016 13:44:09 +0000 (22:44 +0900)]
rename 'newslash-test-container' to 'test-container'

7 years agoupdate BUILD files
hylom [Mon, 3 Oct 2016 13:43:44 +0000 (22:43 +0900)]
update BUILD files

7 years agonewslash-test-container: update BUILD files
hylom [Mon, 3 Oct 2016 13:43:30 +0000 (22:43 +0900)]
newslash-test-container: update BUILD files

7 years agonewslash-test-container: Update Dockerfile
hylom [Mon, 3 Oct 2016 13:41:50 +0000 (22:41 +0900)]
newslash-test-container: Update Dockerfile