OSDN Git Service

newslash/newslash.git
5 years agoimplement filtering feature for timeline (currently works journal only) v0.1.11
hylom [Wed, 20 Mar 2019 13:35:05 +0000 (22:35 +0900)]
implement filtering feature for timeline (currently works journal only)

5 years agomake admin user to see firehose item's score v0.1.10
hylom [Tue, 19 Mar 2019 10:34:42 +0000 (19:34 +0900)]
make admin user to see firehose item's score

5 years agocss: fix wiki contents navigation style
hylom [Wed, 13 Mar 2019 12:20:44 +0000 (21:20 +0900)]
css: fix wiki contents navigation style

5 years agoadd faq pages and fix wiki-based contents CSS
hylom [Wed, 13 Mar 2019 09:24:53 +0000 (18:24 +0900)]
add faq pages and fix wiki-based contents CSS

5 years agoPlugin::WikiContentsReader: add proxy support
hylom [Tue, 12 Mar 2019 08:48:36 +0000 (17:48 +0900)]
Plugin::WikiContentsReader: add proxy support

5 years agotest-container: fix directory structure
hylom [Tue, 12 Mar 2019 08:48:20 +0000 (17:48 +0900)]
test-container: fix directory structure

5 years agoPlugin: add WikiContentsReader
hylom [Mon, 11 Mar 2019 13:58:31 +0000 (22:58 +0900)]
Plugin: add WikiContentsReader

5 years agofix user homepage design
hylom [Fri, 8 Mar 2019 14:06:55 +0000 (23:06 +0900)]
fix user homepage design

5 years agofix user's fans/foes/anti page (#7641, #7642, #7643)
hylom [Fri, 8 Mar 2019 13:41:40 +0000 (22:41 +0900)]
fix user's fans/foes/anti page (#7641, #7642, #7643)

5 years agoModel::Users: fix get_user_config()
hylom [Fri, 8 Mar 2019 13:41:08 +0000 (22:41 +0900)]
Model::Users: fix get_user_config()

5 years agoModel::Stories: check firehose entry's type in select()
hylom [Fri, 8 Mar 2019 11:46:27 +0000 (20:46 +0900)]
Model::Stories: check firehose entry's type in select()

5 years agodomtest: fix journal url
hylom [Fri, 8 Mar 2019 11:04:38 +0000 (20:04 +0900)]
domtest: fix journal url

5 years agoModel::Stories: fix select() to hide non-public (preview) firehose item
hylom [Fri, 8 Mar 2019 10:31:47 +0000 (19:31 +0900)]
Model::Stories: fix select() to hide non-public (preview) firehose item

5 years agotimeline: show future/non-public stories to author
hylom [Fri, 8 Mar 2019 10:31:03 +0000 (19:31 +0900)]
timeline: show future/non-public stories to author

