OSDN Git Service

newslash/newslash.git
2017-08-25 hylom * Controller::API::Submission: fix post()
2017-08-25 hylom * Controller::API::Admin::Feed: check url and name...
2017-08-25 hylom * Web::Controller::Admin::Sidebar: fix update() to...
2017-08-25 hylom * Model::Submissions: fix typo
2017-08-25 hylomdebian: update control file
2017-08-24 hylom * Controller::API::Admin::Contents::Blocked: remove...
2017-08-24 hylomchange Model::Submissions::create()'s argument
2017-08-24 hylom * Model::Tags: fix to use Cow's transaction
2017-08-24 hylom * Model::Journals: fix update() and create() arguments...
2017-08-24 hylom * Model::Story: fix arguments update() and create...
2017-08-24 hylom * Model::Globjs: fix create() to use Cow's transaction
2017-08-24 hylom * Model::Submissions: change create()'s arguments
2017-08-24 hylom * Model::Discussions: change create()'s arguments...
2017-08-24 hylom * Model::Cowrapper: fix error handling
2017-08-24 hylom * Model::Submissions: delete latest()
2017-08-24 hylom * Model::Journals: fix select() and _generalize()...
2017-08-24 hylom * Model::Stories.pm: fix select() and _generalized...
2017-08-24 hylom * Model::Submissions: remove latest(), rewrite select...
2017-08-23 hylomadd blocked-contents manager for admin
2017-08-23 hylom * Model::Submissions: select() supports 'public' argument
2017-08-23 hylom * Model::Story: select() supports 'public' argument
2017-08-22 hylom * Model::Cowrapper: add export_json() and import_json()
2017-08-22 hylom * debian/control: add dependency
2017-08-04 hylomfix sidebar's CSS
2017-08-04 hylom * Plugin::TT2Renderer: pass user object to each model...
2017-08-04 hylomModel: add CustomBoxes
2017-08-04 hylomtemplate: admin/sidebar/defaults uses sidebar_editor...
2017-08-04 hylomfix sidebar config page's design and behavior
2017-08-04 hylomtemplate: delete admin/sidebar/list
2017-08-04 hylomtemplate: update sidebar editor
2017-08-04 hylom * js/boxes-editor.js: surpress vue's warnings, add...
2017-08-04 hylomcss: add admin/boxes-manager.less
2017-08-04 hylom * Web::Controller::Admin::Sidebar: fix problem cannot...
2017-08-04 hylom * Model::Boxes: fix update() cannot update title column
2017-08-03 hylomupdate .gitignore to ignore public key file
2017-08-03 hylomtemplate: fix feed and boxes manager
2017-08-03 hylom * utils/tools/import_sd_blocks: add codes for boxes...
2017-08-03 hylomt: update models/feeds.t
2017-08-03 hylom * Model::Feeds::Items: select() now support feed_name...
2017-08-03 hylom * Model::Feeds: add `name` column to ns_feeds table
2017-08-03 hylom * Model::Boxes: add `title` column to ns_boxes table
2017-08-03 hylom * Model::Boxes: add support for security_level and...
2017-08-03 hylom * Model::Boxes: add type column to ns_boxes table
2017-08-03 hylom * Model: add Model::Feeds::Items as feed_items
2017-08-03 hylom * Model::Feeds::Items: fix select() by feed_id
2017-08-03 hylom * Model::Boxes: change ns_boxes table definition ...
2017-08-03 hylom * Model::Feeds: add subscribers column to ns_feeds...
2017-08-02 hylomutils: add tools/import_sd_blocks.pl
2017-08-02 hylom * Model::Feeds: fetch_url() now can take timeout parameter
2017-08-02 hylom * FeedFetcher: use Newslash::Util->load_config()
2017-08-02 hylomadd Newslash::Util
2017-08-01 hylom * FeedFetcher: insert latest_fetch_time and latest_Fet...
2017-08-01 hylom * Model::Feeds: change ns_feeds.update_time not to...
2017-08-01 hylomadd newslash_feed_fetcher
2017-08-01 hylomt: fix feeds related test code
2017-08-01 hylomchange feed API's parameters
2017-08-01 hylom * Model::Feeds: fetch_url() takes ref of $url
2017-08-01 hylom * Model::Feeds: change ns_feed_items table definition
2017-07-28 hylomimplement feeds manager for admin
2017-07-28 hylom * Web::Controller::API::Admin::Feed: now can use ...
2017-07-28 hylom * Model::Feeds: change table definition because of...
2017-07-28 hylomimplement feed api
2017-07-28 hylom * Model::Feeds: rename fetch() to fetch_url()
2017-07-28 hylomtest-container: update Dockerfile
2017-07-28 hylom * Model::Feeds: add status column to ns_feeds table...
2017-07-27 hylomadd Feeds and Feeds::Items Models
2017-07-27 hylom * Web::Controller::API::Poll: fix vote() to suppress...
2017-07-27 hylom * t/models/stories.t: replace latest() to select(...
2017-07-27 hylom * Model::Cowrapper: fix _decode_param() to work correctly
2017-07-25 hylom * Model::Stories: remove latest()
2017-07-25 hylom * Model::Cowrapper: prepare to extend build_where_clause()
2017-07-25 hylom * Model::Cowrapper: cleanup codes
2017-07-25 hylom * Web::Controller::Index: use select() insted of latest()
2017-07-25 hylomimplement "default sidebar" settings for admin
2017-07-25 hylom/api/v1/users now support "user_id" parameter for admin
2017-07-25 hylom * Model::Networks: separate Activities.pm
2017-07-25 hylom * Model::Cowrapper: make calculate_time_range() public
2017-07-24 hylom * Model::Polls: now can take "question_id instead...
2017-07-24 hylom * Model::Cowrapper: fix build_where_clause always...
2017-07-24 hylomfix routing rules of archive page
2017-07-24 hylomtest: api/story.t more vorbose
2017-07-24 hylom * Web::Controller::API::Story: fix get() to work
2017-07-21 hylom * Model::Comments: _generalize() support "public"...
2017-07-21 hylom * Model::Journals: _generalize() support "public"...
2017-07-21 hylom * Model::Stories: select() uses query builder, support...
2017-07-21 hylomtemplate: fix sidebar editor form
2017-07-21 hylom * Model::Comments: select() now uses query builders...
2017-07-21 hylom * Model::Cowrapper: _calculate_time_range() now takes...
2017-07-21 hylom * Model::Journals: remove _latest(), and fix codes...
2017-07-21 hylom * Model::Cowrapper: rename build_orderby_clause()...
2017-07-19 hylomadd archive link to journals index
2017-07-19 hylomfix journal archive's item order
2017-07-19 hylom * Model::Stories: now story object has "id" property...
2017-07-19 hylomfix to show journal and submissions's timestamp correctly
2017-07-19 hylomfix archive page's calendar to work correctly
2017-07-13 hylomadd handler for journal archive
2017-07-13 hylomtemplate: rename some variables in archive
2017-07-13 hylom * Model::Journals: select() accept "year", "month...
2017-07-13 hylomModel::Cowrapper: build_where_clause() now support...
2017-07-11 hylomadd native-contents-ads to story
next