OSDN Git Service

ns_search: hide unwanted console output when update all index
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Model / Stories.pm
2019-06-12 hylomModel::Stories: not to set 'neverdisplay' parameter...
2019-06-09 hylomModel::Stories: check tid in create() and update()
2019-06-07 hylomModel::Stories: fix update() to add primaryskid
2019-06-05 hylomArchive: fix navigation to show only valid page (#7748...
2019-06-05 hylomModel::Stories: fix introtext parameter check in create()
2019-06-04 hylomdelete submision after accepted
2019-05-10 hylomModel::Stories: update() returns stoid and sid when...
2019-04-01 hylomimplement /hof/
2019-03-29 hylomadd authors page
2019-03-22 hylomtimeline: add up/down vote feature for journal timeline
2019-03-19 hylommake admin user to see firehose item's score v0.1.10
2019-03-08 hylomModel::Stories: check firehose entry's type in select()
2019-03-08 hylomModel::Stories: fix select() to hide non-public (previe...
2019-03-06 hylomModel: fix transaction counter related problems
2019-03-01 hylomModel::Stories: fix transaction problem in add_related_...
2019-02-07 hylomModel::Stories: support tag and related stories setting...
2019-02-01 hylommove unused (deprecated) files
2019-01-31 hylomController::API::Story: fix post()
2019-01-08 hylomModel::Stories: get_related_items returls full stories...
2018-09-26 hylomModel::Stories: move some functions to Plugin::Stories
2018-09-20 hylomModel: fix some syntax errors
2018-09-07 hylomModel::Story: Implementing create2
2018-09-05 hylomModel: fix unworked functions
2018-09-04 hylomModel: restructure Model::Users
2018-08-31 hylomModel::Stories: bug fixes, change error message, add...
2018-08-29 hylomModel::Story: add 'hide_future' and 'public_only' flag...
2018-04-27 hylomModel: implement firehose related clean-up codes
2017-12-26 hylom * Model::Stories: add error handle code to create()
2017-12-04 hylom * Model::Stories: fix full_text property
2017-12-04 hylom * Model::Stories: fix to set full_text property correctly
2017-12-04 hylomintroduce "full_text" property for comment, journal...
2017-12-01 hylom * Model::Stories: select() now query story_param table...
2017-09-25 hylomimplement FACULITY system
2017-09-20 hylom * Model::Stories: count() uses Cowrapper::generic_count()
2017-09-19 hylom * Model::Stories: fix update()
2017-08-24 hylom * Model::Story: fix arguments update() and create...
2017-08-24 hylom * Model::Stories.pm: fix select() and _generalized...
2017-08-23 hylom * Model::Story: select() supports 'public' argument
2017-07-25 hylom * Model::Stories: remove latest()
2017-07-21 hylom * Model::Stories: select() uses query builder, support...
2017-07-21 hylom * Model::Cowrapper: rename build_orderby_clause()...
2017-07-19 hylom * Model::Stories: now story object has "id" property...
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