OSDN Git Service

newslash/newslash.git
5 years agotest-container: add install-test v0.1.5
hylom [Fri, 28 Sep 2018 11:28:40 +0000 (20:28 +0900)]
test-container: add install-test

5 years agoWeb: no maintenance_mode when @ARGV is not defined
hylom [Fri, 28 Sep 2018 11:27:52 +0000 (20:27 +0900)]
Web: no maintenance_mode when @ARGV is not defined

5 years agodebian: fix debian package related files
hylom [Fri, 28 Sep 2018 10:48:51 +0000 (19:48 +0900)]
debian: fix debian package related files

5 years agoUtil::DOMTestRunner: fix to avoid server running in maintainance mode
hylom [Thu, 27 Sep 2018 11:54:48 +0000 (20:54 +0900)]
Util::DOMTestRunner: fix to avoid server running in maintainance mode

5 years agoWeb: add "subcommand" attribute
hylom [Thu, 27 Sep 2018 11:54:31 +0000 (20:54 +0900)]
Web: add "subcommand" attribute

5 years agoPlugin::JavaScriptLoader: fix error handling
hylom [Thu, 27 Sep 2018 11:54:17 +0000 (20:54 +0900)]
Plugin::JavaScriptLoader: fix error handling

5 years agoController::API::Comment: use comment format settings in config value
hylom [Thu, 27 Sep 2018 10:34:38 +0000 (19:34 +0900)]
Controller::API::Comment: use comment format settings in config value

5 years agoPlugin::AntiCsrf: fix error handling
hylom [Thu, 27 Sep 2018 10:33:50 +0000 (19:33 +0900)]
Plugin::AntiCsrf: fix error handling

5 years agoPlugin::ResponseFilter: fix typo and error handling
hylom [Thu, 27 Sep 2018 10:33:27 +0000 (19:33 +0900)]
Plugin::ResponseFilter: fix typo and error handling

5 years agoModel::Stories: move some functions to Plugin::Stories
hylom [Wed, 26 Sep 2018 12:03:24 +0000 (21:03 +0900)]
Model::Stories: move some functions to Plugin::Stories

5 years agodelete unused config file (symlink)
hylom [Wed, 26 Sep 2018 11:21:11 +0000 (20:21 +0900)]
delete unused config file (symlink)

5 years agoPlugin::KeyValueStore: support index_number config value
hylom [Wed, 26 Sep 2018 11:20:43 +0000 (20:20 +0900)]
Plugin::KeyValueStore: support index_number config value

5 years agoModel::Cowrapper: add generic_insert()
hylom [Wed, 26 Sep 2018 11:20:24 +0000 (20:20 +0900)]
Model::Cowrapper: add generic_insert()

5 years agoPlugin: remove AccessLog::Debug.pm and AccessLog::LocalFile.pm
hylom [Wed, 26 Sep 2018 09:42:34 +0000 (18:42 +0900)]
Plugin: remove AccessLog::Debug.pm and AccessLog::LocalFile.pm

5 years agotest-container: fix Makefile for searchd
hylom [Tue, 25 Sep 2018 12:46:56 +0000 (21:46 +0900)]
test-container: fix Makefile for searchd

5 years agotest-container: fix Makefile run command
hylom [Tue, 25 Sep 2018 12:36:37 +0000 (21:36 +0900)]
test-container: fix Makefile run command

5 years agoController: prepare to deprecate Web::Contoller base class
hylom [Tue, 25 Sep 2018 12:36:17 +0000 (21:36 +0900)]
Controller: prepare to deprecate Web::Contoller base class

5 years agoPlugin: fix some default config values
hylom [Tue, 25 Sep 2018 12:35:31 +0000 (21:35 +0900)]
Plugin: fix some default config values

5 years agoPlugin::Preprocessor: support --conf=value style config setting
hylom [Tue, 25 Sep 2018 12:34:43 +0000 (21:34 +0900)]
Plugin::Preprocessor: support --conf=value style config setting

