[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Changes from 3.8.0 to 3.9.0 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 - shop: added support of custom handlers to calculate additional priceinformation 41 to the basket. 42 - History: version- and diff-view have been merged into a new view, /content/history 43 The new view is accessible via the accustomary "Manage versions"-button 44 in the edit view, the treemenu- and the classmenu-popup. 45 - Implemented enhancement #9194: Improvements to ini editor. 46 47 DataType: 48 - Improved ezcountry datatype. 49 - Improved ISBN datatype. 50 - Improved eZObjectRelationList datatype. 51 - Added toString and fromString datatype functionality. 52 53 eZXMLText: 54 - Improved custom attributes. 55 - Modifications needed to fix bug #8553: wrong object embedding by "eznode". 56 - Added XML numeric entities handling. 57 - Added XML block new features. 58 - Added Improvements to related objects added from XML block text field. 59 60 Clustering: 61 - Changed the way clustering settings are stored. 62 For more details see doc/features/3.8/clustering.txt. 63 (Merged from stable/3.8 (3.8.1) rev. 16215) 64 - Optimized index_image.php to gain more speed. 65 (Merged from stable/3.8 (3.8.1) rev. 16215) 66 67 *INI settings: 68 - Added site.ini:[SiteAccessSettings].PathPrefixExclude[] 69 Which URLs to exclude from being affected by PathPrefix setting. 70 - Added support of "ResetArrays" for setting group: 71 If ResetArrays is false arrays in specified group 72 will be never cleared (after saving of ini file) 73 Otherwise clearing of arrays will be defined by parameter in 74 ezini:save() 75 For example: 76 [Tool] 77 AvailableToolArray[]=test 78 ResetArrays=false 79 - Implemented enhancement #8474: Add possibility to set Content-Type for layout 80 module. 81 - Added content.ini[RemoveSettings].MaxNodesRemoveSubtree 82 Maximum number of nodes to remove (using Remove Subtrees feature) 83 - Added site.ini[DebugSettings].DebugByUser and 84 site.ini[DebugSettings].DebugUserIDList 85 Whether debug is set per UserID. If set to enabled only users with 86 IDs (in DebugUserIDList) can get debug. 87 - Added site.ini[UserSettings].MaxNumberOfFailedLogin: 88 The possibility to deny login after MaxNumberOfFailedLogin failed login attempts. 89 Max number of failed login attempts. 90 If the max number is '0' the possibility will be disabled. 91 - Added site.ini[UserSettings].TrustedIPList: 92 An array with IP addresses or networks which will be always 93 allowed to login after a few failed login attempts. 94 - Added site.ini[UserSettings].ShowMessageIfExceeded: 95 If true and failed login attempts of current user execeed MaxNumberOfFailedLogin 96 the user will get a message 97 - Implemented enhancement #7556: Need a way to set minimum password length. 98 Added site.ini[UserSettings].MinPasswordLength. 99 - Added content.ini[AlphabeticalFilterSettings].ContentFilterList[] 100 List of alphabets that will be used in alphabetical navigation. 101 Alphabets will be fetched from AlphabetList[<name of alphabet>] 102 - Added content.ini[AlphabeticalFilterSettings].AlphabetList[] 103 Alphabet range/sequence in unicode. 104 - Added content.ini[AlphabeticalFilterSettings].EnableUnusedLetters=true/false 105 If true unused letters in alphabetical navigation (when browsing or fetching subitems) 106 will be disabled. 107 - Added support of read-only settings. 108 (Merged from stable/3.8 (3.8.4) rev.16666) 109 - Added site.ini:[eZINISettings].ReadonlySettingList[] 110 Specifies settings which should be read-only. 111 (Merged from stable/3.8 (3.8.4) rev.16666) 112 - Added site.ini[ProxySettings].ProxyServer 113 Proxy server which will be used in 114 linkcheck.php/rssimport.php/downloading site packages with "setup wizard". 115 If empty proxy will not be used. 116 NOTE: You will need CURL compiled with your php installation. 117 - Added site.ini[ProxySettings].User 118 - Added site.ini[ProxySettings].Password 119 For proxy authentification. 120 - Added site.ini[Session].RememberMeTimeout - "Remember me" feature of the login. 121 - Added viewcache.ini:[ViewCacheSettings].ClearRelationTypes : 122 Determines which types of related objects will be choosen to clear view caches. 123 - Added site.ini:[SiteSettings].AdditionalLoginFormActionURL 124 Used to specify additional url for user/login form action. 125 - Changed default value of ApplyButton setting in content.ini ClassSettings 126 group from disabled to enabled. 127 128 *Design: 129 - Fixed suggestion #8262: No need displaying language 130 when only one is installed. 131 - Added ability to hide admin toolbars on right side in admin if empty 132 - Added new template variables to be able to list more information about VAT / prices. 133 - Updated the design in basket and confirmorder to list a summary. 134 - Added a checkbox which allows user to stay in the edit window after publishing. 135 - Implemented enhancement #9270: modify setup wizard to read defaultaccess 136 from site.ini (for url access-type) 137 138 *Library: 139 - Added eZStringUtils library to simplify storing structured data in strings. 140 - Added viewcaches expiration for template 'DevelopmentMode' when templates files 141 are modified. 142 - Added library function for reading extension information. 143 eZExtension::extensionInfo() 144 145 eZTemplate: 146 - Implemented enhancement #8584: 'content_structure_tree' operator should support 147 multiple sort criteria. 148 - Fixed suggestion #7588: "ignore_visibility" and "limitation" parameters 149 to "search" fetch function. 150 - Implemented enhancement #7449: No way to check existance of variable 151 in ezini or ezhttp. 152 (Added new tpl operators ezini_hasvariable,ezhttp_hasvariable and added new parameters 153 to ezini and ezhttp). 154 - Added alphabet() tpl function returns current alphabet. 155 (Settings are in content.ini[GoogleSettings]). 156 alphabet() has one param "charset_code" - where alphabet will be fetched from 157 (see content.ini[GoogleSettings].Alphabet). 158 - Fixed suggestion #8227: Add extended_attribute_filte to list_count/tree_count. 159 - Added locale template fetch function. 160 see doc/features/3.9/added_locale_template_fetch_function.txt 161 - Adde best_sell_list extended fetch function. 162 see doc/features/3.9/best_sell_list_extended.txt 163 - No more $node variable in pagelayout. 164 - Added New fetch function in the 'search' module. 165 - Added tipafriend_top_list extended fetch function. 166 - Added "view_parameters" in edit.tpl's templates. 167 168 eZSOAP: 169 - Fixed some php warnings with SOAP server. 170 171 eZMail: 172 - Minor improvement in debug output when sending with SMTP. 173 - Added new mail transport "file" for debugging. 174 175 eZDiff: 176 - Optimized memory footprint of eZDiffMatrix, it will no longer use subarrays. 177 - Changed hash format from md5 to crc32. 178 179 Shop: 180 - Added Enhanced shippingmanager. 181 - Added order confirmation handler. 182 183 eZUtils: 184 - Added: functions eZSys::serverProtocol() and eZSys::isSSLNow() 185 - Fixed: extension_path function to determine server protocol correctly. 186 187 *Bugfixes: 188 - Fixed bug #7741: safe_mode off evaluates to "true". 189 - Fixed bug #8218: unknow variable $ouput (in ezxhtmlxmloutput.php). 190 - Fixed bug #8210: ez crash when using fetch content/related_objects 191 without a correct object_id. 192 - Fixed bug #8192: content tree fetch function fails with parent_node_id 193 as array and depth set. 194 (Merged from stable35 (3.5.11) rev. 16008) 195 - Fixed bug #8241: Collaboration module: fetchItemList and fetchItemCount don't 196 agree on param 'status'. 197 (Merged from stable/3.6 (3.6.9) rev. 16028) 198 - Fixed bug #8243: Template compiler does not check if object isset 199 when fetching attributes. 200 (Merged from stable/3.7 rev. 16032, stable/3.8 rev. 16034) 201 - Fixed bug #8236: articlethumbnail still listed 2 times in image.ini.append. 202 - Fixed bug #8224: Fallback language for US should not be ger-GB. 203 (Fixed a typo). 204 (Merged from stable/3.8 (3.8.1) rev. 16041) 205 - Fixed bug #8223: Notification is sent even though object is hidden 206 when you publish it. 207 (Merged from stable/3.7 (3.7.7) rev. 16043) 208 - Fixed bug #8245: Reference bugs in eZContentObjectTree::canCreateClassList 209 and related functions. 210 (Merged from stable/3.7 rev. 16047, stable/3.8 rev. 16048) 211 - Fixed bug #8246: toolbar template "user_country" missing. 212 (Merged from stable/3.8 (3.8.1) rev. 16054) 213 - Fixed bug #8242: Wrong PHP requrements in setup.ini. 214 - Fixed broken script bin/php/clusterize.php. 215 (Merged from stable/3.8 (3.8.1) rev. 16065) 216 - Fixed bug #8253: Deleting an unpublished object returns an error. 217 - Fixed bug #8156: Encoding format in RSS feeds. 218 (Merged from stable/3.7 (3.7.7) rev. 16075, 16077) 219 - Fixed bug #8254: eZSelection edit template contains invalid XHTML. 220 (Merged from stable/3.5 (3.5.11) rev. 16076) 221 - Fixed bug #8258: Accumulator $key does not exists, 222 run eZDebug::accumulatorStart first. 223 (Merged from stable/3.7 (3.7.7) rev. 16085) 224 - Fixed bug #8261: Editing of objects crashes. 225 - Fixed bug #8279: Typo in lib/ezfile/classes/ezlog.php. 226 (Merged from stable/3.6 rev. 16095, stable/3.7 rev. 16096, stable/3.8 rev. 16097) 227 - Fixed bug #8289: eZDir::findSubitems() throws warning when searching areas 228 without read access. 229 (Merged from stable/3.6 rev. 16099, stable/3.7 rev. 16100, stable/3.8 rev. 16101) 230 - Fixed bug #8150: issue in the embed/image.tpl 231 (Merged from stable/3.7 (3.7.7) rev. 16103) 232 - Fixed bug #8293: Bug in roman() operator. 233 - Fixed bug #8229: Image Upload in 3.8 doesn't work. 234 - Fixed bug #8297: Checkbox datatype Information collector bug. 235 (Merged from stable/3.7 (3.7.7) rev. 16115) 236 - Fixed bug #8294: Warning: array_merge_recursive(): recursion detected 237 in ezuser.php. 238 - Fixed bug: RelatedSiteAccessList setting is set in override setting dir instead 239 of siteaccess dir. Also not present and documented in main site.ini file. 240 - Fixed bug #8233: Problem with untranslateable content object attributes 241 when switching main language. 242 - Fixed bug #8311: Literal tag changes all <br /> to \n and <p></p> to \n\n. 243 - Fixed bug #8184: Object Relation Lists after upgrade to 3.8 rc1. 244 (Merged from stable/3.8 (3.8.1) rev. 16133) 245 - Fixed suggestion #6747: modulo parameter for delimeter. 246 (Merged from stable/3.6 (3.6.9) rev. 16139) 247 - Fixed bug #8344: Removing locations. 248 (Removing of multiple locations doesn't work) 249 (Merged from stable/3.8 (3.8.1) rev. 16146) 250 - Fixed bug #8343: Rss feed bug when importing into xml block. 251 (Merged from stable/3.8 (3.8.1) rev. 16151) 252 - Fixed bug #8380: eZWizardBase - Operation in step definition does not work 253 properly. 254 (Merged from stable/3.6 rev. 16157, stable/3.7 16158, stable/3.8 rev. 16159) 255 - Fixed bug #8287: kernel 1 error when editing content. 256 - Fixed bug #8372: Literal tag (even with html class) decodes all entities. 257 - Fixed bug #8308: Removing an object invalidates all the viewcache. 258 - Fixed bug #7898: Multiplexer fails when redirecting to template or cron. 259 - Fixed bug: Images disappear if ezimage attr is Not translatable. 260 (e.g If image object has cze-CZ and eng-GB translations) 261 (Merged from stable/3.8 (3.8.1) rev. 16188) 262 - Fixed bug: Image attr isn't updated after publishing if attr is Not translatable. 263 (Image should be fetched from original attr) 264 (Merged from stable/3.8 (3.8.1) rev. 16188) 265 - Fixed bug #8447: Template for with error cause crash. 266 - Fixed bug #8238: multilingual upgrade script cause seg fault, and has memory leakage. 267 - Fixed bug #8203: Memory leak in updatemultilingual.php. 268 - Fixed bug #8469: updatemultilingual.php doesn't work with siteacceses in extensions. 269 (Patch by Ole Marius Smestad) 270 - Fixed bug: Importing an OO document containing images does not work 271 if clustering is enabled. 272 (Merged from stable/3.8 (3.8.1) rev. 16208) 273 - Fixed bug: bin/php/clusterize.php cannot load cluster handler 274 from an extension. 275 (Merged from stable/3.8 (3.8.1) rev. 16213) 276 - Fixed bug #8394: Fatal error due to typo in clustering code. 277 (Merged from stable/3.8 (3.8.1) rev. 16212) 278 - Fixed bug #8395: Not possible to define MySQL socket when using 279 MySQL cluster handler. 280 (Merged from stable/3.8 (3.8.1) rev. 16219) 281 - Fixed bug #8259: Performance issue with eZKeyword datatype. 282 - Fixed bug: "Relation" and "Relation List" attributes were not imported properly 283 when installing a package. 284 - Fixed bug #8445: Poll return wrong report. 285 - Fixed bug #8342: Missing index on ezurlalias, eznode_assignment table. 286 - Fixed bug: Images disappear when changing/removing versions/translations 287 If ezimage attr is not translatable. 288 Changed: If an image exists in other ezimage attributes we should not delete 289 it from storage. ezImageFile table contains not unique filepath. 290 (Merged from stable/3.8 (3.8.1) rev. 16235) 291 - Fixed bug #8312: bug with SearchContentClassID in advancedsearch.php. 292 (Merged from stable/3.8 (3.8.1) rev. 16236) 293 - Fixed bug #8516: Create static cache via admin interface fails. 294 (Merged from stable/3.8 (3.8.1) rev. 16241) 295 - Fixed bug #8439: Empty product category attribute gives a Fatal error. 296 - Fixed bug #8519: Vise versa behavior of KeepGroupAssignment ini-setting (ldap.ini). 297 - Fixed bug #8459: Content object packages does not support embedded objects. 298 - Fixed bug #8325: problem with versionview.tpl (standard) 299 (Merged from stable/3.7 (3.7.7) rev. 16253) 300 - Fixed bug #8534: Images are installed under var/storage instead of 301 var/<siteaccess>/storage. 302 - Fixed bug #8381: PathPrefix not removed when linking to root node. 303 (Merged from stable/3.7 (3.7.7) rev. 16269) 304 - Fixed bug #8476: Reference usage in eZWorkflowProcess::setParameters(). 305 (Merged from stable/3.8 (3.8.1) rev. 16273) 306 - Fixed bug #8539: CRITICAL language permissions bug (if languages >= 4). 307 (Merged from stable/3.8 (3.8.1) rev. 16279) 308 - Fixed bug #8568: eZModuleGlobalPathList undefined using eZ SOAP server. 309 (Merged from stable/3.6 rev. 16287, stable/3.7 rev. 16288, stable/3.8 rev. 16289) 310 - Fixed bug #8470: Error when publishing content with removed flash 311 from not required field. 312 (Merged from stable/3.8 (3.8.2) rev. 16291) 313 - Fixed bug #8536: Module setup/session error in SQL query. 314 (Merged from stable/3.8 (3.8.2) rev. 16295) 315 - Fixed bug #8556: multioption can be blank even though required. 316 (Merged from stable/3.6 (3.6.9) rev. 16303) 317 - Fixed bug #8548: Invalid comment in site.ini. 318 (Merged from stable/3.6 (3.6.9) rev. 16307) 319 - Fixed bug #8545: Wash operator applied twice in text_linked.tpl 320 (Merged from stable/3.8 (3.8.2) rev. 16311) 321 - Fixed bug #8517: Site style edit overrides global settings. 322 (Merged from stable/3.8 (3.8.2) rev. 16315) 323 - Fixed bug #8567: Missing quote with automatic numbering of xml text headers. 324 (Merged from stable/3.8 (3.8.2) rev. 16319) 325 - Fixed bug #8560: eZURLAlias::fetchByDestinationURL wrong "sql select" 326 when is not internal. 327 (Merged from stable/3.7 (3.7.7) rev. 16325) 328 - Fixed bug #8491: Folders list in file uploading dialog contains wrong items. 329 (Merged from stable/3.8 (3.8.2) rev. 16329) 330 - Fixed bug #8544: Add locations allows non containers. 331 (Merged from stable/3.8 (3.8.2) rev. 16337) 332 - Fixed bug #8003: PathPrefix doesn't work with user folder. 333 (Merged from stable/3.7 (3.7.7) rev. 16343) 334 - Fixed bug #8582: Removed linebreak in an item on a list. 335 (Merged from stable/3.8 (3.8.2) rev. 16348) 336 - Fixed bug #8334: link checker check deleted /no longer present links. 337 (Merged from stable/3.8 (3.8.2) rev. 16350) 338 - Fixed bug #8605: Wrong settings in settings/override/site.ini.append.php 339 - Fixed bug 7994: Adding toolbar or tool in siteaccess override 340 toolbar.ini breaks toolbar manager. 341 (Merged from stable/3.8 (3.8.2) rev. 16362) 342 - Fixed bug #8617: Bug in the kernel/classes/ezcontentcache.php. 343 - Fixed bug #8510: Problem with redirect on SSLZones (they don't work in 344 non-VH mode). 345 (Merged from stable/3.8 (3.8.2) rev. 16372) 346 - Fixed bug #8625: Header numeration is wrong on first-level headers. 347 (Merged from stable/3.8 (3.8.2) rev. 16374) 348 - Fixed bug #8622: eZXHTMLXMLOutput Handler crashes on eZ survey extension. 349 (Merged from stable/3.8 (3.8.2) rev. 16374) 350 - Fixed bug #7060: eZINI code makes it hard to use settings in extensions. 351 - Fixed bug #3604: Debug redirect always on when using Debug by IP 352 - Fixed bug #8634: Impossible to delete order, bug in the design/admin/templates/shop/orderview.tpl 353 (Merged from stable/3.8 (3.8.2) rev.16384) 354 - Fixed bug #8635: Bug "only variable references..." in ezdatetime.php. 355 (Merged from stable/3.6 (3.6.9) rev. 16386) 356 - Fixed bug #8636: Only variables should be assigned by reference ... in ezfloattype.php. 357 (Merged from stable/3.7 (3.7.7) rev. 16391) 358 - Fixed bug #8640: max file size of 0 bytes no longer means unlimited in 3.8.X 359 (Merged from stable/3.8 (3.8.2) rev. 16394) 360 - Fixed bug #8628: data loss: entire storage/original dir wiped. 361 (Merged from stable/3.8 (3.8.2) rev. 16398) 362 - Fixed bug #8649: RSS import to XML text block is broken. 363 - Fixed bug #8409: New bug: Order Statistics doesn't compute last day of the month. 364 - Fixed bug #8638: Notice: Only variables should be assigned by reference ... ezpersistentobject.php on line 1109 365 - Fixed bug #8642: $view_parameters holds trialing slash. 366 (Merged from stable/3.8 rev. 16424) 367 - Fixed bug #8662: title() of eZXMLtexttype datatype works incorrectly. 368 - Fixed bug #8654: XHTML Conformance of generated anchor tags preceding the header (a name="XXX"). 369 (Merged from stable/3.8 rev. 16435) 370 - Fixed bug #8585: default location in object relation list will not be used. 371 - Fixed bug #8610: Problem with option datatype in form management. 372 (Merged from stable/3.6 (3.6.10) rev. 16477) 373 - Fixed bug #8702: bold and italic formating with ezxmltext does not work. 374 (Merged from stable/3.8 rev. 16484) 375 - Fixed bug #8700: No more [depth_operator = 'eq']-support in ContentObjectTreeNode 376 - Fixed bug #8681: ezurl and ezroot operators don't work correctly. 377 (Merged from stable/3.8 (3.8.3) rev. 16499) 378 - Fixed bug #7619: RSS: Relative image src in XML field. 379 (Merged from stable/3.8 (3.8.3) rev. 16499) 380 - Fixed bug #8707: Missing i18n (poll view full). 381 - Fixed bug #8680: Navigator disappears in order list. 382 (Merged from stable/3.8 (3.8.4) rev. 16528) 383 - Fixed bug #8597: Problem with path to icons on list of used templates. 384 (Merged from stable/3.8 (3.8.4) rev. 16536) 385 - Fixed bug #7776: Remove many objects does not work correctly. 386 - Fixed bug: problem with special chars in email's header. 387 - Fixed bug #8698: Automatic VAT calculation broken with 388 ezdefaultshopaccounthandler. 389 - Fixed bug #8109: Missing MIMEType (flv/flash video). 390 - Fixed bug #8741: ezurl can cause fatal error in compiled state. 391 (Merged from stable/3.8 (3.8.4) rev. 16574) 392 - Fixed bug #8553: Wrong object embedding by "eznode" if you have more locations. 393 - Fixed bug #8304: kickstart.ini should be updated. 394 - Fixed bug #8780: Text in content/browse mentions a "Choose" button, but the 395 button's caption is "Select". 396 - Fixed bug #8811: content/diff/ crashes when object_id is not set in the URL. 397 (Merged from stable/3.8 (3.8.4) rev. 16607) 398 - Fixed bug #8558: No warning message when the same user edits the same object 399 twice at the same time. 400 (Merged from stable/3.8 (3.8.4) rev. 16611) 401 - Fixed bug #8810: {fetch( content , list , hash( parent_node_id , 0 ) )} 402 causes fatal error. 403 - Fixed bug #8814: Treemenu going nuts. 404 - Fixed bug #8813: warnings when using treemenu without 405 class_filter parameter. 406 - Fixed bug #8438: Publish operation doesn't process additional 407 node assignments. 408 - Fixed bug #8793: No user/password in final page of install. 409 - Fixed bug #8708: Another problem with strong and emphasize ezxmltags. 410 (Merged from stable/3.8 (3.8.4) rev.16666) 411 - Fixed bug: content/download ignores node's visibility. 412 (Merged from stable/3.8 (3.8.4) rev.16666) 413 - Fixed bug: 'classification' override does not work for 'embed' tags. 414 (Merged from stable/3.8 (3.8.4) rev.16666) 415 - Fixed bug #8784: Section list in admin interface, pagination bug. 416 - Fixed bug #8846: No navigation (standard forum_topic full view). 417 - Fixed bug #8764: Wrong format in ezcontentobject_tree table for design/ez_publish. 418 - Fixed bug #8824: PathPrefixing and Url translating dont cooperate. 419 - Fixed bug #8864: Toolbar descriptions are only loaded 420 from default toolbar.ini file. 421 - Fixed bug #8715: Module content/keyword does not recognise 422 the special charecters from other languages. 423 - Fixed bug #8726: Unpublish cronjob does not flush cache. 424 - Fixed bug #8874: indexcontent cron script does not process 425 all index_object pending actions. 426 - Fixed bug #8909: No real item's name in pendiglist. 427 - Fixed bug #8867: Cron and cli scripts do not check transactions. 428 - Fixed bug #8932: content/download of files within loose objects in AdvancedObjectRelationList. 429 (Merged from release/3.6.11 rev. 16749) 430 - Fixed bug #8759: Users without "manage_locations" seem to be able to add new 431 locations. 432 (Merged from stable/3.8 (3.8.5) rev.16781) 433 - Fixed bug #6804: Role limitation assignment is not part of viewcache hash key 434 (Merged from stable/3.8 (3.8.5) rev.16790) 435 - Fixed bug #8880: Discarding an object during publishing 436 can break the whole content. 437 - Fixed bug #8952: Include used instead of include_once. 438 (Merged from stable/3.6 (3.6.12) rev.16798) 439 - Fixed bug #8968: Class group removal on discarding in class/groupedit. 440 - Fixed bug #8926: Js error: languageSelector.options has no properties. 441 - Fixed bug #8898: Passing view parameters through login. 442 - Fixed bug #8941: Enumeration style value is changed 443 when I edit the content class. 444 - Fixed bug #8985: Uploading of an object under the current object doesn't work properly. 445 - Fixed bug #8795: Bug Users with permissions on one language can create drafts 446 in other languages 447 (Merged from stable/3.8 (3.8.5) rev.16841) 448 - Fixed bug #8953: Double member variable declarations 449 (Merged from stable/3.8 (3.8.5) rev.16843) 450 - Fixed bug #8992: Undefined class "eZContentObjectTreeNode" in ezhttpheader.php 451 (Merged from stable/3.8 rev. 16844) 452 - Fixed bug #8872: WebShop fatal error (view orders of removed users). 453 (Merged from stable/3.8 (3.8.5) rev. 16850) 454 - Fixed bug #8643: RSS import shows error, if description contains <![CDATA[. 455 (Merged from stable/3.8 (3.8.5) rev. 16857) 456 - Fixed bug #6790: Unterminated let inside a section will cause the section-else 457 Merged from stable/3.8 (3.8.5) rev. 16871) 458 - Fixed bug #8890: Passing extra parameters to template functions clears params 459 with the same name in current template 460 (Merged from stable/3.8 (3.8.5) rev. 16882) 461 - Fixed bug #9032: Impossible to disable language choice 462 for /user/edit module. 463 (Merged from stable/3.8 (3.8.5) rev. 16886) 464 - Fixed bug #7021: Offset greater than arraylength in foreach 465 (Merged from stable/3.8 (3.8.5) rev. 16888) 466 - Fixed bug: 'always available' bit is not cleared in language mask while 467 changing 'main' language. 468 - Fixed bug #9035: static cache creates extra directory 469 - Fixed bug #6545: Setup fails with MySql 4.1 470 (The database charset check uses unquoted db names) 471 (Merged from stable/3.8 (3.8.5) rev. 16907) 472 - Fixed bug #8750: "My drafts" not accessible for users with only editing 473 permissions 474 (Merged from stable/3.8 (3.8.5) rev.16923) 475 - Fixed bug #8883: ezsubtreecopy: current version other than 1 does not work. 476 - Fixed bug #9081: Bug in multi-option datatype. 477 - Fixed bug: almost all i18n calls were not compiled but ran the interpreted 478 mode. 479 - Fixed bug: fatal error in packaging with ezenum datatype. 480 (Merged from stable/3.8 (3.8.5) rev. 17077 ) 481 - Fixed bug #9127: "Manage versions"-button disabled in versionview. 482 - Fixed bug: Left menu missed when page access denied 483 (Merged from stable/3.8 (3.8.5) rev. 17111) 484 - Fixed bug #9151: RSS import does not support link elements with CDATA. 485 - Fixed bug #9149: Missing </p> tag in ez.tpl 486 - Fixed bug #9143: Error in HTML for peak memory usage 487 - Fixed bug #9130: Bug closing </form> tag missing in standard/templates/content/upload.tpl 488 - Fixed bug: 9064: Location is broken in the Edit mode 489 (Merged from stable/3.8 (3.8.5) rev. 17148) 490 - Fixed bug #9150: Bug in edit\ezimage.tpl 491 - Fixed bug #9152: HTML should not be in i18n strings. 492 - Fixed bug #9076: Fatal error when publishing top nodes with PreViewCache. 493 (Merged from stable/3.8 (3.8.5) rev. 17181) 494 - Fixed bug #9073: Setup wizard must check for write access to /extension folder. 495 - Fixed memory leak in package export & eZCodePage::convertString() 496 (Merged from stable/3.8 (3.8.5) rev. 17192) 497 - Fixed bug #9142: updatetypedrelation.php throws a lot of PHP warnings. 498 - Fixed bug #8497: Missing toggle-button-16x16.gif image in standard design. 499 - Fixed bug #8616: PDF exports with the same filename overwrite each other. 500 (Merged from stable/3.8 (3.8.5) rev. 17221) 501 - Fixed bug #9028: Importing packages fail to set related objects. 502 (Merged from stable/3.8 (3.8.5) rev. 17237) 503 - Fixed bug #7575: eZURLAlias | Using PathPrefix causes wrong index page. 504 (Additional fix: rev. 17249) 505 - Fixed bug #9091: Missing indexes in 3.8. 506 (Manually merged from stable/3.8 (3.8.5) rev. 17258) 507 - Fixed bug #9117: Content class editing is not inside DB transaction. 508 (Manually merged from stable/3.8 (3.8.5) rev. 17260) 509 - Fixed #8644: bug appears when writing INI files 510 while the siteaccess resides in an extension. 511 - Fixed bug #9260: Include file path contains two slashes in eznotificationeventfilter.php 512 - Fixed bug #9082: Packages imports fails with objects in multiple locations. 513 (Merged from stable/3.8 (3.8.6) rev. 17294) 514 - Fixed bug #9264: Fatal translation error. 515 (Merged from stable/3.8 (3.8.6) rev. 17296) 516 - Fixed bug #9003: change main location does not update section 517 (Merged from stable/3.8 (3.8.6) rev. 17300) 518 - Fixed bug #9255: workflow/processlist does not set path. 519 - Fixed bug #9201: Don't show language dropdown box on class/view when there's 520 only one language. 521 - Fixed bug #9253: Sorting class attributes will remove all attribute names. 522 - Fixed bug #9259: Add Publish button in preview mode. 523 - Fixed bug #9222: Missing memento keys for workflow processes. 524 - Fixed bug: Instant connection close after sending wrong HTTP header. 525 - Fixed bug #9250: It's possible to add an object more than once to a node. 526 - Fixed bug #9314: Using xml block attribute and providing incorrect input 527 may lead to fatal error in some cases. 528 (Merged from stable/3.8 (3.8.7) rev. 17353) 529 - Fixed bug #9325: Wrong values in placement boxes while moving class 530 attributes in class attributes edit. 531 - Fixed bug #9320: findNode(): copy-paste code (remoteID ignored) 532 - Fixed bug #9317: fatal error at importing package 533 (Merged from stable/3.8 (3.8.7) rev. 17382) 534 - Fixed bug #9265: Fatal Error in kernel/classes/ezcontentobjectattribute.php 535 (Merged from stable/3.8 (3.8.7) rev. 17403) 536 - Fixed bug #9349: Editing class with missing datatype will cause fatal error. 537 - Fixed bug #9061: Datatype Object relation in class user 538 (Merged from stable/3.8 (3.8.7) rev. 17405) 539 - Fixed bug #9030: eZMail::sender causes warnings 540 (Merged from stable/3.8 (3.8.7) rev. 17413) 541 - Fixed bug #9098: si operator ignores decimals parameter 542 when prefix is "none" 543 (Merged from stable/3.8 (3.8.7) rev. 17420) 544 - Fixed bug #8863: Empty let or default block will cause warnings 545 (Merged from stable/3.8 (3.8.7) rev. 17431) 546 - Fixed bug #9380: Call to undefined function: setname(). 547 - Fixed bug #9339: Importing class package will break class multilanguage feature. 548 - Fixed bug #9299: change the name of an attribute in template_look class. 549 - Fixed bug #9382: Quicktime template override contains invalid size. 550 - Fixed bug #7783: Wrong Message when using PHP 5x and ezp 3.6 551 - Fixed bug #9291: eZContentUpload misses includes. 552 - Fixed bug #9258: Path is not set in user/activate 553 (Merged from stable/3.8 (3.8.7) rev. 17460). 554 - Fixed bug #9266: Binary files not deleted 555 (Merged from stable/3.8 (3.8.7)) rev. 17464). 556 - Fixed bug #9386: Content truncated in simplified xml input. 557 - Fixed bug #9418: "Translate from"-box in edit interface is rendered 558 incorrectly 559 - Fixed bug #9416: User selfedit no longer works 560 (Merged from stable/3.8 (3.8.7) rev. 17517) 561 - Fixed bug #9483: Typo error in ts. 562 - Fixed bug #9456: updatelicense.sh uses a PHP short open tag. 563 - Fixed bug #9468: Filter attribute_identifier in related_objects is not 564 working in 3.9.0rc1 565 - Fixed bug #9458: Cannot break/continue 1 level in eZpublish (not ezdhtml) 566 (Merged from stable/3.8 (3.8.7) rev. 17525) 567 - Fixed bug #9514: Typo error 3.9rc1. 568 - Fixed bug #9508: Minor typo errors in 3.9rc1. 569 - Fixed bug #9452: Tip a friend - Email not send error message. 570 - Fixed bug #9394: Only variables should be passed by reference 571 in eZSearchEngine 572 (Merged from stable/3.8 (3.8.7) rev. 17540) 573 - Fixed bug #9243: "Compare versions" and "Reverse related for subtree" 574 functionalities don't works correctly. 575 (Merged from stable/3.8 (3.8.7) rev. 17544) 576 - Fixed bug #9092: Policy limitations cannot recieve values from extension. 577 (Merged from stable/3.8 (3.8.7) rev. 17548) 578 - Fixed bug #9300: Memory issue with the updatecontentobjectname.php script 579 due to caching. 580 - Fixed bug #8844: don't show language selection page when only one language 581 available 582 (Merged from stable/3.8 (3.8.7) rev. 17555) 583 - Fixed bug #8809: eZContentObjectTreeNode::assignSectionToSubTree does 584 not clear $eZContentObjectContentObjectCache. 585 - Fixed bug #9544: ezinfo/about link in the footer does not contain siteaccess 586 - Fixed bug #8785: Permission problems on Node 1 587 - Fixed bug #9518: Extensions not enabled in 3.9rc1 upgrade scripts. 588 - Fixed bug #9254: eZ publish crashes because of missing database index on ezsearch_return_count. 589 - Fixed bug #9594: copy-disabled icon is not correct 590 - Fixed bug #9596: content/history published field does misses label for Copy translation 591 - Fixed bug #9573: ezinfo/about has no admin design. 592 - Fixed bug #9273: Compare versions functionality is buggy 593 (Merged from stable/3.8 (3.8.7) rev. 17573) 594 - Fixed bug #9374: exporting object content with media file doesn't work 595 ( Merged from stable/3.6 rev. 17578, stable/3.7 rev. 17579, stable/3.8 rev. 17580 ) 596 - Fixed bug #9605: Undefined class name ezshippingmanager. 597 - Fixed bug #9614: Undefined offset 0 in ezcontentoperationcollection.php 598 (Merged from stable/3.8 (3.8.7) rev. 17584) 599 - Fixed bug #9123: When having Interface locales like "ger" or "ita". 600 - Fixed bug #9434: Wrong ui_context for user/activate. 601 - Fixed bug #9257: Path is not set in user/success. 602 - Fixed bug #9532: Auto-numbered headers generate wrong links. 603 - Fixed bug #9635: Change text of link to content/history in popup-menu 604 - Fixed bug #9638: "Remove selected" button not disabled when no relations 605 can be removed 606 - Fixed bug #9611: Paging in Resultset with Subtree limitation doesn't work. 607 - Fixed bug #9644: Setup wizard behaviour when only one package is available 608 - Fixed bug #9642: Brazilian flag has wrong filename 609 - Fixed bug #9747: Update templates for ezinfo/about for all designs 610 - Fixed bug #9727: default cronjobs are not optimal. 611 - Fixed bug #9743: Path is not set in kernel/content/versionview.php 612 - Fixed bug #9529: Shop - missing content in demo product. 613 (Merged from stable/3.8 (3.8.7) rev. 17696) 614 - Fixed bug #9467: ezwebin installation script is unable 615 to accesss setup wizard varibles when using kickstart.ini. 616 - Fixed bug #9537: The image field in the "Site settings" edit interface 617 is not confined to the page width. 618 - Fixed bug #9639: eZ publish generates same cache block simultaneously. 619 - Fixed bug #9766: Template error when viewing embedded image without size 620 parameter. 621 (Merged from stable/3.6 (3.6.10) rev. 17709) 622 - Fixed bug #9760: Quick settings toolbar doesn't refresh settings by siteaccess. 623 - Fixed bug #9751: Content structure popup menu - create here under non container 624 - Fixed bug #9770: Adding a related object when you have content that does not 625 validate. 626 (Merged from stable/3.8 (3.8.7) rev. 17722) 627 - Fixed bug #9411: sslzones redirect to non-ssl fails. 628 (Merged from stable/3.8 (3.8.7) rev. 17726) 629 - Fixed bug #9745: Collected information list shows empty items. 630 (Merged from stable/3.8 (3.8.7) rev. 17729) 631 - Fixed bug #7642: LDAP users bug 632 - Fixed bug #9800: Long object names does not fare well in dropdown-boxes in content history.======= 633 - Fixed bug #9793: Typo error. 634 - Fixed bug #9789: 'Editor' role doesn't have a policy to access OE. 635 (Merged from stable/3.8 (3.8.7) rev. 17751) 636 - Fixed bug #9787: Cannot remove objects from trash with editor permissions. 637 (Merged from stable/3.8 (3.8.7) rev. 17753) 638 - Fixed bug #9831: Obsolete code in kernel/classes/ezworkflowtype.php 639 (Merged from stable/3.8 rev. 17755) 640 - Fixed bug #8171: Installer innodb check mechanism flawed. 641 (Merged from stable/3.8 rev. 17759) 642 - Fixed bug #8328: LDAP user manage cronjob / login handler unable to remove 643 old nodes 644 - Fixed bug #9798: user/register does not use internal drafts feature.
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 |