OSDN Git Service

newslash/newslash.git
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
2017-06-22 hylom * Model::Polls: add Answers and Voters child-class
2017-06-22 hylomadd vote page
2017-06-22 hylom * Plugin::AntiCsrf: support form style POST
2017-06-22 hylomimplement vote page
2017-06-20 hylomtest-container: add old Dockerfile for jessie
2017-06-20 hylomimplement polls
2017-06-20 hylomfix test codes for stretch (mojolicious 7.x)
2017-06-20 hylom * test-container/run.sh: update script for stretch
2017-06-20 hylom * Web: disable AntiCsrf when test mode
2017-06-20 hylom * migration_scripts: add sample file
2017-06-20 hylomupdate for jenkins auto test
2017-06-16 hylomimplement poll single page and polls list
2017-06-16 hylom * js/status-bar/js: fix to make dismissable status-bar
2017-06-16 hylom * js/vue-newslash.js: execute fail handler when discus...
2017-06-09 hylomresponsive layout initial support
2017-06-09 hylomrebuild QuasiStaticContent by GET /admin/css
2017-06-05 hylom * Model::Stories: fix select() problem when no query...
2017-06-02 hylomfix comment-tree to work
2017-06-02 hylom * Plugin::AntiCsrf: don't checking when action is...
2017-06-01 hylomrewrite comment-tree
2017-06-01 hylomfix login problem
2017-05-31 hylom * Plugin::UserAuth: fix typo in register()
2017-05-31 hylomtimezone preferences support for archive page
2017-05-31 hylom * Util::Timezones: fix to work
2017-05-31 hylom * Model::Users: rename prefs->{tz_offset} to prefs...
2017-05-30 hylom * Model::Users: add get_prefs_of()
2017-05-30 hylom * Model::Users: move ACL2 related functions to Model...
2017-05-30 hylom * Model::Base: new_instance_of() now support '::Foo...
2017-05-30 hylom * Model::Users::Util: cleanup code
2017-05-30 hylommove generic_update() from Model::Users to Model::Cowrapper
2017-05-30 hylom * Model::Users: add al2_types()
2017-05-30 hylom * Model::Cowrapper: fix generic_select()
2017-05-30 hylom * Model::Users: separate some functions to Model:...
2017-05-29 hylompaging support for story index page
2017-05-29 hylom * Model::Stores: select() now accepct until and since...
2017-05-29 hylom * Util::Formatter: add parse_mysql_datetime()
2017-05-29 hylom * debian/control: update depending packages
2017-05-26 hylomfix comment post with captcha
2017-05-26 hylomfix captcha related problem in story page
2017-05-26 hylomWeb::Controller::API::Comment: fix to work
2017-05-26 hylom* Web: no use ReCaptcha plugin when test mode
2017-05-26 hylom * js/vue-newslash.js: fix to work
2017-05-26 hylom * js/article-item2.js: restructure with vue-newslash
2017-05-26 hylomrename js/vue-anticsrf.js to vue-newslash.js
2017-05-25 hylom * Web::Controller::API::Submission: fix error messages
2017-05-25 hylomimplement vue-anticsrf.js
2017-05-25 hylomfix recaptcha's layout style
2017-05-25 hylomjs: fix user object's login and admin property to is_lo...
2017-05-25 hylom * js/article-item.js: add deprecated message
2017-05-25 hylomfix editor to work submission post well
2017-05-24 hylomimplement ReCaptcha to work
2017-05-24 hylom * Plugin::UserAuth: fix to return invalid user object...
2017-05-24 hylom * Plugin::AntiCsrf: rename token name
2017-05-24 hylom * make commentstatus selector invisible when post...
2017-05-24 hylomfix login error message more vorbose
2017-05-23 hylomimplement ReCaptcha support
2017-05-23 hylomfix editor to work submission-form
next