OSDN Git Service

newslash/newslash.git
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
2017-09-22 hylomdelete unused js file
2017-09-22 hylomfix mobile layout design
2017-09-22 hylommove article page's related content box to sidebar
2017-09-22 hylom * Model::Polls: fix select() problem 'question_id...
2017-09-21 hylom Archive and Timeline support polls contents
2017-09-21 hylom * Util::Items: get_date_string_from_item() support...
2017-09-21 hylom * Model::Polls: add count(), rewrite select()
2017-09-20 hylomfix Controller stricture
2017-09-20 hylom * Model::Submissions: add count()
2017-09-20 hylom * Model::Stories: count() uses Cowrapper::generic_count()
2017-09-20 hylom * Model::Journals: count() uses Cowrapper::generic_count()
2017-09-20 hylom * Model::Comments: add count()
2017-09-20 hylom * Model::Cowrapper: add generic_count() and calculate_...
2017-09-20 hylomadd Newslash::Util::Items
2017-09-19 hylom * Model::Stories: fix update()
2017-09-19 hylom * Model::SlashDB: use strict mode
2017-09-19 hylom * Model::LegacyDB: fix problem cache_local_and_memcace...
2017-09-19 hylom * Model::Base: add debug(), error(), etc...
2017-09-15 hylomcss: add type-compat.less and remove duplicated entry
2017-09-15 hylom * Plugin::QuasiStaticContent: support command option...
2017-09-15 hylomtimeline now use Timeline.item_per_page parameter to...
2017-09-15 hylom * Model::Timeline: fix _generalize() for NTO-nized
2017-09-15 hylomimplement /popular
2017-09-15 hylom * Model::Timeline: fix query in _select_global to...
2017-09-06 hylomdebian: update rules to include feedfetcher
2017-09-06 hylomt: add some tests
2017-09-04 hylom * utils/migration_scripts: fix to more verbose
2017-09-04 hylomdelete not needed sql script
2017-09-01 hylomt: fix models/cowrapper.t
2017-09-01 hylom * Model::Feeds: export_all() now exclude 'update_time'
2017-09-01 hylom * Plugin::TT2Renderer: add error check to sidebar_func()
2017-09-01 hylom * Model::CustomBoxes: implement 'mysite' box
2017-09-01 hylomfix feed-editor's edit dialog
2017-09-01 hylomseparate Model::Users some code to Users::Configs and...
2017-09-01 hylom * Model::Cowrapper: fix build_order_by_clause()
2017-08-31 hylomrepository manager now support export/import boxes
2017-08-31 hylomjs: now boxes-editor uses newslash.admin methods
2017-08-31 hylomt: update some test codes
2017-08-31 hylom * Controller::API::Admin::Repository: rewrite export...
2017-08-31 hylomchange sidebar related API endpoints
2017-08-31 hylom * Plugin::TT2Renderer: comment-out unused variable
2017-08-31 hylom * Model::Users: convert_old_prefs() now convert slashb...
2017-08-31 hylom * Model::Boxes: implement export_all() and import_all...
2017-08-31 hylom* Model::Cowrapper: fix export_json() to work well
2017-08-31 hylomjs: add boxes related methods and some fixes for newsla...
2017-08-31 hylomjs: implement newslash.fail()
2017-08-30 hylomintroduce DateTimeFormatter plugin for TT2
2017-08-30 hylomdeprecate use of "users_prefs" table, so remove $user...
2017-08-30 hylom * js/blocking-manager.js: clear url form after adding...
2017-08-30 hylomt: fix to follow up for submissions url change
2017-08-29 hylommove functions from Web::Controller::Admin::Submiossion...
2017-08-29 hylomupdate blocking manager to work unblock
2017-08-29 hylomjs: fix blockItem() and unblockItem() to work
2017-08-29 hylomjs: fix newslash.js to work post() and urlParse()
2017-08-29 hylomimplement blocking manager screen
2017-08-29 hylomimplement blocking related API
2017-08-29 hylomjs: implement newslash.post() and blocking related...
2017-08-29 hylom * Model::Submission: fix to work update() when given...
2017-08-29 hylomtemplate: move common/admin_bar to admin/admin_bar
2017-08-29 hylomt: fix to use var/tmp for temporal directory
2017-08-29 hylom * Util::Formatter: fix datetime_to_string() to return...
2017-08-25 hylomimplement repository manager
2017-08-25 hylomjs: fix newslash.js and newslash-admin.js to work
2017-08-25 hylomupdate .gitignore to ignore src/repository
2017-08-25 hylomjs: introduce newslash JS libraries
2017-08-25 hylomimplement Repositry API for admin
2017-08-25 hylom * Model::Feeds: implement export_all() and import_all()
2017-08-25 hylom * Model::Cowrapper: fix import_json() and export_json()
2017-08-25 hylom * t: fix models/cowrapper to work
2017-08-25 hylom * Model::Cowrapper: fix import_json() to use quote...
next