OSDN Git Service

move unused (deprecated) files
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Model / Comments.pm
2019-02-01 hylommove unused (deprecated) files
2018-09-04 hylomModel: restructure Model::Users
2018-04-27 hylomModel: implement firehose related clean-up codes
2017-12-04 hylomintroduce "full_text" property for comment, journal...
2017-09-26 hylomremove filter function from models, and implement them...
2017-09-25 hylomimplement FACULITY system
2017-09-25 hylom * Model::Comments: hard_delete() now can take discussi...
2017-09-25 hylom * Model::Comments: fix some parameters
2017-09-20 hylom * Model::Comments: add count()
2017-07-21 hylom * Model::Comments: _generalize() support "public"...
2017-07-21 hylom * Model::Comments: select() now uses query builders...
2017-07-21 hylom * Model::Cowrapper: rename build_orderby_clause()...
2017-06-28 hylomrename Util::Formatters::format_datetime() to datetime_...
2017-06-26 hylom * Model::Comments: fix select() to work order_by parameter
2017-05-19 hylomModel: add Cowrapper.pm and move some functions from...
2017-04-21 hylomtemplate: fix timestamp formatting
2017-03-30 hylomModel::Comments: fix select() occurs error when multipl...
2017-03-28 hylomModel::Comments: fix update() cannot work when $param...
2017-03-28 hylomModel::Comments: add hard_delete()
2017-03-23 hylomModel::Comments: fix a problem select() can returns...
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-17 hylomModel::Comments: fix select order to show comment tree...
2017-03-16 hylomModel: add checking code with check_readonly() to metho...
2017-02-17 hylomModel::Comments: add _generalize() and fix select(...
2017-02-03 hylomModel::Comments: add 'is_login' parameter to comments...
2017-02-02 hylomModel::Comments: fix update method not to use user...
2017-01-31 hylomModel::Comments: fix error messasge,
2017-01-27 hylomModel::Comments: update select method, now learn sid...
2017-01-27 hylomModel::Base: rename commit_transaction and rollback_tra...
2017-01-20 hylomModel::Users: separete update_* method from update...
2017-01-20 hylomModel::Comments: fix parameter stoid, sid, discussion_i...
2017-01-20 hylomModel::Comments: fix SQL in select method
2017-01-18 hylomModel::Comments: fix update method's return value
2017-01-17 hylomModel::Comments: fix forgetten right curly bracket
2017-01-17 hylomModel::Comment: implement update method
2016-12-21 hylomModel::User: rename user hash's 'login' and 'admin...
2016-12-21 hylomModel::Comments: fix 'select' method to make expandable
2016-10-31 hylomModel::Comments: 'select' method do not make comment...
2016-10-30 hylomModel::Comments: now 'select' method returns Hash,...
2016-10-29 hylomMode::Comments: fix select method
2016-10-28 hylomModel::Comments: fix create method
2016-10-21 hylomModel::Comments: implement 'create' method
2016-10-20 hylomModel::Comments: update 'create' method
2016-10-19 hylomModel::Comments: add 'firehose_createItemFromComment...
2016-10-19 hylomModel::Comments: add create method
2016-10-03 hylomrename dev -> src