OSDN Git Service

newslash/newslash.git
2017-11-17 hylom * Model::Feeds::Items: select() now returns sorted...
2017-11-17 hylom * Controller::API::Journal: parameter check more robustly
2017-11-17 hylom * Model::Journals: check tags_string parameter in...
2017-11-16 hylomfix to work journal and submission editing
2017-11-16 hylom * Model::Jouranls: select() returns tags_string parameter
2017-11-16 hylom * Model::Tags: fix to work is_reserved_name correctly
2017-11-16 hylom * Model::Tags: add add(), del(), set() and select...
2017-11-15 hylomfix problem comment cannot post in story and poll page
2017-11-15 hylomfix to show poll single page collectly
2017-11-15 hylomfix footer's copyright year
2017-11-15 hylomtemplate: fix to hide pager when no paging parameter...
2017-11-15 hylom * Plugin::TimeLimitedCache: fix to block cache content...
2017-11-15 hylomfix ads related template and css
2017-11-15 hylomtemplate: fix to hide invalid parent comment link when...
2017-11-15 hylomfix ads related files
2017-11-02 hylomprometheus-newslash-exporter: fix constant name
2017-10-31 hylomimplement Journal re-edit
2017-10-31 hylomjs: post() now support CSRF token check, and add postJo...
2017-10-31 hylomt: fix api/journal.t
2017-10-31 hylom * Model::Journals: introduce ns_journal_formatter...
2017-10-31 hylom * Util::TextFormatter: rename from TextParser, and...
2017-10-31 hylom * Model::Cowrapper: add options() method
2017-10-30 hylomadd Util::TextParser
2017-10-30 hylomupdate escape-html.js
2017-10-27 hylomjs: fix article-item2.js to work journal editor
2017-10-27 hylomjs: implement getJournal
2017-10-27 hylomrename template variable 'content' and 'contents' to...
2017-10-27 hylomfix to show comment count for poll content
2017-10-27 hylomcss: add bottom margin to site-header
2017-10-27 hylomfix to use default template in some controllers
2017-10-27 hylomtemplate: update each single.html.tt2
2017-10-27 hylomtemplate: rename template files for single page
2017-10-27 hylomaggregate and re-layout templates
2017-10-26 hylomprometheus-newslash-exporter: fix target methods
2017-10-26 hylom * Controller::API::Poll: add error check and fix error
2017-10-26 hylom * Plugin::TT2Renderer: fix warnings
2017-10-26 hylompolls: fix sidebar in polls single page, add recent...
2017-10-26 hylom * Plugin::CustomBoxes: fix warning
2017-10-26 hylomset cooling time for voting from same ipid
2017-10-26 hylomtemplate: fix bug report link
2017-10-25 hylom * Plugin::CustomBoxes: fix typo
2017-10-25 hylomjs: enable vote when answer selected only in vote.js
2017-10-25 hylom * Controller::Poll: check discussion is open
2017-10-25 hylomadd CustomBoxes plugin
2017-10-24 hylomset use common/title template to set title
2017-10-24 hylom * Plugin::Hsts: send redirect header when Hsts.redirec...
2017-10-24 hylomadd Hsts Plugin
2017-10-23 hylom * Plugin::KeyValueStore: rollback some invalid fixes
2017-10-23 hylom * Plugin::Statics: use kvs's hset() with scalar =...
2017-10-23 hylom * Plugin::KeyValueStore: fix encode/decode problem
2017-10-23 hylomadd config parameter "Log.system_log"
2017-10-20 hylom * Plugin::BasicAuth: check enable parameter
2017-10-20 hylomnewslash-prometheus-exporter: fix service file
2017-10-20 hylomdebian/rules: fix rules...
2017-10-20 hylomdebian: fix rules for newslash-prometheus-exporter
2017-10-20 hylom * Plugin::KeyValueStore: not encode scalar item
2017-10-20 hylomprometheus-newslash-exporter: fix error handling
2017-10-20 hylomnewslash-promethus-exporter: fix service file and add...
2017-10-20 hylomdebian: add postinst/prerm file for newslash-prometheus...
2017-10-20 hylomdebian: add newslash-prometheus-exporter service files
2017-10-17 hylomt: fix time-offset related problem in t/models/journals
2017-10-17 hylomdebian: fix typo in control
2017-10-17 hylomdebian: fix rules
2017-10-15 hylomadd prometheus-newslash-exporter
2017-10-15 hylom * Pluin::Statics: not use multi command (transaction)
2017-10-15 hylom * Plugin::KeyValueStore: add expire()
2017-10-15 hylomadd Plugin::Statics
2017-10-15 hylom * Plugin::KeyValueStore: add transaction and some...
2017-10-12 hylomPlugin: add RequestLogger (developing)
2017-10-12 hylomtemplate: separate ads related template
2017-10-11 hylomAdd Plugin::GoogleAnalytics
2017-10-11 hylom * Plugin::TT2Renderer: add NS.mojo_mode variable for...
2017-10-11 hylomtemporary remove rectangle banner
2017-10-11 hylomfix mobile ads height
2017-10-11 hylom * Model::Journals: select() can handle "karma" parameter
2017-10-10 hylom * Model::Messages: delete entry from message_drop...
2017-10-10 hylomfix migration_scripts
2017-10-10 hylomdebian: fix rules file
2017-10-10 hylomdebian: add newslash-utils package
2017-10-10 hylomdebian: add environment setting to newslash-eventd...
2017-10-10 hylomEventd: fix module import in Handlers
2017-10-10 hylomdebian: update rules and newslash-sradjp.prerm
2017-10-09 hylomdebian: add service file for eventd
2017-10-09 hylomutils: add message related sqls
2017-10-09 hylomuse cache in Controller::Timeline, Controller::API...
2017-10-09 hylomchange ns_events table definition
2017-10-09 hylomEventd: rename journal:post template
2017-10-09 hylomEventd: add Submission Handler
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
next