5 years agoModel: fix some SQL syntax error
hylom [Tue, 25 Sep 2018 12:33:36 +0000 (21:33 +0900)]
Model: fix some SQL syntax error

5 years agoFeedFetcher: fix config file settings
hylom [Tue, 25 Sep 2018 12:33:06 +0000 (21:33 +0900)]
FeedFetcher: fix config file settings

5 years agoEventd: fix config related code
hylom [Tue, 25 Sep 2018 12:32:41 +0000 (21:32 +0900)]
Eventd: fix config related code

5 years agoCommand::databaseinit: more verbose message
hylom [Tue, 25 Sep 2018 12:32:09 +0000 (21:32 +0900)]
Command::databaseinit: more verbose message

5 years agoCommand: fix force options problem
hylom [Tue, 25 Sep 2018 12:31:22 +0000 (21:31 +0900)]
Command: fix force options problem

5 years agoModel: create plugin to setup Models
hylom [Tue, 25 Sep 2018 12:30:49 +0000 (21:30 +0900)]
Model: create plugin to setup Models

5 years agofix DefaultConfig parameter
hylom [Fri, 21 Sep 2018 10:32:31 +0000 (19:32 +0900)]
fix DefaultConfig parameter

5 years agoPlugin::ReCaptcha: add 'disable' config parameter
hylom [Fri, 21 Sep 2018 10:32:14 +0000 (19:32 +0900)]
Plugin::ReCaptcha: add 'disable' config parameter

5 years agoPlugin::AntiCsrf: add 'disable' config parameter
hylom [Fri, 21 Sep 2018 10:31:33 +0000 (19:31 +0900)]
Plugin::AntiCsrf: add 'disable' config parameter

5 years agoPlugin::AccessLog: merge AccessLog::LocalFile and AccessLog:Debug
hylom [Fri, 21 Sep 2018 10:30:37 +0000 (19:30 +0900)]
Plugin::AccessLog: merge AccessLog::LocalFile and AccessLog:Debug

5 years agoCommand::configdump: tidy output
hylom [Fri, 21 Sep 2018 10:29:08 +0000 (19:29 +0900)]
Command::configdump: tidy output

5 years agotest-container: fix Makefile
hylom [Thu, 20 Sep 2018 12:16:33 +0000 (21:16 +0900)]
test-container: fix Makefile

5 years agoCommand: add configdump
hylom [Thu, 20 Sep 2018 12:16:16 +0000 (21:16 +0900)]
Command: add configdump

5 years agoPlugin: add ResponseFilter
hylom [Thu, 20 Sep 2018 12:15:55 +0000 (21:15 +0900)]
Plugin: add ResponseFilter

5 years agodefine default values in each plugins
hylom [Thu, 20 Sep 2018 12:15:26 +0000 (21:15 +0900)]
define default values in each plugins

5 years agoModel: fix some syntax errors
hylom [Thu, 20 Sep 2018 12:13:36 +0000 (21:13 +0900)]
Model: fix some syntax errors

5 years agoMerge branch 'master' of git.osdn.jp:/gitroot/srad-devel/newslash
hylom [Thu, 20 Sep 2018 10:56:20 +0000 (19:56 +0900)]
Merge branch 'master' of git.osdn.jp:/gitroot/srad-devel/newslash

5 years agoModel: add Model::Users::Permissions
hylom [Thu, 20 Sep 2018 10:56:05 +0000 (19:56 +0900)]
Model: add Model::Users::Permissions

5 years agotest-container: fix Dockerfile and Makefile
hylom [Wed, 19 Sep 2018 12:02:37 +0000 (21:02 +0900)]
test-container: fix Dockerfile and Makefile

5 years agoPlugin::DefaultConfig: add default values
hylom [Wed, 19 Sep 2018 12:02:05 +0000 (21:02 +0900)]
Plugin::DefaultConfig: add default values

5 years agoModel::Story: Implementing create2
hylom [Fri, 7 Sep 2018 12:17:31 +0000 (21:17 +0900)]
Model::Story: Implementing create2

5 years agoModel: move clear_rookie from Users to Users::Class
hylom [Fri, 7 Sep 2018 12:17:13 +0000 (21:17 +0900)]
Model: move clear_rookie from Users to Users::Class

5 years agofix for reconstruction of Model::Users
hylom [Fri, 7 Sep 2018 11:48:41 +0000 (20:48 +0900)]
fix for reconstruction of Model::Users

5 years agoModel::Cowrapper: add debug methods
hylom [Fri, 7 Sep 2018 10:13:17 +0000 (19:13 +0900)]
Model::Cowrapper: add debug methods

5 years agoModel: fix problem caused by Cowrapper restrucure
hylom [Thu, 6 Sep 2018 13:22:59 +0000 (22:22 +0900)]
Model: fix problem caused by Cowrapper restrucure

5 years agoUtil::TestMan: add srcid()
hylom [Thu, 6 Sep 2018 13:22:42 +0000 (22:22 +0900)]
Util::TestMan: add srcid()

5 years agoModel::Cowrapper: fix build_where_clause when keys param given
hylom [Thu, 6 Sep 2018 13:21:56 +0000 (22:21 +0900)]
Model::Cowrapper: fix build_where_clause when keys param given

5 years agoModel: fix unworked functions
hylom [Wed, 5 Sep 2018 12:46:05 +0000 (21:46 +0900)]
Model: fix unworked functions

5 years agoModel::Cowrapper: add 'where' parameter for build_where_clause()
hylom [Wed, 5 Sep 2018 12:45:03 +0000 (21:45 +0900)]
Model::Cowrapper: add 'where' parameter for build_where_clause()

5 years agoPlugin: add DefaultConfig
hylom [Tue, 4 Sep 2018 14:56:42 +0000 (23:56 +0900)]
Plugin: add DefaultConfig

5 years agoModel: restructure Model::Users
hylom [Tue, 4 Sep 2018 14:55:23 +0000 (23:55 +0900)]
Model: restructure Model::Users

5 years agofix debian/rules
hylom [Mon, 3 Sep 2018 10:22:13 +0000 (19:22 +0900)]
fix debian/rules

5 years agodebian: fix rules file
hylom [Mon, 3 Sep 2018 10:19:13 +0000 (19:19 +0900)]
debian: fix rules file

5 years agodata: add test data SQL
hylom [Fri, 31 Aug 2018 15:17:17 +0000 (00:17 +0900)]
data: add test data SQL

5 years agoModel::Firehose: use Cowrapper's OR function in select() and update()
hylom [Fri, 31 Aug 2018 15:16:42 +0000 (00:16 +0900)]
Model::Firehose: use Cowrapper's OR function in select() and update()

5 years agoModel::Stories: bug fixes, change error message, add create2()
hylom [Fri, 31 Aug 2018 15:15:39 +0000 (00:15 +0900)]
Model::Stories: bug fixes, change error message, add create2()

5 years agoModel: fix for changing generic_select()
hylom [Fri, 31 Aug 2018 15:14:21 +0000 (00:14 +0900)]
Model: fix for changing generic_select()

5 years agoModel::Cowrapper: add OR mapper functions
hylom [Fri, 31 Aug 2018 15:12:59 +0000 (00:12 +0900)]
Model::Cowrapper: add OR mapper functions

5 years agoModel::Users: fix update() for latest generic_update()
hylom [Thu, 30 Aug 2018 13:07:44 +0000 (22:07 +0900)]
Model::Users: fix update() for latest generic_update()

5 years agoModel::Cowrapper: rewrite generic_update()
hylom [Thu, 30 Aug 2018 13:02:48 +0000 (22:02 +0900)]
Model::Cowrapper: rewrite generic_update()

