Skip to content

Releases: joomlatools/joomlatools-framework

v2.0.7

09 Apr 14:41
Compare
Choose a tag to compare
  • Use Nooku installer version ~1.0 in Composer

v2.1.0

09 Apr 14:41
Compare
Choose a tag to compare
  • Add UserInterface::hasRole method
  • Get request format from URL path when possible
  • Removed PHP 5.2 support
  • Fields that start with an underscore are hidden in JSON layouts by default
  • Better handling of empty request payloads
  • DatabaseTableAbstract select modes were not properly working
  • Grid search would filter selected rows only
  • Automatically add [] to multiple select input boxes
  • Proper normalization of dates sent in different formats
  • Minor frontend display issues

v2.0.6

09 Apr 14:40
Compare
Choose a tag to compare
  • Fix select2 form submit handler with multiple selections in Joomla 3.4
  • Fix problem with duplicate Content-Type headers
  • Fix offset reset when the limit is larger than total
  • Fix cache keys to include view and model identifiers in persistable behavior
  • Fix mixed method return values after edit in creatable, modifiable and lockable behaviors.

v2.0.5

09 Apr 14:40
Compare
Choose a tag to compare
  • Fix authentication requests when serving downloads through Office
  • Fix data persistance issue with consequent HMVC requests
  • Exclude internal methods in HTTP Options calls
  • Return an array from UserAbstract::getGroups and UserAbstract::getRoles
  • Fix FTP streaming
  • Fix output bufferig issue on certain hosts
  • Fix basepath issue in class loader
  • Fix double encoding in request referrer

v2.0.4

09 Apr 14:39
Compare
Choose a tag to compare
  • Dispatcher now filters view names with the cmd filter

v2.0.3

09 Apr 14:39
Compare
Choose a tag to compare
  • Use composer require for installation instructions
  • Fix class fallback issue in object manager
  • Define mb_substr and mb_strlen if they do not exist natively

v2.0.2

09 Apr 14:38
Compare
Choose a tag to compare
  • Register stream names with koowa- prefix to avoid naming collisions with PHP streams
  • Remove format property from the HttpUrl class and make it a part of the path
  • Automatically append a hash of the version information to the static assets
  • Fixes to the language key alias
  • Remove the location header for non-redirect requests in IIS (See explanation)
  • Fix output buffer handling for certain PHP installations

v2.0.1

09 Apr 14:36
Compare
Choose a tag to compare
  • Rename koowa.jquery.js to koowa.kquery.js
  • Do not expose unnecessary JavaScript variables in koowa.js
  • Rename enable/disable switch for Bootstrap to enable-koowa-bootstrap.txt

v2.0.0

09 Apr 14:35
Compare
Choose a tag to compare

Initial release