OSDN Git Service

fix routing for user homepage
[newslash/newslash.git] / src / newslash_web / lib / Newslash / Web.pm
2019-06-14 hylomfix routing for user homepage
2019-06-10 hylomtemporary disable CSRF token check for votes
2019-06-07 hylomadd redirect settings
2019-06-06 hylomfix journal/submission create page's layout
2019-06-06 hylomadd latest submission box to submission page
2019-06-06 hylomWeb: add "no_ad" stash parameter to hide advertise
2019-06-05 hylomPlugin: add Redirect plugin
2019-06-04 hylomadd story list page for admin
2019-06-03 hylomchange story related api endpoint to /api/v1/admin...
2019-05-10 hylomremove unused plugin
2019-04-25 hylommove login/logout url from /login, /logout to /my/login...
2019-04-25 hylomfix message list url from /my/messages to /my/inbox...
2019-04-24 hylomremove unused Plugins
2019-04-24 hylomPlugin: Merge AddStructuredData to AddPageProperty
2019-04-23 hylomPlugin: add 'AddPageProperty' and 'AddStructuredData...
2019-04-19 hylomPlugin: add "AddThumbnail" plugin
2019-04-18 hylomadd <meta type="description"> tag
2019-04-03 hylomadd redirect rule for /story/<tag or topic>/
2019-04-03 hylomfix /tag/<tagname>/<page> and /tag/<tagname>/<type...
2019-04-02 hylom/tag/: fix paging
2019-04-02 hylomredirect /topics.pl to /topics/
2019-04-01 hylomimplement /topics/
2019-03-29 hylom/hof: add controller and template
2019-03-29 hylomadd authors page
2019-03-28 hylomadd pages to use timeline2 for test
2019-03-27 hylomtimeline: filtering support for recent/popular/comments...
2019-03-25 hylomadd /v1/tagmoderation API
2019-03-22 hylomtimeline: add up/down vote feature for journal timeline
2019-03-20 hylomimplement filtering feature for timeline (currently... v0.1.11
2019-03-13 hylomadd faq pages and fix wiki-based contents CSS
2019-03-11 hylomPlugin: add WikiContentsReader
2019-03-08 hylomfix user journal's url (#7663)
2019-03-06 hylomPlugin: rename Statics to Stats
2019-02-22 hylomfix comment archive (/comment/yy/mm/dd/) to work
2019-02-07 hylomWeb: print log level setting on startup
2019-01-31 hylomrefactor to use ccache
2019-01-30 hylomPlugin: implement CompositeCache
2019-01-11 hylomcreate /admin/filter
2019-01-10 hylomimplement filter admin API
2019-01-09 hylomPlugin::PostFilter: implement experimental and basic...
2019-01-08 hylomimplement journals RSS
2019-01-07 hylomAdd Controller for RSS
2019-01-07 hylomNewslash::Web: fix pathes of user page
2018-11-30 hylomPlugin::Stories: add storiees->latest helper
2018-11-27 hylomimplement /my/resetpassword API
2018-11-09 hylomimplement /my/change_email
2018-11-05 hylomchange /newuser/password handler
2018-10-30 hylomimplement /newuser/password API
2018-10-26 hylomimplement /my/activation and /my/resetpassword
2018-10-26 hylomimplement sendmail helper
2018-10-24 hylomimplement AJAX style new user registration
2018-10-10 hylomimplement /api/v1/newuser/validate
2018-10-10 hylomPlugin: add Users helper
2018-10-04 hylomre-implement newuser form
2018-10-03 hylomPlugin::JavaScriptLoader: bypass startup when maintenan...
2018-10-02 hylomJavaScriptLoader: add caching and gzip compression
2018-10-01 hylomPlugin: add HttpCompression plugin
2018-09-28 hylomWeb: no maintenance_mode when @ARGV is not defined
2018-09-27 hylomWeb: add "subcommand" attribute
2018-09-25 hylomModel: create plugin to setup Models
2018-09-21 hylomfix DefaultConfig parameter
2018-09-20 hylomCommand: add configdump
2018-08-30 hylomNewslash::Web: add db() helper
2018-08-24 hylomNewslash::Web: enable ReCaptcha plugin in test mode
2018-08-17 hylomCommand: add databaseinit command
2018-08-16 hylomadd administrtor commands
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-02 hylomPlugin: introduce EasyCache - general caching system
2018-08-01 hylomadd NYTProf profiling support
2018-07-06 hylomimplement user achievement listing (/~user/achievements)
2018-06-29 hylomtemplate: move user setting related templates from...
2018-06-22 hylomPlugin: deprecate GoogleAnalytics plugin
2018-06-22 hylomPlugin: rename 'QuasiStaticConent' to 'Preprocessor...
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-12 hylomadmin: add cache controll UI
2018-06-08 hylomplugin: add ADRenderer plugin
2018-06-07 hylomjs: implement AD code related methods
2018-06-06 hylomadd AD Codes related Admin API
2018-05-31 hylomimplement admin/ad page
2018-05-01 hylomPlugin: introduce ViewFunctions plugin
2018-02-23 hylomimplement /search page
2018-01-31 hylomimplement tag (topics) list page
2018-01-30 hylom/tag/ page supports to show submissions/journals
2018-01-19 hylommove /siteconfig.js to /siteconfig/:epoch/siteconfig.js
2018-01-19 hylomadd Epoch Plugin
2018-01-19 hylomadd RendererHelper Plugin
2017-12-26 hylomimplement /tag/<tagname>
2017-12-22 hylomremove duplicated template for polls
2017-12-01 hylomcheck Log.backtrace config variable to output backtrace...
2017-11-28 hylomintroduce DiscussionHelper plugin
2017-11-21 hylomadd JavaScriptLoader plugin
2017-11-21 hylomfix to work /my/sidebar correctly
2017-11-20 hylomuse Carp::Always to show more verbose error message
2017-10-27 hylomaggregate and re-layout templates
2017-10-26 hylomset cooling time for voting from same ipid
next