This is documentation for Kohana v2.3.x.
(In progress) All the documentation listed here requires attention. Anyone is welcome to provide the updates.
If you are making extensive changes to a page, please indicate this by placing your username next to the todo item, until you have finished, to avoid mixups.
Once you have finished, please indicate this by putting a strike through the item. And remove your username from the item.
The ToDo entry on individual pages should be updated, and then the article can be proofed.
Please ensure that the style Guidelines are adhered to. Use the Sample Page as authoritative reference.
NB! This list may be incomplete. Please add any missing items you are aware of which need attention.
The 2.3 Changelog also provides update information.
The todo items reflect only the documentation that must be updated to bring it up to date.
This list will be merged with outstanding items from the 2.2 todo.
Core
Helpers
valid Allows normal punctuation in standard_text
#807 (spirit)
valid Changed valid::numeric()
to allow international formats #851 (spirit)
valid Changed valid::ip()
to allow for private IP networks #936 (spirit)
form Changed form::dropdown(
) to allow for multiple default selected values #881 (spirit)
stylesheet Changed html::stylesheet()
to allow full URLs #773 (spirit)
script Changed html::script()
to allow full URLs #773 (spirit)
html Export $double_encode parameter from html::specialchars
as function parameter to avoid double encoded strings. Add double_encode doc for form::input and form::textarea #848 (spirit)
arr Added arr:to_object()
#772 (spirit)
Libraries
database Changed database result object to allow chaining #758 (spirit)
orm Added “with” functionality #856
orm Added versioning to ORM with ORM_Versioned #812
orm Added support for changing has_and_belongs_to_many
relationships via $model→relations = array(1, 2, 3)
revision 3636
-
image Added keep_actions parameter to save()
and render()
#915 (spirit)
auth Added Auth→get_user()
#842 (spirit)
Addons
auth Added config variable to allow configurable session names #844 (spirit)
auth Changed Auth ORM driver to allow checking of multiple roles against logged in user #932 (spirit)
-
-
Addons
gmaps Currently an article stub, needs to be written.
Added ability to transparently extend Controllers and Models #981
Currently, documentation of class extension is in
libraries and
helpers This should be moved and expanded into a separate entry
Extending