OSDN Git Service

newslash/newslash.git
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
2017-07-10 hylomshow topic icon in related stories box
2017-07-07 hylomtemplate: fix sidebar editor
2017-07-07 hylom * Plugin::QuasiStaticContent: more vorbose error message
2017-07-07 hylomtemplate: shorten site header
2017-07-07 hylomcss: separate some styles to acount-bar.less, nav-index...
2017-07-06 hylom Model::Journals: implemet count() and hard_delete...
2017-07-06 hylom * Model::Users: fix build_where_clause() patameter
2017-07-06 hylom * Util::TestMan: create_user() and create_admin()...
2017-07-06 hylom * Model::Cowrapper: change build_where_clause()'s...
2017-07-04 hylom * test-container/Dockerfile: update dependent packages
2017-07-04 hylom * Web::Controller::API::Story: fix to receive ISO8601...
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 hylomadd Template::Plpugin::MicroCalendar
2017-06-30 hylomcss: add archive related css
2017-06-30 hylomrefine editor code and to fix timestamp related problem
2017-06-30 hylomjs: move nsUtil's definition from base.js to ns-util.js
2017-06-30 hylom * template/archive/index_header: fix to suppress warni...
2017-06-30 hylom * Model::SlashDB: add warning message in createStory()
2017-06-30 hylomArchive: show "not found" message when no item found
2017-06-30 hylom * Model::Stories: fix typo
2017-06-29 hylomadd navigation to archive page
2017-06-29 hylom * Model::Stories: fix count() to work correctly
2017-06-28 hylomadd navigationheader to archive page (working...)
2017-06-28 hylom * Model::Stories: implement count()
2017-06-28 hylomrename Util::Formatters::format_datetime() to datetime_...
2017-06-27 hylommove archive page's handler to Web::Controller::Archive
2017-06-26 hylommove '/comments' handler from Web::Controller::Index...
2017-06-26 hylom * Model::Comments: fix select() to work order_by parameter
2017-06-26 hylom * Web::Controller::Poll: implement voting function
2017-06-23 hylom * js/vue-newslash.js: add poll/vote endpoints
2017-06-23 hylomimplement Poll related API
2017-06-23 hylom * Util::Test: create_user() and create_admin_user...
2017-06-23 hylom * Model::Polls: implement vote()
2017-06-23 hylomimplement Util::TestMan for more effcient testing
next