2.5.6

ACL rewrite:

CHECK YOUR FORKS !

13 functions has been rewriten in classes/model/item.php :

  • canAccess()
  • canAdmin()
  • canCheck()
  • canCreate()
  • canDelete()
  • canEdit()
  • canEditDefault()
  • canEditState()
  • canView()
  • isAccessible()
  • isAuthor()
  • isCheckedIn()
  • isPublished()
  • isVisible()

1 function in classes/model/list.php

  • isAdmin()

In models

  • prepareQuery() in item models
  • prepareQuery() in list models

CHECK YOUR FORKS :

If you have forked one of these functions, please check if everything is still working as expected.

 

2.5.5

New Feature

DownloadDataset
Download your dataset alone in SQL

Improvements - CHANGES WHERE YOU MAY CHECK YOUR FORKS

  • view.html.php : displayXxxx()

Error handling little bit improved.
Model is not anymore raising bocking error when item is not found. The view does it and when the model is instancied somewhere else, the error is not blocking.

Fixes :

  • Joomla fields FK fix, when showing wrong key
  • Accesslevel field
  • JDom : html.form.input.clock
  • helpers/loader.php (Model not found for third tables in some cases)
  • Regex improvements

2.5.4

Fixes

  • Fatal : "Task not found" issue
  • DS constant fixed when used in menu item.
  • Layout languages strings in CPanel
  • Toolbar icons sizes in J!2.5 and under
  • UI Boolean radio for J!2.5 and under (bootstrap support)
  • Data Restore issue when Email datatype is used

2.5.3

New Feature

JForms is now Forkable. Big Thanks to Tomaselli.
(Others XML still are not Forkable for the moment)

Fixes

  • JDom : editor in full width (100%)
  • Deprecated : Model : addGroupBy replaced by addGroupOrder
  • FK Ajax Group in form fixed (missing dependencies : ckajax.php)

2.5.2

  • Redirection fixed (modal layout)
  • Menu item fixed (modal layout)
  • Creation Date in manifest
  • "undefined constant DS" fixed in Menu Item Modal
  • Save() problem fixed in classes/controller (using J!2.5 or under)

2.5.1

New Feature

Filter a list directly from a menu item

When you create a menu item to a list, you can choose to filter on a predefined value. (Modal picker)
For instance, you can filter on a category if category is a foreign key of your table.
This feature works for unlimited deep of foreign key.
Simply instance a filter on the concerned list. If you do not physicaly want this filter on the table, then delete it from your view and template file.

You can always filter directly by url.
ex: index.php?option=......&filter_category=4

Fixes

  • Ajax context fixed for fk user (when using ajax and third tables)
  • ACL fix in sandbox
  • Colorpicker CSS fix. (JDom) (thanks to lander083077)
  • Database table with component prefix. (2.5 beta issue)
  • Builder fix : getData() on non object
  • Improvements in Modals pickers
  • Modal picker improved. (still to improve)
  • Tasks renamed (last Joomla fashion)
    Saves becomes Save & Close
    Apply becomes Save

More Articles ...

Get Started