5 years agoNewslash::Command: add configimport and testdatainsert command
hylom [Thu, 30 Aug 2018 13:02:27 +0000 (22:02 +0900)]
Newslash::Command: add configimport and testdatainsert command

5 years agoNewslash::Web: add db() helper
hylom [Thu, 30 Aug 2018 13:02:07 +0000 (22:02 +0900)]
Newslash::Web: add db() helper

5 years agoModel::Story: add 'hide_future' and 'public_only' flag for select()
hylom [Wed, 29 Aug 2018 12:40:24 +0000 (21:40 +0900)]
Model::Story: add 'hide_future' and 'public_only' flag for select()

5 years agobrowser-test: implement create-story test
hylom [Wed, 29 Aug 2018 12:31:48 +0000 (21:31 +0900)]
browser-test: implement create-story test

5 years agocss: add style file for editor
hylom [Wed, 29 Aug 2018 12:31:31 +0000 (21:31 +0900)]
css: add style file for editor

5 years agotemplate: fix article editor to wirk correctly
hylom [Wed, 29 Aug 2018 12:30:56 +0000 (21:30 +0900)]
template: fix article editor to wirk correctly

5 years agojs: fix editor related code to make more readable
hylom [Wed, 29 Aug 2018 12:30:04 +0000 (21:30 +0900)]
js: fix editor related code to make more readable

5 years agoController::API::Story: fix to work correctly
hylom [Wed, 29 Aug 2018 12:28:51 +0000 (21:28 +0900)]
Controller::API::Story: fix to work correctly

5 years agotemplate: suppress vuejs's info message
hylom [Tue, 28 Aug 2018 10:50:51 +0000 (19:50 +0900)]
template: suppress vuejs's info message

5 years agobrowser-test: sepalate post-submision test and create-story test
hylom [Tue, 28 Aug 2018 10:50:25 +0000 (19:50 +0900)]
browser-test: sepalate post-submision test and create-story test

5 years agobrowser-test: add some helper functions
hylom [Tue, 28 Aug 2018 10:49:27 +0000 (19:49 +0900)]
browser-test: add some helper functions

5 years agobrowser-test: anonymous submission test implemented
hylom [Fri, 24 Aug 2018 12:34:35 +0000 (21:34 +0900)]
browser-test: anonymous submission test implemented

5 years agotemplate: fix for updated ReCaptcha plugin
hylom [Fri, 24 Aug 2018 12:34:08 +0000 (21:34 +0900)]
template: fix for updated ReCaptcha plugin

5 years agojs: clean up article editor related codes
hylom [Fri, 24 Aug 2018 12:33:21 +0000 (21:33 +0900)]
js: clean up article editor related codes

5 years agoNewslash::Web: enable ReCaptcha plugin in test mode
hylom [Fri, 24 Aug 2018 12:32:15 +0000 (21:32 +0900)]
Newslash::Web: enable ReCaptcha plugin in test mode

5 years agoPlugin::ReCaptcha: add "insert_recaptcha" helper
hylom [Fri, 24 Aug 2018 12:30:10 +0000 (21:30 +0900)]
Plugin::ReCaptcha: add "insert_recaptcha" helper

 * deprecate captcha/recaptcha template

5 years agoPlugin::NewslashHelpers: add "declare" and "insert_code" helper
hylom [Fri, 24 Aug 2018 12:28:52 +0000 (21:28 +0900)]
Plugin::NewslashHelpers: add "declare" and "insert_code" helper

5 years agoPlugin::TT2Renderer: add "config" template variable
hylom [Fri, 24 Aug 2018 10:18:25 +0000 (19:18 +0900)]
Plugin::TT2Renderer: add "config" template variable

5 years agojs: fix content editor to work correctly
hylom [Thu, 23 Aug 2018 11:54:32 +0000 (20:54 +0900)]
js: fix content editor to work correctly

5 years agobrowser-test: add helper modules
hylom [Thu, 23 Aug 2018 11:54:20 +0000 (20:54 +0900)]
browser-test: add helper modules

