OSDN Git Service

newslash/newslash.git
2017-03-23 hylomPlugin::AccessLog::LocalFile: fix autoflush parameter...
2017-03-23 hylomcss: fix admin menu's submenu not shown, and folded...
2017-03-23 hylomtemplate: fix indent
2017-03-23 hylomjs:comments.js fix to render comment correctly
2017-03-23 hylomPlugin: AccessLog::LocalFile: change autoflush paramete...
2017-03-23 hylomWeb: add Log.level config option
2017-03-23 hylomWeb: fix problem when Log parameter not given in config...
2017-03-23 hylomdebian: create /var/log/newslash in newslash-core.postinst
2017-03-23 hylomdebian: fix typo in rules
2017-03-22 hylomtemplate: fix site header
2017-03-21 hylomdebian: update rules to create log directory
2017-03-21 hylomPlugins: add AccessLog plugin
2017-03-21 hylomWeb: change default config file format from json to...
2017-03-17 hylomWeb: add archive page (initial support)
2017-03-17 hylomModel::Stories: select() now take arguments: year,...
2017-03-17 hylomtemplate: fix template direcory structure
2017-03-17 hylomWeb: add comments
2017-03-17 hylomtemplate: unify some vue.js related parameter to 'x...
2017-03-17 hylomtemplate: rename common/layout parameters; sidebar...
2017-03-17 hylomtemplate: fix submission_editor related template and...
2017-03-17 hylomtemplate: fix journal_editor related template and js...
2017-03-17 hylomjs: fix comments.js to reduce vue.js warnings
2017-03-17 hylomModel::Comments: fix select order to show comment tree...
2017-03-17 hylomjs: fix comments.js and related tempalte to fix vue...
2017-03-17 hylomtemplate: move comment related templates to comment...
2017-03-17 hylomdebian: create pid file directory in postinst, and...
2017-03-16 hylomdebian: update newslash-sradjp.postinst to not start...
2017-03-16 hylommisc: update newslash.service
2017-03-16 hylomdebian: add dependency on libyaml-perl
2017-03-16 hylomWeb: use /etc/newslash/newslash.conf only production...
2017-03-16 hylomdebian: update rules, not include newslash_web.json
2017-03-16 hylomWeb: fix config file path
2017-03-16 hylomdebian: update rules to add newslash_eventd
2017-03-16 hylomEventd: now read /etc/newslash.conf as config YAML...
2017-03-16 hylomdebian: add sample config file
2017-03-16 hylomtest-container: update Dockerfile
2017-03-16 hylomPlugins: add YAMLConfig.pm
2017-03-16 hylomModel: add checking code with check_readonly() to metho...
2017-03-16 hylomModel::Base: add check_readonly()
2017-03-03 hylomt: fix models/events.t testcase
2017-03-03 hylomnewslash_eventd: restructure eventd, separate handlers...
2017-03-03 hylomEventd: rename BaseHandler to Handler and remove some...
2017-03-03 hylomModel::Events: add 'result' column to table
2017-03-02 hylomtemplate: add templates used from message
2017-03-02 hylomjs: fix some codes not working well in vuejs 2.x
2017-03-02 hylomscript/newslash_eventd: fix duplicate handler calling
2017-03-02 hylomEventd::BaseHander: fix journal_posted to work and...
2017-03-02 hylomModel::WebMessages: create() now needs $id arguments
2017-03-02 hylomModel::Messages: fix create() to use message_drop table
2017-03-02 hylomModel::Journals: now select() can receive 'journal_id...
2017-03-02 hylomModel::Events: add update() and type column name
2017-03-02 hylomModel::Base: fix generic_select() and build_where_claus...
2017-03-01 hylomEventd: implement experimental codes
2017-03-01 hylomModel::Events: add fetch()
2017-03-01 hylomPlugin::TT2Renderer: separate render code to render...
2017-03-01 hylomModel::WebMessages: add create()
2017-03-01 hylomModel::Messages: add create()
2017-02-28 hylomtemplate: add message settings to user/settings
2017-02-28 hylomtemplate: add my/mesasge
2017-02-28 hylomtemplate: use debug version vue.js when mode is not...
2017-02-28 hylomtemplate: fix common/comment to work with vue 2.x
2017-02-28 hylompublic/vue: add debug version .js files
2017-02-28 hylompublic/vue: update vue.min.js version to 2.2, vue-resou...
2017-02-28 hylomPlugin::EventQue: change trap target events
2017-02-28 hylomModel::Messages: rename 'is_selectable' column to ...
2017-02-28 hylomModel::Users: add update_message_config() and message...
2017-02-28 hylomModel::Metamoderations: fix create () to work
2017-02-28 hylomController::API::User: impelement message settings...
2017-02-28 hylomController::API::User: fix session cache update when...
2017-02-28 hylomController::API: POST handlers now emit event
2017-02-28 hylomModel::Moderations: create() return moderation id
2017-02-28 hylomModel::Metamoderations.pm: create() returns metamoderat...
2017-02-28 hylomtemplate: remove duplicate items from user/settings
2017-02-28 hylomModel::WebMessages: fix select() to return with from...
2017-02-28 hylomModel/Users: fix select_message_config() to return...
2017-02-28 hylomWeb: add /my/messages
2017-02-27 hylomtemplate: add messages count to site_header
2017-02-27 hylomPlugin::UserAuth: add message counts to user hash
2017-02-27 hylomPlugin::KeyValueStore: add cache()
2017-02-27 hylomModel: add WebMessages.pm
2017-02-27 hylomModel::Base: generic_select() can receive SQL
2017-02-24 hylomWeb: add messaging settings to /my/settings
2017-02-24 hylomController::API::User: accept type=messatge_config...
2017-02-24 hylomModel::Users: add select_message_config()
2017-02-24 hylomModel::Users: fix to work on_start_up()
2017-02-24 hylomModel::Messages: change scheme of ns_message_types
2017-02-24 hylomutils/db_scripts: add message_codes and people tables SQL
2017-02-24 hylomutils/migration_scripts: change schema of ns_message_ty...
2017-02-24 hylomModel::Base: now generic_select() and base_select(...
2017-02-24 hylomModel: add Messages.pm
2017-02-24 hylomModel::Loader: now on_start_up() in Models give $app...
2017-02-24 hylomPlugin::TT2Renderer: fix register() to work
2017-02-24 hylomutils: add message_types table migration tools below...
2017-02-23 hylomPlugin::AntiCsrf: use session token in validate_token...
2017-02-23 hylomPlugin::TT2Renderer: give controller object as argument...
2017-02-23 hylomPlugin::EventQue: create events when event emitted
2017-02-23 hylomController: add event emitter to Comment, Journal,...
2017-02-23 hylomPlugin: add EventQue
2017-02-23 hylomModel: add Events.pm
2017-02-23 hylomModel::Base: add clear_error() and generic_select()
next