[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Changes from 3.8.0 to 3.9.0alpha1 2 3 *Kernel: 4 - Improved eZSearchEngine to search URLs better. 5 - Improved 'eZURLAlias' updating process 6 (see features/3.9/improved_urlalias_updating_process.txt) 7 (patch by Bard Farstad) 8 - Added "Name" input field to file uploading dialog to name newly created objects. 9 (module content/upload) 10 (Merged from stable/3.8 (3.8.1) rev. 16420) 11 - Improved files uploading to automatically choosen location. 12 (see features/3.9/upload_to_automatic_location_improved.txt) 13 - Added the possibility to assign a section to an object 14 when creating/editing it. 15 - Implemented enhancement #4809: Proxy support needed for "outside data" 16 (RSS, link checking). 17 - Implemented suggestion #8081: receivers name in tipafriend.php. 18 - Added name's tranlsation support for ezcontentclass/ezcontentclass_attribute. 19 - Added foreign key definitions. 20 - Added toString() and fromString() functions to the contentobject_attribute and datatype interfases. 21 - Implemented enhancement #8309: Make ISBN datatype user-friendly. 22 - Added 'AdditionalObjectIDs' option to the SmartViewCache. 23 - Added a confirmorderhandler to be able to make you own handlers to send a confirmation email. 24 - Caching for items in ezbasket.php. 25 - Added isVATIncluded to orderitem. 26 - Added audit trailing. 27 see doc/features/3.9/audit_trailing.txt 28 - Added the ability to input placement of attribute in class. 29 - Added default child sort per content class. 30 - Added ezsubtreeremove.php script. 31 - Added foreign key definitions. 32 - Added extended LDAP user group mapping. 33 - Added cronjob script for cleanuping old drafts. 34 - Added Match[parent_class] - new matching way to override templates. 35 - Added Group-based limitation for content/read, content/edit policies. 36 - Added Caching of eZPersistentObject. 37 - Added New 'remove to trash' confirmation settings. 38 - Improved Trash. 39 - Workflows multiplexer and approve enhancement. 40 41 DataType: 42 - Improved ezcountry datatype. 43 - Improved ISBN datatype. 44 - Improved eZObjectRelationList datatype. 45 - Added toString and fromString datatype functionality. 46 47 eZXMLText: 48 - Improved custom attributes. 49 - Modifications needed to fix bug #8553: wrong object embedding by "eznode". 50 - Added XML numeric entities handling. 51 - Added XML block new features. 52 - Added Improvements to related objects added from XML block text field. 53 54 Clustering: 55 - Changed the way clustering settings are stored. 56 For more details see doc/features/3.8/clustering.txt. 57 (Merged from stable/3.8 (3.8.1) rev. 16215) 58 - Optimized index_image.php to gain more speed. 59 (Merged from stable/3.8 (3.8.1) rev. 16215) 60 61 *INI settings: 62 - Added site.ini:[SiteAccessSettings].PathPrefixExclude[] 63 Which URLs to exclude from being affected by PathPrefix setting. 64 - Added support of "ResetArrays" for setting group: 65 If ResetArrays is false arrays in specified group 66 will be never cleared (after saving of ini file) 67 Otherwise clearing of arrays will be defined by parameter in 68 ezini:save() 69 For example: 70 [Tool] 71 AvailableToolArray[]=test 72 ResetArrays=false 73 - Implemented enhancement #8474: Add possibility to set Content-Type for layout 74 module. 75 - Added content.ini[RemoveSettings].MaxNodesRemoveSubtree 76 Maximum number of nodes to remove (using Remove Subtrees feature) 77 - Added site.ini[DebugSettings].DebugByUser and 78 site.ini[DebugSettings].DebugUserIDList 79 Whether debug is set per UserID. If set to enabled only users with 80 IDs (in DebugUserIDList) can get debug. 81 - Added site.ini[UserSettings].MaxNumberOfFailedLogin: 82 The possibility to deny login after MaxNumberOfFailedLogin failed login attempts. 83 Max number of failed login attempts. 84 If the max number is '0' the possibility will be disabled. 85 - Added site.ini[UserSettings].TrustedIPList: 86 An array with IP addresses or networks which will be always 87 allowed to login after a few failed login attempts. 88 - Added site.ini[UserSettings].ShowMessageIfExceeded: 89 If true and failed login attempts of current user execeed MaxNumberOfFailedLogin 90 the user will get a message 91 - Implemented enhancement #7556: Need a way to set minimum password length. 92 Added site.ini[UserSettings].MinPasswordLength. 93 - Added content.ini[AlphabeticalFilterSettings].ContentFilterList[] 94 List of alphabets that will be used in alphabetical navigation. 95 Alphabets will be fetched from AlphabetList[<name of alphabet>] 96 - Added content.ini[AlphabeticalFilterSettings].AlphabetList[] 97 Alphabet range/sequence in unicode. 98 - Added content.ini[AlphabeticalFilterSettings].EnableUnusedLetters=true/false 99 If true unused letters in alphabetical navigation (when browsing or fetching subitems) 100 will be disabled. 101 - Added support of read-only settings. 102 (Merged from stable/3.8 (3.8.4) rev.16666) 103 - Added site.ini:[eZINISettings].ReadonlySettingList[] 104 Specifies settings which should be read-only. 105 (Merged from stable/3.8 (3.8.4) rev.16666) 106 - Added site.ini[ProxySettings].ProxyServer 107 Proxy server which will be used in 108 linkcheck.php/rssimport.php/downloading site packages with "setup wizard". 109 If empty proxy will not be used. 110 NOTE: You will need CURL compiled with your php installation. 111 - Added site.ini[ProxySettings].User 112 - Added site.ini[ProxySettings].Password 113 For proxy authentification. 114 - Added site.ini[Session].RememberMeTimeout - "Remember me" feature of the login. 115 116 *Design: 117 - Fixed suggestion #8262: No need displaying language 118 when only one is installed. 119 - Added ability to hide admin toolbars on right side in admin if empty 120 - Added new template variables to be able to list more information about VAT / prices. 121 - Updated the design in basket and confirmorder to list a summary. 122 - Added a checkbox which allows user to stay in the edit window after publishing. 123 124 *Library: 125 126 - Added eZStringUtils library to simplify storing structured data in strings. 127 - Added viewcaches expiration for template 'DevelopmentMode' when templates files 128 are modified. 129 130 eZTemplate: 131 - Implemented enhancement #8584: 'content_structure_tree' operator should support 132 multiple sort criteria. 133 - Fixed suggestion #7588: "ignore_visibility" and "limitation" parameters 134 to "search" fetch function. 135 - Implemented enhancement #7449: No way to check existance of variable 136 in ezini or ezhttp. 137 (Added new tpl operators ezini_hasvariable,ezhttp_hasvariable and added new parameters 138 to ezini and ezhttp). 139 - Added alphabet() tpl function returns current alphabet. 140 (Settings are in content.ini[GoogleSettings]). 141 alphabet() has one param "charset_code" - where alphabet will be fetched from 142 (see content.ini[GoogleSettings].Alphabet). 143 - Fixed suggestion #8227: Add extended_attribute_filte to list_count/tree_count. 144 - Added locale template fetch function. 145 see doc/features/3.9/added_locale_template_fetch_function.txt 146 - Adde best_sell_list extended fetch function. 147 see doc/features/3.9/best_sell_list_extended.txt 148 - No more $node variable in pagelayout. 149 - Added New fetch function in the 'search' module. 150 - Added tipafriend_top_list extended fetch function. 151 - Added "view_parameters" in edit.tpl's templates. 152 153 eZSOAP: 154 - Fixed some php warnings with SOAP server. 155 156 eZMail: 157 - Minor improvement in debug output when sending with SMTP. 158 - Added new mail transport "file" for debugging. 159 160 eZDiff: 161 - Optimized memory footprint of eZDiffMatrix, it will no longer use subarrays. 162 - Changed hash format from md5 to crc32. 163 164 Shop: 165 - Added Enhanced shippingmanager. 166 - Added order confirmation handler. 167 168 *Bugfixes: 169 - Fixed bug #7741: safe_mode off evaluates to "true". 170 - Fixed bug #8218: unknow variable $ouput (in ezxhtmlxmloutput.php). 171 - Fixed bug #8210: ez crash when using fetch content/related_objects 172 without a correct object_id. 173 - Fixed bug #8192: content tree fetch function fails with parent_node_id 174 as array and depth set. 175 (Merged from stable35 (3.5.11) rev. 16008) 176 - Fixed bug #8241: Collaboration module: fetchItemList and fetchItemCount don't 177 agree on param 'status'. 178 (Merged from stable/3.6 (3.6.9) rev. 16028) 179 - Fixed bug #8243: Template compiler does not check if object isset 180 when fetching attributes. 181 (Merged from stable/3.7 rev. 16032, stable/3.8 rev. 16034) 182 - Fixed bug #8236: articlethumbnail still listed 2 times in image.ini.append. 183 - Fixed bug #8224: Fallback language for US should not be ger-GB. 184 (Fixed a typo). 185 (Merged from stable/3.8 (3.8.1) rev. 16041) 186 - Fixed bug #8223: Notification is sent even though object is hidden 187 when you publish it. 188 (Merged from stable/3.7 (3.7.7) rev. 16043) 189 - Fixed bug #8245: Reference bugs in eZContentObjectTree::canCreateClassList 190 and related functions. 191 (Merged from stable/3.7 rev. 16047, stable/3.8 rev. 16048) 192 - Fixed bug #8246: toolbar template "user_country" missing. 193 (Merged from stable/3.8 (3.8.1) rev. 16054) 194 - Fixed bug #8242: Wrong PHP requrements in setup.ini. 195 - Fixed broken script bin/php/clusterize.php. 196 (Merged from stable/3.8 (3.8.1) rev. 16065) 197 - Fixed bug #8253: Deleting an unpublished object returns an error. 198 - Fixed bug #8156: Encoding format in RSS feeds. 199 (Merged from stable/3.7 (3.7.7) rev. 16075, 16077) 200 - Fixed bug #8254: eZSelection edit template contains invalid XHTML. 201 (Merged from stable/3.5 (3.5.11) rev. 16076) 202 - Fixed bug #8258: Accumulator $key does not exists, 203 run eZDebug::accumulatorStart first. 204 (Merged from stable/3.7 (3.7.7) rev. 16085) 205 - Fixed bug #8261: Editing of objects crashes. 206 - Fixed bug #8279: Typo in lib/ezfile/classes/ezlog.php. 207 (Merged from stable/3.6 rev. 16095, stable/3.7 rev. 16096, stable/3.8 rev. 16097) 208 - Fixed bug #8289: eZDir::findSubitems() throws warning when searching areas 209 without read access. 210 (Merged from stable/3.6 rev. 16099, stable/3.7 rev. 16100, stable/3.8 rev. 16101) 211 - Fixed bug #8150: issue in the embed/image.tpl 212 (Merged from stable/3.7 (3.7.7) rev. 16103) 213 - Fixed bug #8293: Bug in roman() operator. 214 - Fixed bug #8229: Image Upload in 3.8 doesn't work. 215 - Fixed bug #8297: Checkbox datatype Information collector bug. 216 (Merged from stable/3.7 (3.7.7) rev. 16115) 217 - Fixed bug #8294: Warning: array_merge_recursive(): recursion detected 218 in ezuser.php. 219 - Fixed bug: RelatedSiteAccessList setting is set in override setting dir instead 220 of siteaccess dir. Also not present and documented in main site.ini file. 221 - Fixed bug #8233: Problem with untranslateable content object attributes 222 when switching main language. 223 - Fixed bug #8311: Literal tag changes all <br /> to \n and <p></p> to \n\n. 224 - Fixed bug #8184: Object Relation Lists after upgrade to 3.8 rc1. 225 (Merged from stable/3.8 (3.8.1) rev. 16133) 226 - Fixed suggestion #6747: modulo parameter for delimeter. 227 (Merged from stable/3.6 (3.6.9) rev. 16139) 228 - Fixed bug #8344: Removing locations. 229 (Removing of multiple locations doesn't work) 230 (Merged from stable/3.8 (3.8.1) rev. 16146) 231 - Fixed bug #8343: Rss feed bug when importing into xml block. 232 (Merged from stable/3.8 (3.8.1) rev. 16151) 233 - Fixed bug #8380: eZWizardBase - Operation in step definition does not work 234 properly. 235 (Merged from stable/3.6 rev. 16157, stable/3.7 16158, stable/3.8 rev. 16159) 236 - Fixed bug #8287: kernel 1 error when editing content. 237 - Fixed bug #8372: Literal tag (even with html class) decodes all entities. 238 - Fixed bug #8308: Removing an object invalidates all the viewcache. 239 - Fixed bug #7898: Multiplexer fails when redirecting to template or cron. 240 - Fixed bug: Images disappear if ezimage attr is Not translatable. 241 (e.g If image object has cze-CZ and eng-GB translations) 242 (Merged from stable/3.8 (3.8.1) rev. 16188) 243 - Fixed bug: Image attr isn't updated after publishing if attr is Not translatable. 244 (Image should be fetched from original attr) 245 (Merged from stable/3.8 (3.8.1) rev. 16188) 246 - Fixed bug #8447: Template for with error cause crash. 247 - Fixed bug #8238: multilingual upgrade script cause seg fault, and has memory leakage. 248 - Fixed bug #8203: Memory leak in updatemultilingual.php. 249 - Fixed bug #8469: updatemultilingual.php doesn't work with siteacceses in extensions. 250 (Patch by Ole Marius Smestad) 251 - Fixed bug: Importing an OO document containing images does not work 252 if clustering is enabled. 253 (Merged from stable/3.8 (3.8.1) rev. 16208) 254 - Fixed bug: bin/php/clusterize.php cannot load cluster handler 255 from an extension. 256 (Merged from stable/3.8 (3.8.1) rev. 16213) 257 - Fixed bug #8394: Fatal error due to typo in clustering code. 258 (Merged from stable/3.8 (3.8.1) rev. 16212) 259 - Fixed bug #8395: Not possible to define MySQL socket when using 260 MySQL cluster handler. 261 (Merged from stable/3.8 (3.8.1) rev. 16219) 262 - Fixed bug #8259: Performance issue with eZKeyword datatype. 263 - Fixed bug: "Relation" and "Relation List" attributes were not imported properly 264 when installing a package. 265 - Fixed bug #8445: Poll return wrong report. 266 - Fixed bug #8342: Missing index on ezurlalias, eznode_assignment table. 267 - Fixed bug: Images disappear when changing/removing versions/translations 268 If ezimage attr is not translatable. 269 Changed: If an image exists in other ezimage attributes we should not delete 270 it from storage. ezImageFile table contains not unique filepath. 271 (Merged from stable/3.8 (3.8.1) rev. 16235) 272 - Fixed bug #8312: bug with SearchContentClassID in advancedsearch.php. 273 (Merged from stable/3.8 (3.8.1) rev. 16236) 274 - Fixed bug #8516: Create static cache via admin interface fails. 275 (Merged from stable/3.8 (3.8.1) rev. 16241) 276 - Fixed bug #8439: Empty product category attribute gives a Fatal error. 277 - Fixed bug #8519: Vise versa behavior of KeepGroupAssignment ini-setting (ldap.ini). 278 - Fixed bug #8459: Content object packages does not support embedded objects. 279 - Fixed bug #8325: problem with versionview.tpl (standard) 280 (Merged from stable/3.7 (3.7.7) rev. 16253) 281 - Fixed bug #8534: Images are installed under var/storage instead of 282 var/<siteaccess>/storage. 283 - Fixed bug #8381: PathPrefix not removed when linking to root node. 284 (Merged from stable/3.7 (3.7.7) rev. 16269) 285 - Fixed bug #8476: Reference usage in eZWorkflowProcess::setParameters(). 286 (Merged from stable/3.8 (3.8.1) rev. 16273) 287 - Fixed bug #8539: CRITICAL language permissions bug (if languages >= 4). 288 (Merged from stable/3.8 (3.8.1) rev. 16279) 289 - Fixed bug #8568: eZModuleGlobalPathList undefined using eZ SOAP server. 290 (Merged from stable/3.6 rev. 16287, stable/3.7 rev. 16288, stable/3.8 rev. 16289) 291 - Fixed bug #8470: Error when publishing content with removed flash 292 from not required field. 293 (Merged from stable/3.8 (3.8.2) rev. 16291) 294 - Fixed bug #8536: Module setup/session error in SQL query. 295 (Merged from stable/3.8 (3.8.2) rev. 16295) 296 - Fixed bug #8556: multioption can be blank even though required. 297 (Merged from stable/3.6 (3.6.9) rev. 16303) 298 - Fixed bug #8548: Invalid comment in site.ini. 299 (Merged from stable/3.6 (3.6.9) rev. 16307) 300 - Fixed bug #8545: Wash operator applied twice in text_linked.tpl 301 (Merged from stable/3.8 (3.8.2) rev. 16311) 302 - Fixed bug #8517: Site style edit overrides global settings. 303 (Merged from stable/3.8 (3.8.2) rev. 16315) 304 - Fixed bug #8567: Missing quote with automatic numbering of xml text headers. 305 (Merged from stable/3.8 (3.8.2) rev. 16319) 306 - Fixed bug #8560: eZURLAlias::fetchByDestinationURL wrong "sql select" 307 when is not internal. 308 (Merged from stable/3.7 (3.7.7) rev. 16325) 309 - Fixed bug #8491: Folders list in file uploading dialog contains wrong items. 310 (Merged from stable/3.8 (3.8.2) rev. 16329) 311 - Fixed bug #8544: Add locations allows non containers. 312 (Merged from stable/3.8 (3.8.2) rev. 16337) 313 - Fixed bug #8003: PathPrefix doesn't work with user folder. 314 (Merged from stable/3.7 (3.7.7) rev. 16343) 315 - Fixed bug #8582: Removed linebreak in an item on a list. 316 (Merged from stable/3.8 (3.8.2) rev. 16348) 317 - Fixed bug #8334: link checker check deleted /no longer present links. 318 (Merged from stable/3.8 (3.8.2) rev. 16350) 319 - Fixed bug #8605: Wrong settings in settings/override/site.ini.append.php 320 - Fixed bug 7994: Adding toolbar or tool in siteaccess override 321 toolbar.ini breaks toolbar manager. 322 (Merged from stable/3.8 (3.8.2) rev. 16362) 323 - Fixed bug #8617: Bug in the kernel/classes/ezcontentcache.php. 324 - Fixed bug #8510: Problem with redirect on SSLZones (they don't work in 325 non-VH mode). 326 (Merged from stable/3.8 (3.8.2) rev. 16372) 327 - Fixed bug #8625: Header numeration is wrong on first-level headers. 328 (Merged from stable/3.8 (3.8.2) rev. 16374) 329 - Fixed bug #8622: eZXHTMLXMLOutput Handler crashes on eZ survey extension. 330 (Merged from stable/3.8 (3.8.2) rev. 16374) 331 - Fixed bug #7060: eZINI code makes it hard to use settings in extensions. 332 - Fixed bug #3604: Debug redirect always on when using Debug by IP 333 - Fixed bug #8634: Impossible to delete order, bug in the design/admin/templates/shop/orderview.tpl 334 (Merged from stable/3.8 (3.8.2) rev.16384) 335 - Fixed bug #8635: Bug "only variable references..." in ezdatetime.php. 336 (Merged from stable/3.6 (3.6.9) rev. 16386) 337 - Fixed bug #8636: Only variables should be assigned by reference ... in ezfloattype.php. 338 (Merged from stable/3.7 (3.7.7) rev. 16391) 339 - Fixed bug #8640: max file size of 0 bytes no longer means unlimited in 3.8.X 340 (Merged from stable/3.8 (3.8.2) rev. 16394) 341 - Fixed bug #8628: data loss: entire storage/original dir wiped. 342 (Merged from stable/3.8 (3.8.2) rev. 16398) 343 - Fixed bug #8649: RSS import to XML text block is broken. 344 - Fixed bug #8409: New bug: Order Statistics doesn't compute last day of the month. 345 - Fixed bug #8638: Notice: Only variables should be assigned by reference ... ezpersistentobject.php on line 1109 346 - Fixed bug #8642: $view_parameters holds trialing slash. 347 (Merged from stable/3.8 rev. 16424) 348 - Fixed bug #8662: title() of eZXMLtexttype datatype works incorrectly. 349 - Fixed bug #8654: XHTML Conformance of generated anchor tags preceding the header (a name="XXX"). 350 (Merged from stable/3.8 rev. 16435) 351 - Fixed bug #8585: default location in object relation list will not be used. 352 - Fixed bug #8610: Problem with option datatype in form management. 353 (Merged from stable/3.6 (3.6.10) rev. 16477) 354 - Fixed bug #8702: bold and italic formating with ezxmltext does not work. 355 (Merged from stable/3.8 rev. 16484) 356 - Fixed bug #8700: New bug: No more [depth_operator = 'eq']-support in ContentObjectTreeNode 357 - Fixed bug #8681: ezurl and ezroot operators don't work correctly. 358 (Merged from stable/3.8 (3.8.3) rev. 16499) 359 - Fixed bug #7619: RSS: Relative image src in XML field. 360 (Merged from stable/3.8 (3.8.3) rev. 16499) 361 - Fixed bug #8707: Missing i18n (poll view full). 362 - Fixed bug #8680: Navigator disappears in order list. 363 (Merged from stable/3.8 (3.8.4) rev. 16528) 364 - Fixed bug #8597: Problem with path to icons on list of used templates. 365 (Merged from stable/3.8 (3.8.4) rev. 16536) 366 - Fixed bug #7776: Remove many objects does not work correctly. 367 - Fixed bug: problem with special chars in email's header. 368 - Fixed bug #8698: Automatic VAT calculation broken with 369 ezdefaultshopaccounthandler. 370 - Fixed bug #8109: Missing MIMEType (flv/flash video). 371 - Fixed bug #8741: ezurl can cause fatal error in compiled state. 372 (Merged from stable/3.8 (3.8.4) rev. 16574) 373 - Fixed bug #8553: Wrong object embedding by "eznode" if you have more locations. 374 - Fixed bug #8304: kickstart.ini should be updated. 375 - Fixed bug #8780: Text in content/browse mentions a "Choose" button, but the 376 button's caption is "Select". 377 - Fixed bug #8811: content/diff/ crashes when object_id is not set in the URL. 378 (Merged from stable/3.8 (3.8.4) rev. 16607) 379 - Fixed bug #8558: No warning message when the same user edits the same object 380 twice at the same time. 381 (Merged from stable/3.8 (3.8.4) rev. 16611) 382 - Fixed bug #8810: {fetch( content , list , hash( parent_node_id , 0 ) )} 383 causes fatal error. 384 - Fixed bug #8814: Treemenu going nuts. 385 - Fixed bug #8813: warnings when using treemenu without 386 class_filter parameter. 387 - Fixed bug #8438: Publish operation doesn't process additional 388 node assignments. 389 - Fixed bug #8793: No user/password in final page of install. 390 - Fixed bug #8708: Another problem with strong and emphasize ezxmltags. 391 (Merged from stable/3.8 (3.8.4) rev.16666) 392 - Fixed bug: content/download ignores node's visibility. 393 (Merged from stable/3.8 (3.8.4) rev.16666) 394 - Fixed bug: 'classification' override does not work for 'embed' tags. 395 (Merged from stable/3.8 (3.8.4) rev.16666) 396 - Fixed bug #8784: Section list in admin interface, pagination bug. 397 - Fixed bug #8846: No navigation (standard forum_topic full view). 398 - Fixed bug #8764: Wrong format in ezcontentobject_tree table for design/ez_publish. 399 - Fixed bug #8824: PathPrefixing and Url translating dont cooperate. 400 - Fixed bug #8864: Toolbar descriptions are only loaded 401 from default toolbar.ini file. 402 - Fixed bug #8715: Module content/keyword does not recognise 403 the special charecters from other languages. 404 - Fixed bug #8726: Unpublish cronjob does not flush cache. 405 - Fixed bug #8874: indexcontent cron script does not process 406 all index_object pending actions. 407 - Fixed bug #8909: No real item's name in pendiglist. 408 - Fixed bug #8867: Cron and cli scripts do not check transactions. 409 - Fixed bug #8932: content/download of files within loose objects in AdvancedObjectRelationList. 410 (Merged from release/3.6.11 rev. 16749) 411 - Fixed bug #8759: Users without "manage_locations" seem to be able to add new 412 locations. 413 (Merged from stable/3.8 (3.8.5) rev.16781) 414 - Fixed bug #6804: Role limitation assignment is not part of viewcache hash key 415 (Merged from stable/3.8 (3.8.5) rev.16790) 416 - Fixed bug #8880: Discarding an object during publishing 417 can break the whole content. 418 - Fixed bug #8952: Include used instead of include_once. 419 (Merged from stable/3.6 (3.6.12) rev.16798) 420 - Fixed bug #8968: Class group removal on discarding in class/groupedit. 421 - Fixed bug #8926: Js error: languageSelector.options has no properties. 422 - Fixed bug #8898: Passing view parameters through login. 423 - Fixed bug #8941: Enumeration style value is changed 424 when I edit the content class. 425 - Fixed bug #8985: Uploading of an object under the current object doesn't work properly. 426 - Fixed bug #8795: Bug Users with permissions on one language can create drafts 427 in other languages 428 (Merged from stable/3.8 (3.8.5) rev.16841) 429 - Fixed bug #8953: Double member variable declarations 430 (Merged from stable/3.8 (3.8.5) rev.16843) 431 - Fixed bug #8992: Undefined class "eZContentObjectTreeNode" in ezhttpheader.php 432 (Merged from stable/3.8 rev. 16844) 433 - Fixed bug #8872: WebShop fatal error (view orders of removed users). 434 (Merged from stable/3.8 (3.8.5) rev. 16850) 435 - Fixed bug #8643: RSS import shows error, if description contains <![CDATA[. 436 (Merged from stable/3.8 (3.8.5) rev. 16857) 437 - Fixed bug #6790: Unterminated let inside a section will cause the section-else 438 Merged from stable/3.8 (3.8.5) rev. 16871) 439 - Fixed bug #8890: Passing extra parameters to template functions clears params 440 with the same name in current template 441 (Merged from stable/3.8 (3.8.5) rev. 16882) 442 - Fixed bug #9032: Impossible to disable language choice 443 for /user/edit module. 444 (Merged from stable/3.8 (3.8.5) rev. 16886) 445 - Fixed bug #7021: Offset greater than arraylength in foreach 446 (Merged from stable/3.8 (3.8.5) rev. 16888) 447 - Fixed bug: 'always available' bit is not cleared in language mask while 448 changing 'main' language. 449 - Fixed bug #9035: static cache creates extra directory 450 - Fixed bug #6545: Setup fails with MySql 4.1 451 (The database charset check uses unquoted db names) 452 (Merged from stable/3.8 (3.8.5) rev. 16907) 453 - Fixed bug #8750: "My drafts" not accessible for users with only editing 454 permissions 455 (Merged from stable/3.8 (3.8.5) rev.16923) 456 - Fixed bug #8883: ezsubtreecopy: current version other than 1 does not work. 457 - Fixed bug #9081: Bug in multi-option datatype. 458 - Fixed bug: almost all i18n calls were not compiled but ran the interpreted 459 mode. 460 - Fixed bug: fatal error in packaging with ezenum datatype. 461 (Merged from stable/3.8 (3.8.5) rev. 17077 ) 462 - Fixed bug #9127: "Manage versions"-button disabled in versionview. 463 - Fixed bug: Left menu missed when page access denied 464 (Merged from stable/3.8 (3.8.5) rev. 17111) 465 - Fixed bug #9151: RSS import does not support link elements with CDATA. 466 - Fixed bug #9149: Missing </p> tag in ez.tpl 467 - Fixed bug #9143: Error in HTML for peak memory usage 468 - Fixed bug #9130: Bug closing </form> tag missing in standard/templates/content/upload.tpl 469 - Fixed bug: 9064: Location is broken in the Edit mode 470 (Merged from stable/3.8 (3.8.5) rev. 17148) 471 - Fixed bug #9150: Bug in edit\ezimage.tpl 472 - Fixed bug #9152: HTML should not be in i18n strings. 473 - Fixed bug #9076: Fatal error when publishing top nodes with PreViewCache. 474 (Merged from stable/3.8 (3.8.5) rev. 17181) 475 - Fixed bug #9073: Setup wizard must check for write access to /extension folder. 476 - Fixed memory leak in package export & eZCodePage::convertString() 477 (Merged from stable/3.8 (3.8.5) rev. 17192)
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |