Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/vendor/github.com/gin-gonic/gin/CHANGELOG.md
akuma06 5991a21818 First batch of changes for the refactor (#1078)
* First batch of changes for the refactor

Added the support of gin in routes and other services/utils
Begining implementation of JetHTML

* Remove os folder

* Move scrapers to own repo

* Second batch of changes

All .jet.html are the working templates.
You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome

* Move captcha to util

* Move uploadService to utils

* Use govalidator instead of regex

* Third batch of changes

All the front end should as previously.
I also fixed some minor things unrelated to the refactor (mostly style issues on static pages)
Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates.
Same for infos.
Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages.
Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")`
And also csrf, with the command `yield csrf_field()`
To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`.

Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors"

* Added test on templates

When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context)

* Panel admin works

Now the templating part should work. The PR can now be fully tested.

I think we should push the templating PR  and do the routes/controllers/removal of services in another branch. So we know that this one is functional

* Updated dependencies

* Fixed test for modelhelper

* Fix testing for commentlist

* Fix travis :')

* Just renamed router and removed network

* Applying same SEO fix

* Update form_validator.go

* Added back regexp package
2017-06-28 21:42:38 +10:00

5,7 Kio

#CHANGELOG

###Gin 1.0rc2 (...)

  • [PERFORMANCE] Fast path for writing Content-Type.
  • [PERFORMANCE] Much faster 404 routing
  • [PERFORMANCE] Allocation optimizations
  • [PERFORMANCE] Faster root tree lookup
  • [PERFORMANCE] Zero overhead, String() and JSON() rendering.
  • [PERFORMANCE] Faster ClientIP parsing
  • [PERFORMANCE] Much faster SSE implementation
  • [NEW] Benchmarks suite
  • [NEW] Bind validation can be disabled and replaced with custom validators.
  • [NEW] More flexible HTML render
  • [NEW] Multipart and PostForm bindings
  • [NEW] Adds method to return all the registered routes
  • [NEW] Context.HandlerName() returns the main handler's name
  • [NEW] Adds Error.IsType() helper
  • [FIX] Binding multipart form
  • [FIX] Integration tests
  • [FIX] Crash when binding non struct object in Context.
  • [FIX] RunTLS() implementation
  • [FIX] Logger() unit tests
  • [FIX] Adds SetHTMLTemplate() warning
  • [FIX] Context.IsAborted()
  • [FIX] More unit tests
  • [FIX] JSON, XML, HTML renders accept custom content-types
  • [FIX] gin.AbortIndex is unexported
  • [FIX] Better approach to avoid directory listing in StaticFS()
  • [FIX] Context.ClientIP() always returns the IP with trimmed spaces.
  • [FIX] Better warning when running in debug mode.
  • [FIX] Google App Engine integration. debugPrint does not use os.Stdout
  • [FIX] Fixes integer overflow in error type
  • [FIX] Error implements the json.Marshaller interface
  • [FIX] MIT license in every file

###Gin 1.0rc1 (May 22, 2015)

  • [PERFORMANCE] Zero allocation router
  • [PERFORMANCE] Faster JSON, XML and text rendering
  • [PERFORMANCE] Custom hand optimized HttpRouter for Gin
  • [PERFORMANCE] Misc code optimizations. Inlining, tail call optimizations
  • [NEW] Built-in support for golang.org/x/net/context
  • [NEW] Any(path, handler). Create a route that matches any path
  • [NEW] Refactored rendering pipeline (faster and static typeded)
  • [NEW] Refactored errors API
  • [NEW] IndentedJSON() prints pretty JSON
  • [NEW] Added gin.DefaultWriter
  • [NEW] UNIX socket support
  • [NEW] RouterGroup.BasePath is exposed
  • [NEW] JSON validation using go-validate-yourself (very powerful options)
  • [NEW] Completed suite of unit tests
  • [NEW] HTTP streaming with c.Stream()
  • [NEW] StaticFile() creates a router for serving just one file.
  • [NEW] StaticFS() has an option to disable directory listing.
  • [NEW] StaticFS() for serving static files through virtual filesystems
  • [NEW] Server-Sent Events native support
  • [NEW] WrapF() and WrapH() helpers for wrapping http.HandlerFunc and http.Handler
  • [NEW] Added LoggerWithWriter() middleware
  • [NEW] Added RecoveryWithWriter() middleware
  • [NEW] Added DefaultPostFormValue()
  • [NEW] Added DefaultFormValue()
  • [NEW] Added DefaultParamValue()
  • [FIX] BasicAuth() when using custom realm
  • [FIX] Bug when serving static files in nested routing group
  • [FIX] Redirect using built-in http.Redirect()
  • [FIX] Logger when printing the requested path
  • [FIX] Documentation typos
  • [FIX] Context.Engine renamed to Context.engine
  • [FIX] Better debugging messages
  • [FIX] ErrorLogger
  • [FIX] Debug HTTP render
  • [FIX] Refactored binding and render modules
  • [FIX] Refactored Context initialization
  • [FIX] Refactored BasicAuth()
  • [FIX] NoMethod/NoRoute handlers
  • [FIX] Hijacking http
  • [FIX] Better support for Google App Engine (using log instead of fmt)

###Gin 0.6 (Mar 9, 2015)

  • [NEW] Support multipart/form-data
  • [NEW] NoMethod handler
  • [NEW] Validate sub structures
  • [NEW] Support for HTTP Realm Auth
  • [FIX] Unsigned integers in binding
  • [FIX] Improve color logger

###Gin 0.5 (Feb 7, 2015)

  • [NEW] Content Negotiation
  • [FIX] Solved security bug that allow a client to spoof ip
  • [FIX] Fix unexported/ignored fields in binding

###Gin 0.4 (Aug 21, 2014)

  • [NEW] Development mode
  • [NEW] Unit tests
  • [NEW] Add Content.Redirect()
  • [FIX] Deferring WriteHeader()
  • [FIX] Improved documentation for model binding

###Gin 0.3 (Jul 18, 2014)

  • [PERFORMANCE] Normal log and error log are printed in the same call.
  • [PERFORMANCE] Improve performance of NoRouter()
  • [PERFORMANCE] Improve context's memory locality, reduce CPU cache faults.
  • [NEW] Flexible rendering API
  • [NEW] Add Context.File()
  • [NEW] Add shorcut RunTLS() for http.ListenAndServeTLS
  • [FIX] Rename NotFound404() to NoRoute()
  • [FIX] Errors in context are purged
  • [FIX] Adds HEAD method in Static file serving
  • [FIX] Refactors Static() file serving
  • [FIX] Using keyed initialization to fix app-engine integration
  • [FIX] Can't unmarshal JSON array, #63
  • [FIX] Renaming Context.Req to Context.Request
  • [FIX] Check application/x-www-form-urlencoded when parsing form

###Gin 0.2b (Jul 08, 2014)

  • [PERFORMANCE] Using sync.Pool to allocatio/gc overhead
  • [NEW] Travis CI integration
  • [NEW] Completely new logger
  • [NEW] New API for serving static files. gin.Static()
  • [NEW] gin.H() can be serialized into XML
  • [NEW] Typed errors. Errors can be typed. Internet/external/custom.
  • [NEW] Support for Godeps
  • [NEW] Travis/Godocs badges in README
  • [NEW] New Bind() and BindWith() methods for parsing request body.
  • [NEW] Add Content.Copy()
  • [NEW] Add context.LastError()
  • [NEW] Add shorcut for OPTIONS HTTP method
  • [FIX] Tons of README fixes
  • [FIX] Header is written before body
  • [FIX] BasicAuth() and changes API a little bit
  • [FIX] Recovery() middleware only prints panics
  • [FIX] Context.Get() does not panic anymore. Use MustGet() instead.
  • [FIX] Multiple http.WriteHeader() in NotFound handlers
  • [FIX] Engine.Run() panics if http server can't be setted up
  • [FIX] Crash when route path doesn't start with '/'
  • [FIX] Do not update header when status code is negative
  • [FIX] Setting response headers before calling WriteHeader in context.String()
  • [FIX] Add MIT license
  • [FIX] Changes behaviour of ErrorLogger() and Logger()