atk

Subversion Repositories:
Rev:
From rev: To rev: Max revs: Search history for: Show All:
←Prev12Next→     Show All
Rev Age Author Path Log message
6578 288d 02h peter /atk/tags/release_6_4_3/doc/CHANGES * ATK 6.4.3 release.
6577 288d 02h peter /atk/branches/stable_6_4/doc/CHANGES * Backported bug fix for ATK 6.4.3.
6548 313d 02h peter /atk/branches/stable_6_4/doc/CHANGES * Prepare for 6.4.2 release.
(svn merge trunk@6541" target="_blank">http://svn.ibuildings.nl/atk/atk/trunk@6541 trunk@6547" target="_blank">http://svn.ibuildings.nl/atk/atk/trunk@6547)
6541 314d 00h peter /atk/branches/stable_6_4/doc/CHANGES * Merged changes from trunk in preparation of an ATK 6.4.1 release.
(svn merge trunk@6523" target="_blank">http://svn.ibuildings.nl/atk/atk/trunk@6523 http://svn.ibuildings.nl/atk/atk/trunk)
6522 329d 03h peter /atk/branches/stable_6_4/doc/CHANGES + Stable 6.4 branch.
6520 332d 22h peter /atk/trunk/doc/CHANGES * Improved PHP template rendering.
6519 334d 23h peter /atk/trunk/doc/CHANGES * atkUI::render now supports PHP-based templates. If the template has the
extension ".tpl.php" PHP will be used to render the template, if the
extension is ".tpl" Smarty will be used. [Peter]
6518 339d 19h peter /atk/trunk/doc/CHANGES * Updates are now nested in the session stack just like save actions. [Peter]
6514 343d 22h peter /atk/trunk/doc/CHANGES * Validate with atkNode::allowed if certain MRA actions are valid for a
certain record for atkDGList. [Peter]
6513 347d 02h peter /atk/trunk/doc/CHANGES * Fix atkActionHandler::setRejectInfo/getRejectInfo so that the reject info
is still available when the stack gets forked and don't clear the reject
info anymore after reading it. This makes it possible to refresh your
browser when you get redirect back to the add/edit action after an error
occured. [Peter]
6512 347d 19h peter /atk/trunk/doc/CHANGES * atkAddHandler::getRejectInfo now accepts a parameter which you can use to
specify that you don't want the reject info to be removed from the
session. [Peter]
* Fixed atkDateAttribute/atkDateTimeAttribute null value selection. [Peter]
* atkSessionManager stack fork now also copies the global stack vars for the
current stack. [Peter]
* Bug fix atkColumnConfig order by statement parser. [Peter]
6510 348d 21h peter /atk/trunk/doc/CHANGES * Bug fix atkColumnConfig order by statement parser. [Peter]
6503 355d 14h martin /atk/trunk/doc/CHANGES * Changed the behaviour of the dateattribute. I can't expain why, nothing
has changed recently but it suddenly returned the current date when
you left it blank while using extended search or adding records. Causing
the search to break and new records always contain the current date.
Hope this change doesn't break things. If you have any issues let
me know. [Martin]
6499 368d 00h guido /atk/trunk/doc/CHANGES * Changed atkUrlEncode and atkUrlDecode functions to allow encoding a string
9 times instead of 4. Also added some testcases to verify the expected
behaviour of these functions. [Guido]
6497 368d 21h jvansluijs /atk/trunk/doc/CHANGES Fixed (de)selecting rights in subgroups [Jeroen]
6496 369d 01h peter /atk/trunk/doc/CHANGES + Added the possibility to implement the methods handleUpdateSuccess
and/or handleUpdateError in your node to override the normal behavior
of atkUpdateHandler after updating a record. For example to redirect
to something else. [Peter]
6492 370d 00h peter /atk/trunk/doc/CHANGES * Fixed input field size in atkNumberAttribute and atkMySQLi driver for
numeric columns with decimals. [Peter]
6491 370d 00h peter /atk/trunk/doc/CHANGES + Added new fluent interface for setting meta policy attribute properties.
The interface allows you to modify attributes in all ways the normal meta
policy supports, but also adds support for inserting attributes before/after
(insertBefore/insertAfter) attributes or at the top/bottom
(insertAtTop/insertAtBottom) of all attributes. The interface is returned
when calling atkMetaPolicy::get with one or more attribute names or as the
result of a call to add, addFieldSet, hasOne and hasMany. [Peter]
* Fixed bug in atkEditHandler which allowed you to edit non-existing records
without giving any warning whatsoever. [Peter]
6490 370d 20h peter /atk/trunk/doc/CHANGES * Fixed bug in atkModule::menuitem which caused menu items with an explicit
null parent menu, not to be added to the main menu. [Peter]
* Fixed bug in meta node handeling of password attributes, which incorrectly
always were made obligatory. [Peter]
+ Added "alwaysShowGrid" option to the atkDGList component to always show
the list header in embed mode, even if there are no records. [Peter]
+ Added atkDataGrid::setComponentOption method to set an option for
an existing datagrid component without having to overwrite the
entire component definition. [Peter]
6489 371d 16h peter /atk/trunk/doc/CHANGES + Added AF_ONETOONE_RESPECT_TABS flag for the atkOneToOneRelation which
makes it possible to respect the tabs set in the master node for the
1:1 relation in integration mode. [Peter]