OSDN Git Service

show topic icon in related stories box
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Model / Stories.pm
2017-07-10 hylomshow topic icon in related stories box
2017-07-04 hylom * Model::Stories: select() now support "datetime_forma...
2017-07-04 hylom * Model::Stories: remove _latest()
2017-07-04 hylomcheck 'public' parameter when story/stories to show
2017-06-30 hylom * Model::Stories: fix typo
2017-06-29 hylom * Model::Stories: fix count() to work correctly
2017-06-28 hylom * Model::Stories: implement count()
2017-06-28 hylomrename Util::Formatters::format_datetime() to datetime_...
2017-06-05 hylom * Model::Stories: fix select() problem when no query...
2017-05-31 hylomtimezone preferences support for archive page
2017-05-29 hylom * Model::Stores: select() now accepct until and since...
2017-05-19 hylomModel: add Cowrapper.pm and move some functions from...
2017-04-28 hylomModel::Select: new latest() implementation using select()
2017-04-28 hylomModel::Stories: select()'s return values contain tag...
2017-04-27 hylomModel::Stories: add update()
2017-04-27 hylomModel::Stories: delete unused codes
2017-04-24 hylomModel::Stories: remove unused warnings
2017-04-21 hylomtemplate: fix timestamp formatting
2017-03-31 hylomModel::Stories: fix warnings
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-17 hylomModel::Stories: select() now take arguments: year,...
2017-03-16 hylomModel: add checking code with check_readonly() to metho...
2017-02-03 hylomModel::Stories: fix some lowercase words in SQL
2017-01-27 hylomModel::Stories: update select method, now learn 'submit...
2017-01-20 hylomModel::Story: add hard_delete method for future use
2017-01-19 hylomModel::Stories: check introtext exists in create method
2017-01-17 hylomModel::Base: implement transaction system
2016-11-22 hylomModel::Stories: fix unused warning message
2016-11-22 hylomModel::Stories: 'select' method can receive various...
2016-10-28 hylomModel::Stories: fix 'create' method to add tags
2016-10-27 hylomModel::Stories: fix 'create' method
2016-10-24 hylomModel: fix Stories, Submissions, SlashDB to implement...
2016-10-21 hylomModel::Stories: add 'create' method
2016-10-21 hylomModel::Stories: add 'set_dirty' method
2016-10-18 hylomModel::Stories: add related and parameters method
2016-10-18 hylomModel::Stories: add _generalize to generalize story...
2016-10-03 hylomrename dev -> src