OSDN Git Service

newslash/newslash.git
7 years agoModel::Journals: add article_to_introtext
hylom [Tue, 8 Nov 2016 15:34:32 +0000 (00:34 +0900)]
Model::Journals: add article_to_introtext

7 years agoModel::Util: add escape_plaintext method
hylom [Mon, 7 Nov 2016 15:21:22 +0000 (00:21 +0900)]
Model::Util: add escape_plaintext method

7 years agot: update basic.t test
hylom [Mon, 7 Nov 2016 15:09:38 +0000 (00:09 +0900)]
t: update basic.t test

7 years agoModel::journals: fix create method
hylom [Mon, 7 Nov 2016 15:09:04 +0000 (00:09 +0900)]
Model::journals: fix create method

7 years agoModel::Discussions: add update method
hylom [Mon, 7 Nov 2016 15:08:27 +0000 (00:08 +0900)]
Model::Discussions: add update method

7 years agoModel::Moderations: fix score parameter
hylom [Mon, 7 Nov 2016 15:06:59 +0000 (00:06 +0900)]
Model::Moderations: fix score parameter

7 years agoModel::Util: fix EscapeHTML module name and method name
hylom [Mon, 7 Nov 2016 15:06:22 +0000 (00:06 +0900)]
Model::Util: fix EscapeHTML module name and method name

7 years agomove external perl modules to external/perllib
hylom [Mon, 7 Nov 2016 15:05:05 +0000 (00:05 +0900)]
move external perl modules to external/perllib

7 years agotest-container: update Dockerfile
hylom [Fri, 4 Nov 2016 12:52:08 +0000 (21:52 +0900)]
test-container: update Dockerfile

7 years agoModel::Journals: add create method
hylom [Fri, 4 Nov 2016 12:51:41 +0000 (21:51 +0900)]
Model::Journals: add create method

7 years agoModel::Tags: set_tag method can use $options->{dbh} parameter
hylom [Fri, 4 Nov 2016 12:51:12 +0000 (21:51 +0900)]
Model::Tags: set_tag method can use $options->{dbh} parameter

7 years agoModel::Submissions: fix pod
hylom [Fri, 4 Nov 2016 12:50:22 +0000 (21:50 +0900)]
Model::Submissions: fix pod

7 years agoModel::Moderations: add getEntryPopularityForColorLevel method
hylom [Fri, 4 Nov 2016 12:50:00 +0000 (21:50 +0900)]
Model::Moderations: add getEntryPopularityForColorLevel method

7 years agoModel::Globjs: add 'create' method
hylom [Fri, 4 Nov 2016 12:49:41 +0000 (21:49 +0900)]
Model::Globjs: add 'create' method

7 years agoModel::Discussion: fix insertion parameter and error handling
hylom [Fri, 4 Nov 2016 12:49:18 +0000 (21:49 +0900)]
Model::Discussion: fix insertion parameter and error handling

7 years agoModel::Journals: add create method
hylom [Wed, 2 Nov 2016 10:41:15 +0000 (19:41 +0900)]
Model::Journals: add create method

7 years agoPlugin::UserAuth: add srcids to user object
hylom [Wed, 2 Nov 2016 10:40:55 +0000 (19:40 +0900)]
Plugin::UserAuth: add srcids to user object

7 years agoController::Submission: fix typo
hylom [Tue, 1 Nov 2016 11:29:09 +0000 (20:29 +0900)]
Controller::Submission: fix typo

7 years agoWeb: implement journal creation
hylom [Tue, 1 Nov 2016 11:28:26 +0000 (20:28 +0900)]
Web: implement journal creation

7 years agojs: fix indenting
hylom [Tue, 1 Nov 2016 11:23:48 +0000 (20:23 +0900)]
js: fix indenting

7 years agojs: add journal support to editor.js
hylom [Tue, 1 Nov 2016 11:23:00 +0000 (20:23 +0900)]
js: add journal support to editor.js

7 years agoController::Journal: implement user journals page
hylom [Tue, 1 Nov 2016 10:54:06 +0000 (19:54 +0900)]
Controller::Journal: implement user journals page

7 years agoModel::Journals: fix 'select' method to support query by uid
hylom [Tue, 1 Nov 2016 10:53:34 +0000 (19:53 +0900)]
Model::Journals: fix 'select' method to support query by uid

7 years agoWeb: change submission url
hylom [Tue, 1 Nov 2016 10:52:26 +0000 (19:52 +0900)]
Web: change submission url

7 years agoutils/db_scripts: update sqls
hylom [Mon, 31 Oct 2016 12:38:41 +0000 (21:38 +0900)]
utils/db_scripts: update sqls

7 years agojs: fix comments.js to work
hylom [Mon, 31 Oct 2016 12:37:57 +0000 (21:37 +0900)]
js: fix comments.js to work

7 years agoutils/db_script: udpate sqls
hylom [Mon, 31 Oct 2016 12:37:17 +0000 (21:37 +0900)]
utils/db_script: udpate sqls

7 years agoController::API::Comment: implement create method done
hylom [Mon, 31 Oct 2016 12:36:10 +0000 (21:36 +0900)]
Controller::API::Comment: implement create method done

7 years agoModel::Users: fix create_user and _update_users_class
hylom [Mon, 31 Oct 2016 12:35:16 +0000 (21:35 +0900)]
Model::Users: fix create_user and _update_users_class

7 years agoModel::Comments: 'select' method do not make comment-tree
hylom [Mon, 31 Oct 2016 12:34:41 +0000 (21:34 +0900)]
Model::Comments: 'select' method do not make comment-tree

7 years agoModel::Tags: add some methods from Slash
hylom [Mon, 31 Oct 2016 12:33:42 +0000 (21:33 +0900)]
Model::Tags: add some methods from Slash

7 years agoutils/db_scripts: update sql files
hylom [Mon, 31 Oct 2016 11:38:13 +0000 (20:38 +0900)]
utils/db_scripts: update sql files

7 years agoController::API::Comment: implement comment post
hylom [Sun, 30 Oct 2016 11:57:01 +0000 (20:57 +0900)]
Controller::API::Comment: implement comment post

7 years agoModel::Comments: now 'select' method returns Hash, not Array of Hash
hylom [Sun, 30 Oct 2016 11:55:13 +0000 (20:55 +0900)]
Model::Comments: now 'select' method returns Hash, not Array of Hash

7 years agotemplate: use dynamic comment layouting in story page
hylom [Sat, 29 Oct 2016 14:30:17 +0000 (23:30 +0900)]
template: use dynamic comment layouting in story page

7 years agojs: add comments.js
hylom [Sat, 29 Oct 2016 14:28:47 +0000 (23:28 +0900)]
js: add comments.js

7 years agoMode::Comments: fix select method
hylom [Sat, 29 Oct 2016 14:27:47 +0000 (23:27 +0900)]
Mode::Comments: fix select method

7 years ago Controller:Submission: fix to run
hylom [Sat, 29 Oct 2016 14:24:57 +0000 (23:24 +0900)]
 Controller:Submission: fix to run

7 years agoController:API::Comment: add 'get' method
hylom [Sat, 29 Oct 2016 14:24:39 +0000 (23:24 +0900)]
Controller:API::Comment: add 'get' method

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