5 years agobrowser-test: implement test helper module
hylom [Wed, 22 Aug 2018 12:38:46 +0000 (21:38 +0900)]
browser-test: implement test helper module

5 years agobrowser-test: fix Dockerfile and Makefile
hylom [Mon, 20 Aug 2018 10:16:21 +0000 (19:16 +0900)]
browser-test: fix Dockerfile and Makefile

5 years agobrowser-test: remove build script and add Makefile
hylom [Mon, 20 Aug 2018 09:52:36 +0000 (18:52 +0900)]
browser-test: remove build script and add Makefile

5 years agotest-container: cleanup scripts
hylom [Mon, 20 Aug 2018 09:45:53 +0000 (18:45 +0900)]
test-container: cleanup scripts

5 years agoPlugin::KeyValueStore: support 'index_number' config variable
hylom [Fri, 17 Aug 2018 11:21:03 +0000 (20:21 +0900)]
Plugin::KeyValueStore: support 'index_number' config variable

5 years agoCommand: add databaseinit command
hylom [Fri, 17 Aug 2018 11:01:36 +0000 (20:01 +0900)]
Command: add databaseinit command

5 years agoModel::Globjs: add exception routine forgetGlobjTypes()
hylom [Fri, 17 Aug 2018 11:01:01 +0000 (20:01 +0900)]
Model::Globjs: add exception routine forgetGlobjTypes()

5 years agoCommnand: bypass "-f" flag checking when test mode
hylom [Fri, 17 Aug 2018 11:00:14 +0000 (20:00 +0900)]
Commnand: bypass "-f" flag checking when test mode

5 years agoutils: move SQL files from src/utils/ to data/
hylom [Fri, 17 Aug 2018 10:59:31 +0000 (19:59 +0900)]
utils: move SQL files from src/utils/ to data/

5 years agoCommand: update documentation
hylom [Fri, 17 Aug 2018 10:00:48 +0000 (19:00 +0900)]
Command: update documentation

5 years agoCommand: add Newslash::Command and implement danger/experimental flag
hylom [Fri, 17 Aug 2018 09:54:11 +0000 (18:54 +0900)]
Command: add Newslash::Command and implement danger/experimental flag

5 years agoModel::User: add passwords() methods and Users::Passowords class
hylom [Thu, 16 Aug 2018 12:13:47 +0000 (21:13 +0900)]
Model::User: add passwords() methods and Users::Passowords class

5 years agoCommand: rename adduser to useradd, add usermod
hylom [Thu, 16 Aug 2018 12:13:24 +0000 (21:13 +0900)]
Command: rename adduser to useradd, add usermod

5 years agofix permission
hylom [Thu, 16 Aug 2018 11:40:29 +0000 (20:40 +0900)]
fix permission

5 years agoadd administrtor commands
hylom [Thu, 16 Aug 2018 11:40:06 +0000 (20:40 +0900)]
add administrtor commands

5 years agoutils: add database related tools
hylom [Thu, 16 Aug 2018 10:19:17 +0000 (19:19 +0900)]
utils: add database related tools

5 years agoutils: fix SQLs
hylom [Thu, 16 Aug 2018 10:18:59 +0000 (19:18 +0900)]
utils: fix SQLs

5 years agobrowser-test: add login test script
hylom [Thu, 9 Aug 2018 12:51:56 +0000 (21:51 +0900)]
browser-test: add login test script

5 years agoadd browser-test for browser test automation
hylom [Tue, 7 Aug 2018 11:55:57 +0000 (20:55 +0900)]
add browser-test for browser test automation

5 years agojs: add domUtil utility functions
hylom [Mon, 6 Aug 2018 10:39:38 +0000 (19:39 +0900)]
js: add domUtil utility functions

5 years agoadd System.static_dir config vars
hylom [Mon, 6 Aug 2018 09:33:35 +0000 (18:33 +0900)]
add System.static_dir config vars