Symfony 1.3 development got a boost this week with the removal of three configuration options and tweaks to the autoloading mechanism. All the symfony books were updated with fixes, specially the Jobeet tutorial. In addition, symfony 1.0.20 was released this week.

Development mailing list

Development highlights

  • r16165: [1.0, 1.1, 1.2, 1.3] added some missing PHPDoc
  • r16166: [1.1, 1.2, 1.3] fixed sfYaml::load wrong parsing with \r\n
  • r16167: [1.1, 1.2, 1.3] added some tests to sfYAML
  • r16169: [1.2, 1.3] fixed Web debug bar, css style is not inline under windows
  • r16171: [1.1, 1.2, 1.3] fixed command.filter_options doesn't filter anything
  • r16172: [1.2, 1.3] fixed cannot check all checkbox in Admin generator (IE)
  • r16177: [1.1, 1.2, 1.3] fixed sfYaml::dump dumps doesn't quote strings containing #
  • r16187: [1.3] deprecated sfToolkit::getTmpDir() in favor of the PHP built-in sys_get_temp_dir() function
  • r16188: [lime] created lime release 1.0.5
  • r16196: [1.3] removed the check_symfony_version setting
  • r16197: [1.3] removed the max_forwards setting
  • r16201: [1.3] removed the strip_comments setting
  • Milestone 1.0.20 completed
  • r16254: [1.3] removed the vendor/ subdir from autoloading
  • r16256: [1.2, 1.3] updated prototype and scriptaculous libraries to their latest dot releases
  • r16257, r16258: [1.2, 1.3] fixed typo in admin gen french translations
  • r16259: [1.1, 1.2, 1.3] added more information to sfWidgetFormDate PHPDoc API
  • r16260: [1.0, 1.1, 1.2, 1.3] fixed ->getLinks() produces error message when result set is empty
  • r16269, r16270, r16271: [1.1, 1.2] fixed lime path
  • r16274: [1.1, 1.2, 1.3] fixed form submissions when posted data exceeds post_max_size
  • sfPropelPlugin:
    • r16164: [1.2, 1.3] fixed typo in batchAction.php
  • ...and many other changes

Development digest: 210 changesets, 38 defects created, 33 defects closed, 6 enhancements created, 7 enhancements closed, 8 documentation defects created, 44 documentation defects closed and 50 documentation edits.

Book and documentation

Wiki

