Skip to content

Latest commit

 

History

History
1220 lines (1033 loc) · 103 KB

CHANGELOG.md

File metadata and controls

1220 lines (1033 loc) · 103 KB

Change Log

Unreleased

  • Feature: Support custom aws endpoint

2.8.3 (2024-09-16)

  • Remove unused underscore.js
  • Bump IntroJS to 7.2.0
  • Upgrade jquery-validate to 1.21.0
    • Add messages for Arabic language
    • Add methods_ln.js files with regexps for DE, NL, and PT languages
    • Modify admin layout view to load the methods_ln.js file with a javascript_include_tag if the file exists
  • Fix uploads to AWS S3 folders
    • Also, introduced the path traversal validation to the add_folder method, which was found unsafe

2.8.2 (2024-08-25)

  • Bump AdminLTE to 2.3.11
    • Has several CSS fixes and doesn't yet require jQuery 3.x
  • Fix TermTaxonomy attributes sanitizing to not remove translation tags in [#1091] (#1091)
  • Add bootstrap.min.css.map
    • Works OK in the development environment if the config.assets.debug = true is set.

2.8.1 (2024-08-21)

This release is fixing several security vulnerabilities! Please, upgrade ASAP!

  • Replace sass-rails with dartsass-sprockets
    • Remove sass and sass-rails gems from the main app's Gemfile when upgrading camaleon_cms to this version
  • Fix colorpicker missing admin asset, adding it to admin-manifest.css
  • Security fix: Mitigate arbitrary path write in uploader (GHSL-2024-182)
    • Thanks Peter Stöckli for reporting and providing clear reproduction steps
  • Add Rails 7.2 to stable testing on CI, point rails_edge to main branch
  • Security fix: Mitigate arbitrary path traversal in download_private_file (GHSL-2024-183)
    • Thanks Peter Stöckli for reporting and providing clear reproduction steps
  • Security fix: Mitigate stored XSS through user file upload (GHSL-2024-184)
    • Thanks Peter Stöckli for reporting and providing clear reproduction steps
  • Security fix: Mitigate remote code execution through code injection (GHSL-2024-185)
    • Thanks Peter Stöckli for reporting and providing clear reproduction steps
  • Security fix: Mitigate arbitrary file delete vulnerability (GHSL-2024-186)
    • Thanks Peter Stöckli for reporting and providing clear reproduction steps
  • Use actions/checkout@v4 on CI to remove warning about deprecated Node JS version

2.8.0 (2024-07-26)

  • Use jQuery 2.x - 2.2.4
    • If there are //= require jquery clauses in the main application, replace them with //= require jquery2
  • Add Ruby 3.3 and Rails 7.2 to CI
  • Replace Tuzitio links with camaleon.website and http with https
  • On cama_site_check_existence, if site is unknown, use allow_other_host: true for redirection to main site
    • Starting from Rails 7.0 a redirection to other host will raise an exception unless the redirect_to method is called with the allow_other_host: true option
  • Set sprocket-rails version to be at least 3.5.1
  • Use MiniMime for mime types, because the MiniMagick 5.0 has no Image#mime_type
  • Reimplement the temporary uploaded file removing, wrapping it in a bl…ock to make possible overriding the block in the app initializer to use an async job
  • Sanitize name and description attrs of TermTaxonomy classes to prevent XSS attacks
  • Potentially breaking change: Fix ActiveRecord deprecations from Rails 6.1
    • fields, field_values, and field_groups associations have been removed from the CustomFieldsRead mixin module
    • custom_fields, custom_field_values, and custom_field_groups associations should be used instead
    • Beware that the CustomFieldsRead mixin is included into the TermTaxonomy base model, PostDefault model, and UserMethods mixin

2.7.5 (2023-11-22)

2.7.4 (2023-04-11)

  • Sanitize error messages when rendering them directly from the controller

2.7.3 (2023-04-07)

  • Inclusion of CommonRelationships into subclasses is now performed in an inherited hook

2.7.2 (2023-03-24)

  • Fix bug rendering category pages

2.7.1 (2023-03-22)

  • Fix common relationships

2.7.0 (2023-03-22)

  • Change some render calls from inline to plain
  • Stop monkeypatching ActiveRecord::Base
    • Use CamaleonRecord, not ApplicationRecord, as a base class for the models
  • Fix canonical URLs for translated sites
  • Lint Ruby using RuboCop
  • Lint JS using ESLint
  • Use cama_contact_form v. 0.1.0
  • Migrate CoffeeScript files to JS
  • Do not redundantly compile default theme assets
  • Remove temporary dependencies
  • Add Ruby 3.2 to CI
  • Require Rails 6+
  • Require Ruby 2.7+

2.6.4 (2022-06-08)

  • Reformat JSON comments for OJ compatibility
  • Use OJ in testing
  • Test for asset existence when running spec
  • Fix some typos

2.6.3 (2022-03-11)

  • Move glyphicons to correct folder

2.6.2 (2022-02-21)

  • Fix TinyMCE icons
  • Update welcome post
  • Make sure built-in theme assets get compiled

2.6.1 (2021-12-7)

  • Ruby 3.1 support
  • Rails 7.0 support
  • Require Ruby 2.6+
  • Require Rails 5.2+

2.6.0.1 (2021-10-12)

  • Fix comment injection vulnerability
  • Fix DoS vulnerability when uploading empty SVG
  • Log out user when admin changes their password
  • Disallow uploading from local URLs to prevent SSRF

2.6.0 (2021-01-27)

  • Add Moldavian language
  • Separate locales in files per folders/namespaces
  • Add unfilled strings to English locale
  • Rails 6.1 support

2.5.3.1 (2020-08-04)

  • Use non-digest-assets gem for using 3rd party assets (fix missing not found glyphicon fonts)

2.5.3 (2020-07-02)

  • Russian locale additions and fixes
  • Fix deprecation warnings present in Ruby 2.7 and Rails 6.0
  • Fix admin error path
  • Process shortcodes when evaluating widgets
  • Add canonical option to seo
  • Theme template include i18n
  • Upgrade Bootstrap from 3.3.4 to 3.4.1

2.5.0 (2020-01-08)

  • feat: sprockets 4 support
  • feat: for sprockets 4, generate config manifest to precompile
  • feat: precompile assets only for sprockets <= 3x
  • fix: Rails 6 missing to_s for session id
  • fix: preview error

2.4.6.7 (2019-08-05)

  • Fixed rails 6 bundle install error
  • Added https to default uri options
  • Use default page if no other pages exist

2.4.6.4 (2019-08-05)

  • Fixed posts slug index length
  • Added support for rails 6
  • Improved themes list UI

2.4.6.4 (2019-05-02)

  • Updated aws-sdk dependency to include only s3 needed dependency available in aws-sdk v3+

2.4.6.3 (2019-05-02)

  • Fixed cache plugin to support several domains/hosts

2.4.6.2 (2019-05-02)

  • Fixed route errors for error for non static error pages

2.4.6.1 (2019-04-16)

  • Fixed s3 nil error

2.4.6.0 (2019-04-05)

Full Changelog

  • Cannot create site on Rails 6 #884
  • Loosen CanCanCan version restriction #886 (brian-kephart)
  • Set config.belongs_to_required_by_default = false for Rails 6 #885 (brian-kephart)
  • Use implicit return on case statement assignment #858 (chukitow)
  • Fixed update posts to exclude slug verification in trash posts
  • Updated min version of contact form plugin

2.4.5.14 (2019-03-24)

Full Changelog

Closed issues:

  • Issue in production mode #882
  • Missing template themes/[themename]/views/single #875

Merged pull requests:

2.4.5.13 (2019-03-11)

Full Changelog

Closed issues:

  • Contact form throws error on submission #877
  • "the_avatar" showing as undefined. #874
  • PG::UndefinedFunction: ERROR: function lower(boolean) when searching in admin panel #866
  • SEO field is not saving for specific custom group #863
  • module CamaleonCms::UploaderHelper - north_east north_west params #860
  • Camaleon CMS in Rails 5, adding a new post the form disappear when updating the category #859
  • Intro Popups in the Admin Screen #781

Merged pull requests:

2.4.5.12 (2018-12-04)

Full Changelog

Closed issues:

  • Broken Preview Function for Draft Post #861

2.4.5.11 (2018-12-04)

Full Changelog

Full Changelog

Closed issues:

  • Some errors in apache proxy #844

Merged pull requests:

2.4.5.10 (2018-10-26)

Full Changelog

Closed issues:

  • How to override _data.js #855
  • Update the Website #848
  • How can I add new language ? #846
  • Site is down #840
  • Shortcode yield content #838
  • Problems loading the Documentation #837
  • install problem #833
  • Route problem #827
  • Multilanguage and varchar field length issue #820
  • Test fix prevents testing plugins #817
  • Support for old Ruby/Rails versions #813
  • Images are not being created in different versions #808
  • Uploading image doesn't auto orient #786
  • post order problem #783
  • Cant create theme without sudo #771
  • Sprockets::FileNotFound in CamaleonCms::AdminController#dashboard #763
  • AWS Media doesn't scale #757
  • Unable to add attachments to custom content type #753
  • Contact form throws error on submission #729
  • We're sorry, but something went wrong. If you are the application owner check the logs for more information. #728
  • Hi Owen #727
  • How to implement Paper Trials in Camaleon CMS? #725
  • Cannot add custom fields to custom user #719
  • Copy from Word into Rich editor? #717
  • Default user_model? #715
  • Media gallery uses different path than actual path #714
  • Serve camaleon assets from cloudfront? #709
  • NoMethodError in CamaleonCms::Admin::InstallersController#save #702
  • Redirect loop with existin devise model #699
  • Tags created with tag form do not appear #695
  • Tags for multiple post types #694
  • NoMethodError in CamaleonCms::Admin#dashboard #687
  • Comment's submit flash messages doesn't shows #686
  • Error action save_comment #685
  • NoMethodError in CamaleonCms::Admin::SessionsController#login_post #684
  • Authoring Posts plugin shows all users instead of current_site.users #681
  • Contact Form Item not translate to chinese #606
  • Feature request #597
  • warning: already initialized constant JSON::* #596
  • Can I migrate existing pages from BrowserCMS to CamaleonCMS? #595
  • I18n.backend translations not working #593
  • json pagination problem #584
  • Asset Undefined And Testing Repo #579
  • Unable to install. Command gem 'camaleon\_cms' not working. #573
  • Request Update Feature #572
  • Using Camaleon with existing database and models #567
  • Assign a template to a content-group global page #561
  • Bootstrap Sass variable and Mixin are also undefined with Camaleon CMS version 2.4 #560
  • Assets conflict #557
  • How to avoid N+1 queries in CamaleonCms? #556
  • Urgently BUG: Camaleon Version 2.1.1 does not upload file to S3 #555
  • Multiple Language: Editor field of other language doesn't show container body to input data #552
  • Integrate with an existing authentication system #545
  • Rspec tests are failing #540
  • Server migration and image url problem #538
  • How to add leadpages to Camaleon #535
  • Multi Site: How to assign users to specific sites only? #525
  • Image uploader caching is not scalable #518
  • Creating a folder in image uploader should clear cache #517
  • Theme settings missing #513
  • Favicon Causes DNS issues. #510
  • Image upload enhancements #509
  • Dynamic URLs for pagination #505
  • Test suite does not run #470
  • Setting Custom Homepage Via Theme Settings in Default Theme Not Working Correctly #467
  • How to create mobile app for Camaleon CMS and subdomains #462
  • Direction should be :asc or :desc #425
  • How to avoid numeric values in tags #403
  • NoMethodError in CamaleonCms::Frontend#index #397
  • Is there a blogs json api? #393
  • Themes assets not found on production #348
  • Hang in Heroku/Dokku push-deploy #321
  • Add Custom field #319
  • Custom field types extendable by plugins #293
  • MIT License #292
  • New user role for basic info, theme setting and Contact Response #285
  • Specs not running #228
  • Pt-BR translation to admin #177
  • "Author Name" Confusion in SEO Settings #98

Merged pull requests:

2.4.5.7 (2018-05-15)

Full Changelog

Closed issues:

  • image versions are not created #805
  • Plugin tests fail #799
  • Redirect after subscription #798
  • SVG uploads failing #787
  • Updating custom fields does not update parent #785
  • Image cropper is broken #782
  • wildcard ssl using nginx redirects page to localhost instead of main sub-domained site #780
  • [Request] Use Travis CI #778
  • There should be an endpoint for rendering a 404 page #772
  • translation missing: en.camaleon_cms.admin.post_type.private #768
  • Page not found not giving 404 status code #767
  • "wrong number of arguments (given 1, expected 0)" when using gretel #765
  • Create a folder with spaces breaks image path #756
  • ActionController::InvalidCrossOriginRequest: Security warning #742
  • Feature Request: Wordpress Import #34

Merged pull requests:

2.4.5.1 (2018-01-09)

Full Changelog

Closed issues:

  • 500 internal server error & can_edit_file? in Media #744
  • Any recommended approach to deploying from dev/staging to production? #743
  • A question about camaleon's asset #740
  • add new language to common.yml #736
  • the path to the media file breaks when the frontend and backend localizations do not match #733
  • Demo page crash #713
  • Timestamp of NavMenu and NavMenuItem not updated #539
  • TinyMCE Templates #463

Merged pull requests:

  • Replaces deprecated fields, field_values and field_groups associations #746 (fmfdias)
  • Re #740 modify admin-manifest file #741 (lanzhiheng)
  • added .svg extansion to validation image files method #739 (superchell)

2.4.5 (2017-11-23)

Full Changelog

Closed issues:

  • Unable to upload image: Internal Server Error #724
  • How to fix mixed content warnings when moving to production #722
  • Inactive site with no page selected is inaccessible #690
  • Camaleon store sources ? #356

Merged pull requests:

2.4.4.6 (2017-11-01)

Full Changelog

Closed issues:

  • No such file or directory @ dir_initialize #720
  • Edit link visible when viewing post category while logged out #718
  • Visibility plugin bug: Published Date not ok in list view #710
  • Disable create new sites? #708
  • Dynamic admin URL at system.json ? #707
  • Can't see changes when assigning field group to User #704

Merged pull requests:

2.4.4.5 (2017-10-09)

Full Changelog

Closed issues:

  • mounting? #700
  • Migration does not work #692
  • Image custom field #294

2.4.4.3 (2017-10-02)

Full Changelog

2.4.4.2 (2017-10-02)

Full Changelog

Closed issues:

  • ActiveModel::UnknownAttributeError in CamaleonCms::Admin::InstallersController#save #698
  • Support with Gitter? #697

2.4.4 (2017-09-30)

Full Changelog

Closed issues:

  • Not working: users_share_sites = false #691
  • Assets compilation failing working with webpack #688
  • Can't access admin panel for inactive site #682
  • Application stops working #680
  • Validation with contact_form #679
  • Plugin generator creates duplicate routes in Gemfile #663
  • undefined method `saved_change_to_attribute?' for #<CamaleonCms::Site:0x007ff468a826b8> #651

Merged pull requests:

2.4.3.12 (2017-08-13)

Full Changelog

Closed issues:

  • Query to find all object with a certain custom field value #673
  • Template is missing #612

Merged pull requests:

2.4.3.11 (2017-08-01)

Full Changelog

Closed issues:

  • show/hide custom fields based on another custom fields value #671
  • Loop on the multiple group custom fields on the FO #668
  • Can't create new custom_field_group #666
  • Changer order back office #665
  • Ukrainian Flag Image #664
  • Import Script to Camaleon CMS Database #659
  • Content group slug on multiple sites #655
  • Multiple Files Uploading #653

Merged pull requests:

2.4.3.10 (2017-07-08)

Full Changelog

Closed issues:

  • incomplete response in production env #661
  • [Question] Add fields to post category #656
  • admin post_types page fail to load from time to time #634
  • Feature Request: Memcached/Redis support #609

Merged pull requests:

  • Fix custom fields group issue on Rails 5.1.1 #667 (max2320)
  • Use Rails cache store in Front Cache plugin #662 (brian-kephart)
  • Cast parameters to hash to avoid error in rails 5 #660 (sudoaza)
  • upload files sequentially #658 (haffla)
  • using content slug instead of id to prevent conflict between multiple sites #657 (phlcastro)
  • fix error when using another model for authentication (ie.: devise) #654 (phlcastro)
  • memory leak in plugin routes #652 (niedfelj)

2.4.3.7 (2017-06-09)

Full Changelog

Closed issues:

  • Incomplete Documentation for Draper patch for Rails 5 #646
  • the_related_posts returns duplicate records #637
  • Title tags truncated to 65 chars #635
  • db:migrate StandardError Directly inheriting from ActiveRecord::Migration #625
  • Front Cache problem with Rails 5.1 #624
  • SEO fields not translate to other languages #621
  • default slug from title.to_url #619
  • remove pluralize for some locales #618
  • TinyMCE error after upgrading to 2.4.3.2 #617
  • How to display different versions/dimensions of an image #614
  • User Roles Disabled #613
  • Frontend routes issue #600
  • Customize email template #599
  • How to get the contact form to actually send the emails #598
  • Can I migrate existing pages from BrowserCMS to CamaleonCMS? #594
  • Validation error #591
  • how can I override default_url_options #590
  • Probably typo in posts controller #586
  • upload_file method in rake task #585
  • How to filter featured posts from a specific category #583
  • real estate website functionality #582
  • Missing pagination in admin user list #581
  • Display the featured image #580
  • How to loop through custom fields content #578
  • MiniMagick::Error when cropping #577
  • Can a custom post type be child of another custom post ? #576
  • Feature request: title tag for User profiles #575
  • S3 errors #571
  • Is there a function like blogcard or linkcard? #570
  • Colorpicker field type throws JS bugs in console and does not work #569
  • Warning: already initialized constant Cama::User #566
  • Wrong shortcode post search? #565
  • Enable ability to programatically tie a custom field to a post type #564
  • All users are have the permissions to update into admin user #563
  • Programatically enable custom field groups with multiple groups #562
  • No route matches {:action=>"search", :controller=>"camaleon_cms/frontend", :label=>"search", :slug=>"welcome"} missing required keys: [:label] #558

Merged pull requests:

2.4.3 (2017-01-07)

Full Changelog

Closed issues:

  • "Constrain proportions" can't be deselected in editor #554
  • Error when saving posts #553

2.4.2 (2016-12-21)

Full Changelog

2.4.1 (2016-12-21)

Full Changelog

Closed issues:

  • Could you please add haml for designing template? #551
  • Coffeescript is not defined #550
  • Allow Each Page's Meta Tags to be Editable #547

2.4.0 (2016-12-15)

Full Changelog

Closed issues:

  • NotNullViolation #548

2.3.7 (2016-12-12)

Full Changelog

Closed issues:

  • Method overwrite warning when precompiling #549
  • RSS feed error #544
  • 500 Internal Server Error #541
  • Problem with setting post dates #534
  • Typo #533
  • Question about login #532
  • S3 upload options #531
  • Deprecation warning #530
  • parent_auth_token #529
  • Request: async loading with cama_draw_custom_assets #521
  • Edit link visible when viewing post category while logged out #520
  • How to route subdomain to its own domain #514
  • Separate URLs for admin and public site #507
  • List of available plugins #497
  • TypeError in CamaleonCms::Admin::SettingsController#save_theme #496
  • Theme per Site #493
  • How can I Override FrontendController #492
  • Rails 5 #487
  • Rails console not running #485
  • Use only Admin portal of Camaleon with Rails 4 application #483
  • Assigning Custom Field Group to Users has no effects. #477
  • adding gem to my plugin #468
  • Creating content group in rails 5 #458
  • ActiveModel::ForbiddenAttributesError Rails 5 #450
  • Feature Request: External Link should have target. #444
  • Unable to upload media files. #418
  • Changing theme reverting back footer info #309
  • How to enable amazon S3 storage for all subdomains #270

Merged pull requests:

2.3.6 (2016-09-21)

Full Changelog

2.3.5 (2016-09-19)

Full Changelog

Closed issues:

  • Release a new version #489
  • Performance issues #461

2.3.4 (2016-09-14)

Full Changelog

Closed issues:

  • Rendering is broken when using narrower window widths #481
  • undefined local variable or method `doorkeeper_token' error with new changes. #476
  • undefined local variable or method `cama_root_url' with rails 5.0. #473
  • undefined method `id' for nil:NilClass while trying to access ecommerce posts as un logged in user. #472
  • Checkbox and Checkboxes in Custom Fields not working proerly #464
  • 2.1.2.6 tag missing #460
  • Change history #459
  • Cannot use shortcode #432

Merged pull requests:

2.3.3 (2016-08-16)

Full Changelog

Closed issues:

  • ActionController::RoutingError - Media routes fail when you use relative_url_root #437

2.3.2 (2016-08-16)

Full Changelog

Closed issues:

  • Languages support for camaleon #457
  • How to create/change ecommerce plugin as multi vendor store #453
  • rails generate camaleon_cms:install :error" Rais 5 #452
  • How to run specs #429

2.3.1 (2016-08-12)

Full Changelog

Closed issues:

  • ForbiddenAttributesError in ShippingMethodsController #455
  • Custom PaymentMethod Error #454
  • Slim/ Haml support #449
  • Where to define current site? #448
  • Adding custom post type and custom field programmatically. #447
  • Forbidden attributes error #446
  • Logo doesn't appear after uploaded. #445
  • Camaleon doesn't run in both rails 4.2.7 and with rails 5 ? #443
  • Draft posts can not be published #442
  • Camaleon App code #436
  • Reorder in menu does not work. #435
  • Register FAIL #433
  • undefined method `[]' for nil:NilClass error whith cms 2.2.1 and ecommerce 1.1 version. #428
  • install with rails 5.0 #424
  • redirect on creation of a second site #423
  • Not administrators users editing profile #417
  • Image in template email #415
  • What cased this problem ? How to solve this ? #413
  • How to override plugin views #405
  • uninitialized constant CamaleonCms::Admin::AdminController Error if I use cloudfront URL & while trying to delete Images #402

Merged pull requests:

2.2.0 (2016-06-15)

Full Changelog

Closed issues:

  • pt-BR problems #407
  • How to change title for posts #400
  • File upload size limit #377
  • Rails Best Practices #346
  • Switch to Devise #103
  • Tests #74

Merged pull requests:

2.1.2.1 (2016-05-20)

Full Changelog

Closed issues:

  • How to ensure only specified plugins and themse are available for subdomains #398
  • Adding translation by admin? #395
  • Please Deploy to ruby gem frequently #335
  • Unable to use cloudfront #280
  • Theme views aren't added to the view path #278

Merged pull requests:

2.1.2.0 (2016-04-29)

Full Changelog

Closed issues:

  • Custom fields api link broken - https://camaleon.website/custom-fields-api #394
  • Not a issue but.. Looking for documentation and camaleon website is down #391
  • Cannot use asset in localhost #390
  • We would like to suggest that external menu items also have visibility settings #389
  • I would like to suggest changing the route name for the back end. #388
  • Custom theme for admin interface? #387
  • Allow site admin to suspend a subdomain #386
  • Media folders can not be deleted with local storage #385
  • Sub menues? #384
  • Authorization issue #383
  • Basic install is generating a permission denied error #382
  • Compatibility with rails-composer #381
  • change search engine #380
  • Typo in CamaleonCms::CustomFieldsRead (post -> Post) ? #376
  • How to rename post type menu #375
  • Paginate Not Working when custom routes #374
  • An unhandled lowlevel error occurred while uploading a photo for a user profile. #373
  • Undefined local variable or method admin\_plugins\_contact\_form\_admin\_forms\_path #370
  • Problem with nav menu generation #364
  • Theming tutorial #361
  • Sending mail on Heroku #360
  • How to close down multiple language support in grain? #359
  • Subscribe form #357
  • Docker image #355
  • How to let users create subdomains using omniauth #354
  • Multiple Custom Field with same value #353
  • Camaleon documentation broken #342
  • undefined method `get_taxonomy' error #341
  • Custom Fields #329
  • Feature: Role management limited to site #325
  • "Slug can't be blank" when creating page #323
  • Commit "changed datetimepickerr" breaks creating posts. ref =>55dfe78906c59df3cb873a8e684f14cfef1b9a56 #315
  • nav-menu custom fields 500 error #307
  • Dutch Flag Image #302
  • Allow users to use cloudfront for AWS S3 bucket #291
  • Multiple Domain Needed #290
  • Shortcode don't have post's content #277
  • Tags on posts? #268
  • smtp email settings and notifications #265
  • How skip User model? #252
  • Reintroduced: Admin section breaks if changing slug of main site #249
  • Bug and weird behaivor of the create/update/recover/publish button on post edit/creation section #239
  • Wrong locale in backend translation #233
  • Permalink link not support utf-8 character #194
  • Build nav menu for plugins #160
  • Override custom post types in sitemaps #157
  • Default layout #153
  • Move system.json configuration into environment variables #141
  • Custom Post Types #129
  • Integrate Post/Page links into tinymce #96
  • Post Type form is confusing #95
  • Performance #93
  • Using Camaleon alongside existing app #89

v2.1.1.3 (2016-04-03)

Full Changelog

Closed issues:

  • Tinymce attempts to load plugins and themes #365
  • Assets not found after clobbering and precompiling assets #363
  • Excessive memory consumption problem #343
  • How can I have grid editor #340
  • example for create custom_field_groups at theme installation #337
  • Method_missing sender #336
  • Search error #330
  • File format not allowed #317
  • Media manager "shadow" items #313
  • Media manager: can't delete items #312
  • Opening category page gives page not found error #311
  • CMS demo is broken #306
  • Order post by drag drop #296
  • Custom Routes #275
  • Translation doesn't work when setting menues #271
  • undefined method `init_seo' #266
  • Custom permalink structure #158

Merged pull requests:

2.1.2 (2016-01-17)

Full Changelog

Closed issues:

  • Editor and Contributor user roles are cleared when adding a new Post Type #289
  • Internal Server Error while trying to upload image on post #287
  • NoMethodError if I try to create a subdomain(slug) with starting with capital letter #286
  • Can't apply font to custom theme #284
  • Allow users to create categories on post creation page #283
  • Just FYI, your documentation site is down` #282
  • How to let users create subdomains #281
  • undefined method `the_thumb_url' error if I click on user created tag #279
  • Better to have media in current_site.slug folder #272
  • How to use high_voltage pages as main site home page #267

2.1.1 (2016-01-08)

Full Changelog

Closed issues:

  • NoMethodError in CamaleonCms::Admin::SessionsController#login_post #274
  • Captcha image broken on your demo site #273
  • Multi languages with Contents Route Format => content/:post_type_title/:slug in Content Group #264
  • asset-theme-url incorrect path #263
  • Error trying to insert image on post #262
  • Contents menu icon personalize #260
  • Can not load plugin assets #258
  • None Favicon #257
  • How did you group your navbar by category under documentation? #256
  • show the default theme? #255
  • Newbie Question #254
  • Deployment to heroku : BreadcrumbsOnRails detected it won't be overridden. #251
  • Upgrade guide #250
  • ActionView::MissingTemplate in CamaleonCms::Admin::Settings#site #248
  • TypeError in FrontendController#index #244
  • TypeError (no implicit conversion of Time into String) #243
  • Logout on frontend redirects to dashboard #242
  • Bug when creating post simple custom field group #240
  • no implicit conversion of Time into String #237
  • Could not find "apps" in any of your source paths #236
  • loading of S3 assets in admin media index page takes too long #235
  • cannot stop intro popups #234
  • NoMethodError in CamaleonCms::Admin::SessionsController#login_post #232
  • theme generator not working #231
  • Cannot go to General Setting page #230
  • image custom field #229
  • Error when creating a custom field group #227
  • Custom Fields: undefined local variable or method `post_data' #224
  • Bug after update v2 ActionView::Template::Error (undefined local variable or method `root_url' #223
  • Missing template themes camaleon_cms v2 #222
  • Posts feature field #220
  • Broken Submit button on "Settings>General Site>Filesystem Settings" #218
  • undefined local variable or method admin\_plugins\_contact\_form\_admin\_forms\_path for CameleonCms::AdminController #216
  • awsS3: missing @fog_connection.endpoint on moduler branch #210
  • undefined method when migrating cameleon1x #209
  • Has Comments? Always true. #208
  • install error #207
  • missing template #206
  • LoadError "cannot load such file -- faraday" #204
  • error after installing AWS-S3 plugin #189
  • Undefined local variable or method params #186
  • Add footer text field #185
  • shortcodes.html.erb missing #178
  • Document to setup multiple domain with application #167
  • Expose camaleon view helpers to ActionController::Base.helpers #161
  • Cache problems #159
  • AJAX #146
  • Admin section breaks if changing slug of main site #134
  • Alternative File Manager? #107
  • OAuth api #101
  • Images upload on heroku #100

Merged pull requests:

v2.0.0 (2015-11-11)

Full Changelog

Closed issues:

  • Validate user registration with email #198
  • custom routing system #188
  • Unable to insert/edit image #175
  • Custom fields querys #174
  • Example don't work #172
  • Theme assets not being precompiled #168
  • Undefined method generate\_breadcrumb #162
  • Custom fields not saving for navigation menus #156
  • Nav Menu settings JS error #154
  • 404 page error #152
  • Plugin loader plugins key problem #151
  • Cannot change default layout in theme. #150
  • Can't insert media into post/page #147
  • RSS incorrect controller action #145
  • Custom fields readonly #144
  • Theme assets not found after precompiling #137
  • Deploy on Heroku fails: "No such file" #132
  • Escaping JavaScript #131
  • We're sorry something went wrong (500) #128
  • Hooks for post types from plugins? #127
  • New plugins format #126
  • Can't add fields to contact form #124
  • Theme field on contact form #123
  • uninitialized constant CamaleonCms::VERSION #121
  • Admin login page puts asterisks in password field #120
  • Hooks #119
  • Theming #117
  • Post types #114
  • Vendor asset management #112
  • Implement new admin template #111
  • Use "description" in config.json on plugins instead of "descr" #109
  • Add Sitemap information from plugins #106
  • Admin UI Helpers #105
  • Menu builder customization #102
  • hardcoded alt="Nature Image 1" in Featured Image (Admin Page) #97
  • Disable captcha #90
  • Plugin custom_models append new attribute to Users #88
  • Google analytics plugin #86
  • AGPL vs GPL #85
  • Mandrill plugin #84
  • NameError in AdminController#dashboard #83
  • Changing layouts #82
  • Plugin isolation #81
  • Better support for migrations inside of plugins #80
  • Ecommerce plugin free shipment #79
  • Deploy on AWS ElasticBeanstalk #78
  • Shorter asset paths #75
  • Create image tag for an image in the themes folder #72
  • Ecommerce plugin #70
  • Bootstrap navbar in admin #65
  • Bootstrap colors #64
  • .html URL extension #63
  • Customize frontend routes #62
  • Move user profile information from left sidebar #60
  • Strong Parameters #59
  • Uploader integration #57
  • Sass style support #56
  • rails generate camaleon_cms:install fails #55
  • Sprockets::Rails::Helper::AbsoluteAssetPathError in Admin::Sessions#login #53

Merged pull requests:

0.2.0 (2015-09-05)

Full Changelog

Closed issues:

  • Localization TinyMCE #51
  • Error with theme generator #43
  • re-adding footer to default theme? #25

Merged pull requests:

0.1.7 (2015-09-01)

Closed issues:

  • "rails generate camaleon_cms:install" freezes #42
  • fix_ssl.rb conflicts #40
  • AssetsFilteredError clean installation using gem #39
  • Can't install with the latest jruby #37
  • Error - Reorder custom fields groups #36
  • Feature Request: AWS s3 media upload #35
  • No such file or directory @ rb_sysopen #30
  • RTL Support #27
  • undefined method `translate' #26
  • Unable to run migrations #24
  • Heroku app.json #23
  • Captcha Missing #22
  • Gems specified as Windows only in Gemfile #15
  • Commands in bin point to ruby.exe #14
  • Slug suffix #10
  • Layout Support #6
  • Upgrade Path #3
  • Does it work with PostgreSQL? #1

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator