OSDN Git Service

newslash/newslash.git
2017-10-09 hylom * Model::Users: select() now fallback to _select_user()
2017-10-09 hylom * Util::TestMan: add create_submission()
2017-10-09 hylom * Model::Submissions: hard_delte() can take id parameter
2017-10-09 hylom * Model::Messages: fix return value of create()
2017-10-09 hylom * Model::Cowrapper: add gt/lt/ge/le where clause support
2017-10-09 hylomt: add test for eventd journal handler
2017-10-09 hylomEventd: fix journal:post handler
2017-10-09 hylom * Model::Journal: fix _generalize() for journal_id...
2017-10-08 hylomt: add eventd test
2017-10-08 hylomt: rewrite test for Model::Messages
2017-10-08 hylomEventd: fix Handler::Comment to work
2017-10-08 hylomEventd: add create_message() to Handler.pm
2017-10-08 hylom * Model::WebMessages: fix select(), add hard_delete()
2017-10-08 hylom * Model::Messages: change rewrite create(), now create...
2017-10-08 hylom * Model::Messages: remove _render()
2017-10-08 hylom * Model::Events: add select()
2017-10-08 hylomfix message related template
2017-10-08 hylomremove unused template
2017-10-08 hylom * Model::TestMan: add create_{comment|journal|story}()
2017-10-08 hylom * Util::Test: add create/delete comment/journal methods
2017-10-06 hylomEventd: Add/Fix Comment and Journal Handler
2017-10-06 hylom * Model::Messages: restructure create()
2017-10-06 hylom * Model::Journals: select() now accept "discussion_id...
2017-10-06 hylomfix design & layout for mobile
2017-10-05 hylomfix some designs for mobile
2017-10-05 hylom * Controller::API::Comment: check comment allowed...
2017-10-05 hylomfix comment allowed/denyed related problems
2017-10-05 hylom * Controller::Journal: use is_comment_allowed to check...
2017-10-05 hylom * Model::Relations: add is_friend_or_fof() and is_foe_...
2017-10-05 hylom * Model::Discussions: add is_comment_allowed()
2017-10-04 hylomadd some icons to comment form
2017-10-04 hylomcss: add transform.less
2017-10-04 hylomfix journal's comment settings to work
2017-10-04 hylomapply comment status to journal page
2017-10-04 hylomtemplate: change comment settings parameter's order
2017-10-04 hylomfix sidebar
2017-10-04 hylomchange create account page's url
2017-10-04 hylom * Model::Relations: fix friends() etc. parameters...
2017-10-04 hylom * Model::Journals: fix create() to set 'discussion...
2017-10-04 hylomfix comment style
2017-10-04 hylomfix pager style
2017-10-04 hylomtemplate: fix common/article/article for journal body...
2017-10-04 hylomadd /~<user>/journal for compatibility
2017-10-04 hylom * Plugin::Canonical: add canonical table
2017-10-04 hylom * Controller::APU::journal: fix 'promotype' parameter...
2017-10-04 hylomadd "enable auto preview" button to article editor
2017-10-04 hylomfix unwanted warn
2017-10-03 hylomfix design and layout for messages page
2017-10-03 hylomadd files for /admin/firehose
2017-10-03 hylomfix to show error message when login not failed
2017-10-03 hylomimplement /admin/firehose/<id> for test
2017-10-03 hylomtemplate: support feed type
2017-10-03 hylom * Model::Timeline: fix _select_global()
2017-10-03 hylom * Model::Cowrapper: fix generic_select()
2017-10-03 hylom * Newslash::Model: add select(), create(), hard_delete()
2017-10-03 hylom * Model::Submissions: fix to get valid primary_topics...
2017-10-03 hylom * Model::Journals: fix to not display non-public items
2017-10-02 hylomcss: fix sidebar stylesheet
2017-10-02 hylom * Controller::API::Admin::Feed: _fetch() now use globa...
2017-10-02 hylom * Model::Feeds: fetch_url() can accept hashref as...
2017-10-02 hylomFeedFetcher: use global config
2017-10-02 hylom * Model::Feeds: fetch_url() now support "http_proxy...
2017-10-02 hylomtemplate: add common/user
2017-10-02 hylomadd Plugin::Canonical
2017-10-02 hylomtemplate: fix noindex settings and add canonical tag...
2017-10-02 hylomtest-container: fix docker parameter to enable https
2017-09-29 hylomforce noindex all pages
2017-09-29 hylomfix User homepage
2017-09-29 hylom * Model::Users::Friends: fix _get_friends()
2017-09-29 hylom * Model::Journals: fix select() problem when uid given
2017-09-29 hylomtemplate: fix author's url
2017-09-29 hylom * js/ns-util.js: fix decodeMySQLDateTime() cannot...
2017-09-28 hylomnow supporting url only submission
2017-09-28 hylom * Model::Submissions: create() now supprot 'url' arguments
2017-09-28 hylom * Model::Tags: fix error to use any()
2017-09-28 hylomjs: fix getComments() in newslash.js
2017-09-28 hylom * Model::Timeline: fix tags related codes in select()
2017-09-28 hylom * Model::Submission: fix tags related codes
2017-09-28 hylom * Model::Journals: select() now returns tags informati...
2017-09-28 hylom * Model::Tags: add is_reserved_name() and select_for_i...
2017-09-27 hylomimplement motd
2017-09-27 hylom * Model::Timeline: implement _select_tags() to query...
2017-09-27 hylomfix some submission editor's design
2017-09-27 hylomrevert font size
2017-09-26 hylomt: add test for Model::Topics
2017-09-26 hylomeditor now support tag editing
2017-09-26 hylomcss: fix font size
2017-09-26 hylom * Model::Submission: support tagging in create()
2017-09-26 hylomadd Model::Topics
2017-09-26 hylomfix: preview not shown in submission page
2017-09-26 hylomdelete article-item.js
2017-09-26 hylomremove filter function from models, and implement them...
2017-09-25 hylomimplement FACULITY system
2017-09-25 hylomimplement comment single page
2017-09-25 hylomAPI: /v1/comment now can take 'parent_id' parameter
2017-09-25 hylom * Model::Comments: hard_delete() now can take discussi...
2017-09-25 hylom * Model::Comments: fix some parameters
2017-09-25 hylomjs: implement newslash.getComments
2017-09-22 hylomimplement comment single page
2017-09-22 hylom fix to show comment's timestamp as localtime
next