OSDN Git Service

newslash/newslash.git
7 years agoWeb::Controller::API: reconstruction controllers
hylom [Sat, 29 Oct 2016 10:47:53 +0000 (19:47 +0900)]
Web::Controller::API: reconstruction controllers

7 years agoutils/db_scripts: add sql
hylom [Fri, 28 Oct 2016 19:06:27 +0000 (04:06 +0900)]
utils/db_scripts: add sql

7 years agoWeb: implement /api/v1/comment
hylom [Fri, 28 Oct 2016 19:05:46 +0000 (04:05 +0900)]
Web: implement /api/v1/comment

7 years agoModel::Users: fix _select_rows method
hylom [Fri, 28 Oct 2016 19:04:53 +0000 (04:04 +0900)]
Model::Users: fix _select_rows method

7 years agoModel::Vars: fix to run
hylom [Fri, 28 Oct 2016 19:04:29 +0000 (04:04 +0900)]
Model::Vars: fix to run

7 years agoModel::SlashUtility: add isAnon method
hylom [Fri, 28 Oct 2016 19:04:14 +0000 (04:04 +0900)]
Model::SlashUtility: add isAnon method

7 years agoModel::Skins: fix to run
hylom [Fri, 28 Oct 2016 19:03:55 +0000 (04:03 +0900)]
Model::Skins: fix to run

7 years agoModel::Moderation: fix to run
hylom [Fri, 28 Oct 2016 19:03:34 +0000 (04:03 +0900)]
Model::Moderation: fix to run

7 years agoModel::Comments: fix create method
hylom [Fri, 28 Oct 2016 19:02:23 +0000 (04:02 +0900)]
Model::Comments: fix create method

7 years agot: add test for /api/v1/story
hylom [Fri, 28 Oct 2016 12:07:37 +0000 (21:07 +0900)]
t: add test for /api/v1/story

7 years agoModel::Tags: add set_tag, create, select method
hylom [Fri, 28 Oct 2016 12:07:04 +0000 (21:07 +0900)]
Model::Tags: add set_tag, create, select method

7 years agoModel::Stories: fix 'create' method to add tags
hylom [Fri, 28 Oct 2016 12:06:36 +0000 (21:06 +0900)]
Model::Stories: fix 'create' method to add tags

7 years agoModel::Globjs: import some methods from SlashDB
hylom [Fri, 28 Oct 2016 12:05:06 +0000 (21:05 +0900)]
Model::Globjs: import some methods from SlashDB

7 years agoexternal: fix escape-html symlinks
hylom [Fri, 28 Oct 2016 12:04:01 +0000 (21:04 +0900)]
external: fix escape-html symlinks

7 years agoModel::Util: fix clean_html and escape_html method
hylom [Thu, 27 Oct 2016 13:13:28 +0000 (22:13 +0900)]
Model::Util: fix clean_html and escape_html method

7 years agoModel::Users: 'select' can return multiple users information as array
hylom [Thu, 27 Oct 2016 13:12:49 +0000 (22:12 +0900)]
Model::Users: 'select' can return multiple users information as array

7 years agoModel::Submissions: change form item's name
hylom [Thu, 27 Oct 2016 13:11:58 +0000 (22:11 +0900)]
Model::Submissions: change form item's name

7 years agoModel::Stories: fix 'create' method
hylom [Thu, 27 Oct 2016 13:11:29 +0000 (22:11 +0900)]
Model::Stories: fix 'create' method

7 years agoutils/db_scripts: update sql for test
hylom [Thu, 27 Oct 2016 13:10:51 +0000 (22:10 +0900)]
utils/db_scripts: update sql for test

7 years agocss: update bootstrap.less
hylom [Thu, 27 Oct 2016 13:10:18 +0000 (22:10 +0900)]
css: update bootstrap.less

7 years agoimplement story editor
hylom [Thu, 27 Oct 2016 13:09:59 +0000 (22:09 +0900)]
implement story editor

7 years agoexternal: import and use bootstrap-3.3.7
hylom [Wed, 26 Oct 2016 09:16:46 +0000 (18:16 +0900)]
external: import and use bootstrap-3.3.7

7 years agoModel::SlashUtility: add some functions
hylom [Tue, 25 Oct 2016 16:29:38 +0000 (01:29 +0900)]
Model::SlashUtility: add some functions

7 years agoModel::LegacyFirehose: fix to run 'createStory'
hylom [Tue, 25 Oct 2016 16:29:11 +0000 (01:29 +0900)]
Model::LegacyFirehose: fix to run 'createStory'

7 years agoModel::SlashDB: fix type
hylom [Tue, 25 Oct 2016 16:28:34 +0000 (01:28 +0900)]
Model::SlashDB: fix type

7 years agoModel::Globs: fix typo
hylom [Tue, 25 Oct 2016 16:28:07 +0000 (01:28 +0900)]
Model::Globs: fix typo

7 years agotest-container: run build script as non-root user
hylom [Tue, 25 Oct 2016 16:27:42 +0000 (01:27 +0900)]
test-container: run build script as non-root user

7 years agoutils/db_scripts: add some SQL files
hylom [Tue, 25 Oct 2016 16:26:51 +0000 (01:26 +0900)]
utils/db_scripts: add some SQL files

7 years agoutils/db_scripts: fix and add SQLs
hylom [Tue, 25 Oct 2016 12:39:24 +0000 (21:39 +0900)]
utils/db_scripts: fix and add SQLs

7 years agotest-container: add dependents to Dockerfile and run.sh
hylom [Tue, 25 Oct 2016 12:38:43 +0000 (21:38 +0900)]
test-container: add dependents to Dockerfile and run.sh

7 years agot: fix story create test
hylom [Tue, 25 Oct 2016 12:37:59 +0000 (21:37 +0900)]
t: fix story create test

7 years agoModel::SlashDB: fix to run as single module
hylom [Tue, 25 Oct 2016 12:36:16 +0000 (21:36 +0900)]
Model::SlashDB: fix to run as single module

7 years agoModel::LegacyDB: import methods
hylom [Tue, 25 Oct 2016 12:35:37 +0000 (21:35 +0900)]
Model::LegacyDB: import methods

7 years agoModel::Firehose: import methods
hylom [Tue, 25 Oct 2016 12:35:18 +0000 (21:35 +0900)]
Model::Firehose: import methods

7 years agoModel: add compatibility modules
hylom [Tue, 25 Oct 2016 12:34:33 +0000 (21:34 +0900)]
Model: add compatibility modules

7 years agoModel::SlashDB: use "$self->getCurrentStatic" instead of "getCurrentStatic"
hylom [Mon, 24 Oct 2016 18:17:08 +0000 (03:17 +0900)]
Model::SlashDB: use "$self->getCurrentStatic" instead of "getCurrentStatic"

7 years agoModel::LegacyDB: add 'getCurrentStatic' method
hylom [Mon, 24 Oct 2016 18:15:45 +0000 (03:15 +0900)]
Model::LegacyDB: add 'getCurrentStatic' method

7 years agoModel::Base: add KeyValue-Store support
hylom [Mon, 24 Oct 2016 18:15:11 +0000 (03:15 +0900)]
Model::Base: add KeyValue-Store support

7 years agoPlugin::KeyValueStore: rename config key to store instance
hylom [Mon, 24 Oct 2016 18:14:28 +0000 (03:14 +0900)]
Plugin::KeyValueStore: rename config key to store instance

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