CHANGELOG.txt 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715
  1. Drupal 7.22, 2013-04-03
  2. -----------------------
  3. - Allowed the drupal_http_request() function to be overridden so that
  4. additional HTTP request capabilities can be added by contributed modules.
  5. - Changed the Simpletest module to allow PSR-0 test classes to be used in
  6. Drupal 7.
  7. - Removed an unnecessary "Content-Disposition" header from private file
  8. downloads; it prevented many private files from being viewed inline in a web
  9. browser.
  10. - Changed various field API functions to allow them to optionally act on a
  11. single field within an entity (API addition: http://drupal.org/node/1825844).
  12. - Fixed a bug which prevented Drupal's file transfer functionality from working
  13. on some PHP 5.4 systems.
  14. - Fixed incorrect log message when theme() is called for a theme hook that does
  15. not exist (minor string change).
  16. - Fixed Drupal's token-replacement system to allow spaces in the token value.
  17. - Changed the default behavior after a user creates a node they do not have
  18. access to view. The user will now be redirected to the front page rather than
  19. an access denied page.
  20. - Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
  21. (Minor behavior change: Callers of drupal_add_http_header() must now set
  22. FALSE explicitly to prevent a header from being sent at all; this was already
  23. indicated in the function's documentation.)
  24. - Fixed OpenID errors when more than one module implements hook_openid(). The
  25. behavior is now changed so that if more than one module tries to set the same
  26. parameter, the last module's change takes effect.
  27. - Fixed a serious documentation bug: The $name variable in the
  28. taxonomy-term.tpl.php theme template was incorrectly documented as being
  29. sanitized when in fact it is not.
  30. - Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
  31. duplicate permission names in the User module's database tables.
  32. - Added an empty "datatype" attribute to taxonomy term and username links to
  33. make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
  34. - Fixed a bug which caused the denial-of-service protection added in Drupal
  35. 7.20 to break certain valid image URLs that had an extra slash in them.
  36. - Fixed a bug with update queries in the SQLite database driver that prevented
  37. Drupal from being installed with SQLite on PHP 5.4.
  38. - Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
  39. certain non-MySQL databases.
  40. - Refactored the Field module's caching behavior to obtain large improvements
  41. in memory usage for sites with many fields and instances (API addition:
  42. http://drupal.org/node/1915646).
  43. - Fixed entity argument not being passed to implementations of
  44. hook_file_download_access_alter(). The fix adds an additional context
  45. parameter that can be passed when calling drupal_alter() for any hook (API
  46. change: http://drupal.org/node/1882722).
  47. - Fixed broken support for translatable comment fields (API change:
  48. http://drupal.org/node/1874724).
  49. - Added an assertThemeOutput() method to Simpletest to allow tests to check
  50. that themed output matches an expected HTML string (API addition).
  51. - Added a link to "Install another module" after a module has been successfully
  52. downloaded via the Update Manager (UI change).
  53. - Added an optional "exclusive" flag to installation profile .info files which
  54. allows Drupal distributions to force a profile to be selected during
  55. installation (API addition).
  56. - Fixed a bug which caused the database API to not properly close database
  57. connections.
  58. - Added a link to the URL for running cron from outside the site to the Cron
  59. settings page (UI change).
  60. - Fixed a bug which prevented image styles from being reverted on PHP 5.4.
  61. - Made the default .htaccess rules protocol sensitive to improve security for
  62. sites which use HTTPS and redirect between "www" and non-"www" versions of
  63. the page.
  64. - Numerous small bug fixes.
  65. - Numerous API documentation improvements.
  66. - Additional automated test coverage.
  67. Drupal 7.21, 2013-03-06
  68. -----------------------
  69. - Allowed sites using the 'image_allow_insecure_derivatives' variable to still
  70. have partial protection from the security issues fixed in Drupal 7.20.
  71. Drupal 7.20, 2013-02-20
  72. -----------------------
  73. - Fixed security issues (denial of service). See SA-CORE-2013-002.
  74. Drupal 7.19, 2013-01-16
  75. -----------------------
  76. - Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
  77. Drupal 7.18, 2012-12-19
  78. -----------------------
  79. - Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
  80. Drupal 7.17, 2012-11-07
  81. -----------------------
  82. - Changed the default value of the '404_fast_html' variable to have a DOCTYPE
  83. declaration.
  84. - Made it possible to use associative arrays for the 'items' variable in
  85. theme_item_list().
  86. - Fixed a bug which prevented required form elements without a title from being
  87. given an "error" class when the form fails validation.
  88. - Prevented duplicate HTML IDs from appearing when two forms are displayed on
  89. the same page and one of them is submitted with invalid data (minor markup
  90. change).
  91. - Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
  92. stale data in the Upload module's database tables.
  93. - Fixed a bug in the States API which prevented certain types of form elements
  94. from being disabled when requested.
  95. - Allowed aggregator feed items with author names longer than 255 characters to
  96. have a truncated version saved to the database (rather than causing a fatal
  97. error).
  98. - Allowed aggregator feed items to have URLs longer than 255 characters
  99. (schema change which results in several columns in the Aggregator module's
  100. database tables changing from VARCHAR to TEXT fields).
  101. - Added hook_taxonomy_term_view() and standardized the process for rendering
  102. taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
  103. with other entities (API change: http://drupal.org/node/1808870).
  104. - Added hook_entity_view_mode_alter() to allow modules to change entity view
  105. modes on display (API addition: http://drupal.org/node/1833086).
  106. - Fixed a bug which made database queries running a "LIKE" query on blob fields
  107. fail on PostgreSQL databases. This caused errors during the Drupal 6 to
  108. Drupal 7 upgrade.
  109. - Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
  110. components from being accidentally passed to the page callback function (data
  111. structure change).
  112. - Removed a non-standard "name" attribute from Drupal's default Content-Type
  113. header for file downloads.
  114. - Fixed the theme settings form to properly clean up submitted values in
  115. $form_state['values'] when the form is submitted (data structure change).
  116. - Fixed an inconsistency by removing the colon from the end of the label on
  117. multi-valued form fields (minor string change).
  118. - Added support for 'weight' in hook_field_widget_info() to allow modules to
  119. control the order in which widgets are displayed in the Field UI.
  120. - Updated various tables in the OpenID and Book modules to use the default
  121. "empty table" text pattern (string change).
  122. - Added proxy server support to drupal_http_request().
  123. - Added "lang" attributes to language links, to better support screen readers.
  124. - Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
  125. Seven theme (markup change).
  126. - Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
  127. double-escaped. The fix replaces the taxonomy vocabulary overview page and
  128. "Edit shortcuts" menu items' title callback entries in hook_menu() with new
  129. functions that do not escape HTML characters (data structure change).
  130. - Modified the Update manager module to allow drupal.org to collect usage
  131. statistics for individual modules and themes, rather than only for entire
  132. projects.
  133. - Modified the node listing database query on Drupal's default front page to
  134. add table aliases for better query altering (this is a data structure change
  135. affecting code which implements hook_query_alter() on this query).
  136. - Improved the translatability of the "Field type(s) in use" message on the
  137. modules page (admin-facing string change).
  138. - Fixed a regression which caused a "call to undefined function
  139. drupal_find_base_themes()" fatal error under rare circumstances.
  140. - Numerous API documentation improvements.
  141. - Additional automated test coverage.
  142. Drupal 7.16, 2012-10-17
  143. -----------------------
  144. - Fixed security issues (Arbitrary PHP code execution and information
  145. disclosure). See SA-CORE-2012-003.
  146. Drupal 7.15, 2012-08-01
  147. -----------------------
  148. - Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
  149. expiration for user password reset links to be adjusted (API addition).
  150. - Fixed database errors due to ambiguous column names that occurred when
  151. EntityFieldQuery was used in certain situations.
  152. - Changed the drupal_array_get_nested_value() function to return a reference
  153. (API addition).
  154. - Changed the System module's hook_block_info() implementation to assign the
  155. "Main page content" and "System help" blocks to appropriate regions by
  156. default and prevent error messages on the block administration page (data
  157. structure change).
  158. - Fixed regression: Non-node entities couldn't be accessed with
  159. EntityFieldQuery.
  160. - Fixed regression: Optional radio buttons with an empty, non-NULL default
  161. value led to an illegal choice error when none were selected.
  162. - Reorganized the testing framework to split setUp() into specific sub-methods
  163. and fix several regressions in the process.
  164. - Fixed bug which made it impossible to search for strings that have not been
  165. translated into a particular language.
  166. - Renamed the "Field" column on the Manage Fields screen to "Field type", since
  167. the former was confusing and inaccurate (UI change).
  168. - Performance improvement: Removed needless call to system_rebuild_module_data()
  169. in field_sync_field_status(), greatly speeding up bulk module enable/disable.
  170. - Fixed bug which prevented notifications from being sent when core, module, and
  171. theme updates are available.
  172. - Fixed bug which prevented sub-themes from inheriting the default values of
  173. theme settings defined by the base theme.
  174. - Fixed bug which prevented the jQuery UI Datepicker from being localized.
  175. - Made Ajax alert dialogs respect error reporting settings.
  176. - Fixed bug which prevented image styles from being deleted on PHP 5.4.
  177. - Fixed bug: Language detection by domain only worked on port 80.
  178. - Fixed regression: The first plural index on a page was not calculated
  179. correctly.
  180. - Introduced generic entity language support. Entities may now declare their
  181. language property in hook_entity_info(), and modules working with entities
  182. may access the language using entity_language() (API change:
  183. http://drupal.org/node/1626346).
  184. - Added EntityFieldQuery support for taxonomy bundles.
  185. - Fixed issue where field form structure was incomplete if field_access()
  186. returned FALSE. Instead of being incomplete, the form structure now has
  187. #access set to FALSE and field form validation is skipped (data structure
  188. change: http://drupal.org/node/1663020).
  189. - Fixed data loss issue due to field_has_data() returning inconsistent results.
  190. The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
  191. queries which field storage engines can respond to (API addition:
  192. http://drupal.org/node/1597378).
  193. - Fixed notice: Undefined index: default_image in image_field_prepare_view()
  194. - Numerous API documentation improvements.
  195. - Additional automated test coverage.
  196. Drupal 7.14 2012-05-02
  197. ----------------------
  198. - Fixed "integrity constraint" fatal errors when rebuilding registry.
  199. - Fixed custom logo and favicon functionality referencing incorrect paths.
  200. - Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
  201. - Split field_bundle_settings out per bundle.
  202. - Improve UX for machine names for fields (UI change).
  203. - Fixed User pictures are not removed properly.
  204. - Fixed HTTPS sessions not working in all cases.
  205. - Fixed Regression: Required radios throw illegal choice error when none
  206. selected.
  207. - Fixed allow autocompletion requests to include slashes.
  208. - Eliminate $user->cache and {session}.cache in favor of
  209. $_SESSION['cache_expiration'][$bin] (Performance).
  210. - Fixed focus jumps to tab when pressing enter on a form element within tab.
  211. - Fixed race condition in locale() - duplicates in {locales_source}.
  212. - Fixed Missing "Default image" per field instance.
  213. - Quit clobbering people's work when they click the filter tips link
  214. - Form API #states: Fix conditionals to allow OR and XOR constructions.
  215. - Fixed Focus jumps to tab when pressing enter on a form element within tab.
  216. (Accessibility)
  217. - Improved performance of node_access queries.
  218. - Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
  219. - Reduce size of cache_menu table (Performance).
  220. - Fixed unnecessary aggregation of CSS/JS (Performance).
  221. - Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
  222. - Fixed HTML filter is not run first by default, despite default weight.
  223. - Fixed Overlay does not work with prefixed URL paths.
  224. - Better debug info for field errors (string change).
  225. - Fixed Data corruption in comment IDs (results in broken threading on
  226. PostgreSQL).
  227. - Fixed machine name not editable if every character is replaced.
  228. - Fixed user picture not appearing in comment preview (Markup change).
  229. - Added optional vid argument for taxonomy_get_term_by_name().
  230. - Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
  231. with PCRE 8.30.
  232. - Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
  233. - Numerous fixes to run-tests.sh.
  234. - Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
  235. different profile for running tests.
  236. - Numerous JavaScript performance fixes.
  237. - Numerous documentation fixes.
  238. - Fixed All pager links have an 'active' CSS class.
  239. - Numerous upgrade path fixes; notably:
  240. - system_update_7061() fails on inserting files with same name but different
  241. case.
  242. - system_update_7061() converts filepaths too aggressively.
  243. - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
  244. Drupal 7.13 2012-05-02
  245. ----------------------
  246. - Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
  247. Drupal 7.12, 2012-02-01
  248. ----------------------
  249. - Fixed bug preventing custom menus from receiving an active trail.
  250. - Fixed hook_field_delete() no longer invoked during field_purge_data().
  251. - Fixed bug causing entity info cache to not be cleared with the rest of caches.
  252. - Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
  253. open_basedir().
  254. - Fixed Nested transactions throw exceptions when they got out of scope.
  255. - Fixed bugs with the Return-Path when sending mail on both Windows and
  256. non-Windows systems.
  257. - Fixed bug with DrupalCacheArray property visibility preventing others from
  258. extending it (API change: http://drupal.org/node/1422264).
  259. - Fixed bug with handling of non-ASCII characters in file names (API change:
  260. http://drupal.org/node/1424840).
  261. - Reconciled field maximum length with database column size in image and
  262. aggregator modules.
  263. - Fixes to various core JavaScript files to allow for minification and
  264. aggregation.
  265. - Fixed Prevent tests from deleting main installation's tables when
  266. parent::setUp() is not called.
  267. - Fixed several Poll module bugs.
  268. - Fixed several Shortcut module bugs.
  269. - Added new hook_system_theme_info() to provide ability for contributed modules
  270. to test theme functionality.
  271. - Added ability to cancel mail sending from hook_mail_alter().
  272. - Added support for configurable PDO connection options, enabling master-master
  273. database replication.
  274. - Numerous improvements to tests and test runner to pave the way for faster test
  275. runs.
  276. - Expanded test coverage.
  277. - Numerous API documentation improvements.
  278. - Numerous performance improvements, including token replacement and render
  279. cache.
  280. Drupal 7.11, 2012-02-01
  281. ----------------------
  282. - Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
  283. Drupal 7.10, 2011-12-05
  284. ----------------------
  285. - Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
  286. - Reduce memory usage of theme registry (performance).
  287. - Fixed PECL upload progress bar for FileField
  288. - Fixed running update.php doesn't always clear the cache.
  289. - Fixed PDO exceptions on long titles.
  290. - Fixed Overlay redirect does not include query string.
  291. - Fixed D6 modules satisfy D7 module dependencies.
  292. - Fixed the ordering of module hooks when using module_implements_alter().
  293. - Fixed "floating" submit buttons during AJAX requests.
  294. - Fixed timezone selected on install not propogating to admin account.
  295. - Added msgctx context to JS translation functions, for feature parity with t().
  296. - Profiles' .install files now available during hook_install_tasks().
  297. - Added test coverage of 7.0 -> 7.x upgrade path.
  298. - Numerous notice fixes.
  299. - Numerous documentation improvements.
  300. - Additional automated test coverage.
  301. Drupal 7.9, 2011-10-26
  302. ----------------------
  303. - Critical fixes to OpenID to spec violations that could allow for
  304. impersonation in certain scenarios. Existing OpenID users should see
  305. http://drupal.org/node/1120290#comment-5092796 for more information on
  306. transitioning.
  307. - Fixed files getting lost when adding multiple files to multiple file fields
  308. at the same time.
  309. - Improved usability of the clean URL test screens.
  310. - Restored height/width attributes on images run through the theme system.
  311. - Fixed usability bug with first password field being pre-filled by certain
  312. browser plugins.
  313. - Fixed file_usage_list() so that it can return more than one result.
  314. - Fixed bug preventing preview of private images on node form.
  315. - Fixed PDO error when inserting an aggregator title longer than 255 characters.
  316. - Spelled out what TRADITIONAL means in MySQL sql_mode.
  317. - Deprecated "!=" operator for DBTNG; should be "<>".
  318. - Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
  319. added in order to enable setting the active menu trail for dynamically
  320. generated menu paths.
  321. - Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
  322. when serving 404 pages for certain file types.
  323. - Added format_string() function which can perform string munging ala the t()
  324. function without the overhead of the translation system.
  325. - Numerous #states system fixes.
  326. - Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
  327. - Numerous Shortcut module fixes.
  328. - Numerous language system fixes.
  329. - Numerous token fixes.
  330. - Numerous CSS fixes.
  331. - Numerous upgrade path fixes.
  332. - Numerous minor string fixes.
  333. - Numerous notice fixes.
  334. Drupal 7.8, 2011-08-31
  335. ----------------------
  336. - Fixed critical upgrade path issue with multilingual sites, leading to lost
  337. content.
  338. - Numerous fixes to upgrade path, preventing fatal errors due to incorrect
  339. dependencies.
  340. - Fixed issue with saving files on hosts with open_basedir restrictions.
  341. - Fixed Update manger error when used with Overlay.
  342. - Fixed RTL support in Seven administration theme and Overlay.
  343. - Fixes to nested transaction support.
  344. - Introduced performance pattern to reduce Drupal core's RAM usage.
  345. - Added support for HTML 5 tags to filter_xss_admin().
  346. - Added exception handling to cron.
  347. - Added new hook hook_field_widget_form_alter() for contribtued modules.
  348. - element_validate_*() functions now available to contrib.
  349. - Added new maintainers for several subsystems.
  350. - Numerous testing system improvements.
  351. - Numerous markup and CSS fixes.
  352. - Numerous poll module fixes.
  353. - Numerous notice/warning fixes.
  354. - Numerous documentation fixes.
  355. - Numerous token fixes.
  356. Drupal 7.7, 2011-07-27
  357. ----------------------
  358. - Fixed VERSION string.
  359. Drupal 7.6, 2011-07-27
  360. ----------------------
  361. - Fixed support for remote streamwrappers.
  362. - AJAX now binds to 'click' instead of 'mousedown'.
  363. - 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
  364. - Performance enhancement to permissions page on large numbers of permissions.
  365. - More secure password generation.
  366. - Fix for temporary directory on Windows servers.
  367. - run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
  368. - Numerous upgrade path fixes.
  369. - Numerous documentation fixes.
  370. - Numerous notice fixes.
  371. - Numerous fixes to improve PHP 5.4 support.
  372. - Numerous RTL improvements.
  373. Drupal 7.5, 2011-07-27
  374. ----------------------
  375. - Fixed security issue (Access bypass), see SA-CORE-2011-003.
  376. Drupal 7.4, 2011-06-29
  377. ----------------------
  378. - Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
  379. - Fixed critical bug with saving default images.
  380. - Fixed fatal errors when uninstalling some modules.
  381. - Added workaround for MySQL transaction support breaking on DDL statments.
  382. - Improved page caching with external caching systems.
  383. - Fix to Batch API, which was terminating too early.
  384. - Numerous upgrade path fixes.
  385. - Performance fixes.
  386. - Additional test coverage.
  387. - Numerous documentation fixes.
  388. Drupal 7.3, 2011-06-29
  389. ----------------------
  390. - Fixed security issue (Access bypass), see SA-CORE-2011-002.
  391. Drupal 7.2, 2011-05-25
  392. ----------------------
  393. - Added a default .gitignore file.
  394. - Improved PostgreSQL and SQLite support.
  395. - Numerous critical performance improvements.
  396. - Numerous critical fixes to the upgrade path.
  397. - Numerous fixes to language and translation systems.
  398. - Numerous fixes to AJAX and #states systems.
  399. - Improvements to the locking system.
  400. - Numerous documentation fixes.
  401. - Numerous styling and theme system fixes.
  402. - Numerous fixes for schema mis-matches between Drupal 6 and 7.
  403. - Minor internal API clean-ups.
  404. Drupal 7.1, 2011-05-25
  405. ----------------------
  406. - Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
  407. Drupal 7.0, 2011-01-05
  408. ----------------------
  409. - Database:
  410. * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
  411. * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
  412. * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
  413. * Support for master/slave replication, transactions, multi-insert queries,
  414. and other features.
  415. * Added support for the SQLite database engine.
  416. * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
  417. This offers increased scalability and data integrity.
  418. - Security:
  419. * Protected cron.php -- cron will only run if the proper key is provided.
  420. * Implemented a pluggable password system and much stronger password hashes
  421. that are compatible with the Portable PHP password hashing framework.
  422. * Rate limited login attempts to prevent brute-force password guessing, and
  423. improved the flood control API to allow variable time windows and
  424. identifiers for limiting user access to resources.
  425. * Transformed the "Update status" module into the "Update manager" which
  426. can securely install or update modules and themes via a web interface.
  427. - Usability:
  428. * Added contextual links (a.k.a. local tasks) to page elements, such as
  429. blocks, nodes, or comments, which allows to perform the most common tasks
  430. with a single click only.
  431. * Improved installer requirements check.
  432. * Improved support for integration of WYSIWYG editors.
  433. * Implemented drag-and-drop positioning for input format listings.
  434. * Implemented drag-and-drop positioning for language listing.
  435. * Implemented drag-and-drop positioning for poll options.
  436. * Provided descriptions and human-readable names for user permissions.
  437. * Removed comment controls for users.
  438. * Removed display order settings for comment module. Comment display
  439. order can now be customized using the Views module.
  440. * Removed the 'related terms' feature from taxonomy module since this can
  441. now be achieved with Field API.
  442. * Added additional features to the default installation profile, and
  443. implemented a "slimmed down" profile designed for developers.
  444. * Added a built-in, automated cron run feature, which is triggered by site
  445. visitors.
  446. * Added an administrator role which is assigned all permissions for
  447. installed modules automatically.
  448. * Image toolkits are now provided by modules (rather than requiring a
  449. manual file copy to the includes directory).
  450. * Added an edit tab to taxonomy term pages.
  451. * Redesigned password strength validator.
  452. * Redesigned the add content type screen.
  453. * Highlight duplicate URL aliases.
  454. * Renamed "input formats" to "text formats".
  455. * Moved text format permissions to the main permissions page.
  456. * Added configurable ability for users to cancel their own accounts.
  457. * Added "vertical tabs", a reusable interface component that features
  458. automatic summaries and increases usability.
  459. * Replaced fieldsets on node edit and add pages with vertical tabs.
  460. - Performance:
  461. * Improved performance on uncached page views by loading multiple core
  462. objects in a single database query.
  463. * Improved performance for logged-in users by reducing queries for path
  464. alias lookups.
  465. * Improved support for HTTP proxies (including reverse proxies), allowing
  466. anonymous page views to be served entirely from the proxy.
  467. - Documentation:
  468. * Hook API documentation now included in Drupal core.
  469. - News aggregator:
  470. * Added OPML import functionality for RSS feeds.
  471. * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
  472. - Search:
  473. * Added support for language-aware searches.
  474. - Aggregator:
  475. * Introduced architecture that allows pluggable parsers and processors for
  476. syndicating RSS and Atom feeds.
  477. * Added options to suspend updating specific feeds and never discard feeds
  478. items.
  479. - Testing:
  480. * Added test framework and tests.
  481. - Improved time zone support:
  482. * Drupal now uses PHP's time zone database when rendering dates in local
  483. time. Site-wide and user-configured time zone offsets have been converted
  484. to time zone names, e.g. Africa/Abidjan.
  485. * In some cases the upgrade and install scripts do not choose the preferred
  486. site default time zone. The automatically-selected time zone can be
  487. corrected at admin/config/regional/settings.
  488. * If your site is being upgraded from Drupal 6 and you do not have the
  489. contributed date or event modules installed, user time zone settings will
  490. fallback to the system time zone and will have to be reconfigured by each user.
  491. * User-configured time zones now serve as the default time zone for PHP
  492. date/time functions.
  493. - Filter system:
  494. * Revamped the filter API and text format storage.
  495. * Added support for default text formats to be assigned on a per-role basis.
  496. * Refactored the HTML corrector to take advantage of PHP 5 features.
  497. - User system:
  498. * Added clean API functions for creating, loading, updating, and deleting
  499. user roles and permissions.
  500. * Refactored the "access rules" component of user module: The user module
  501. now provides a simple interface for blocking single IP addresses. The
  502. previous functionality in the user module for restricting certain e-mail
  503. addresses and usernames is now available as a contributed module. Further,
  504. IP address range blocking is no longer supported and should be implemented
  505. at the operating system level.
  506. * Removed per-user themes: Contributed modules with similar functionality
  507. are available.
  508. - OpenID:
  509. * Added support for Gmail and Google Apps for Domain identifiers. Users can
  510. now login with their user@example.com identifier when example.com is powered
  511. by Google.
  512. * Made the OpenID module more pluggable.
  513. - Added code registry:
  514. * Using the registry, modules declare their includable files via their .info file,
  515. allowing Drupal to lazy-load classes and interfaces as needed.
  516. - Theme system:
  517. * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
  518. on as contributed themes (http://drupal.org/project/bluemarine,
  519. http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
  520. * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
  521. * Added Seven as the default administration theme.
  522. * Variable preprocessing of theme hooks prior to template rendering now goes
  523. through two phases: a 'preprocess' phase and a new 'process' phase. See
  524. http://api.drupal.org/api/function/theme/7 for details.
  525. * Theme hooks implemented as functions (rather than as templates) can now
  526. also have preprocess (and process) functions. See
  527. http://api.drupal.org/api/function/theme/7 for details.
  528. * Added Bartik as the default theme.
  529. - File handling:
  530. * Files are now first class Drupal objects with file_load(), file_save(),
  531. and file_validate() functions and corresponding hooks.
  532. * The file_move(), file_copy() and file_delete() functions now operate on
  533. file objects and invoke file hooks so that modules are notified and can
  534. respond to changes.
  535. * For the occasions when only basic file manipulation are needed--such as
  536. uploading a site logo--that don't require the overhead of databases and
  537. hooks, the current unmanaged copy, move and delete operations have been
  538. preserved but renamed to file_unmanaged_*().
  539. * Rewrote file handling to use PHP stream wrappers to enable support for
  540. both public and private files and to support pluggable storage mechanisms
  541. and access to remote resources (e.g. S3 storage or Flickr photos).
  542. * The mime_extension_mapping variable has been removed. Modules that need to
  543. alter the default MIME type extension mappings should implement
  544. hook_file_mimetype_mapping_alter().
  545. * Added the hook_file_url_alter() hook, which makes it possible to serve
  546. files from a CDN.
  547. * Added a field specifically for uploading files, previously provided by
  548. the contributed module FileField.
  549. - Image handling:
  550. * Improved image handling, including better support for add-on image
  551. libraries.
  552. * Added API and interface for creating advanced image thumbnails.
  553. * Inclusion of additional effects such as rotate and desaturate.
  554. * Added a field specifically for uploading images, previously provided by
  555. the contributed module ImageField.
  556. - Added aliased multi-site support:
  557. * Added support for mapping domain names to sites directories.
  558. - Added RDF support:
  559. * Modules can declare RDF namespaces which are serialized in the <html> tag
  560. for RDFa support.
  561. * Modules can specify how their data structure maps to RDF.
  562. * Added support for RDFa export of nodes, comments, terms, users, etc. and
  563. their fields.
  564. - Search engine optimization and web linking:
  565. * Added a rel="canonical" link on node and comment pages to prevent
  566. duplicate content indexing by search engines.
  567. * Added a default rel="shortlink" link on node and comment pages that
  568. advertises a short link as an alternative URL to third-party services.
  569. * Meta information is now alterable by all modules before rendering.
  570. - Field API:
  571. * Custom data fields may be attached to nodes, users, comments and taxonomy
  572. terms.
  573. * Node bodies and teasers are now Field API fields instead of
  574. being a hard-coded property of node objects.
  575. * In addition, any other object type may register with Field API
  576. and allow custom data fields to be attached to itself.
  577. * Provides most of the features of the former Content Construction
  578. Kit (CCK) module.
  579. * Taxonomy terms are now Field API fields that can be added to any fieldable
  580. object.
  581. - Installer:
  582. * Refactored the installer into an API that allows Drupal to be installed
  583. via a command line script.
  584. - Page organization
  585. * Made the help text area a full featured region with blocks.
  586. * Site mission is replaced with the highlighted content block region and
  587. separate RSS feed description settings.
  588. * The footer message setting was removed in favor of custom blocks.
  589. * Made the main page content a block which can be moved and ordered
  590. with other blocks in the same region.
  591. * Blocks can now return structured arrays for later rendering just
  592. like page callbacks.
  593. - Translation system
  594. * The translation system now supports message context (msgctxt).
  595. * Added support for translatable fields to Field API.
  596. - JavaScript changes
  597. * Upgraded the core JavaScript library to jQuery version 1.4.4.
  598. * Upgraded the jQuery Forms library to 2.52.
  599. * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
  600. experience.
  601. - Better module version support
  602. * Modules now can specify which version of another module they depend on.
  603. - Removed modules from core
  604. * The following modules have been removed from core, because contributed
  605. modules with similar functionality are available:
  606. * Blog API module
  607. * Ping module
  608. * Throttle module
  609. - Improved node access control system.
  610. * All modules may now influence the access to a node at runtime, not just
  611. the module that defined a node.
  612. * Users may now be allowed to bypass node access restrictions without giving
  613. them complete access to the site.
  614. * Access control affects both published and unpublished nodes.
  615. * Numerous other improvements to the node access system.
  616. - Actions system
  617. * Simplified definitions of actions and triggers.
  618. * Removed dependency on the combination of hooks and operations. Triggers
  619. now directly map to module hooks.
  620. - Task handling
  621. * Added a queue API to process many or long-running tasks.
  622. * Added queue API support to cron API.
  623. * Added a locking framework to coordinate long-running operations across
  624. requests.
  625. Drupal 6.23-dev, xxxx-xx-xx (development release)
  626. -----------------------
  627. Drupal 6.22, 2011-05-25
  628. -----------------------
  629. - Made Drupal 6 work better with IIS and Internet Explorer.
  630. - Fixed .po file imports to work better with custom textgroups.
  631. - Improved code documentation at various places.
  632. - Fixed a variety of other bugs.
  633. Drupal 6.21, 2011-05-25
  634. ----------------------
  635. - Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
  636. Drupal 6.20, 2010-12-15
  637. ----------------------
  638. - Fixed a variety of small bugs, improved code documentation.
  639. Drupal 6.19, 2010-08-11
  640. ----------------------
  641. - Fixed a variety of small bugs, improved code documentation.
  642. Drupal 6.18, 2010-08-11
  643. ----------------------
  644. - Fixed security issues (OpenID authentication bypass, File download access
  645. bypass, Comment unpublishing bypass, Actions cross site scripting),
  646. see SA-CORE-2010-002.
  647. Drupal 6.17, 2010-06-02
  648. ----------------------
  649. - Improved PostgreSQL compatibility
  650. - Better PHP 5.3 and PHP 4 compatibility
  651. - Better browser compatibility of CSS and JS aggregation
  652. - Improved logging for login failures
  653. - Fixed an incompatibility with some contributed modules and the locking system
  654. - Fixed a variety of other bugs.
  655. Drupal 6.16, 2010-03-03
  656. ----------------------
  657. - Fixed security issues (Installation cross site scripting, Open redirection,
  658. Locale module cross site scripting, Blocked user session regeneration),
  659. see SA-CORE-2010-001.
  660. - Better support for updated jQuery versions.
  661. - Reduced resource usage of update.module.
  662. - Fixed several issues relating to support of installation profiles and
  663. distributions.
  664. - Added a locking framework to avoid data corruption on long operations.
  665. - Fixed a variety of other bugs.
  666. Drupal 6.15, 2009-12-16
  667. ----------------------
  668. - Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
  669. - Fixed a variety of other bugs.
  670. Drupal 6.14, 2009-09-16
  671. ----------------------
  672. - Fixed security issues (OpenID association cross site request forgeries,
  673. OpenID impersonation and File upload), see SA-CORE-2009-008.
  674. - Changed the system modules page to not run all cache rebuilds; use the
  675. button on the performance settings page to achieve the same effect.
  676. - Added support for PHP 5.3.0 out of the box.
  677. - Fixed a variety of small bugs.
  678. Drupal 6.13, 2009-07-01
  679. ----------------------
  680. - Fixed security issues (Cross site scripting, Input format access bypass and
  681. Password leakage in URL), see SA-CORE-2009-007.
  682. - Fixed a variety of small bugs.
  683. Drupal 6.12, 2009-05-13
  684. ----------------------
  685. - Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
  686. - Fixed a variety of small bugs.
  687. Drupal 6.11, 2009-04-29
  688. ----------------------
  689. - Fixed security issues (Cross site scripting and limited information
  690. disclosure), see SA-CORE-2009-005
  691. - Fixed performance issues with the menu router cache, the update
  692. status cache and improved cache invalidation
  693. - Fixed a variety of small bugs.
  694. Drupal 6.10, 2009-02-25
  695. ----------------------
  696. - Fixed a security issue, (Local file inclusion on Windows),
  697. see SA-CORE-2009-003
  698. - Fixed node_feed() so custom fields can show up in RSS feeds.
  699. - Improved PostgreSQL compatibility.
  700. - Fixed a variety of small bugs.
  701. Drupal 6.9, 2009-01-14
  702. ----------------------
  703. - Fixed security issues, (Access Bypass, Validation Bypass and Hardening
  704. against SQL injection), see SA-CORE-2009-001
  705. - Made HTTP request checking more robust and informative.
  706. - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
  707. basic shell scripts.
  708. - Removed t() calls from all schema documentation. Suggested best practice
  709. changed for contributed modules, see http://drupal.org/node/322731.
  710. - Fixed a variety of small bugs.
  711. Drupal 6.8, 2008-12-11
  712. ----------------------
  713. - Removed a previous change incompatible with PHP 5.1.x and lower.
  714. Drupal 6.7, 2008-12-10
  715. ----------------------
  716. - Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
  717. - Updated robots.txt and .htaccess to match current file use.
  718. - Fixed a variety of small bugs.
  719. Drupal 6.6, 2008-10-22
  720. ----------------------
  721. - Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
  722. - Fixed a variety of small bugs.
  723. Drupal 6.5, 2008-10-08
  724. ----------------------
  725. - Fixed security issues, (File upload access bypass, Access rules bypass,
  726. BlogAPI access bypass), see SA-2008-060.
  727. - Fixed a variety of small bugs.
  728. Drupal 6.4, 2008-08-13
  729. ----------------------
  730. - Fixed a security issue (Cross site scripting, Arbitrary file uploads via
  731. BlogAPI, Cross site request forgeries and Various Upload module
  732. vulnerabilities), see SA-2008-047.
  733. - Improved error messages during installation.
  734. - Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
  735. - Fixed a variety of small bugs.
  736. Drupal 6.3, 2008-07-09
  737. ----------------------
  738. - Fixed security issues, (Cross site scripting, cross site request forgery,
  739. session fixation and SQL injection), see SA-2008-044.
  740. - Slightly modified installation process to prevent file ownership issues on
  741. shared hosts.
  742. - Improved PostgreSQL compatibility (rewritten queries; custom blocks).
  743. - Upgraded to jQuery 1.2.6.
  744. - Performance improvements to search, menu handling and form API caches.
  745. - Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
  746. - Fixed a variety of small bugs.
  747. Drupal 6.2, 2008-04-09
  748. ----------------------
  749. - Fixed a variety of small bugs.
  750. - Fixed a security issue (Access bypasses), see SA-2008-026.
  751. Drupal 6.1, 2008-02-27
  752. ----------------------
  753. - Fixed a variety of small bugs.
  754. - Fixed a security issue (Cross site scripting), see SA-2008-018.
  755. Drupal 6.0, 2008-02-13
  756. ----------------------
  757. - New, faster and better menu system.
  758. - New watchdog as a hook functionality.
  759. * New hook_watchdog that can be implemented by any module to route log
  760. messages to various destinations.
  761. * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
  762. levels defined in RFC 3164.
  763. * The watchdog module is now called dblog, and is optional, but enabled by
  764. default in the default installation profile.
  765. * Extended the database log module so log messages can be filtered.
  766. * Added syslog module: useful for monitoring large Drupal installations.
  767. - Added optional e-mail notifications when users are approved, blocked, or
  768. deleted.
  769. - Drupal works with error reporting set to E_ALL.
  770. - Added scripts/drupal.sh to execute Drupal code from the command line. Useful
  771. to use Drupal as a framework to build command-line tools.
  772. - Made signature support optional and made it possible to theme signatures.
  773. - Made it possible to filter the URL aliases on the URL alias administration
  774. screen.
  775. - Language system improvements:
  776. * Support for right to left languages.
  777. * Language detection based on parts of the URL.
  778. * Browser based language detection.
  779. * Made it possible to specify a node's language.
  780. * Support for translating posts on the site to different languages.
  781. * Language dependent path aliases.
  782. * Automatically import translations when adding a new language.
  783. * JavaScript interface translation.
  784. * Automatically import a module's translation upon enabling that module.
  785. - Moved "PHP input filter" to a standalone module so it can be deleted for
  786. security reasons.
  787. - Usability:
  788. * Improved handling of teasers in posts.
  789. * Added sticky table headers.
  790. * Check for clean URL support automatically with JavaScript.
  791. * Removed default/settings.php. Instead the installer will create it from
  792. default.settings.php.
  793. * Made it possible to configure your own date formats.
  794. * Remember anonymous comment posters.
  795. * Only allow modules and themes to be enabled that have explicitly been
  796. ported to the correct core API version.
  797. * Can now specify the minimum PHP version required for a module within the
  798. .info file.
  799. * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
  800. database rights.
  801. * Dynamically check password strength and confirmation.
  802. * Refactored poll administration.
  803. * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
  804. vocabularies and terms, forums, profile fields, and input format filters.
  805. - Theme system:
  806. * Added .info files to themes and made it easier to specify regions and
  807. features.
  808. * Added theme registry: modules can directly provide .tpl.php files for
  809. their themes without having to create theme_ functions.
  810. * Used the Garland theme for the installation and maintenance pages.
  811. * Added theme preprocess functions for themes that are templates.
  812. * Added support for themeable functions in JavaScript.
  813. - Refactored update.php to a generic batch API to be able to run time-consuming
  814. operations in multiple subsequent HTTP requests.
  815. - Installer:
  816. * Themed the installer with the Garland theme.
  817. * Added form to provide initial site information during installation.
  818. * Added ability to provide extra installation steps programmatically.
  819. * Made it possible to import interface translations during installation.
  820. - Added the HTML corrector filter:
  821. * Fixes faulty and chopped off HTML in postings.
  822. * Tags are now automatically closed at the end of the teaser.
  823. - Performance:
  824. * Made it easier to conditionally load .include files and split up many core
  825. modules.
  826. * Added a JavaScript aggregator.
  827. * Added block-level caching, improving performance for both authenticated
  828. and anonymous users.
  829. * Made Drupal work correctly when running behind a reverse proxy like
  830. Squid or Pound.
  831. - File handling improvements:
  832. * Entries in the files table are now keyed to a user instead of a node.
  833. * Added reusable validation functions to check for uploaded file sizes,
  834. extensions, and image resolution.
  835. * Added ability to create and remove temporary files during a cron job.
  836. - Forum improvements:
  837. * Any node type may now be posted in a forum.
  838. - Taxonomy improvements:
  839. * Descriptions for terms are now shown on taxonomy/term pages as well
  840. as RSS feeds.
  841. * Added versioning support to categories by associating them with node
  842. revisions.
  843. - Added support for OpenID.
  844. - Added support for triggering configurable actions.
  845. - Added the Update status module to automatically check for available updates
  846. and warn sites if they are missing security updates or newer versions.
  847. Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
  848. Advanced settings provided by http://drupal.org/project/update_advanced.
  849. - Upgraded the core JavaScript library to jQuery version 1.2.3.
  850. - Added a new Schema API, which provides built-in support for core and
  851. contributed modules to work with databases other than MySQL.
  852. - Removed drupal.module. The functionality lives on as the Site network
  853. contributed module (http://drupal.org/project/site_network).
  854. - Removed old system updates. Updates from Drupal versions prior to 5.x will
  855. require upgrading to 5.x before upgrading to 6.x.
  856. Drupal 5.23, 2010-08-11
  857. -----------------------
  858. - Fixed security issues (File download access bypass, Comment unpublishing
  859. bypass), see SA-CORE-2010-002.
  860. Drupal 5.22, 2010-03-03
  861. -----------------------
  862. - Fixed security issues (Open redirection, Locale module cross site scripting,
  863. Blocked user session regeneration), see SA-CORE-2010-001.
  864. Drupal 5.21, 2009-12-16
  865. -----------------------
  866. - Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
  867. - Fixed a variety of small bugs.
  868. Drupal 5.20, 2009-09-16
  869. -----------------------
  870. - Avoid security problems resulting from writing Drupal 6-style menu
  871. declarations.
  872. - Fixed security issues (session fixation), see SA-CORE-2009-008.
  873. - Fixed a variety of small bugs.
  874. Drupal 5.19, 2009-07-01
  875. -----------------------
  876. - Fixed security issues (Cross site scripting and Password leakage in URL), see
  877. SA-CORE-2009-007.
  878. - Fixed a variety of small bugs.
  879. Drupal 5.18, 2009-05-13
  880. -----------------------
  881. - Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
  882. - Fixed a variety of small bugs.
  883. Drupal 5.17, 2009-04-29
  884. -----------------------
  885. - Fixed security issues (Cross site scripting and limited information
  886. disclosure) see SA-CORE-2009-005.
  887. - Fixed a variety of small bugs.
  888. Drupal 5.16, 2009-02-25
  889. -----------------------
  890. - Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
  891. - Fixed a variety of small bugs.
  892. Drupal 5.15, 2009-01-14
  893. -----------------------
  894. - Fixed security issues, (Hardening against SQL injection), see
  895. SA-CORE-2009-001
  896. - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
  897. scripts.
  898. - Fixed a variety of small bugs.
  899. Drupal 5.14, 2008-12-11
  900. -----------------------
  901. - removed a previous change incompatible with PHP 5.1.x and lower.
  902. Drupal 5.13, 2008-12-10
  903. -----------------------
  904. - fixed a variety of small bugs.
  905. - fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
  906. - updated robots.txt and .htaccess to match current file use.
  907. Drupal 5.12, 2008-10-22
  908. -----------------------
  909. - fixed security issues, (File inclusion), see SA-2008-067
  910. Drupal 5.11, 2008-10-08
  911. -----------------------
  912. - fixed a variety of small bugs.
  913. - fixed security issues, (File upload access bypass, Access rules bypass,
  914. BlogAPI access bypass, Node validation bypass), see SA-2008-060
  915. Drupal 5.10, 2008-08-13
  916. -----------------------
  917. - fixed a variety of small bugs.
  918. - fixed security issues, (Cross site scripting, Arbitrary file uploads via
  919. BlogAPI and Cross site request forgery), see SA-2008-047
  920. Drupal 5.9, 2008-07-23
  921. ----------------------
  922. - fixed a variety of small bugs.
  923. - fixed security issues, (Session fixation), see SA-2008-046
  924. Drupal 5.8, 2008-07-09
  925. ----------------------
  926. - fixed a variety of small bugs.
  927. - fixed security issues, (Cross site scripting, cross site request forgery, and
  928. session fixation), see SA-2008-044
  929. Drupal 5.7, 2008-01-28
  930. ----------------------
  931. - fixed the input format configuration page.
  932. - fixed a variety of small bugs.
  933. Drupal 5.6, 2008-01-10
  934. ----------------------
  935. - fixed a variety of small bugs.
  936. - fixed a security issue (Cross site request forgery), see SA-2008-005
  937. - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
  938. - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
  939. Drupal 5.5, 2007-12-06
  940. ----------------------
  941. - fixed missing missing brackets in a query in the user module.
  942. - fixed taxonomy feed bug introduced by SA-2007-031
  943. Drupal 5.4, 2007-12-05
  944. ----------------------
  945. - fixed a variety of small bugs.
  946. - fixed a security issue (SQL injection), see SA-2007-031
  947. Drupal 5.3, 2007-10-17
  948. ----------------------
  949. - fixed a variety of small bugs.
  950. - fixed a security issue (HTTP response splitting), see SA-2007-024
  951. - fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
  952. - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
  953. - fixed a security issue (User deletion cross site request forgery), see SA-2007-029
  954. - fixed a security issue (API handling of unpublished comment), see SA-2007-030
  955. Drupal 5.2, 2007-07-26
  956. ----------------------
  957. - changed hook_link() $teaser argument to match documentation.
  958. - fixed a variety of small bugs.
  959. - fixed a security issue (cross-site request forgery), see SA-2007-017
  960. - fixed a security issue (cross-site scripting), see SA-2007-018
  961. Drupal 5.1, 2007-01-29
  962. ----------------------
  963. - fixed security issue (code execution), see SA-2007-005
  964. - fixed a variety of small bugs.
  965. Drupal 5.0, 2007-01-15
  966. ----------------------
  967. - Completely retooled the administration page
  968. * /Admin now contains an administration page which may be themed
  969. * Reorganised administration menu items by task and by module
  970. * Added a status report page with detailed PHP/MySQL/Drupal information
  971. - Added web-based installer which can:
  972. * Check installation and run-time requirements
  973. * Automatically generate the database configuration file
  974. * Install pre-made installation profiles or distributions
  975. * Import the database structure with automatic table prefixing
  976. * Be localized
  977. - Added new default Garland theme
  978. - Added color module to change some themes' color schemes
  979. - Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
  980. - Introduced the ability to alter mail sent from system
  981. - Module system:
  982. * Added .info files for module meta-data
  983. * Added support for module dependencies
  984. * Improved module installation screen
  985. * Moved core modules to their own directories
  986. * Added support for module uninstalling
  987. - Added support for different cache backends
  988. - Added support for a generic "sites/all" directory.
  989. - Usability:
  990. * Added support for auto-complete forms (AJAX) to user profiles.
  991. * Made it possible to instantly assign roles to newly created user accounts.
  992. * Improved configurability of the contact forms.
  993. * Reorganized the settings pages.
  994. * Made it easy to investigate popular search terms.
  995. * Added a 'select all' checkbox and a range select feature to administration tables.
  996. * Simplified the 'break' tag to split teasers from body.
  997. * Use proper capitalization for titles, menu items and operations.
  998. - Integrated urlfilter.module into filter.module
  999. - Block system:
  1000. * Extended the block visibility settings with a role specific setting.
  1001. * Made it possible to customize all block titles.
  1002. - Poll module:
  1003. * Optionally allow people to inspect all votes.
  1004. * Optionally allow people to cancel their vote.
  1005. - Distributed authentication:
  1006. * Added default server option.
  1007. - Added default robots.txt to control crawlers.
  1008. - Database API:
  1009. * Added db_table_exists().
  1010. - Blogapi module:
  1011. * 'Blogapi new' and 'blogapi edit' nodeapi operations.
  1012. - User module:
  1013. * Added hook_profile_alter().
  1014. * E-mail verification is made optional.
  1015. * Added mass editing and filtering on admin/user/user.
  1016. - PHP Template engine:
  1017. * Add the ability to look for a series of suggested templates.
  1018. * Look for page templates based upon the path.
  1019. * Look for block templates based upon the region, module, and delta.
  1020. - Content system:
  1021. * Made it easier for node access modules to work well with each other.
  1022. * Added configurable content types.
  1023. * Changed node rendering to work with structured arrays.
  1024. - Performance:
  1025. * Improved session handling: reduces database overhead.
  1026. * Improved access checking: reduces database overhead.
  1027. * Made it possible to do memcached based session management.
  1028. * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
  1029. * Added an 'aggressive' caching policy.
  1030. * Added a CSS aggregator and compressor (up to 40% faster page loads).
  1031. - Removed the archive module.
  1032. - Upgrade system:
  1033. * Created space for update branches.
  1034. - Form API:
  1035. * Made it possible to programmatically submit forms.
  1036. * Improved api for multistep forms.
  1037. - Theme system:
  1038. * Split up and removed drupal.css.
  1039. * Added nested lists generation.
  1040. * Added a self-clearing block class.
  1041. Drupal 4.7.11, 2008-01-10
  1042. -------------------------
  1043. - fixed a security issue (Cross site request forgery), see SA-2008-005
  1044. - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
  1045. - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
  1046. Drupal 4.7.10, 2007-12-06
  1047. -------------------------
  1048. - fixed taxonomy feed bug introduced by SA-2007-031
  1049. Drupal 4.7.9, 2007-12-05
  1050. ------------------------
  1051. - fixed a security issue (SQL injection), see SA-2007-031
  1052. Drupal 4.7.8, 2007-10-17
  1053. ----------------------
  1054. - fixed a security issue (HTTP response splitting), see SA-2007-024
  1055. - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
  1056. - fixed a security issue (API handling of unpublished comment), see SA-2007-030
  1057. Drupal 4.7.7, 2007-07-26
  1058. ------------------------
  1059. - fixed security issue (XSS), see SA-2007-018
  1060. Drupal 4.7.6, 2007-01-29
  1061. ------------------------
  1062. - fixed security issue (code execution), see SA-2007-005
  1063. Drupal 4.7.5, 2007-01-05
  1064. ------------------------
  1065. - Fixed security issue (XSS), see SA-2007-001
  1066. - Fixed security issue (DoS), see SA-2007-002
  1067. Drupal 4.7.4, 2006-10-18
  1068. ------------------------
  1069. - Fixed security issue (XSS), see SA-2006-024
  1070. - Fixed security issue (CSRF), see SA-2006-025
  1071. - Fixed security issue (Form action attribute injection), see SA-2006-026
  1072. Drupal 4.7.3, 2006-08-02
  1073. ------------------------
  1074. - Fixed security issue (XSS), see SA-2006-011
  1075. Drupal 4.7.2, 2006-06-01
  1076. ------------------------
  1077. - Fixed critical upload issue, see SA-2006-007
  1078. - Fixed taxonomy XSS issue, see SA-2006-008
  1079. - Fixed a variety of small bugs.
  1080. Drupal 4.7.1, 2006-05-24
  1081. ------------------------
  1082. - Fixed critical SQL issue, see SA-2006-005
  1083. - Fixed a serious upgrade related bug.
  1084. - Fixed a variety of small bugs.
  1085. Drupal 4.7.0, 2006-05-01
  1086. ------------------------
  1087. - Added free tagging support.
  1088. - Added a site-wide contact form.
  1089. - Theme system:
  1090. * Added the PHPTemplate theme engine and removed the Xtemplate engine.
  1091. * Converted the bluemarine theme from XTemplate to PHPTemplate.
  1092. * Converted the pushbutton theme from XTemplate to PHPTemplate.
  1093. - Usability:
  1094. * Reworked the 'request new password' functionality.
  1095. * Reworked the node and comment edit forms.
  1096. * Made it easy to add nodes to the navigation menu.
  1097. * Added site 'offline for maintenance' feature.
  1098. * Added support for auto-complete forms (AJAX).
  1099. * Added support for collapsible page sections (JS).
  1100. * Added support for resizable text fields (JS).
  1101. * Improved file upload functionality (AJAX).
  1102. * Reorganized some settings pages.
  1103. * Added friendly database error screens.
  1104. * Improved styling of update.php.
  1105. - Refactored the forms API.
  1106. * Made it possible to alter, extend or theme forms.
  1107. - Comment system:
  1108. * Added support for "mass comment operations" to ease repetitive tasks.
  1109. * Comment moderation has been removed.
  1110. - Node system:
  1111. * Reworked the revision functionality.
  1112. * Removed the bookmarklet code. Third-party modules can now handle
  1113. This.
  1114. - Upgrade system:
  1115. * Allows contributed modules to plug into the upgrade system.
  1116. - Profiles:
  1117. * Added a block to display author information along with posts.
  1118. * Added support for private profile fields.
  1119. - Statistics module:
  1120. * Added the ability to track page generation times.
  1121. * Made it possible to block certain IPs/hostnames.
  1122. - Block system:
  1123. * Added support for theme-specific block regions.
  1124. - Syndication:
  1125. * Made the aggregator module parse Atom feeds.
  1126. * Made the aggregator generate RSS feeds.
  1127. * Added RSS feed settings.
  1128. - XML-RPC:
  1129. * Replaced the XML-RPC library by a better one.
  1130. - Performance:
  1131. * Added 'loose caching' option for high-traffic sites.
  1132. * Improved performance of path aliasing.
  1133. * Added the ability to track page generation times.
  1134. - Internationalization:
  1135. * Improved Unicode string handling API.
  1136. * Added support for PHP's multibyte string module.
  1137. - Added support for PHP5's 'mysqli' extension.
  1138. - Search module:
  1139. * Made indexer smarter and more robust.
  1140. * Added advanced search operators (e.g. phrase, node type, ...).
  1141. * Added customizable result ranking.
  1142. - PostgreSQL support:
  1143. * Removed dependency on PL/pgSQL procedural language.
  1144. - Menu system:
  1145. * Added support for external URLs.
  1146. - Queue module:
  1147. * Removed from core.
  1148. - HTTP handling:
  1149. * Added support for a tolerant Base URL.
  1150. * Output URIs relative to the root, without a base tag.
  1151. Drupal 4.6.11, 2007-01-05
  1152. -------------------------
  1153. - Fixed security issue (XSS), see SA-2007-001
  1154. - Fixed security issue (DoS), see SA-2007-002
  1155. Drupal 4.6.10, 2006-10-18
  1156. ------------------------
  1157. - Fixed security issue (XSS), see SA-2006-024
  1158. - Fixed security issue (CSRF), see SA-2006-025
  1159. - Fixed security issue (Form action attribute injection), see SA-2006-026
  1160. Drupal 4.6.9, 2006-08-02
  1161. ------------------------
  1162. - Fixed security issue (XSS), see SA-2006-011
  1163. Drupal 4.6.8, 2006-06-01
  1164. ------------------------
  1165. - Fixed critical upload issue, see SA-2006-007
  1166. - Fixed taxonomy XSS issue, see SA-2006-008
  1167. Drupal 4.6.7, 2006-05-24
  1168. ------------------------
  1169. - Fixed critical SQL issue, see SA-2006-005
  1170. Drupal 4.6.6, 2006-03-13
  1171. ------------------------
  1172. - Fixed bugs, including 4 security vulnerabilities.
  1173. Drupal 4.6.5, 2005-12-12
  1174. ------------------------
  1175. - Fixed bugs: no critical bugs were identified.
  1176. Drupal 4.6.4, 2005-11-30
  1177. ------------------------
  1178. - Fixed bugs, including 3 security vulnerabilities.
  1179. Drupal 4.6.3, 2005-08-15
  1180. ------------------------
  1181. - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
  1182. Drupal 4.6.2, 2005-06-29
  1183. ------------------------
  1184. - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  1185. Drupal 4.6.1, 2005-06-01
  1186. ------------------------
  1187. - Fixed bugs, including a critical input validation bug.
  1188. Drupal 4.6.0, 2005-04-15
  1189. ------------------------
  1190. - PHP5 compliance
  1191. - Search:
  1192. * Added UTF-8 support to make it work with all languages.
  1193. * Improved search indexing algorithm.
  1194. * Improved search output.
  1195. * Impose a throttle on indexing of large sites.
  1196. * Added search block.
  1197. - Syndication:
  1198. * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
  1199. * Made Drupal generate RSS 2.0 feeds.
  1200. * Made RSS feeds extensible.
  1201. * Added categories to RSS feeds.
  1202. * Added enclosures to RSS feeds.
  1203. - Flood control mechanism:
  1204. * Added a mechanism to throttle certain operations.
  1205. - Usability:
  1206. * Refactored the block configuration pages.
  1207. * Refactored the statistics pages.
  1208. * Refactored the watchdog pages.
  1209. * Refactored the throttle module configuration.
  1210. * Refactored the access rules page.
  1211. * Refactored the content administration page.
  1212. * Introduced forum configuration pages.
  1213. * Added a 'add child page' link to book pages.
  1214. - Contact module:
  1215. * Added a simple contact module that allows users to contact each other using e-mail.
  1216. - Multi-site configuration:
  1217. * Made it possible to run multiple sites from a single code base.
  1218. - Added an image API: enables better image handling.
  1219. - Block system:
  1220. * Extended the block visibility settings.
  1221. - Theme system:
  1222. * Added new theme functions.
  1223. - Database backend:
  1224. * The PEAR database backend is no longer supported.
  1225. - Performance:
  1226. * Improved performance of the forum topics block.
  1227. * Improved performance of the tracker module.
  1228. * Improved performance of the node pages.
  1229. - Documentation:
  1230. * Improved and extended PHPDoc/Doxygen comments.
  1231. Drupal 4.5.8, 2006-03-13
  1232. ------------------------
  1233. - Fixed bugs, including 3 security vulnerabilities.
  1234. Drupal 4.5.7, 2005-12-12
  1235. ------------------------
  1236. - Fixed bugs: no critical bugs were identified.
  1237. Drupal 4.5.6, 2005-11-30
  1238. ------------------------
  1239. - Fixed bugs, including 3 security vulnerabilities.
  1240. Drupal 4.5.5, 2005-08-15
  1241. ------------------------
  1242. - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
  1243. Drupal 4.5.4, 2005-06-29
  1244. ------------------------
  1245. - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
  1246. Drupal 4.5.3, 2005-06-01
  1247. ------------------------
  1248. - Fixed bugs, including a critical input validation bug.
  1249. Drupal 4.5.2, 2005-01-15
  1250. ------------------------
  1251. - Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
  1252. Drupal 4.5.1, 2004-12-01
  1253. ------------------------
  1254. - Fixed bugs: no critical bugs were identified.
  1255. Drupal 4.5.0, 2004-10-18
  1256. ------------------------
  1257. - Navigation:
  1258. * Made it possible to add, delete, rename and move menu items.
  1259. * Introduced tabs and subtabs for local tasks.
  1260. * Reorganized the navigation menus.
  1261. - User management:
  1262. * Added support for multiple roles per user.
  1263. * Made it possible to add custom profile fields.
  1264. * Made it possible to browse user profiles by field.
  1265. - Node system:
  1266. * Added support for node-level permissions.
  1267. - Comment module:
  1268. * Made it possible to leave contact information without having to register.
  1269. - Upload module:
  1270. * Added support for uploading documents (includes images).
  1271. - Forum module:
  1272. * Added support for sticky forum topics.
  1273. * Made it possible to track forum topics.
  1274. - Syndication:
  1275. * Added support for RSS ping-notifications of http://technorati.com/.
  1276. * Refactored the categorization of syndicated news items.
  1277. * Added an URL alias for 'rss.xml'.
  1278. * Improved date parsing.
  1279. - Database backend:
  1280. * Added support for multiple database connections.
  1281. * The PostgreSQL backend does no longer require PEAR.
  1282. - Theme system:
  1283. * Changed all GIFs to PNGs.
  1284. * Reorganised the handling of themes, template engines, templates and styles.
  1285. * Unified and extended the available theme settings.
  1286. * Added theme screenshots.
  1287. - Blocks:
  1288. * Added 'recent comments' block.
  1289. * Added 'categories' block.
  1290. - Blogger API:
  1291. * Added support for auto-discovery of blogger API via RSD.
  1292. - Performance:
  1293. * Added support for sending gzip compressed pages.
  1294. * Improved performance of the forum module.
  1295. - Accessibility:
  1296. * Improved the accessibility of the archive module's calendar.
  1297. * Improved form handling and error reporting.
  1298. * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
  1299. - Refactored 403 (forbidden) handling and added support for custom 403 pages.
  1300. - Documentation:
  1301. * Added PHPDoc/Doxygen comments.
  1302. - Filter system:
  1303. * Added support for using multiple input formats on the site
  1304. * Expanded the embedded PHP-code feature so it can be used everywhere
  1305. * Added support for role-dependent filtering, through input formats
  1306. - UI translation:
  1307. * Managing translations is now completely done through the administration interface
  1308. * Added support for importing/exporting gettext .po files
  1309. Drupal 4.4.3, 2005-06-01
  1310. ------------------------
  1311. - Fixed bugs, including a critical input validation bug.
  1312. Drupal 4.4.2, 2004-07-04
  1313. ------------------------
  1314. - Fixed bugs: no critical bugs were identified.
  1315. Drupal 4.4.1, 2004-05-01
  1316. ------------------------
  1317. - Fixed bugs: no critical bugs were identified.
  1318. Drupal 4.4.0, 2004-04-01
  1319. ------------------------
  1320. - Added support for the MetaWeblog API and MovableType extensions.
  1321. - Added a file API: enables better document management.
  1322. - Improved the watchdog and search module to log search keys.
  1323. - News aggregator:
  1324. * Added support for conditional GET.
  1325. * Added OPML feed subscription list.
  1326. * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
  1327. - Comment module:
  1328. * Made it possible to disable the "comment viewing controls".
  1329. - Performance:
  1330. * Improved module loading when serving cached pages.
  1331. * Made it possible to automatically disable modules when under heavy load.
  1332. * Made it possible to automatically disable blocks when under heavy load.
  1333. * Improved performance and memory footprint of the locale module.
  1334. - Theme system:
  1335. * Made all theme functions start with 'theme_'.
  1336. * Made all theme functions return their output.
  1337. * Migrated away from using the BaseTheme class.
  1338. * Added many new theme functions and refactored existing theme functions.
  1339. * Added avatar support to 'Xtemplate'.
  1340. * Replaced theme 'UnConeD' by 'Chameleon'.
  1341. * Replaced theme 'Marvin' by 'Pushbutton'.
  1342. - Usability:
  1343. * Added breadcrumb navigation to all pages.
  1344. * Made it possible to add context-sensitive help to all pages.
  1345. * Replaced drop-down menus by radio buttons where appropriate.
  1346. * Removed the 'magic_quotes_gpc = 0' requirement.
  1347. * Added a 'book navigation' block.
  1348. - Accessibility:
  1349. * Made themes degrade gracefully in absence of CSS.
  1350. * Grouped form elements using '<fieldset>' and '<legend>' tags.
  1351. * Added '<label>' tags to form elements.
  1352. - Refactored 404 (file not found) handling and added support for custom 404 pages.
  1353. - Improved the filter system to prevent conflicts between filters:
  1354. * Made it possible to change the order in which filters are applied.
  1355. - Documentation:
  1356. * Added PHPDoc/Doxygen comments.
  1357. Drupal 4.3.2, 2004-01-01
  1358. ------------------------
  1359. - Fixed bugs: no critical bugs were identified.
  1360. Drupal 4.3.1, 2003-12-01
  1361. ------------------------
  1362. - Fixed bugs: no critical bugs were identified.
  1363. Drupal 4.3.0, 2003-11-01
  1364. ------------------------
  1365. - Added support for configurable URLs.
  1366. - Added support for sortable table columns.
  1367. - Database backend:
  1368. * Added support for selective database table prefixing.
  1369. - Performance:
  1370. * Optimized many SQL queries for speed by converting left joins to inner joins.
  1371. - Comment module:
  1372. * Rewrote the comment housekeeping code to be much more efficient and scalable.
  1373. * Changed the comment module to use the standard pager.
  1374. - User module:
  1375. * Added support for multiple sessions per user.
  1376. * Added support for anonymous user sessions.
  1377. - Forum module:
  1378. * Improved the forum views and the themability thereof.
  1379. - Book module:
  1380. * Improved integration of non-book nodes in the book outline.
  1381. - Usability:
  1382. * Added support for "mass node operations" to ease repetitive tasks.
  1383. * Added support for breadcrumb navigation to several modules' user pages.
  1384. * Integrated the administration pages with the normal user pages.
  1385. Drupal 4.2.0, 2003-08-01
  1386. ------------------------
  1387. - Added support for clean URLs.
  1388. - Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
  1389. - Rewrote the RSS/RDF parser:
  1390. * It will now use PHP's built-in XML parser to parse news feeds.
  1391. - Rewrote the administration pages:
  1392. * Improved the navigational elements and added breadcrumb navigation.
  1393. * Improved the look and feel.
  1394. * Added context-sensitive help.
  1395. - Database backend:
  1396. * Fixed numerous SQL queries to make Drupal ANSI compliant.
  1397. * Added MSSQL database scheme.
  1398. - Search module:
  1399. * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
  1400. - Node system:
  1401. * Replaced the "post content" permission by more fine-grained permissions.
  1402. * Improved content submission:
  1403. + Improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bothered with teasers when the post is too short for one.
  1404. + Added the ability to preview both the short and the full version of your posts.
  1405. * Extended the node API which allows for better integration.
  1406. * Added default node settings to control the behavior for promotion, moderation and other options.
  1407. - Themes:
  1408. * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
  1409. - Removed the 'register_globals = on' requirement.
  1410. - Added better installation instructions.
  1411. Drupal 4.1.0, 2003-02-01
  1412. ------------------------
  1413. - Collaboratively revised and expanded the Drupal documentation.
  1414. - Rewrote comment.module:
  1415. * Reintroduced comment rating/moderation.
  1416. * Added support for comment paging.
  1417. * Performance improvements: improved comment caching, faster SQL queries, etc.
  1418. - Rewrote block.module:
  1419. * Performance improvements: blocks are no longer rendered when not displayed.
  1420. - Rewrote forum.module:
  1421. * Added a lot of features one can find in stand-alone forum software including but not limited to support for topic paging, added support for icons, rewrote the statistics module, etc.
  1422. - Rewrote statistics.module:
  1423. * Collects access counts for each node, referrer logs, number of users/guests.
  1424. * Export blocks displaying top viewed nodes over last 24 hour period, top viewed nodes over all time, last nodes viewed, how many users/guest online.
  1425. - Added throttle.module:
  1426. * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
  1427. - Added profile.module:
  1428. * Enables to extend the user and registration page.
  1429. - Added pager support to the main page.
  1430. - Replaced weblogs.module by ping.module:
  1431. * Added support for normal and RSS notifications of http://blo.gs/.
  1432. * Added support for RSS ping-notifications of http://weblogs.com/.
  1433. - Removed the rating module
  1434. - Themes:
  1435. * Removed a significant portion of hard-coded mark-up.
  1436. Drupal 4.0.0, 2002-06-15
  1437. ------------------------
  1438. - Added tracker.module:
  1439. * Replaces the previous "your [site]" links (recent comments and nodes).
  1440. - Added weblogs.module:
  1441. * This will ping weblogs.com when new content is promoted.
  1442. - Added taxonomy module which replaces the meta module.
  1443. * Supports relations, hierarchies and synonyms.
  1444. - Added a caching system:
  1445. * Speeds up pages for anonymous users and reduces system load.
  1446. - Added support for external SMTP libraries.
  1447. - Added an archive extension to the calendar.
  1448. - Added support for the Blogger API.
  1449. - Themes:
  1450. * Cleaned up the theme system.
  1451. * Moved themes that are not maintained to contributions CVS repository.
  1452. - Database backend:
  1453. * Changed to PEAR database abstraction layer.
  1454. * Using ANSI SQL queries to be more portable.
  1455. - Rewrote the user system:
  1456. * Added support for Drupal authentication through XML-RPC and through a Jabber server.
  1457. * Added support for modules to add more user data.
  1458. * Users may delete their own account.
  1459. * Added who's new and who's online blocks.
  1460. - Changed block system:
  1461. * Various hard coded blocks are now dynamic.
  1462. * Blocks can now be enabled and/or be set by the user.
  1463. * Blocks can be set to only show up on some pages.
  1464. * Merged box module with block module.
  1465. - Node system:
  1466. * Blogs can be updated.
  1467. * Teasers (abstracts) on all node types.
  1468. * Improved error checking.
  1469. * Content versioning support.
  1470. * Usability improvements.
  1471. - Improved book module to support text, HTML and PHP pages.
  1472. - Improved comment module to mark new comments.
  1473. - Added a general outliner which will let any node type be linked to a book.
  1474. - Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
  1475. - Search module:
  1476. * Improved the search system by making it context sensitive.
  1477. * Added indexing.
  1478. - Various updates:
  1479. * Changed output to valid XHTML.
  1480. * Improved multiple sites using the same Drupal database support.
  1481. * Added support for session IDs in URLs instead of cookies.
  1482. * Made the type of content on the front page configurable.
  1483. * Made each cloud site have its own settings.
  1484. * Modules and themes can now be enabled/disabled using the administration pages.
  1485. * Added URL abstraction for links.
  1486. * Usability changes (renamed links, better UI, etc).
  1487. - Collaboratively revised and expanded the Drupal documentation.
  1488. Drupal 3.0.1, 2001-10-15
  1489. ------------------------
  1490. - Various updates:
  1491. * Added missing translations
  1492. * Updated the themes: tidied up some HTML code and added new Drupal logos.
  1493. Drupal 3.0.0, 2001-09-15
  1494. ------------------------
  1495. - Major overhaul of the entire underlying design:
  1496. * Everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of Drupal as well as improving long-term stability.
  1497. - Rewrote submission/moderation queue and renamed it to queue.module.
  1498. - Removed FAQ and documentation module and merged them into a "book module".
  1499. - Removed ban module and integrated it into account.module as "access control":
  1500. * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
  1501. - Rewrote watchdog and submission throttle:
  1502. * Improved watchdog messages and added watchdog filter.
  1503. - Rewrote headline code and renamed it to import.module and export.module:
  1504. * Added various improvements, including a better parser, bundles and better control over individual feeds.
  1505. - Rewrote section code and renamed it to meta.module:
  1506. * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
  1507. - Rewrote configuration file resolving:
  1508. * Drupal tries to locate a configuration file that matches your domain name or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites.
  1509. - Added caching support which makes Drupal extremely scalable.
  1510. - Added access.module:
  1511. * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
  1512. - Added blog.module.
  1513. - Added poll.module.
  1514. - Added system.module:
  1515. * Moved most of the configuration options from hostname.conf to the new administration section.
  1516. * Added support for custom "filters".
  1517. - Added statistics.module
  1518. - Added moderate.module:
  1519. * Allows to assign users editorial/moderator rights to certain nodes or topics.
  1520. - Added page.module:
  1521. * Allows creation of static (and dynamic) pages through the administration interface.
  1522. - Added help.module:
  1523. * Groups all available module documentation on a single page.
  1524. - Added forum.module:
  1525. * Added an integrated forum.
  1526. - Added cvs.module and cvs-to-sql.pl:
  1527. * Allows to display and mail CVS log messages as daily digests.
  1528. - Added book.module:
  1529. * Allows collaborative handbook writing: primary used for Drupal documentation.
  1530. - Removed cron.module and integrated it into conf.module.
  1531. - Removed module.module as it was no longer needed.
  1532. - Various updates:
  1533. * Added "auto-post new submissions" feature versus "moderate new submissions".
  1534. * Introduced links/Drupal tags: [[link]]
  1535. * Added preview functionality when submitting new content (such as a story) from the administration pages.
  1536. * Made the administration section only show those links a user has access to.
  1537. * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
  1538. * Improved scheduler:
  1539. + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
  1540. * Improved account module:
  1541. + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
  1542. * Improved locale module:
  1543. + Added new overview to easy the translation process.
  1544. * Improved comment module:
  1545. + Made it possible to permanently delete comments.
  1546. * Improved rating module
  1547. * Improved story module:
  1548. + Added preview functionality for administrators.
  1549. + Made it possible to permanently delete stories.
  1550. * Improved themes:
  1551. + W3C validation on a best effort basis.
  1552. + Removed $theme->control() from themes.
  1553. + Added theme "goofy".
  1554. - Collaboratively revised and expanded the Drupal documentation.
  1555. Drupal 2.0.0, 2001-03-15
  1556. ------------------------
  1557. - Rewrote the comment/discussion code:
  1558. * Comment navigation should be less confusing now.
  1559. * Additional/alternative display and order methods have been added.
  1560. * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
  1561. - Added sections and section manager:
  1562. * Story sections can be maintained from the administration pages.
  1563. * Story sections make the open submission more adaptive in that you can set individual post, dump and expiration thresholds for each section according to the story type and urgency level: stories in certain sections do not "expire" and might stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.
  1564. - Multiple vhosts + multiple directories:
  1565. * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
  1566. - Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
  1567. * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
  1568. - Added "search infrastructure":
  1569. * Improved search page and integrated search functionality in the administration pages.
  1570. - Added translation / localization / internationalization support:
  1571. * Because many people would love to see their website showing a lot less of English, and far more of their own language, Drupal provides a framework to set up a multi-lingual website or to overwrite the default English text in English.
  1572. - Added fine-grained user permission (or group) system:
  1573. * Users can be granted access to specific administration sections. Example: a FAQ maintainer can be given access to maintain the FAQ and translators can be given access to the translation pages.
  1574. - Added FAQ module
  1575. - Changed the "open submission queue" into a (optional) module.
  1576. - Various updates:
  1577. * Improved account module:
  1578. + User accounts can be deleted.
  1579. + Added fine-grained permission support.
  1580. * Improved block module
  1581. * Improved diary module:
  1582. + Diary entries can be deleted
  1583. * Improved headline module:
  1584. + Improved parser to support more "generic" RDF/RSS/XML backend.
  1585. * Improved module module
  1586. * Improved watchdog module
  1587. * Improved database abstraction layer
  1588. * Improved themes:
  1589. + W3C validation on a best effort basis
  1590. + Added theme "example" (alias "Stone Age")
  1591. * Added new scripts to directory "scripts"
  1592. * Added directory "misc"
  1593. * Added CREDITS file
  1594. - Revised documentation
  1595. Drupal 1.0.0, 2001-01-15
  1596. ------------------------
  1597. - Initial release