OSDN Git Service

newslash/newslash.git
7 years agotemplate: give user variable to browser
hylom [Fri, 25 Nov 2016 11:59:32 +0000 (20:59 +0900)]
template: give user variable to browser

7 years agocss/main: add fix comment and comment_header style
hylom [Fri, 25 Nov 2016 11:58:48 +0000 (20:58 +0900)]
css/main: add fix comment and comment_header style

7 years agocss/bootstrap.less: add buttons and well support
hylom [Fri, 25 Nov 2016 11:58:02 +0000 (20:58 +0900)]
css/bootstrap.less: add buttons and well support

7 years agoController::API::User: implement post handler
hylom [Fri, 25 Nov 2016 11:57:16 +0000 (20:57 +0900)]
Controller::API::User: implement post handler

7 years agoModel::Users: check given parameters in _update_config method
hylom [Fri, 25 Nov 2016 11:56:46 +0000 (20:56 +0900)]
Model::Users: check given parameters in _update_config method

7 years agoController::Login: fix user prefs convertion
hylom [Fri, 25 Nov 2016 10:12:29 +0000 (19:12 +0900)]
Controller::Login: fix user prefs convertion

7 years agoModel::Users: fix convert 'd2_keybindings_switch' prefs
hylom [Fri, 25 Nov 2016 10:11:40 +0000 (19:11 +0900)]
Model::Users: fix convert 'd2_keybindings_switch' prefs

7 years agojs/comments.js: implement user config support
hylom [Thu, 24 Nov 2016 12:56:57 +0000 (21:56 +0900)]
js/comments.js: implement user config support

7 years agoController::Login: add config data to user variable
hylom [Thu, 24 Nov 2016 12:54:58 +0000 (21:54 +0900)]
Controller::Login: add config data to user variable

7 years agoModel::Users: fix to run config related codes
hylom [Thu, 24 Nov 2016 12:54:43 +0000 (21:54 +0900)]
Model::Users: fix to run config related codes

7 years agoWeb: impelemt /my/settins
hylom [Thu, 24 Nov 2016 12:53:27 +0000 (21:53 +0900)]
Web: impelemt /my/settins

7 years agoController: add User and API::User
hylom [Thu, 24 Nov 2016 12:51:14 +0000 (21:51 +0900)]
Controller: add User and API::User

7 years agocss: enable bootstrap's panels feature
hylom [Thu, 24 Nov 2016 12:49:31 +0000 (21:49 +0900)]
css: enable bootstrap's panels feature

7 years agoModel::Users: support ns_users_config table
hylom [Tue, 22 Nov 2016 15:36:57 +0000 (00:36 +0900)]
Model::Users: support ns_users_config table

7 years agojs/comments.js: implement comment hidden/folded/show toggle
hylom [Tue, 22 Nov 2016 13:28:33 +0000 (22:28 +0900)]
js/comments.js: implement comment hidden/folded/show toggle

7 years agoModel::Stories: fix unused warning message
hylom [Tue, 22 Nov 2016 13:27:05 +0000 (22:27 +0900)]
Model::Stories: fix unused warning message

7 years agoPlugin: add Sidebar.pm
hylom [Tue, 22 Nov 2016 11:00:51 +0000 (20:00 +0900)]
Plugin: add Sidebar.pm

7 years agoModel::Stories: 'select' method can receive various parameters
hylom [Tue, 22 Nov 2016 10:47:40 +0000 (19:47 +0900)]
Model::Stories: 'select' method can receive various parameters

7 years agoModel::Users: fix incorrect error message
hylom [Tue, 22 Nov 2016 10:46:53 +0000 (19:46 +0900)]
Model::Users: fix incorrect error message

7 years agoModel::Boxes: fix parameter name to 'query_params' and add 'limit' parameter
hylom [Tue, 22 Nov 2016 10:46:20 +0000 (19:46 +0900)]
Model::Boxes: fix parameter name to 'query_params' and add 'limit' parameter

7 years agocss: add sidebar styles
hylom [Mon, 21 Nov 2016 12:40:27 +0000 (21:40 +0900)]
css: add sidebar styles

7 years agoController::Index: add sidebar support
hylom [Mon, 21 Nov 2016 12:39:28 +0000 (21:39 +0900)]
Controller::Index: add sidebar support

7 years agoModel::Users: support to get user sidebar information
hylom [Mon, 21 Nov 2016 12:38:58 +0000 (21:38 +0900)]
Model::Users: support to get user sidebar information

7 years agoModel::Loader: fix loader method
hylom [Mon, 21 Nov 2016 12:37:24 +0000 (21:37 +0900)]
Model::Loader: fix loader method

7 years agoModel::Boxes: remove unused code
hylom [Mon, 21 Nov 2016 12:36:23 +0000 (21:36 +0900)]
Model::Boxes: remove unused code

7 years agoMode::Users: refactor select function
hylom [Mon, 21 Nov 2016 10:39:16 +0000 (19:39 +0900)]
Mode::Users: refactor select function

