Revisions of processwire3

Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 34)
- Update to processwire 3.0.226
  * Latest stable release
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 33)
- Update to processwire 3.0.217
  Read at https://processwire.com/talk/topic/28475-pw-30217-%E2%80%93%C2%A0core-updates
  * Enhancments and fixes
- Update to processwire 3.0.216
  Read at https://processwire.com/talk/topic/28439-pw-30216-%E2%80%93%C2%A0core-updates/
  * jQuery and jQuery UI updates
- Update to processwire 3.0.215
  Read at https://processwire.com/talk/topic/28406-pw-30215-%E2%80%93-core-updates-jquery-upgrades/
  * jQuery and jQuery UI updates
- Update to processwire 3.0.214
  Read at https://processwire.com/talk/topic/28308-pw-30214-%E2%80%93%C2%A0core-updates/
  * newly added $files->size($path) method
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 32)
- Update to processwire 3.0.213
  Read more at https://processwire.com/blog/posts/pw-3.0.213/
  * new WireNumberTools core class
  * Predefined Fieldtype configurations for creating new fields
- Update to processwire 3.0.212
  Read more at https://processwire.com/talk/topic/28182-pw-30212-%E2%80%93%C2%A0core-updates/
  * Improvements were made to InputfieldImage
  * Significant refactoring and improvements were made to the
    ProcessPageEditLink module
  * Improvements were made to Text fields so that HTML Entity Encoder is now
    automatically added
  * InputfieldEmail has been updated with optional support for IDN emails and
    UTF-8 local-part emails
  * Two new $sanitizer methods have been added: htmlClass() and htmlClasses()
  * Added feature request #480 to support configurable file extensions for
    translatable files
  * Added a new uploadName() method/property to Pagefile/Pageimage objects
  * InputfieldFile now shows this original filename if you hover the file icon
  * HTTP requests that contain an accidental double slash in the URL
  * The PagesParents class was refactored so that it is now a lot faster in 
    saving its data to the pages_parents table
- Update to processwire 3.0.211
  * pull requests and  minor issue fixes
buildservice-autocommit accepted request 1072611 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 31)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 30)
- Update to processwire 3.0.210
  New master version: 140 commits, 55 resolved issues, dozens of new features,
  eight contributors, and five new pull requests:
  * Admin-related improvements
  * $page improvements
  * $pages improvements
  * Inputfield improvements
  * Notifications improvements
  * Comments system improvements
  * Other API improvements
  Read more at https://processwire.com/blog/posts/pw-3.0.210/
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 29)
- Fix for  Upgrade from 3.0.201 to 3.0.207 breaks Umpaluts (special
  characters) in page-names/URLs #gh:processwire/processwire-issues#1648
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 28)
- Update to processwire 3.0.207
  * Updates for the template editor
  * The dev jQuery version  was updated to the latest in the 1.x branch, 1.12.4
  * documentation updates and typo fixes
  * Additional PHP 8.1 compatibility updates
  * A fix for an issue when deleting a page
  * A fix for a notice generated by $wire->files->include()
  * A fix for exporting field properties
  * $page->get('field_name.first') was updated to work with singular values
  * $templates->delete($template) method was updated to also delete
    fieldgroup when it is not used elsewhere
  * updates for InputfieldTinyMCE
- Update to processwire 3.0.206
  * New Inputfield TinyMCE 6.0.3
  * Fixes
  * Removal of a few remnants of TinyMCE 3 compatibility features
  * It's now possible to append items to WireArray objects
  * Custom page classes can now implement getPageListLabel() method
    to define the markup that gets displayed in ProcessWire's page list
  * fixes a rare but rather annoying issue, where login failed due to an 
    expired CSRF token because the login form was open too long before
    credentials were filled in
- Update to processwire 3.0.205
  * Fix for issue #1623, where toggling fields with one specific visibility option
     enabled was causing JavaScript errors.
  * Support for returning template properties with the $pages->findRaw() method
  * A new memory limit check for the installer
  * Various code improvements to ProcessPageEdit
  * Overall core code improvements and updates for PHPDoc comments
  * Security hardening for the lister bookmarks feature in the admin
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 27)
- Update to processwire 3.0.201
  * Possibility to hide pages from the list
  * "Usage" information in field editor
buildservice-autocommit accepted request 984526 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 26)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 25)
- Update to processwire 3.0.200
  * Stable release
  * Bugfix release
