Skip to content

Releases: daylightstudio/FUEL-CMS

1.4.6

29 Jan 20:54
Compare
Choose a tag to compare
  • Fixed CSRF issue when saving in other windows

1.4.5

16 Jan 19:54
Compare
Choose a tag to compare
  • Added image upscale parameter
  • Security fixes for (issue #481, issue #538, issue #536, issue #527)

1.4.4

16 Aug 17:45
Compare
Choose a tag to compare
  • CI 3.1.10 Update
  • Fixed potential issue with block field and session blocking after save that would prevent repeatable blocks from appearing and could cause unknown data loss on subsequent save if not noticed
  • Added ability to rename default templates
  • Added email clearing of attachments in Fuel_notfications
  • Added "collapse_with_searchbox" options for a modules "advanced_search" parameter
  • Removed older versions of FUEL schema
  • A number of other smaller bug fixes

1.4.3

30 Nov 19:06
Compare
Choose a tag to compare
  • Provides PHP 7.2 compatibility
  • CodeIgniter 3.1.9 update
  • Added "like" conditional query support for the Base_module_model::get_embedded_list_items() method
  • Added support in models for casting field types of "double"
  • Fixed several security vulnerabilities when logged into admin area
  • Fixed a number of typos (thanks @martynassateika)
  • Fixed a number of other misc bugs (also thanks to @martynassateika)

1.4.2

04 Feb 17:36
Compare
Choose a tag to compare

This is mo

  • CodeIgniter v3.1.7 update
  • A number of minor updates and bug fixes

1.4.1

30 Mar 19:22
Compare
Choose a tag to compare
  • Removed bogus link on install screen
  • Added better database name support for mysqli

1.4

18 Mar 06:19
Compare
Choose a tag to compare
1.4
  • CI Version 3.1.3 update
  • Added php index.php fuel/installer/update to help with common upgrade issues
  • CKEditor 4.5.11 update
  • A number of bug fixes

1.3.2

02 Apr 18:07
Compare
Choose a tag to compare
  • SQL Changes: Added unique keys to fuel_relationships table
  • Added options_list method to Fuel_categories
  • Added docs_path to available templating functions
  • Improved security with user passwords not being sent via email
  • Added ability to set different password strength parameters in fuel config
  • Added additional support for active/publish being boolean field types
  • Updated environments to include local. domains
  • Fixed issues with Asset class and cached assets
  • Fixed bug when clicking export of a module's data
  • Fixed issues with redirecting after entering in a dev password
  • Fixed issue with offline mode not working correctly
  • Fixed issues when a controller is used for rendering the home page
  • Fixed issue with base_model_model passing object by reference in display_name method
  • Fixed Security issue regarding updating profile
  • A number of other minor improvements and bug fixes (for a full list of other fixes and minor improvements, check out the commit logs)

1.3.1

19 Nov 04:02
Compare
Choose a tag to compare
  • Changed the MySQL connection to not be persistent by default
  • Added minor database schema update fuel/install/upgrades/fuel_1.4_schema_changes.sql to increase the varchar name and slug field values length
  • Added remove_spaces option to Fuel_assets:upload()
  • Added ability to set the parser engine on a layout to FALSE to avoid unnecessary template parsing
  • Fixed issue with CKEditor and repeatable fields
  • Fixed issue with CKEditor and the contentsCSS configuration
  • Fixed issue with asset upload so that uploaded file path information will transfer back to the initial asset field
  • Fixed issue if a developer was to extend the Page_router
  • Fixed issue deleting multiple assets at once
  • Fixed issue #341 uploading navigation in the Admin
  • Fixed issue #339 when saving navigation items
  • Fixed issue #337 regarding readonly fields in Form_builder
  • Fixed issue with not logging created pages
  • Fixed issue with creating navigation items when you don't have permission
  • Fixed several issues with the base_posts_model
  • Fixed issue with dependent fields
  • Fixed issue with javascript in social popup window (social_popup_js() function)
  • Fixed ambiguous ID when deleting a record
  • Fixed issue with site_url function and URIs that start with "tel"
  • Other minor bug fixes and future compatibility fixes

1.3

01 Jun 18:51
Compare
Choose a tag to compare
1.3
  • Updated to CodeIgniter version 2.2.1
  • Updated to use mysqli driver instead of mysql to avoid deprecated errors
  • Added generated post pages to make it easier to create list, detail, category and tag related pages for a module (http://docs.getfuelcms.com/modules/simple#post_pages)
  • Added Select2 field type (http://docs.getfuelcms.com/general/forms#select2)
  • Added Embedded List field type (http://docs.getfuelcms.com/general/forms#embedded_list)
  • Added additional parameters for Fuel_tags::find_by_category method
  • Added support for Twig templating engine (and ability to add other engines if desired) as a replacement for Dwoo (http://docs.getfuelcms.com/general/template-parsing)
  • Added ability to pass query string parameters along after a module save
  • Added the base_model_helpers.php in which your module models can inherit from to make it easier to create form fields (inherit from Base_model_fields), related items (inherit from Base_model_related_items) and validation (inherit from Base_model_validation) in there own classes
  • Added Social class and associated social_helper class
  • Added limit_to_user parameter to models to filter list results automatically by the authenticated user
  • Added red error indication on tabs that contain validation errors
  • Added "vars" method to module models which will pass specified variable values to the create/edit screen
  • Added "equalize_key_value" as a parameter to a select field type (was previously just for enum field types)
  • Updates to the debug_query method on the DB driver per http://forum.getfuelcms.com/discussion/2022/proposed-change-to-debug_query#Item_2
  • Updates to the generated base models and schema
  • Updated site_url function to alias to link_to function for better portability and less conflict with things like Wordpress (if integrated)
  • Fixed issue with fuel_tags_model and it using the categories to group options in it's options list
  • Fixed issue regarding datetime picker with times having an hour of 0 specified
  • Fixes for install page automatically scrolling when loaded
  • Fixes for link selector per http://forum.getfuelcms.com/discussion/2021/fuellink-issues#Item_5
  • Fix for issue where required dates don't validate correctly
  • Fix for potential issue when uploading a field and the file name isn't specified