OSDN Git Service

newslash/newslash.git
2017-03-31 hylomt: add api/moderation.t
2017-03-31 hylomUtil::Test: create_user can take passwd argument
2017-03-31 hylomModel::Journals: fix warnings
2017-03-31 hylomt: remove api.t
2017-03-31 hylomt: devide api.t to api/{comment|story|submission}.t
2017-03-31 hylomt: fix warnings in models/events.t
2017-03-31 hylomt: delete models/people.t
2017-03-31 hylomt: merge models/people.t to models/relations.t
2017-03-30 hylomt: add relations.t, stories.t, submissions.t to models/
2017-03-30 hylomt: rewrite model/users.t
2017-03-30 hylomModel::Users: create random password when password...
2017-03-30 hylomModel::Submissions: add fullhost_to_domain() and hard_d...
2017-03-30 hylomModel::Submissions: fix update() to work correctly
2017-03-30 hylomModel::Submissions: now use submission_id and id parame...
2017-03-30 hylomt: rewrite models/moderations.t, models/metamoderations.t
2017-03-30 hylomUtil::Test: add create_admin_user()
2017-03-30 hylomModel::Moderations: rollback when error occured in...
2017-03-30 hylomModel::Comments: fix select() occurs error when multipl...
2017-03-30 hylomModel::Base: fix rollback() clear errors
2017-03-29 hylomUtil::Test: add create_users(), create_comment(), creat...
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
next