- Update to processwire 3.0.199
  * Bugfix release
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 24)
- Update to processwire 3.0.198
  * new features and issue resolutions
  * improved $pages->findMany() and $pages->findRaw()
  * Allow dependend selecct fields in repearter items
- Update to processwire 3.0.197
  * minor updates and improvements
  * New $files->getCSV() method
  * Improvement to InputfieldPageListSelectMultiple
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 23)
- Update to processwire 3.0.196
  * minor updates and improvements
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 22)
- Update to processwire 3.0.193
  * fixes for reported issues
  * new $sanitizer methods for entity encoding values in arrays
  * improvements to the template and module editors
  * new hooks
  * improvements the $pages->find() and findRaw method
- Update to processwire 3.0.192
  * Issue fixes and improvements
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 21)
- Update to processwire 3.0.191
  * Read detailed information on
    https://processwire.com/talk/topic/26539-weekly-update-%E2%80%93-17-december-2021/
    https://processwire.com/talk/topic/26568-pw-30191-–%C2%A0core-updates/
  * Removed processwire-3-site-* packages
  * Profile exporter has been added
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 20)
- Update to processwire 3.0.190
  * Read detailed information on
    https://processwire.com/blog/posts/pw-3.0.190/
  * Feature Additions
  * Issue resolutions
    - Fixed issue with WireHttp hanging when using the socket method
      (fix via Radon8472).
    - Fixed several PHP 8.1 deprecation notices.
    - Fixed PageAutocomplete matching everything when using a field
      it doesn't recognize.
    - Fixed $pages->findRaw() error on fields that lacked a DB table.
    - Fixed missing repeater item outlines/borders in AdminThemeUikit.
    - Fixed a multi-language pagination issue when a pagination prefix other
      than "page" was used for the default language.
    - Removed jQuery dependency for parent modal windows (fix via Teppo).
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 19)
- Update to processwire 3.0.189
  * Read detailed information on
    https://processwire.com/talk/topic/26321-pw-30189-%E2%80%93%C2%A0core-updates/
  * Core updates
- Update to processwire 3.0.188
  * Read detailed information on
    https://processwire.com/talk/topic/26295-pw-30188-%E2%80%93%C2%A0more-new-repeater-features/ 
  * More new repeater features
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 18)
Fixed download source
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 17)
- Update to processwire 3.0.187
  * Read detailed information on
    https://processwire.com/blog/posts/new-repeater-and-repeater-matrix-features/
  * Repeater Matrix enhancements
- Update to processwire 3.0.186
  * Read detailed information on
    https://processwire.com/talk/topic/26236-pw-30186-%E2%80%93%C2%A0core-updates-repeaters/
    https://processwire.com/talk/topic/26162-weekly-update-%E2%80%93%C2%A024-september-2021/
    https://processwire.com/talk/topic/26162-weekly-update-%E2%80%93%C2%A024-september-2021/
  * Repeater Matrix enhancements
  * Refactorings in the core logic: BasePath, LanguageSupportPageNames, PagePathHistory,
    PageRequest, PagesPathFinder
- Update to processwire 3.0.185
  * Read detailed information on
    https://processwire.com/talk/topic/26131-pw-30185-%E2%80%93-core-updates-new-module/
    https://processwire.com/talk/topic/26110-weekly-update-%E2%80%93-10-september-2021/
    https://processwire.com/talk/topic/26131-pw-30185-%E2%80%93-core-updates-new-module/
  * New selectors
  * Refactorings to support the new "Session Allow" module
buildservice-autocommit accepted request 917962 from Johannes Weberhofer's avatar Johannes Weberhofer (weberho) (revision 16)
baserev update by copy to link target
Johannes Weberhofer's avatar Johannes Weberhofer (weberho) committed (revision 15)
- Update to stable version 3.0.184
  * Read detailed information on
    https://processwire.com/blog/posts/pw-3.0.184-master/
- Update to processwire 3.0.183
  * Support for the check_access=0 selector option when querying items using
    owner selectors.
  * Support for context-specific settings for CKEditor fields within Repeater
    items.
  * New option column width setting for the checkboxes and radios fields.
  *  new option for Markup RSS to include full HTML content from given field.
- Update to processwire 3.0.182
  * various UI fixes and improvements
  * IPv6 support for $session->getIP()
- Update to processwire 3.0.181
  * various UI fixes and improvements
  * Read more at https://weekly.pw/issue/378/
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by