7 years agoModel::Boxes: fix to use Base::on_start_up to check tables
hylom [Mon, 21 Nov 2016 10:38:34 +0000 (19:38 +0900)]
Model::Boxes: fix to use Base::on_start_up to check tables

7 years agoModel::Base: add on_start_up function
hylom [Mon, 21 Nov 2016 10:37:27 +0000 (19:37 +0900)]
Model::Base: add on_start_up function

7 years agoadd public/fonts to use glyphicons
hylom [Fri, 18 Nov 2016 13:16:58 +0000 (22:16 +0900)]
add public/fonts to use glyphicons

7 years agojs: fix boses-editor.js to work
hylom [Fri, 18 Nov 2016 13:16:14 +0000 (22:16 +0900)]
js: fix boses-editor.js to work

7 years agoModel::Boxes: fix functions to allow some blank parameters
hylom [Fri, 18 Nov 2016 13:15:10 +0000 (22:15 +0900)]
Model::Boxes: fix functions to allow some blank parameters

7 years agocss: implement modal dialog
hylom [Fri, 18 Nov 2016 13:14:17 +0000 (22:14 +0900)]
css: implement modal dialog

7 years agopublic/js: rename sidebar_editor to boxes-editor
hylom [Fri, 18 Nov 2016 10:10:26 +0000 (19:10 +0900)]
public/js: rename sidebar_editor to boxes-editor

7 years agoModel::SlashConstants: fix permission
hylom [Fri, 18 Nov 2016 10:08:53 +0000 (19:08 +0900)]
Model::SlashConstants: fix permission

7 years agoModel: rename Sidebar.pm to Boxes.pm
hylom [Fri, 18 Nov 2016 10:08:30 +0000 (19:08 +0900)]
Model: rename Sidebar.pm to Boxes.pm

7 years agoController::Admin::Sidebar: implement vue.js based sidebar editor
hylom [Thu, 17 Nov 2016 15:15:48 +0000 (00:15 +0900)]
Controller::Admin::Sidebar: implement vue.js based sidebar editor

7 years agot/basic.t: add sidebar related tests
hylom [Thu, 17 Nov 2016 12:47:45 +0000 (21:47 +0900)]
t/basic.t: add sidebar related tests

7 years agoWeb: add sidebar management page
hylom [Thu, 17 Nov 2016 12:46:55 +0000 (21:46 +0900)]
Web: add sidebar management page

7 years agoModel: add Sidebar.pm
hylom [Thu, 17 Nov 2016 12:46:28 +0000 (21:46 +0900)]
Model: add Sidebar.pm

7 years agoModel::Util: fix escape_plaintext method
hylom [Thu, 17 Nov 2016 11:26:03 +0000 (20:26 +0900)]
Model::Util: fix escape_plaintext method

7 years agoModel::Journals: add article_to_fulltext method
hylom [Fri, 11 Nov 2016 15:18:16 +0000 (00:18 +0900)]
Model::Journals: add article_to_fulltext method

7 years agoController::API::Journal: fix parameter name
hylom [Fri, 11 Nov 2016 15:17:20 +0000 (00:17 +0900)]
Controller::API::Journal: fix parameter name

7 years agotemplate: fix journal create page
hylom [Fri, 11 Nov 2016 15:16:38 +0000 (00:16 +0900)]
template: fix journal create page

7 years agot: add models/journals.t to test Model::Journals
hylom [Fri, 11 Nov 2016 14:32:00 +0000 (23:32 +0900)]
t: add models/journals.t to test Model::Journals

7 years agoModel::Journals: fix article_to_introtext method
hylom [Fri, 11 Nov 2016 14:31:37 +0000 (23:31 +0900)]
Model::Journals: fix article_to_introtext method

7 years agoutils/db_script: add users_journal.sql
hylom [Thu, 10 Nov 2016 17:50:21 +0000 (02:50 +0900)]
utils/db_script: add users_journal.sql

7 years agot: update api.t to check journal related tesete
hylom [Thu, 10 Nov 2016 17:49:47 +0000 (02:49 +0900)]
t: update api.t to check journal related tesete

7 years agoController::API::Jounal: fix to work
hylom [Thu, 10 Nov 2016 17:49:17 +0000 (02:49 +0900)]
Controller::API::Jounal: fix to work

7 years agoModel::Journals: fix create method to work
hylom [Thu, 10 Nov 2016 17:48:39 +0000 (02:48 +0900)]
Model::Journals: fix create method to work

7 years agoModel::Discussion: fix create method when timestamp is not given
hylom [Thu, 10 Nov 2016 17:48:06 +0000 (02:48 +0900)]
Model::Discussion: fix create method when timestamp is not given

7 years agot/api.t: add journal teste
hylom [Tue, 8 Nov 2016 15:36:18 +0000 (00:36 +0900)]
t/api.t: add journal teste

7 years agoController::API::Journal: fix to run
hylom [Tue, 8 Nov 2016 15:35:52 +0000 (00:35 +0900)]
Controller::API::Journal: fix to run

7 years agoModel::Util: add tidy_html method
hylom [Tue, 8 Nov 2016 15:35:08 +0000 (00:35 +0900)]
Model::Util: add tidy_html method

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