OSDN Git Service

newslash/newslash.git
2017-03-29 hylomt: fix models/messages.t
2017-03-29 hylomt: update models/journals.t test to remove diag()
2017-03-29 hylomt: add models/discussions/t
2017-03-29 hylomModel::Discussions: fix update() and now use 'discussio...
2017-03-28 hylomutils/db_scripts: add sqls
2017-03-28 hylomt: models/comment.t: fix to work
2017-03-28 hylomt: api/relation: now use Newslash::Util::Test
2017-03-28 hylomUtil::Test: fix create_user to work
2017-03-28 hylomModel::Users: create() now take passwd argument, and...
2017-03-28 hylomModel::Users: rename random_password() to generate_rand...
2017-03-28 hylomModel::Stories: now works hard_delete()
2017-03-28 hylomModel::Stories: fix some warnings and add alias story...
2017-03-28 hylomModel::Stories: now create() returns stoid
2017-03-28 hylomModel::Stories: add error checks and fix warning to...
2017-03-28 hylomModel::SlashDB: createStory() returns (sid, stoid)...
2017-03-28 hylomModel::Comments: fix update() cannot work when $param...
2017-03-28 hylomModel::Comments: add hard_delete()
2017-03-24 hylomModel::Boxes: select() now can take name parameter
2017-03-24 hylomUtil: create Util::Test test utilities
2017-03-24 hylomt: add models/boxes.t
2017-03-23 hylomModel::Comments: fix a problem select() can returns...
2017-03-23 hylomWeb: implement /comments, /submissions
2017-03-23 hylomModel::Submissions: now select() can use for latest...
2017-03-23 hylomModel::Comments: fix limit/orderby order in select...
2017-03-23 hylomModel::Comments: select() now can take 'order_by' parameter
2017-03-23 hylomModel::Base: now build_orderby_clause() supports alias
2017-03-23 hylomModel::journals: fix SQL in latest()
2017-03-23 hylomWeb: implement /recent
2017-03-23 hylomModel::Timeline: add _select_global()
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
next