5 years agohide future or not private story in archive page (#7665)
hylom [Fri, 8 Mar 2019 10:09:44 +0000 (19:09 +0900)]
hide future or not private story in archive page (#7665)

5 years agofix user journal's url (#7663)
hylom [Fri, 8 Mar 2019 09:45:43 +0000 (18:45 +0900)]
fix user journal's url (#7663)

5 years agotemplate: fix path indication in /not_found template
hylom [Fri, 8 Mar 2019 09:44:41 +0000 (18:44 +0900)]
template: fix path indication in /not_found template

5 years agoPlugin::NewslashHelpers: add the_path() helper
hylom [Fri, 8 Mar 2019 09:44:22 +0000 (18:44 +0900)]
Plugin::NewslashHelpers: add the_path() helper

5 years agoPlugin::Stats: fix debug log
hylom [Fri, 8 Mar 2019 09:14:02 +0000 (18:14 +0900)]
Plugin::Stats: fix debug log

5 years agoeventd: more verbose error and info message
hylom [Thu, 7 Mar 2019 12:38:12 +0000 (21:38 +0900)]
eventd: more verbose error and info message

5 years agoPlugin::Sendmail: add smtp default timeout parameter
hylom [Thu, 7 Mar 2019 12:27:12 +0000 (21:27 +0900)]
Plugin::Sendmail: add smtp default timeout parameter

5 years agoEventd: show handler execption
hylom [Thu, 7 Mar 2019 12:26:57 +0000 (21:26 +0900)]
Eventd: show handler execption

5 years agoeventd: change some error message's log level
hylom [Thu, 7 Mar 2019 11:31:14 +0000 (20:31 +0900)]
eventd: change some error message's log level

5 years agoadd stats sampling codes
hylom [Thu, 7 Mar 2019 11:31:00 +0000 (20:31 +0900)]
add stats sampling codes

5 years agoEventd: add Eventd.log_level config parameter
hylom [Thu, 7 Mar 2019 10:47:46 +0000 (19:47 +0900)]
Eventd: add Eventd.log_level config parameter

5 years agoEventd: add exception handling
hylom [Thu, 7 Mar 2019 10:04:25 +0000 (19:04 +0900)]
Eventd: add exception handling

5 years agoPlugin::Sendmail: add sendmail command transport support
hylom [Wed, 6 Mar 2019 15:52:04 +0000 (00:52 +0900)]
Plugin::Sendmail: add sendmail command transport support

5 years agotemplate: add /package_revision
hylom [Wed, 6 Mar 2019 14:40:23 +0000 (23:40 +0900)]
template: add /package_revision

5 years agoModel::WebMessages: fix transaction related problems v0.1.9
hylom [Wed, 6 Mar 2019 13:03:43 +0000 (22:03 +0900)]
Model::WebMessages: fix transaction related problems

5 years agoadd helper script: newslash_stats_aggregator
hylom [Wed, 6 Mar 2019 12:56:50 +0000 (21:56 +0900)]
add helper script: newslash_stats_aggregator

5 years agoenable story hits counting
hylom [Wed, 6 Mar 2019 12:56:21 +0000 (21:56 +0900)]
enable story hits counting

5 years agoPlugin:KeyValueStore: add hkeys() and atomic_hdel()
hylom [Wed, 6 Mar 2019 12:55:37 +0000 (21:55 +0900)]
Plugin:KeyValueStore: add hkeys() and atomic_hdel()

5 years agoModel: fix transaction counter related problems
hylom [Wed, 6 Mar 2019 12:55:19 +0000 (21:55 +0900)]
Model: fix transaction counter related problems

5 years agoPlugin: rename Statics to Stats
hylom [Wed, 6 Mar 2019 12:54:33 +0000 (21:54 +0900)]
Plugin: rename Statics to Stats

5 years agot: fix plugins/preprocessor test false positive
hylom [Wed, 6 Mar 2019 09:46:48 +0000 (18:46 +0900)]
t: fix plugins/preprocessor test false positive

5 years agot: fix plugins/preprocessor test
hylom [Wed, 6 Mar 2019 05:47:50 +0000 (14:47 +0900)]
t: fix plugins/preprocessor test

5 years agofix comment tree indentation
hylom [Tue, 5 Mar 2019 14:45:09 +0000 (23:45 +0900)]
fix comment tree indentation

5 years agofix sidebar related problems
hylom [Tue, 5 Mar 2019 14:35:24 +0000 (23:35 +0900)]
fix sidebar related problems

5 years agoPlugin::Preprocessor: get_content() support {reload => 1} option
hylom [Tue, 5 Mar 2019 14:34:40 +0000 (23:34 +0900)]
Plugin::Preprocessor: get_content() support {reload => 1} option

5 years agoPlugin::JavaScriptLoader: fix error when load bundled .js file
hylom [Tue, 5 Mar 2019 14:33:38 +0000 (23:33 +0900)]
Plugin::JavaScriptLoader: fix error when load bundled .js file

5 years agocss: fix active button style
hylom [Tue, 5 Mar 2019 14:32:56 +0000 (23:32 +0900)]
css: fix active button style

5 years agoSearch: fix error message and argument handling
hylom [Mon, 4 Mar 2019 10:36:03 +0000 (19:36 +0900)]
Search: fix error message and argument handling

5 years agoPlugin::UserAuth: fix do_login() to work correctly
hylom [Mon, 4 Mar 2019 04:58:05 +0000 (13:58 +0900)]
Plugin::UserAuth: fix do_login() to work correctly

5 years agofix profile in journal page's sidebar
hylom [Fri, 1 Mar 2019 11:52:20 +0000 (20:52 +0900)]
fix profile in journal page's sidebar

5 years agofix user.config structure
hylom [Fri, 1 Mar 2019 11:51:55 +0000 (20:51 +0900)]
fix user.config structure

5 years agoupdate 404/500 page and add styles
hylom [Fri, 1 Mar 2019 11:50:00 +0000 (20:50 +0900)]
update 404/500 page and add styles

5 years agoPlugin::JavaScriptLoader: fix path prefix problem
hylom [Fri, 1 Mar 2019 10:01:04 +0000 (19:01 +0900)]
Plugin::JavaScriptLoader: fix path prefix problem

5 years agoModel::Stories: fix transaction problem in add_related_story()
hylom [Fri, 1 Mar 2019 09:50:41 +0000 (18:50 +0900)]
Model::Stories: fix transaction problem in add_related_story()

5 years agoPlugin::JavaScriptLoader: fix encoding and gzipped content related problem v0.1.8
hylom [Thu, 28 Feb 2019 12:54:01 +0000 (21:54 +0900)]
Plugin::JavaScriptLoader: fix encoding and gzipped content related problem

5 years agoPlugin::Preprocessor: fix encoding and gziped content problem
hylom [Thu, 28 Feb 2019 12:53:17 +0000 (21:53 +0900)]
Plugin::Preprocessor: fix encoding and gziped content problem

5 years agoPlugin::CompositeCache: add hash_set() and hash_get()
hylom [Thu, 28 Feb 2019 12:52:27 +0000 (21:52 +0900)]
Plugin::CompositeCache: add hash_set() and hash_get()

5 years agoPlugin::KeyValueStore: add hash_set() and hash_get()
hylom [Thu, 28 Feb 2019 12:52:00 +0000 (21:52 +0900)]
Plugin::KeyValueStore: add hash_set() and hash_get()

5 years agoPlugin::Preprocessor: fix cache related problem
hylom [Wed, 27 Feb 2019 11:23:26 +0000 (20:23 +0900)]
Plugin::Preprocessor: fix cache related problem

5 years agoadd 404/500 template
hylom [Tue, 26 Feb 2019 10:51:36 +0000 (19:51 +0900)]
add 404/500 template

5 years agoadd System.session_expiration config value to define session expiration
hylom [Tue, 26 Feb 2019 10:35:31 +0000 (19:35 +0900)]
add System.session_expiration config value to define session expiration

5 years agoupdate escape-html
hylom [Tue, 26 Feb 2019 10:16:14 +0000 (19:16 +0900)]
update escape-html

5 years agoupdate escape-html.js
hylom [Mon, 25 Feb 2019 10:34:55 +0000 (19:34 +0900)]
update escape-html.js

5 years agoblock advertise in login page (/login)
hylom [Fri, 22 Feb 2019 11:56:25 +0000 (20:56 +0900)]
block advertise in login page (/login)

5 years agofix comment archive (/comment/yy/mm/dd/) to work
hylom [Fri, 22 Feb 2019 11:52:29 +0000 (20:52 +0900)]
fix comment archive (/comment/yy/mm/dd/) to work

5 years agoPlugin::Preprocessor: fix cache refreshing related codes
hylom [Fri, 15 Feb 2019 11:22:38 +0000 (20:22 +0900)]
Plugin::Preprocessor: fix cache refreshing related codes

5 years agoPlugin::Preprocessor: fix get_path()
hylom [Fri, 15 Feb 2019 11:03:40 +0000 (20:03 +0900)]
Plugin::Preprocessor: fix get_path()

5 years agoPlugin::Preprocessor: fix cache miss handling in get_path()
hylom [Fri, 15 Feb 2019 10:42:27 +0000 (19:42 +0900)]
Plugin::Preprocessor: fix cache miss handling in get_path()

5 years agoPlugin::Preprocessor: fix cache missing handling
hylom [Fri, 15 Feb 2019 10:26:35 +0000 (19:26 +0900)]
Plugin::Preprocessor: fix cache missing handling

5 years agoPlugin::CompositeCache: fix config initializer
hylom [Fri, 15 Feb 2019 10:16:40 +0000 (19:16 +0900)]
Plugin::CompositeCache: fix config initializer

5 years agoCommand::configdump: fix encoding error
hylom [Fri, 15 Feb 2019 10:16:26 +0000 (19:16 +0900)]
Command::configdump: fix encoding error

5 years agouse format_htmltext() helper instead of escape_title()
hylom [Thu, 14 Feb 2019 11:52:03 +0000 (20:52 +0900)]
use format_htmltext() helper instead of escape_title()

5 years agoadd Model::Stories::RelatedStories
hylom [Thu, 7 Feb 2019 13:26:00 +0000 (22:26 +0900)]
add Model::Stories::RelatedStories

5 years agoModel::Stories: support tag and related stories setting in create()
hylom [Thu, 7 Feb 2019 13:25:38 +0000 (22:25 +0900)]
Model::Stories: support tag and related stories setting in create()

5 years agoModel::Tags: fix error message in add()
hylom [Thu, 7 Feb 2019 13:25:16 +0000 (22:25 +0900)]
Model::Tags: fix error message in add()

5 years agofix text format-related functions
hylom [Thu, 7 Feb 2019 13:24:58 +0000 (22:24 +0900)]
fix text format-related functions

5 years agoWeb: print log level setting on startup
hylom [Thu, 7 Feb 2019 13:24:08 +0000 (22:24 +0900)]
Web: print log level setting on startup

5 years agoModel::Users: fix sub-model accessor
hylom [Thu, 7 Feb 2019 13:23:47 +0000 (22:23 +0900)]
Model::Users: fix sub-model accessor

5 years agofix and inregrate text formatting functions v0.1.7
hylom [Fri, 1 Feb 2019 10:28:58 +0000 (19:28 +0900)]
fix and inregrate text formatting functions

5 years agoUtil::TestMan: add documentations
hylom [Fri, 1 Feb 2019 10:28:32 +0000 (19:28 +0900)]
Util::TestMan: add documentations

5 years agomove unused (deprecated) files
hylom [Fri, 1 Feb 2019 10:26:52 +0000 (19:26 +0900)]
move unused (deprecated) files

5 years agodebian: fix searchd sample config file name
hylom [Thu, 31 Jan 2019 12:12:20 +0000 (21:12 +0900)]
debian: fix searchd sample config file name

5 years agoController::API::Story: fix post()
hylom [Thu, 31 Jan 2019 12:09:58 +0000 (21:09 +0900)]
Controller::API::Story: fix post()

5 years agoPlugin::UserAuth: fix _get_anonymous_user() cache usage
hylom [Thu, 31 Jan 2019 11:40:03 +0000 (20:40 +0900)]
Plugin::UserAuth: fix _get_anonymous_user() cache usage

5 years agoPlugin::CompositeCache: more verbose error message
hylom [Thu, 31 Jan 2019 11:39:45 +0000 (20:39 +0900)]
Plugin::CompositeCache: more verbose error message

5 years agorefactor to use ccache
hylom [Thu, 31 Jan 2019 11:29:54 +0000 (20:29 +0900)]
refactor to use ccache

5 years agoPlugin: implement CompositeCache
hylom [Wed, 30 Jan 2019 12:07:26 +0000 (21:07 +0900)]
Plugin: implement CompositeCache

5 years agons_search: use /etc/searchd_gunicorn.conf for host/port settings
hylom [Fri, 25 Jan 2019 10:50:45 +0000 (19:50 +0900)]
ns_search: use /etc/searchd_gunicorn.conf for host/port settings

5 years agons_search: now 'Database.host' accepts "host:port" style value
hylom [Fri, 25 Jan 2019 10:22:50 +0000 (19:22 +0900)]
ns_search: now 'Database.host' accepts "host:port" style value

5 years agoadd PostFilter test and fix to work PostFilter
hylom [Thu, 24 Jan 2019 10:39:05 +0000 (19:39 +0900)]
add PostFilter test and fix to work PostFilter

5 years agoModel::Users: fix hard_delete to not show some non-error message
hylom [Thu, 24 Jan 2019 10:38:34 +0000 (19:38 +0900)]
Model::Users: fix hard_delete to not show some non-error message

5 years agoUtil::TestMan: fix create_admin()
hylom [Thu, 24 Jan 2019 10:38:04 +0000 (19:38 +0900)]
Util::TestMan: fix create_admin()

5 years agoimplement post filter manager
hylom [Wed, 23 Jan 2019 11:59:30 +0000 (20:59 +0900)]
implement post filter manager

5 years agocreate /admin/filter
hylom [Fri, 11 Jan 2019 10:28:36 +0000 (19:28 +0900)]
create /admin/filter

5 years agoimplement filter admin API
hylom [Thu, 10 Jan 2019 12:07:09 +0000 (21:07 +0900)]
implement filter admin API

5 years agoPlugin::PostFilter: fix typo and unused debug message
hylom [Thu, 10 Jan 2019 12:06:24 +0000 (21:06 +0900)]
Plugin::PostFilter: fix typo and unused debug message

5 years agoModel::Cowrapper: fix generic_insert to return last_insert_id
hylom [Wed, 9 Jan 2019 11:45:18 +0000 (20:45 +0900)]
Model::Cowrapper: fix generic_insert to return last_insert_id

5 years agocreate Model::Filters
hylom [Wed, 9 Jan 2019 11:45:07 +0000 (20:45 +0900)]
create Model::Filters

5 years agoPlugin::PostFilter: implement experimental and basic functions
hylom [Wed, 9 Jan 2019 10:39:45 +0000 (19:39 +0900)]
Plugin::PostFilter: implement experimental and basic functions

5 years agoimplement journals RSS
hylom [Tue, 8 Jan 2019 10:50:52 +0000 (19:50 +0900)]
implement journals RSS

5 years agoPlugin::DefaultConfig: add Site.publisher
hylom [Tue, 8 Jan 2019 10:50:30 +0000 (19:50 +0900)]
Plugin::DefaultConfig: add Site.publisher

5 years agoModel::Stories: get_related_items returls full stories object
hylom [Tue, 8 Jan 2019 10:50:03 +0000 (19:50 +0900)]
Model::Stories: get_related_items returls full stories object

5 years agotemplate: fix story RSS template
hylom [Tue, 8 Jan 2019 10:38:20 +0000 (19:38 +0900)]
template: fix story RSS template

5 years agoRSS: generate title, link and date element correctly
hylom [Tue, 8 Jan 2019 09:48:04 +0000 (18:48 +0900)]
RSS: generate title, link and date element correctly

5 years agoPlugin::NewslashHelper: _format_timestamp can accept "now" arguments
hylom [Tue, 8 Jan 2019 09:47:00 +0000 (18:47 +0900)]
Plugin::NewslashHelper: _format_timestamp can accept "now" arguments

5 years agoPlugin::Sendmail: don't send mail when mode is 'test'
hylom [Tue, 8 Jan 2019 09:03:03 +0000 (18:03 +0900)]
Plugin::Sendmail: don't send mail when mode is 'test'