OSDN Git Service

Model::Story: Implementing create2
[newslash/newslash.git] / src /
2018-09-07 hylomModel::Story: Implementing create2
2018-09-07 hylomModel: move clear_rookie from Users to Users::Class
2018-09-07 hylomfix for reconstruction of Model::Users
2018-09-07 hylomModel::Cowrapper: add debug methods
2018-09-06 hylomModel: fix problem caused by Cowrapper restrucure
2018-09-06 hylomUtil::TestMan: add srcid()
2018-09-06 hylomModel::Cowrapper: fix build_where_clause when keys...
2018-09-05 hylomModel: fix unworked functions
2018-09-05 hylomModel::Cowrapper: add 'where' parameter for build_where...
2018-09-04 hylomPlugin: add DefaultConfig
2018-09-04 hylomModel: restructure Model::Users
2018-09-03 hylomdebian: fix rules file
2018-08-31 hylomdata: add test data SQL
2018-08-31 hylomModel::Firehose: use Cowrapper's OR function in select...
2018-08-31 hylomModel::Stories: bug fixes, change error message, add...
2018-08-31 hylomModel: fix for changing generic_select()
2018-08-31 hylomModel::Cowrapper: add OR mapper functions
2018-08-30 hylomModel::Users: fix update() for latest generic_update()
2018-08-30 hylomModel::Cowrapper: rewrite generic_update()
2018-08-30 hylomNewslash::Command: add configimport and testdatainsert...
2018-08-30 hylomNewslash::Web: add db() helper
2018-08-29 hylomModel::Story: add 'hide_future' and 'public_only' flag...
2018-08-29 hylomcss: add style file for editor
2018-08-29 hylomtemplate: fix article editor to wirk correctly
2018-08-29 hylomjs: fix editor related code to make more readable
2018-08-29 hylomController::API::Story: fix to work correctly
2018-08-28 hylomtemplate: suppress vuejs's info message
2018-08-24 hylomtemplate: fix for updated ReCaptcha plugin
2018-08-24 hylomjs: clean up article editor related codes
2018-08-24 hylomNewslash::Web: enable ReCaptcha plugin in test mode
2018-08-24 hylomPlugin::ReCaptcha: add "insert_recaptcha" helper
2018-08-24 hylomPlugin::NewslashHelpers: add "declare" and "insert_code...
2018-08-24 hylomPlugin::TT2Renderer: add "config" template variable
2018-08-23 hylomjs: fix content editor to work correctly
2018-08-17 hylomPlugin::KeyValueStore: support 'index_number' config...
2018-08-17 hylomCommand: add databaseinit command
2018-08-17 hylomModel::Globjs: add exception routine forgetGlobjTypes()
2018-08-17 hylomCommnand: bypass "-f" flag checking when test mode
2018-08-17 hylomutils: move SQL files from src/utils/ to data/
2018-08-17 hylomCommand: update documentation
2018-08-17 hylomCommand: add Newslash::Command and implement danger...
2018-08-16 hylomModel::User: add passwords() methods and Users::Passowo...
2018-08-16 hylomCommand: rename adduser to useradd, add usermod
2018-08-16 hylomfix permission
2018-08-16 hylomadd administrtor commands
2018-08-16 hylomutils: add database related tools
2018-08-16 hylomutils: fix SQLs
2018-08-06 hylomjs: add domUtil utility functions
2018-08-06 hylomadd System.static_dir config vars
2018-08-06 hylomWeb: cleanup Web.pm
2018-08-03 hylomunify siteConfig values to main HTML, and remove site_o...
2018-08-03 hylomPlugin::EasyCache: cached_read() can take config hash...
2018-08-03 hylomPlugin::EasyCache: fix debug/warn messages
2018-08-03 hylomPlugin::JavaScriptLoader: fix utf-8 decoding
2018-08-03 hylomcss: fix dropdown button design
2018-08-03 hylomcss: add ads.less
2018-08-03 hylomfix: share button in comment cannot work
2018-08-03 hylomfix: enable comment post for archived story
2018-08-03 hylomcss: move unused files to deprecated/
2018-08-03 hylomtemplate: use Site config variable for <script src...
2018-08-03 hylom * Plugin::TT2Renderer: more verbose template rendering...
2018-08-02 hylom * Web::Controller::Index: delete unused functions
2018-08-02 hylomPlugin: introduce EasyCache - general caching system
2018-08-01 hylomadd NYTProf profiling support
2018-08-01 hylomjs: add bundle-config file
2018-08-01 hylomupdate escape-html module
2018-08-01 hylomjs: modularize javascript codes
2018-08-01 hylom * Plugin::JavaScriptLoader: implement js bundle feature
2018-07-31 hylomtemplate: fix load_js() order in header
2018-07-31 hylomtemplate: use helper.load_js() instead of SCRIPT tag
2018-07-25 hylomt: fix eventd and models/submissions test
2018-07-25 hylomdb_scripts: fix users.sql to change password hash length
2018-07-25 hylomModel::Submission: fix hard_delte()
2018-07-25 hylomModel::Firehose: fix problem that select() cannot retur...
2018-07-25 hylomModel::Users::Auth: support bcrypt password hashing
2018-07-06 hylomimplement user achievement listing (/~user/achievements)
2018-06-29 hylomPlugin::NewslashHelpers: add page_type() and content_ty...
2018-06-29 hylomPlugin::Preprocessor: fix KVS_PREFIX and message
2018-06-29 hylomcss: fix /my related page style
2018-06-29 hylomtemplate: move user setting related templates from...
2018-06-28 hylomtemplate: apply new CSS
2018-06-28 hylomcss: add some 'compatibility for bootstrap' codes
2018-06-28 hylomcss: remove unite 'ui' components to 'newslash' component
2018-06-26 hylomtemplate: fix login modal dialog
2018-06-25 hylomadd tenshoku link to header, change responsive max...
2018-06-22 hylomdom_t: add test script
2018-06-22 hylomtemplate: add admin/networks
2018-06-22 hylomPlugin: deprecate GoogleAnalytics plugin
2018-06-22 hylomtemplate: fix to use helper functions
2018-06-22 hylomPlugin::AntiCsrf: add 'csrf_token' helper
2018-06-22 hylomPlugin: rename 'QuasiStaticConent' to 'Preprocessor...
2018-06-22 hylomPlugin::JavaScriptLoader: register 'load_js' as helper
2018-06-22 hylomPlugin: deprecate RendererHelper
2018-06-22 hylomPlugin: depracate ViewFunctions and move those function...
2018-06-22 hylomPlugins: add NewslashHelpers and move sidebar function
2018-06-21 hylomdeprecate unused plugins
2018-06-21 hylomPlugin::KeyValueStore: fix connection left unclosed...
2018-06-21 hylom/search: escape query text in next/prev link
2018-06-21 hylom * Controller::Search: fix indentation
2018-06-21 hylomns_search: allow to give relative directory to index...
next