Our loyal Release Robot Robbie has compiled a list of new and updated MODX Extras in the week of September 14, 2015.
  • Redactor 2.0.1-pl, released on 2015-09-16 View Changelog

    ×
    • Fix thumbnails not showing in certain environments [S6479]
    • Fix Broken Image Edit Window [#366]
    • Fix various z-index issues when used in MIGX and other components [S6480]
  • AjaxForm 1.1.2-pl, released on 2015-09-15 View Changelog

    ×

    Changelog for AjaxForm.

    1.1.2-pl

    ==============

    - Compatibility with FormIt ReCaptcha.

    - Small code format.

    1.1.1-pl

    ==============

    - Improved checking of availability of pdoTools.

    1.1.0-pl

    ==============

    - Improved registration of frontend javascript.

    - Added parameter &formSelector for specifying name of CSS class of form.

    - Added parameter &objectName for specifying name of javascript object to initialize.

    1.0.7-pl

    ==============

    - Added loading source resource to modX::resource in action.php.

    1.0.6-pl

    ==============

    - [#15] Fixed work in different contexts.

    1.0.5-pl

    ==============

    - Remove error class from fields on before form submit.

    1.0.4-pl

    ==============

    - Added checking of global js var "afValidated" before form submit.

    1.0.3-pl

    ==============

    - [#8] Improved regular expression.

    - Improved compatibility with parameter "submitVar" in snippet FormIt.

    1.0.2-pl

    ==============

    - Added jQuery event "af_complete" on form submit.

    - [#4] Ability to use @INLINE chunk in parameter &form, if you have pdoTools installed.

    - [#3] Ability to set placeholders in form by specifying them into script parameters.

    - [#2] Script will add class "error" to elements with ".error_[name_of_field]" elements in form.

    1.0.1-pl

    ==============

    - Possibly fix for Error 500 on some hosts.

    1.0.0-pl

    ==============

    - Call end snippet on page load for preparation of form. Now you can use hook "math".

    1.0.0-rc

    ==============

    - Force attribute "method=post" to form.

    - Added support for sending form without javascript.

    1.0.0-beta1

    ==============

    - Improved adding class "ajax_form" to form.

    - Improved snippet parameters.

    1.0.0-beta0

    ==============

    - Initial release.

  • getProducts 1.4.0-rc2, released on 2015-09-17 View Changelog

    ×

    getProducts 1.4 rc1

    - Code refactoring. Logical fix.

  • Shibboleth 0.5.0-pl, released on 2015-09-17 View Changelog

    ×

    Shibboleth 0.5.0

    • Run user login through MODX login processor for consistency

    Shibboleth 0.4.1

    • Fix for broken standard manager logins in MODX 2.3+

    Shibboleth 0.4.0

    • Add group rules that apply to all users
    • Group removal must match both group and role
    • Fix more redirect loops

    Shibboleth 0.3.1

    • Fixed enforced session redirect loop
    • Fixed default value for force SSL setting

    Shibboleth 0.3.0

    • Dedicated handler resource/script is now optional
    • Added setting for the Shibboleth login query parameter

    Shibboleth 0.2.0

    • Added option to enforce Shibboleth sessions
    • Added automatic redirect when Shibboleth is forced
    • Bug fixes

    Shibboleth 0.1.0

    • Initial Version
    • Replaces shibProtect add-on
  • modAjaxify a simple ajax page loader 1.0.0-beta, released on 2015-09-17 View Changelog

    ×

    Initial content

  • DaterangeTV 1.2.2-pl, released on 2015-09-17 View Changelog

    ×
    • Better support for manager_date_format and daterangetv.manager_format
    • DaterangeTV.Renderer handles invalid values better
  • Redirector 2.0.7-pl, released on 2015-09-17 View Changelog

    ×

    New in 2.0.7-pl

    • Improved: made combo list minimum width to 300px so pagetitle are readable without a maximized window (rtripault)
    • Improved: when selecting any site-start page, a "/" is being used as target. Will be converted to full URL by plugin
    • Fixed: contexts combo vs resources list, to filter resources that only belongs to selected context
    • Fixed: tracking URI changes, only when setting "redirector.track_uri_updates" is enabled (true, 1, yes, y.. etc.)

    New in 2.0.6-pl

    • New feature: [#31] Add a "View Redirect" option
    • Fixed: [#33] Double slashes in redirect
    • Fixed: [#43] Cannot set redirect for an existing, unpublished Resource (uri)
    • Fixed: [#44] Undefined lexicon: redirect_err_ae_resource
    • Fixed: [#47] Support for MODX link tags and prepend whole site-url
    • Fixed: [#48] Problems with cyrillic URLs
    • Fixed: Manager UI and fixed selecting a target resource URI parsing
    • Fixed: [#24] [#26] [#32] [#46] Added senseless where statement to the REGEX where statement, to avoid xPDO errors
    • Fixed: new/update redirect resource box margin set to 0.
    • [#23] Fixed: redirect raw data import doesn't work

    New in 2.0.5-pl

    • Fixed: plugin not checking URL extension any more, it should redirect based on whole URL data
    • Fixed: look a like patterns working as expected, regex pattern not checked at once
    • New feature: tracks the number of times a redirect has been triggered. Also first and last date/time are registered

    New in 2.0.4-pl

    • Fixed: entering and checking MODX link tags
    • Fixed: parsed full urls are now got validated by PHP get_headers()
    • Fixed: entering regex targets starting with '$' sign to be valid

    New in 2.0.3-pl

    • New feature: including (relative) file support for redirection
    • Fixed: using the right setting key in the Redirector plugin
    • Fixed: broken unsinstall tables without having db manager instance
    • Updated Russian translation (Thanks to @danyaPostfactum)
    • Updated Frensch translation (Thanks to @rtripault)

    New in 2.0.2-pl

    • Added grid row expander to show errors against pattern and target URIs
    • Updated Lexicon files with new entries (not yet translated, help needed!)
    • Improved setting target to resource URI (instead of id) on resource selection
    • Added checks on pattern & context combination. Should be unique
    • Fixed unique index on db columns pattern and context_key, length is not respected by xPDO

    New in 2.0.1-pl

    • Fixed saving MODX link tag as valid value for target

    New in 2.0.0-pl

    • New feature: possibility to import from CSV files and raw data
    • Added visible view (red bar) when a redirect is invalid (pattern or target)
    • Redirect created on URI update. Enable/disable via System Settings (Thanks to chrischerrett)
    • Added support for regular expressions in pattern and replaces in target (preg_replace, Thanks to eprochasson)
    • Added support for context specific rules
    • Added support for contexts-as-subfolder (Thanks to jkenters)
    • UI fixes for MODX 2.2+
    • Code compatible with MODX 2.2+
    -------------------------

    New in 1.0.3-pl

    • Added sqlsrv support
    • Added changelog to package

    New in 1.0.2-pl

    • Added German translation
    • Added Dutch translation
    New in 1.0.1-pl
    • Added Dutch translation
  • tagManager2 2.2.0-rc1, released on 2015-09-18 View Changelog

    ×

    Initial content

  • RememberThis 1.1.7-pl, released on 2015-09-18 View Changelog

    ×
    • @FILE/@INLINE/@CHUNK binding for template chunks
    • tplPath system setting
  • UpgradeMODX 1.2.2-pl, released on 2015-09-19 View Changelog

    ×

    UpgradeMODX 1.2.2-pl

    • Public Launch

    UpgradeMODX 1.2.1.rc

    • Fix issue with version list
    • wrap class in if (class_exists)

    UpgradeMODX 1.2.0-rc

    • Use PclZip if ZipArchive is not available
    • Improve reliability of ZipArchive extraction
    • Fix bug with sorting when plOnly is false
    • Fix bug with missing setup directory
    • Add set_time_limit(0) in loop
    • Fix spurious error in resolver
    • Form and doc updates

    UpgradeMODX 1.0.2-beta1

    • Fixed bug with earlier versions of PHP

    UpgradeMODX 1.0.0-beta1

    • Initial Version
  • MIGX 2.9.5-pl, released on 2015-09-19 View Changelog

    ×

    Changelog for MIGX.

    MIGX 2.9.5==============

    • column-actionbuttons also for MIGX
    • export/import MIGX-items from/into MIGX-TV
    • get tinymcewrapper working
    • more config-options for combo-filter
    • Fix and simplify Redactor implementation to use MODx.loadRTE()

    MIGX 2.9.4==============

    • [migxResourcemediapath] add context_key as path option
    • button for 'alter fields from schema'
    • fix MIGX-grid width
    • custom grid for MIGX-TV
    • respect context-default-media-source - setting

    MIGX 2.9.3==============

    • basic support for new TinyMCE RTE
    • fix assetsUrl/connectorUrl - settings
    • MIGX-TV MODX multifile-uploader/autocreate items 
    • MIGX-TV configurable contextmenues

    MIGX 2.9.2==============

    • some smaller fixes

    MIGX 2.9.1==============

    • add hook-snippet setting
    • some handleRelated - update - functions
    • destroy updatewindow on close

    MIGX 2.9.0==============

    • [migxLoopCollection] allow use of foreign database
    • Sottwell's improvements on migxresourcemediapath
    • new snippet: migxGetCollectionTree
    • access to foreign database from default processors
    • improvements on multiple formtabs
    • make inline-editing for MIGX - grid possible
    • option to add MIGX-items directly without modal
    • listbox-cell-editor
    • movetotop,movetobottom - buttons for MIGX-grid
    • cell-editing for MIgXdb - grids
    • option to add MIGXdb-items directly without modal
    • [getImageList] &inheritFrom - inherit MIGX-items from parents or other resources
    • some migxredactor - fixes

    MIGX 2.8.1==============

    • lets disable the 'Add Item' - button
    • new configs gridperpage and sortconfig
    • wrapperTpl for getImageList and migxLoopCollection

    MIGX 2.8.0==============

    • resolve tables on install
    • render cross, also when empty string
    • reusable activaterelations - processors
    • [migxLoopCollection] tpl_nN
    • [#154] clean TV-value, if no MIGX-items
    • additional db-storage of formtabs and fields
    • get menue working in MODX 2.3
    • improve description_is_code

    MIGX 2.6.8==============

    • some other small fixes
    • restrictive condition by processed MIGX-tags for formfields
    • Filter-Button for Reset all filters to default-value
    • extend date-filter
    • make cmp main caption translatable
    • Migx::prepareJoins - optional rightjoin

    MIGX 2.6.7==============

    • add date - filter
    • add handlepositionselector - processor
    • add snippet exportmigx2db

    MIGX 2.6.6==============

    • fixes only

    MIGX 2.6.5==============

    • fix bug with migxResourceMediaPath

    MIGX 2.6.5==============

    • fix not working richtext-editors in MIGXdb
    • add emptyThrash - process to MIGXdb

    MIGX 2.6.4==============

    • [redactor-field] get and use file-properties from a redactor-inputTV
    • add renderImageFromHtml - renderer

    MIGX 2.6.3==============

    • configurable redactor-field with configs-configuration, make redactor work in MIGXdb - CMP

    MIGX 2.6.2

    ==============

    • fix issue with imported configs-field, if not an array

    MIGX 2.6.1

    ==============

    • Make Formfields translatable

    MIGX 2.6

    ==============

    • [getImageList] output inner arrays as json-string
    • added polish translation
    • [getImageList] splits, build summaries
    •  make grid-columns translatable, let user add custom-lexicons from custom php-config-files

    MIGX 2.5.11

    ==============

    • add simple MIGXdb - validation (only required for now)
    • some fixes

    MIGX 2.5.9

    ==============

    • let us create new indexes, with altered field-def from schema
    • optimize input-option-values-handling, see:http://forums.modx.com/thread/79757/sortable-editable-list-of-checkboxes?page=4#dis-post-483240

    MIGX 2.5.8

    ==============

    • Added 'showScreenshot' (big image in popup)
    • Added template-field for direct template-input for renderChunk
    • Added position - selector for new MIGX - items
    • Fix for not removed rte-editors when using formswitcher
    • send current store-params to iframe-window

    MIGX 2.5.6

    ==============

    • Add support for the modmore.com Redactor editor
    • some work on multiuploader for MIGXdb
    • more eNotice - fixes

    MIGX 2.5.2

    ==============

    • read input-options into MIGX-TV
    • respect filter in default - export.php
    • fix for empty value in TV - configs not loading renderers etc.
    • fix changed processaction-param after export2csv
    • stopEvent() by onClick - event

    MIGX 2.5.1

    ==============

    • fix bug with renderChunk - renderer

    MIGX 2.5

    ==============

    • get different rtes working - support for tinymce, ckeditor
    • some settings for MIGXfe
    • cs - lexicons,
    • some eNotice - fixes
    • fix with to big integers on TV-id (set phptype to string)
    • limit MIGX-record-count

    MIGX 2.4.2

    ==============

    • columnButtons for the migx - grid
    • little form-layout-mods
    • added the option to have the first formtab outside the other tabs above of them.
    • added the option to use the TV-description-field as parsed code-areas in the formtabs, modx-tags are parsed there -
    • snippets, chunks, output-filters can be used there. All fields of the record can be used as placeholders.
    • migxupdate for MIGXfe
    • default-values for MIGXdb-filters
    • update co_id in iframe-window
    • add a searchbox to MIGX-Configurator
    • read configs directly from exported configs-files from custom-packages - directory by using configname:packagename - configs

    MIGX 2.4.1

    ==============

    some new snippets:

    • getDayliMIGXrecord
    • migxgetrelations
    • added beta treecombo-filter-option for example to filter resources in MIGXdb by resourcetree
    • add window-title configuration, make window-caption dynamic (its possible to use placeholders now)
    • hide tabs in form, when only one tab
    • added selectposition - renderer

    MIGX 2.4.0

    ==============

    • new renderer - switchStatusOptions
    • new renderer - renderChunk
    • getImageList - added 'contains' and 'snippet' - where-filters
    • add duplicate-contextmenue to MIGXdb
    • new property for getImageList: &reverse
    • give TVs in each CMP-tab a unique id
    • refresh grid after closing iframe-window
    • added tpl_n{n} tplFirst tplLast tpl_n tpl_oneresult properties to getImageList
    • export jsonarray-fields as separate fields in csv-export
    • alias, breadcrumb and ultimateparent for migxREsourceMediaPath
    • Added TV - description - field to configuration

    MIGX 2.3.1

    ==============

    • some eNotice - error - fixes
    • add type - configuration to gridcolumns, now its possible to sort also numeric on the MIGX - grid: see https://github.com/Bruno17/MIGX/issues/41

    MIGX 2.3.0

    ==============

    • add multifile - uploader, upload to MIGX - mediasource
    • add load from mediasource - button to MIGX
    • add migxResourcePath - snippet
    • add iframe - support - its now possible to create chunks with snippet-calls and show the result in an iframe-window. used by multifile-uploader.

    MIGX 2.2.3

    ==============

    • confirmation before overriding schema-files
    • some additions for childresources-management by MIGXdb
    • switch between multiple forms - configurations
    • add renderDate - renderer , thanks to Jako
    • additional send all store-baseParams when opening the form-window. This way we can have different forms depending on filters for example.
    • add parent-property for dynamic filter-comboboxes
    • add getliste-where for default getlist-processor
    • export formtabs as clean json in editraw-mode

    MIGX 2.2.2

    ==============

    • add migxLoopCollection-snippet
    • move prepareJoins into a migx-method
    • confirmation before remove db-record, getcombo did not use idfield
    • allow empty prefix
    • add possibility to use tables without 'deleted' - field and default-getlist-processor
    • fix Call-time pass-by-reference errors
    • get tinyMCE to work on richtext-TV-inputs in MIGXdb - CMPs
    • fix prefix not sended to writeSchema
    • grid add cls 'main-wrapper' to give it a bit padding, thanks to jako

    MIGX 2.2.0

    ==============

    • export/import configuration-objects as json to/from files in custom-package-directories
    • new configs: getlist - defaultsort, joins, gridload_mode (by button, auto)
    • grid-smarty-template now can be also in custom-package-directories
    • reworked handling of joined objects in default update-php
    • add connected_object_id baseparam to migx-grid
    • added snippet migxLoopCollection

    MIGX 2.1.1

    ==============

    • fix for migx-snippet not working with multiple calls on one page
    • resource_id as script-property for getlist-processor when used with migx-snippet

    MIGX 2.1.0

    ==============

    •   add &sort to the getImageList - snippet
    •   add new snippet 'migx' to get items from db-tables, can use the same configurations and getList - processors as the MIGXdb - manager
    •   make it possible to have config-files for grids and processors in another package-folder for easier packaging together custom - packages
    •   more MIGXdb - configurations

    MIGX 2.0.1

    ==============

    • more E_NOTICE - Error - fixes
    • Fix Missing Add - Item - Replacement - String

    MIGX 2.0.0

    ==============

    - pl

    •   fix for Revo 2.2.2
    •   fix some E_NOTICE - errors

    - new in beta5

    •   Configure multiple CMP - tabs
    •   packagemanager ported to extjs - tab
    •   added MIGX-setup/upgrade - tab
    •   added configurable text and combo - filterboxes

    - new in beta3

    •   This is a preview-version of MIGXdb
    •   MIGXdb can now also be used as configurable CMP
    •   MIGX - configurator for tabs, columns, MIGXdb-TV and MIGXdb-CMP
    •   Package-manager, create and edit schemas and package-tables

    - new:

    •   better compatibility with revo 2.2
    •   working with mediasources
    •   starting with MIGXdb (very dev)