(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
valid Changed
valid::numeric() to allow international formats
#851
valid Changed
valid::ip() to allow for private IP networks
#936
form Changed
form::dropdown() to allow for multiple default selected values
#881
-
script Changed
html::script() to allow full URLs
#773
html Export $double_encode parameter from
html::specialchars as function parameter to avoid double encoded strings
#848
-
Libraries
database Changed database result object to allow chaining
#758
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
-
Addons
auth Added config variable to allow configurable session names
#844
auth Changed Auth ORM driver to allow checking of multiple roles against logged in user
#932
-
-
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