OSDN Git Service

Model::Tags: fix error message in add()
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Model / Tags.pm
2019-02-07 hylomModel::Tags: fix error message in add()
2018-01-30 hylom * Model::Firehose: fix select() to more quick query
2017-12-26 hylom * Model::Tags: set() now more robust for parameters
2017-11-16 hylom * Model::Tags: fix to work is_reserved_name correctly
2017-11-16 hylom * Model::Tags: add add(), del(), set() and select...
2017-09-28 hylom * Model::Tags: fix error to use any()
2017-09-28 hylom * Model::Tags: add is_reserved_name() and select_for_i...
2017-08-24 hylom * Model::Tags: fix to use Cow's transaction
2017-05-19 hylomModel: add Cowrapper.pm and move some functions from...
2017-04-27 hylomModel::Tags: suppress error when insert duplicate tag
2017-04-24 hylomModel::Tags: add get_topics(), rename selet() to select...
2017-03-16 hylomModel: add checking code with check_readonly() to metho...
2017-01-20 hylomModel::Tags: fix getTagnameDataFromIds for warnings
2017-01-17 hylomModel::Base: implement transaction system
2016-11-04 hylomModel::Tags: set_tag method can use $options->{dbh...
2016-10-31 hylomModel::Tags: add some methods from Slash
2016-10-28 hylomModel::Tags: add set_tag, create, select method
2016-10-21 hylomModel: add Tags and Vars