Kohana 2.3 release
The release of the Kohana 2.3 framework has been released. Inside the list of changes in Russian.
Core
- Added CSV mime-type in config / mimes.php (# 800 )
- We eliminate the bug in libraries / Router.php which did not save the parameters if they did not have default values in config / routes.php (# 760 )
- Fixed a bug in libraries / Router.php when abstract controllers did not call 404 (# 817 )
Helpers
- Updated valid :: standard_text for punctuation (# 807 )
- Fixed bug in html :: link (? # 902 )
- Fixed a bug in text :: random () (# 934 )
- Fixed a bug in form :: dropdown () where the third parameter had to be led to the string (# 940 )
Libraries
- Pagination
- Added the ability to hide the part of the URL that is responsible for the page to return to the first (# 867 )
- Fixed bug when base_url was ignored, if pagination went via query_string (# 872 )
- Data base
- Fixed a bug when several join () returned an invalid query (# 836 )
- Fixed a bug in the MSSQL driver on the windows platform (# 951 )
- Added table prefix to orderby () (# 910 )
- Added table prefix to groupby () (# 974 )
- ORM
- Fixed a bug when accessing a table with a non-signed float (# 954 )
- Fixed ORM :: find_all () bug that didn’t check if limit exists before sending a request (# 822 )
- ORM :: delete_all is now safe (# 899 )
- Fixed bug when ORM malfunctioned if primary_key string field (# 900 )
- Fixed a bug in the ORM $ sorting attribute that used id instead of primary_key (# 977 )
- TagCloud
- Fixed a bug that incorrectly mixed $ elements (# 884 )
- View
- Fixed a bug in which it was possible to insert values only once into the view variable in the scope (# 985 )
More details can be found
on the Kohana documentation page .
')
Source: https://habr.com/ru/post/47417/
All Articles