Plugins

  • New plugins
    • yamlCssPlugin: wraps the YAML CSS Framework for use in symfony.
    • spyFormBuilderInterface2Plugin: new version of spyFormBuilderInterfacePlugin all rewritable with widgets and validator.
    • sfSimpleGoogleSitemapPlugin: adds ability to generate Google sitemap. Auto detects if DbFinder is installed and use it or use Propel.
    • sfZnForumPlugin: integrates a simple forum with symfony.
    • obsArtichowPlugin: encapsulates the Artichow library for PHP5, version 1.1.0 (http://artichow.org/). Integrates into Symfony's config and caching system.
    • sfSecondLifePropertyManagerPlugin: a very simple application that will allow you to easily manage the properties you rent in Second Life. It will send out e-mails to remind you rent is due 3 days before rent is due.
  • Updated plugins
    • sfGridPlugin: fixed bug in translatePropertyPathToAliasedColumn, updated unit tests, added functionality to grid to allow to highlight rows in a table on a certain condition, start implementation of filtering arrays, implemented and fixed lazy-pager, fixed pager issues, added option to define cssClasses for td/th with Widgets and Grid, fixed all unit-tests, fixed issue with unit-test in sqlite and instance pooling (created own instance pooling), split filter to simplify specialisation of sfDataSourcePropel, bugfixes related with sfDataSourcePropel and pure criteria objects
    • isicsBreadcrumbsPlugin: removed I18N helper
    • sfMinifyPlugin: fixed sfMinifyPlugin.php change function useServerCache to setCache
    • sfExtjsThemePlugin: added missing updateModuleListFromRequest method (gripanel edits now working), added obsolete sendAjaxResponse method back until it can be completely removed, added back support for edit.title in the generator to edit panels, automatically enabled lazyloading module, updated css paths in js files
    • sfUnobstrusiveWidgetPlugin: disabled date picker
    • sfDoctrineGuardPlugin: decoupled remember me and security filter, merged changes to signin redirect logic from sfGuardPlugin
    • pkContextCMSPlugin: added play button, tabs are now safe to display in the non-CMS layout.php, fixes for standalone operation compatibility, on/off vs. archived/unarchived, published/unpublished removed, documentation of on/off stuff including how to change the default, fixed pkMedia slideshow style, updated README, added logo, updated default layout and templates, modifications for custom PHP locations, loading of progressive enhancement no longer forced, fixes default routing rule issues moves invasive routing rules to cmstest project, implemented better routing rules to make it easier to make the CMS the catch-all fallback target of URLs while still allowing the use of simple default rules as well
    • pkToolkitPlugin: added package template, fixed simplify method to not add a doctype
    • sfDynamicsPlugin: tuning of jquery 1.3.2 packageset, updated jQuery1.3.2 and jQuery.ui 1.7, updated jquery-extra packageset
    • sfAssetsLibraryPlugin: added symfony 1.2 compatibility, updated tests, fixed old flash syntax
    • sfEzcWorkflowPlugin: fixed path to Propel class, fixed typo in the demo module, fixed include path in a unit test
    • pmAjaxLoadPlugin: fixed prototype wasn't loaded, fixed javascript_tag was used without use_helper statement
    • sfAdvancedAdminGeneratorPlugin: fixed stylesheets
    • sfJqueryReloadedPlugin: jQuery 1.2.6 removed, 'with' patch added
    • sfImageTransformPlugin: tidying up getImageSpecificQuality method
    • sfGuardPlugin: fixed typo in README
    • sfEasyAntispamPlugin: first steps of refactoring
    • sfEasySyntaxHighlighterPlugin: added widget and validator for programming language choices
    • swToolboxPlugin: add direct method static call to send email, updated CSS, fix issue with linkCallback method
    • sfJqueryWidgetsPlugin: added first version of sfWidgetFormJQueryColorPicker
    • pkToolkitPlugin: added pkHtml::getImages, progressive enhancement library now includes pkSelectToList(), an empty string no longer generates a PHP warning when you try to clean up its HTML with pkHtml::simplify(), tag browser adjustments, updated docs
    • sfXSLTViewPlugin: making checking for classes not use Autoloader (this breaks if you have Zend installed)
    • sfTaskExtraPlugin: fixed setting of subversion ignore property on nested doctrine packages
    • DbFinderPlugin: added support for aliases in sfPropelFinder::join() (added a gazillon tests for Propel joins, added support for self-referenced foreign keys and multiple foreign keys to the same table in sfPropelFinder::join(), refactored relations discovery and storage), added support for aliases in sfPropelFinder::with() (and another gazillion tests), added support for aliases in sfPropelFinder::withColumn(), improved performance when using sfPropelFinder::with() and sfPropelFinder::withI18n()
    • sfFormExtraPlugin: fixed typo in the JQueryDate format, added sfWidgetFormDoctrineChoiceGrouped, added missing file entries to package.xml, move changelogs into forthcoming 1.0.11 release
    • pkPersistentFileUploadPlugin: variable height previews
    • pkImageConverterPlugin: added rounding to prevent errors when floating point numbers are passed
    • sfDoctrineUserPlugin: fixed unit test, changed the fields which are displayed in the list view
    • sfEasyGMapPlugin: removed the loadHelper call to ensure 1.2 compatibility, released 1.0 version with unit tests, sf1.2 compatible, and new functions concerning bounds (smallest bound, homothety, zoomOut) and coordinates (pixel to lat/lng, lat/lng to pix)
    • sfSimpleBlogPlugin: made the need for Propel behaviors explicit in documentation

Some new symfony powered websites

They talked about us

Published in #A week of symfony