source: sipes/cord/CHANGELOG.txt @ b354002

stableversion-3.0
Last change on this file since b354002 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 44.2 KB
Línea 
1
2Drupal 6.22, 2011-05-25
3----------------------
4- Made Drupal 6 work better with IIS and Internet Explorer.
5- Fixed .po file imports to work better with custom textgroups.
6- Improved code documentation at various places.
7- Fixed a variety of other bugs.
8
9Drupal 6.21, 2011-05-25
10----------------------
11- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
12
13Drupal 6.20, 2010-12-15
14----------------------
15- Fixed a variety of small bugs, improved code documentation.
16
17Drupal 6.19, 2010-08-11
18----------------------
19- Fixed a variety of small bugs, improved code documentation.
20
21Drupal 6.18, 2010-08-11
22----------------------
23- Fixed security issues (OpenID authentication bypass, File download access
24  bypass, Comment unpublishing bypass, Actions cross site scripting),
25  see SA-CORE-2010-002.
26
27Drupal 6.17, 2010-06-02
28----------------------
29- Improved PostgreSQL compatibility
30- Better PHP 5.3 and PHP 4 compatibility
31- Better browser compatibility of CSS and JS aggregation
32- Improved logging for login failures
33- Fixed an incompatibility with some contributed modules and the locking system
34- Fixed a variety of other bugs.
35
36Drupal 6.16, 2010-03-03
37----------------------
38- Fixed security issues (Installation cross site scripting, Open redirection,
39  Locale module cross site scripting, Blocked user session regeneration),
40  see SA-CORE-2010-001.
41- Better support for updated jQuery versions.
42- Reduced resource usage of update.module.
43- Fixed several issues relating to support of install profiles and
44  distributions.
45- Added a locking framework to avoid data corruption on long operations.
46- Fixed a variety of other bugs.
47
48Drupal 6.15, 2009-12-16
49----------------------
50- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
51- Fixed a variety of other bugs.
52
53Drupal 6.14, 2009-09-16
54----------------------
55- Fixed security issues (OpenID association cross site request forgeries,
56  OpenID impersonation and File upload), see SA-CORE-2009-008.
57- Changed the system modules page to not run all cache rebuilds; use the
58  button on the performance settings page to achieve the same effect.
59- Added support for PHP 5.3.0 out of the box.
60- Fixed a variety of small bugs.
61
62Drupal 6.13, 2009-07-01
63----------------------
64- Fixed security issues (Cross site scripting, Input format access bypass and
65  Password leakage in URL), see SA-CORE-2009-007.
66- Fixed a variety of small bugs.
67
68Drupal 6.12, 2009-05-13
69----------------------
70- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
71- Fixed a variety of small bugs.
72
73Drupal 6.11, 2009-04-29
74----------------------
75- Fixed security issues (Cross site scripting and limited information
76  disclosure), see SA-CORE-2009-005
77- Fixed performance issues with the menu router cache, the update
78  status cache and improved cache invalidation
79- Fixed a variety of small bugs.
80
81Drupal 6.10, 2009-02-25
82----------------------
83- Fixed a security issue, (Local file inclusion on Windows),
84  see SA-CORE-2009-003
85- Fixed node_feed() so custom fields can show up in RSS feeds.
86- Improved PostgreSQL compatibility.
87- Fixed a variety of small bugs.
88
89Drupal 6.9, 2009-01-14
90----------------------
91- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
92  against SQL injection), see SA-CORE-2009-001
93- Made HTTP request checking more robust and informative.
94- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
95  basic shell scripts.
96- Removed t() calls from all schema documentation. Suggested best practice
97  changed for contributed modules, see http://drupal.org/node/322731.
98- Fixed a variety of small bugs.
99
100Drupal 6.8, 2008-12-11
101----------------------
102- Removed a previous change incompatible with PHP 5.1.x and lower.
103
104Drupal 6.7, 2008-12-10
105----------------------
106- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
107- Updated robots.txt and .htaccess to match current file use.
108- Fixed a variety of small bugs.
109
110Drupal 6.6, 2008-10-22
111----------------------
112- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
113- Fixed a variety of small bugs.
114
115Drupal 6.5, 2008-10-08
116----------------------
117- Fixed security issues, (File upload access bypass, Access rules bypass,
118  BlogAPI access bypass), see SA-2008-060.
119- Fixed a variety of small bugs.
120
121Drupal 6.4, 2008-08-13
122----------------------
123- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
124  BlogAPI, Cross site request forgeries and Various Upload module
125  vulnerabilities), see SA-2008-047.
126- Improved error messages during installation.
127- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
128- Fixed a variety of small bugs.
129
130Drupal 6.3, 2008-07-09
131----------------------
132- Fixed security issues, (Cross site scripting, cross site request forgery,
133  session fixation and SQL injection), see SA-2008-044.
134- Slightly modified installation process to prevent file ownership issues on
135  shared hosts.
136- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
137- Upgraded to jQuery 1.2.6.
138- Performance improvements to search, menu handling and form API caches.
139- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
140- Fixed a variety of small bugs.
141
142Drupal 6.2, 2008-04-09
143----------------------
144- Fixed a variety of small bugs.
145- Fixed a security issue (Access bypasses), see SA-2008-026.
146
147Drupal 6.1, 2008-02-27
148----------------------
149- Fixed a variety of small bugs.
150- Fixed a security issue (Cross site scripting), see SA-2008-018.
151
152Drupal 6.0, 2008-02-13
153----------------------
154- New, faster and better menu system.
155- New watchdog as a hook functionality.
156   * New hook_watchdog that can be implemented by any module to route log
157     messages to various destinations.
158   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
159     levels defined in RFC 3164.
160   * The watchdog module is now called dblog, and is optional, but enabled by
161     default in the default install profile.
162   * Extended the database log module so log messages can be filtered.
163   * Added syslog module: useful for monitoring large Drupal installations.
164- Added optional e-mail notifications when users are approved, blocked, or
165  deleted.
166- Drupal works with error reporting set to E_ALL.
167- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
168  to use Drupal as a framework to build command-line tools.
169- Made signature support optional and made it possible to theme signatures.
170- Made it possible to filter the URL aliases on the URL alias administration
171  screen.
172- Language system improvements:
173    * Support for right to left languages.
174    * Language detection based on parts of the URL.
175    * Browser based language detection.
176    * Made it possible to specify a node's language.
177    * Support for translating posts on the site to different languages.
178    * Language dependent path aliases.
179    * Automatically import translations when adding a new language.
180    * JavaScript interface translation.
181    * Automatically import a module's translation upon enabling that module.
182- Moved "PHP input filter" to a standalone module so it can be deleted for
183  security reasons.
184- Usability:
185    * Improved handling of teasers in posts.
186    * Added sticky table headers.
187    * Check for clean URL support automatically with JavaScript.
188    * Removed default/settings.php. Instead the installer will create it from
189      default.settings.php.
190    * Made it possible to configure your own date formats.
191    * Remember anonymous comment posters.
192    * Only allow modules and themes to be enabled that have explicitly been
193      ported to the correct core API version.
194    * Can now specify the minimum PHP version required for a module within the
195      .info file.
196    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
197      database rights.
198    * Dynamically check password strength and confirmation.
199    * Refactored poll administration.
200    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
201      vocabularies and terms, forums, profile fields, and input format filters.
202- Theme system:
203    * Added .info files to themes and made it easier to specify regions and
204      features.
205    * Added theme registry: modules can directly provide .tpl.php files for
206      their themes without having to create theme_ functions.
207    * Used the Garland theme for the installation and maintenance pages.
208    * Added theme preprocess functions for themes that are templates.
209    * Added support for themeable functions in JavaScript.
210- Refactored update.php to a generic batch API to be able to run time-consuming
211  operations in multiple subsequent HTTP requests.
212- Installer:
213    * Themed the installer with the Garland theme.
214    * Added form to provide initial site information during installation.
215    * Added ability to provide extra installation steps programmatically.
216    * Made it possible to import interface translations at install time.
217- Added the HTML corrector filter:
218    * Fixes faulty and chopped off HTML in postings.
219    * Tags are now automatically closed at the end of the teaser.
220- Performance:
221    * Made it easier to conditionally load .include files and split up many core
222      modules.
223    * Added a JavaScript aggregator.
224    * Added block-level caching, improving performance for both authenticated
225      and anonymous users.
226    * Made Drupal work correctly when running behind a reverse proxy like
227      Squid or Pound.
228- File handling improvements:
229    * Entries in the files table are now keyed to a user instead of a node.
230    * Added reusable validation functions to check for uploaded file sizes,
231      extensions, and image resolution.
232    * Added ability to create and remove temporary files during a cron job.
233- Forum improvements:
234    * Any node type may now be posted in a forum.
235- Taxonomy improvements:
236    * Descriptions for terms are now shown on taxonomy/term pages as well
237      as RSS feeds.
238    * Added versioning support to categories by associating them with node
239      revisions.
240- Added support for OpenID.
241- Added support for triggering configurable actions.
242- Added the Update status module to automatically check for available updates
243  and warn sites if they are missing security updates or newer versions.
244  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
245  Advanced settings provided by http://drupal.org/project/update_advanced.
246- Upgraded the core JavaScript library to jQuery version 1.2.3.
247- Added a new Schema API, which provides built-in support for core and
248  contributed modules to work with databases other than MySQL.
249- Removed drupal.module. The functionality lives on as the Site network
250  contributed module (http://drupal.org/project/site_network).
251- Removed old system updates. Updates from Drupal versions prior to 5.x will
252  require upgrading to 5.x before upgrading to 6.x.
253
254Drupal 5.23, 2010-08-11
255-----------------------
256- Fixed security issues (File download access bypass, Comment unpublishing
257  bypass), see SA-CORE-2010-002.
258
259Drupal 5.22, 2010-03-03
260-----------------------
261- Fixed security issues (Open redirection, Locale module cross site scripting,
262  Blocked user session regeneration), see SA-CORE-2010-001.
263
264Drupal 5.21, 2009-12-16
265-----------------------
266- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
267- Fixed a variety of small bugs.
268
269Drupal 5.20, 2009-09-16
270-----------------------
271- Avoid security problems resulting from writing Drupal 6-style menu declarations.
272- Fixed security issues (session fixation), see SA-CORE-2009-008.
273- Fixed a variety of small bugs.
274
275Drupal 5.19, 2009-07-01
276-----------------------
277- Fixed security issues (Cross site scripting and Password leakage in URL), see SA-CORE-2009-007.
278- Fixed a variety of small bugs.
279
280Drupal 5.18, 2009-05-13
281----------------------
282- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
283- Fixed a variety of small bugs.
284
285Drupal 5.17, 2009-04-29
286-----------------------
287- Fixed security issues (Cross site scripting and limited information disclosure) see SA-CORE-2009-005.
288- Fixed a variety of small bugs.
289
290Drupal 5.16, 2009-02-25
291-----------------------
292- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
293- Fixed a variety of small bugs.
294
295Drupal 5.15, 2009-01-14
296----------------------
297- Fixed security issues, (Hardening against SQL injection), see SA-CORE-2009-001
298- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
299  basic shell scripts.
300- Fixed a variety of small bugs.
301
302Drupal 5.14, 2008-12-11
303----------------------
304- Removed a previous change incompatible with PHP 5.1.x and lower.
305
306Drupal 5.13, 2008-12-10
307-----------------------
308- fixed a variety of small bugs.
309- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
310- updated robots.txt and .htaccess to match current file use.
311
312Drupal 5.12, 2008-10-22
313-----------------------
314- fixed security issues, (File inclusion), see SA-2008-067
315
316Drupal 5.11, 2008-10-08
317-----------------------
318- fixed a variety of small bugs.
319- fixed security issues, (File upload access bypass, Access rules bypass,
320  BlogAPI access bypass, Node validation bypass), see SA-2008-060
321
322Drupal 5.10, 2008-08-13
323-----------------------
324- fixed a variety of small bugs.
325- fixed security issues, (Cross site scripting, Arbitrary file uploads via
326  BlogAPI and Cross site request forgery), see SA-2008-047
327
328Drupal 5.9, 2008-07-23
329----------------------
330- fixed a variety of small bugs.
331- fixed security issues, (Session fixation), see SA-2008-046
332
333Drupal 5.8, 2008-07-09
334----------------------
335- fixed a variety of small bugs.
336- fixed security issues, (Cross site scripting, cross site request forgery, and
337  session fixation), see SA-2008-044
338
339Drupal 5.7, 2008-01-28
340----------------------
341- fixed the input format configuration page.
342- fixed a variety of small bugs.
343
344Drupal 5.6, 2008-01-10
345----------------------
346- fixed a variety of small bugs.
347- fixed a security issue (Cross site request forgery), see SA-2008-005
348- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
349- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
350
351Drupal 5.5, 2007-12-06
352----------------------
353- fixed missing missing brackets in a query in the user module.
354- fixed taxonomy feed bug introduced by SA-2007-031
355
356Drupal 5.4, 2007-12-05
357----------------------
358- fixed a variety of small bugs.
359- fixed a security issue (SQL injection), see SA-2007-031
360
361Drupal 5.3, 2007-10-17
362----------------------
363- fixed a variety of small bugs.
364- fixed a security issue (HTTP response splitting), see SA-2007-024
365- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
366- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
367- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
368- fixed a security issue (API handling of unpublished comment), see SA-2007-030
369
370Drupal 5.2, 2007-07-26
371----------------------
372- changed hook_link() $teaser argument to match documentation.
373- fixed a variety of small bugs.
374- fixed a security issue (cross-site request forgery), see SA-2007-017
375- fixed a security issue (cross-site scripting), see SA-2007-018
376
377Drupal 5.1, 2007-01-29
378----------------------
379- fixed security issue (code execution), see SA-2007-005
380- fixed a variety of small bugs.
381
382Drupal 5.0, 2007-01-15
383----------------------
384- Completely retooled the administration page
385    * /Admin now contains an administration page which may be themed
386    * Reorganised administration menu items by task and by module
387    * Added a status report page with detailed PHP/MySQL/Drupal information
388- Added web-based installer which can:
389    * Check installation and run-time requirements
390    * Automatically generate the database configuration file
391    * Install pre-made 'install profiles' or distributions
392    * Import the database structure with automatic table prefixing
393    * Be localized
394- Added new default Garland theme
395- Added color module to change some themes' color schemes
396- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
397- Introduced the ability to alter mail sent from system
398- Module system:
399    * Added .info files for module meta-data
400    * Added support for module dependencies
401    * Improved module installation screen
402    * Moved core modules to their own directories
403    * Added support for module uninstalling
404- Added support for different cache backends
405- Added support for a generic "sites/all" directory.
406- Usability:
407    * Added support for auto-complete forms (AJAX) to user profiles.
408    * Made it possible to instantly assign roles to newly created user accounts.
409    * Improved configurability of the contact forms.
410    * Reorganized the settings pages.
411    * Made it easy to investigate popular search terms.
412    * Added a 'select all' checkbox and a range select feature to administration tables.
413    * Simplified the 'break' tag to split teasers from body.
414    * Use proper capitalization for titles, menu items and operations.
415- Integrated urlfilter.module into filter.module
416- Block system:
417    * Extended the block visibility settings with a role specific setting.
418    * Made it possible to customize all block titles.
419- Poll module:
420    * Optionally allow people to inspect all votes.
421    * Optionally allow people to cancel their vote.
422- Distributed authentication:
423    * Added default server option.
424- Added default robots.txt to control crawlers.
425- Database API:
426    * Added db_table_exists().
427- Blogapi module:
428    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
429- User module:
430    * Added hook_profile_alter().
431    * E-mail verification is made optional.
432    * Added mass editing and filtering on admin/user/user.
433- PHP Template engine:
434    * Add the ability to look for a series of suggested templates.
435    * Look for page templates based upon the path.
436    * Look for block templates based upon the region, module, and delta.
437- Content system:
438    * Made it easier for node access modules to work well with each other.
439    * Added configurable content types.
440    * Changed node rendering to work with structured arrays.
441- Performance:
442    * Improved session handling: reduces database overhead.
443    * Improved access checking: reduces database overhead.
444    * Made it possible to do memcached based session management.
445    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
446    * Added an 'aggressive' caching policy.
447    * Added a CSS aggregator and compressor (up to 40% faster page loads).
448- Removed the archive module.
449- Upgrade system:
450    * Created space for update branches.
451- Forms API:
452    * Made it possible to programmatically submit forms.
453    * Improved api for multistep forms.
454- Theme system:
455    * Split up and removed drupal.css.
456    * Added nested lists generation.
457    * Added a self-clearing block class.
458
459Drupal 4.7.11, 2008-01-10
460-------------------------
461- fixed a security issue (Cross site request forgery), see SA-2008-005
462- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
463- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
464
465Drupal 4.7.10, 2007-12-06
466-------------------------
467- fixed taxonomy feed bug introduced by SA-2007-031
468
469Drupal 4.7.9, 2007-12-05
470------------------------
471- fixed a security issue (SQL injection), see SA-2007-031
472
473Drupal 4.7.8, 2007-10-17
474----------------------
475- fixed a security issue (HTTP response splitting), see SA-2007-024
476- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
477- fixed a security issue (API handling of unpublished comment), see SA-2007-030
478
479Drupal 4.7.7, 2007-07-26
480------------------------
481- fixed security issue (XSS), see SA-2007-018
482
483Drupal 4.7.6, 2007-01-29
484------------------------
485- fixed security issue (code execution), see SA-2007-005
486
487Drupal 4.7.5, 2007-01-05
488------------------------
489- Fixed security issue (XSS), see SA-2007-001
490- Fixed security issue (DoS), see SA-2007-002
491
492Drupal 4.7.4, 2006-10-18
493------------------------
494- Fixed security issue (XSS), see SA-2006-024
495- Fixed security issue (CSRF), see SA-2006-025
496- Fixed security issue (Form action attribute injection), see SA-2006-026
497
498Drupal 4.7.3, 2006-08-02
499------------------------
500- Fixed security issue (XSS), see SA-2006-011
501
502Drupal 4.7.2, 2006-06-01
503------------------------
504- Fixed critical upload issue, see SA-2006-007
505- Fixed taxonomy XSS issue, see SA-2006-008
506- Fixed a variety of small bugs.
507
508Drupal 4.7.1, 2006-05-24
509------------------------
510- Fixed critical SQL issue, see SA-2006-005
511- Fixed a serious upgrade related bug.
512- Fixed a variety of small bugs.
513
514Drupal 4.7.0, 2006-05-01
515------------------------
516- Added free tagging support.
517- Added a site-wide contact form.
518- Theme system:
519    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
520    * Converted the bluemarine theme from XTemplate to PHPTemplate.
521    * Converted the pushbutton theme from XTemplate to PHPTemplate.
522- Usability:
523    * Reworked the 'request new password' functionality.
524    * Reworked the node and comment edit forms.
525    * Made it easy to add nodes to the navigation menu.
526    * Added site 'offline for maintenance' feature.
527    * Added support for auto-complete forms (AJAX).
528    * Added support for collapsible page sections (JS).
529    * Added support for resizable text fields (JS).
530    * Improved file upload functionality (AJAX).
531    * Reorganized some settings pages.
532    * Added friendly database error screens.
533    * Improved styling of update.php.
534- Refactored the forms API.
535    * Made it possible to alter, extend or theme forms.
536- Comment system:
537    * Added support for "mass comment operations" to ease repetitive tasks.
538    * Comment moderation has been removed.
539- Node system:
540    * Reworked the revision functionality.
541    * Removed the bookmarklet code. Third-party modules can now handle
542      This.
543- Upgrade system:
544    * Allows contributed modules to plug into the upgrade system.
545- Profiles:
546    * Added a block to display author information along with posts.
547    * Added support for private profile fields.
548- Statistics module:
549    * Added the ability to track page generation times.
550    * Made it possible to block certain IPs/hostnames.
551- Block system:
552    * Added support for theme-specific block regions.
553- Syndication:
554    * Made the aggregator module parse Atom feeds.
555    * Made the aggregator generate RSS feeds.
556    * Added RSS feed settings.
557- XML-RPC:
558    * Replaced the XML-RPC library by a better one.
559- Performance:
560    * Added 'loose caching' option for high-traffic sites.
561    * Improved performance of path aliasing.
562    * Added the ability to track page generation times.
563- Internationalization:
564    * Improved Unicode string handling API.
565    * Added support for PHP's multibyte string module.
566- Added support for PHP5's 'mysqli' extension.
567- Search module:
568    * Made indexer smarter and more robust.
569    * Added advanced search operators (e.g. phrase, node type, ...).
570    * Added customizable result ranking.
571- PostgreSQL support:
572    * Removed dependency on PL/pgSQL procedural language.
573- Menu system:
574    * Added support for external URLs.
575- Queue module:
576    * Removed from core.
577- HTTP handling:
578    * Added support for a tolerant Base URL.
579    * Output URIs relative to the root, without a base tag.
580
581Drupal 4.6.11, 2007-01-05
582-------------------------
583- Fixed security issue (XSS), see SA-2007-001
584- Fixed security issue (DoS), see SA-2007-002
585
586Drupal 4.6.10, 2006-10-18
587------------------------
588- Fixed security issue (XSS), see SA-2006-024
589- Fixed security issue (CSRF), see SA-2006-025
590- Fixed security issue (Form action attribute injection), see SA-2006-026
591
592Drupal 4.6.9, 2006-08-02
593------------------------
594- Fixed security issue (XSS), see SA-2006-011
595
596Drupal 4.6.8, 2006-06-01
597------------------------
598- Fixed critical upload issue, see SA-2006-007
599- Fixed taxonomy XSS issue, see SA-2006-008
600
601Drupal 4.6.7, 2006-05-24
602------------------------
603- Fixed critical SQL issue, see SA-2006-005
604
605Drupal 4.6.6, 2006-03-13
606------------------------
607- Fixed bugs, including 4 security vulnerabilities.
608
609Drupal 4.6.5, 2005-12-12
610------------------------
611- Fixed bugs: no critical bugs were identified.
612
613Drupal 4.6.4, 2005-11-30
614------------------------
615- Fixed bugs, including 3 security vulnerabilities.
616
617Drupal 4.6.3, 2005-08-15
618------------------------
619- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
620
621Drupal 4.6.2, 2005-06-29
622------------------------
623- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
624
625Drupal 4.6.1, 2005-06-01
626------------------------
627- Fixed bugs, including a critical input validation bug.
628
629Drupal 4.6.0, 2005-04-15
630------------------------
631- PHP5 compliance
632- Search:
633    * Added UTF-8 support to make it work with all languages.
634    * Improved search indexing algorithm.
635    * Improved search output.
636    * Impose a throttle on indexing of large sites.
637    * Added search block.
638- Syndication:
639    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
640    * Made Drupal generate RSS 2.0 feeds.
641    * Made RSS feeds extensible.
642    * Added categories to RSS feeds.
643    * Added enclosures to RSS feeds.
644- Flood control mechanism:
645    * Added a mechanism to throttle certain operations.
646- Usability:
647    * Refactored the block configuration pages.
648    * Refactored the statistics pages.
649    * Refactored the watchdog pages.
650    * Refactored the throttle module configuration.
651    * Refactored the access rules page.
652    * Refactored the content administration page.
653    * Introduced forum configuration pages.
654    * Added a 'add child page' link to book pages.
655- Contact module:
656    * Added a simple contact module that allows users to contact each other using e-mail.
657- Multi-site configuration:
658    * Made it possible to run multiple sites from a single code base.
659- Added an image API: enables better image handling.
660- Block system:
661    * Extended the block visibility settings.
662- Theme system:
663    * Added new theme functions.
664- Database backend:
665    * The PEAR database backend is no longer supported.
666- Performance:
667    * Improved performance of the forum topics block.
668    * Improved performance of the tracker module.
669    * Improved performance of the node pages.
670- Documentation:
671    * Improved and extended PHPDoc/Doxygen comments.
672
673Drupal 4.5.8, 2006-03-13
674------------------------
675- Fixed bugs, including 3 security vulnerabilities.
676
677Drupal 4.5.7, 2005-12-12
678------------------------
679- Fixed bugs: no critical bugs were identified.
680
681Drupal 4.5.6, 2005-11-30
682------------------------
683- Fixed bugs, including 3 security vulnerabilities.
684
685Drupal 4.5.5, 2005-08-15
686------------------------
687- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
688
689Drupal 4.5.4, 2005-06-29
690------------------------
691- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
692
693Drupal 4.5.3, 2005-06-01
694------------------------
695- Fixed bugs, including a critical input validation bug.
696
697Drupal 4.5.2, 2005-01-15
698------------------------
699- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
700
701Drupal 4.5.1, 2004-12-01
702------------------------
703- Fixed bugs: no critical bugs were identified.
704
705Drupal 4.5.0, 2004-10-18
706------------------------
707- Navigation:
708    * Made it possible to add, delete, rename and move menu items.
709    * Introduced tabs and subtabs for local tasks.
710    * Reorganized the navigation menus.
711- User management:
712    * Added support for multiple roles per user.
713    * Made it possible to add custom profile fields.
714    * Made it possible to browse user profiles by field.
715- Node system:
716    * Added support for node-level permissions.
717- Comment module:
718    * Made it possible to leave contact information without having to register.
719- Upload module:
720    * Added support for uploading documents (includes images).
721- Forum module:
722    * Added support for sticky forum topics.
723    * Made it possible to track forum topics.
724- Syndication:
725    * Added support for RSS ping-notifications of http://technorati.com/.
726    * Refactored the categorization of syndicated news items.
727    * Added an URL alias for 'rss.xml'.
728    * Improved date parsing.
729- Database backend:
730    * Added support for multiple database connections.
731    * The PostgreSQL backend does no longer require PEAR.
732- Theme system:
733    * Changed all GIFs to PNGs.
734    * Reorganised the handling of themes, template engines, templates and styles.
735    * Unified and extended the available theme settings.
736    * Added theme screenshots.
737- Blocks:
738    * Added 'recent comments' block.
739    * Added 'categories' block.
740- Blogger API:
741    * Added support for auto-discovery of blogger API via RSD.
742- Performance:
743    * Added support for sending gzip compressed pages.
744    * Improved performance of the forum module.
745- Accessibility:
746    * Improved the accessibility of the archive module's calendar.
747    * Improved form handling and error reporting.
748    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
749- Refactored 403 (forbidden) handling and added support for custom 403 pages.
750- Documentation:
751    * Added PHPDoc/Doxygen comments.
752- Filter system:
753    * Added support for using multiple input formats on the site
754    * Expanded the embedded PHP-code feature so it can be used everywhere
755    * Added support for role-dependant filtering, through input formats
756- UI translation:
757    * Managing translations is now completely done through the administration interface
758    * Added support for importing/exporting gettext .po files
759
760Drupal 4.4.3, 2005-06-01
761------------------------
762- Fixed bugs, including a critical input validation bug.
763
764Drupal 4.4.2, 2004-07-04
765------------------------
766- Fixed bugs: no critical bugs were identified.
767
768Drupal 4.4.1, 2004-05-01
769------------------------
770- Fixed bugs: no critical bugs were identified.
771
772Drupal 4.4.0, 2004-04-01
773------------------------
774- Added support for the MetaWeblog API and MovableType extensions.
775- Added a file API: enables better document management.
776- Improved the watchdog and search module to log search keys.
777- News aggregator:
778    * Added support for conditional GET.
779    * Added OPML feed subscription list.
780    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
781- Comment module:
782    * Made it possible to disable the "comment viewing controls".
783- Performance:
784    * Improved module loading when serving cached pages.
785    * Made it possible to automatically disable modules when under heavy load.
786    * Made it possible to automatically disable blocks when under heavy load.
787    * Improved performance and memory footprint of the locale module.
788- Theme system:
789    * Made all theme functions start with 'theme_'.
790    * Made all theme functions return their output.
791    * Migrated away from using the BaseTheme class.
792    * Added many new theme functions and refactored existing theme functions.
793    * Added avatar support to 'Xtemplate'.
794    * Replaced theme 'UnConeD' by 'Chameleon'.
795    * Replaced theme 'Marvin' by 'Pushbutton'.
796- Usability:
797    * Added breadcrumb navigation to all pages.
798    * Made it possible to add context-sensitive help to all pages.
799    * Replaced drop-down menus by radio buttons where appropriate.
800    * Removed the 'magic_quotes_gpc = 0' requirement.
801    * Added a 'book navigation' block.
802- Accessibility:
803    * Made themes degrade gracefully in absence of CSS.
804    * Grouped form elements using '<fieldset>' and '<legend>' tags.
805    * Added '<label>' tags to form elements.
806- Refactored 404 (file not found) handling and added support for custom 404 pages.
807- Improved the filter system to prevent conflicts between filters:
808    * Made it possible to change the order in which filters are applied.
809- Documentation:
810    * Added PHPDoc/Doxygen comments.
811
812Drupal 4.3.2, 2004-01-01
813------------------------
814- Fixed bugs: no critical bugs were identified.
815
816Drupal 4.3.1, 2003-12-01
817------------------------
818- Fixed bugs: no critical bugs were identified.
819
820Drupal 4.3.0, 2003-11-01
821------------------------
822- Added support for configurable URLs.
823- Added support for sortable table columns.
824- Database backend:
825    * Added support for selective database table prefixing.
826- Performance:
827    * Optimized many SQL queries for speed by converting left joins to inner joins.
828- Comment module:
829    * Rewrote the comment housekeeping code to be much more efficient and scalable.
830    * Changed the comment module to use the standard pager.
831- User module:
832    * Added support for multiple sessions per user.
833    * Added support for anonymous user sessions.
834- Forum module:
835    * Improved the forum views and the themability thereof.
836- Book module:
837    * Improved integration of non-book nodes in the book outline.
838- Usability:
839    * Added support for "mass node operations" to ease repetitive tasks.
840    * Added support for breadcrumb navigation to several modules' user pages.
841    * Integrated the administration pages with the normal user pages.
842
843Drupal 4.2.0, 2003-08-01
844------------------------
845- Added support for clean URLs.
846- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
847- Rewrote the RSS/RDF parser:
848    * It will now use PHP's built-in XML parser to parse news feeds.
849- Rewrote the administration pages:
850    * Improved the navigational elements and added breadcrumb navigation.
851    * Improved the look and feel.
852    * Added context-sensitive help.
853- Database backend:
854    * Fixed numerous SQL queries to make Drupal ANSI compliant.
855    * Added MSSQL database scheme.
856- Search module:
857    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
858- Node system:
859    * Replaced the "post content" permission by more fine-grained permissions.
860    * Improved content submission:
861        + 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.
862        + Added the ability to preview both the short and the full version of your posts.
863    * Extended the node API which allows for better integration.
864    * Added default node settings to control the behavior for promotion, moderation and other options.
865- Themes:
866    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
867- Removed the 'register_globals = on' requirement.
868- Added better installation instructions.
869
870Drupal 4.1.0, 2003-02-01
871------------------------
872- Collaboratively revised and expanded the Drupal documentation.
873- Rewrote comment.module:
874    * Reintroduced comment rating/moderation.
875    * Added support for comment paging.
876    * Performance improvements: improved comment caching, faster SQL queries, etc.
877- Rewrote block.module:
878    * Performance improvements: blocks are no longer rendered when not displayed.
879- Rewrote forum.module:
880    * 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.
881- Rewrote statistics.module:
882    * Collects access counts for each node, referrer logs, number of users/guests.
883    * 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.
884- Added throttle.module:
885    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
886- Added profile.module:
887    * Enables to extend the user and registration page.
888- Added pager support to the main page.
889- Replaced weblogs.module by ping.module:
890    * Added support for normal and RSS notifications of http://blo.gs/.
891    * Added support for RSS ping-notifications of http://weblogs.com/.
892- Removed the rating module
893- Themes:
894    * Removed a significant portion of hard-coded mark-up.
895
896Drupal 4.0.0, 2002-06-15
897------------------------
898- Added tracker.module:
899    * Replaces the previous "your [site]" links (recent comments and nodes).
900- Added weblogs.module:
901    * This will ping weblogs.com when new content is promoted.
902- Added taxonomy module which replaces the meta module.
903    * Supports relations, hierarchies and synonyms.
904- Added a caching system:
905    * Speeds up pages for anonymous users and reduces system load.
906- Added support for external SMTP libraries.
907- Added an archive extension to the calendar.
908- Added support for the Blogger API.
909- Themes:
910    * Cleaned up the theme system.
911    * Moved themes that are not maintained to contributions CVS repository.
912- Database backend:
913    * Changed to PEAR database abstraction layer.
914    * Using ANSI SQL queries to be more portable.
915- Rewrote the user system:
916    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
917    * Added support for modules to add more user data.
918    * Users may delete their own account.
919    * Added who's new and who's online blocks.
920- Changed block system:
921    * Various hard coded blocks are now dynamic.
922    * Blocks can now be enabled and/or be set by the user.
923    * Blocks can be set to only show up on some pages.
924    * Merged box module with block module.
925- Node system:
926    * Blogs can be updated.
927    * Teasers (abstracts) on all node types.
928    * Improved error checking.
929    * Content versioning support.
930    * Usability improvements.
931- Improved book module to support text, HTML and PHP pages.
932- Improved comment module to mark new comments.
933- Added a general outliner which will let any node type be linked to a book.
934- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
935- Search module:
936    * Improved the search system by making it context sensitive.
937    * Added indexing.
938- Various updates:
939    * Changed output to valid XHTML.
940    * Improved multiple sites using the same Drupal database support.
941    * Added support for session IDs in URLs instead of cookies.
942    * Made the type of content on the front page configurable.
943    * Made each cloud site have its own settings.
944    * Modules and themes can now be enabled/disabled using the administration pages.
945    * Added URL abstraction for links.
946    * Usability changes (renamed links, better UI, etc).
947- Collaboratively revised and expanded the Drupal documentation.
948
949Drupal 3.0.1, 2001-10-15
950------------------------
951- Various updates:
952    * Added missing translations
953    * Updated the themes: tidied up some HTML code and added new Drupal logos.
954
955Drupal 3.0.0, 2001-09-15
956------------------------
957- Major overhaul of the entire underlying design:
958    * 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.
959- Rewrote submission/moderation queue and renamed it to queue.module.
960- Removed FAQ and documentation module and merged them into a "book module".
961- Removed ban module and integrated it into account.module as "access control":
962    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
963- Rewrote watchdog and submission throttle:
964    * Improved watchdog messages and added watchdog filter.
965- Rewrote headline code and renamed it to import.module and export.module:
966    * Added various improvements, including a better parser, bundles and better control over individual feeds.
967- Rewrote section code and renamed it to meta.module:
968    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
969- Rewrote configuration file resolving:
970    * 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.
971- Added caching support which makes Drupal extremely scalable.
972- Added access.module:
973    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
974- Added blog.module.
975- Added poll.module.
976- Added system.module:
977    * Moved most of the configuration options from hostname.conf to the new administration section.
978    * Added support for custom "filters".
979- Added statistics.module
980- Added moderate.module:
981    * Allows to assign users editorial/moderator rights to certain nodes or topics.
982- Added page.module:
983    * Allows creation of static (and dynamic) pages through the administration interface.
984- Added help.module:
985    * Groups all available module documentation on a single page.
986- Added forum.module:
987    * Added an integrated forum.
988- Added cvs.module and cvs-to-sql.pl:
989    * Allows to display and mail CVS log messages as daily digests.
990- Added book.module:
991    * Allows collaborative handbook writing: primary used for Drupal documentation.
992- Removed cron.module and integrated it into conf.module.
993- Removed module.module as it was no longer needed.
994- Various updates:
995    * Added "auto-post new submissions" feature versus "moderate new submissions".
996    * Introduced links/Drupal tags: [[link]]
997    * Added preview functionality when submitting new content (such as a story) from the administration pages.
998    * Made the administration section only show those links a user has access to.
999    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1000    * Improved scheduler:
1001        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1002    * Improved account module:
1003        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1004    * Improved locale module:
1005        + Added new overview to easy the translation process.
1006    * Improved comment module:
1007        + Made it possible to permanently delete comments.
1008    * Improved rating module
1009    * Improved story module:
1010        + Added preview functionality for administrators.
1011        + Made it possible to permanently delete stories.
1012    * Improved themes:
1013        + W3C validation on a best effort basis.
1014        + Removed $theme->control() from themes.
1015        + Added theme "goofy".
1016- Collaboratively revised and expanded the Drupal documentation.
1017
1018Drupal 2.0.0, 2001-03-15
1019------------------------
1020- Rewrote the comment/discussion code:
1021    * Comment navigation should be less confusing now.
1022    * Additional/alternative display and order methods have been added.
1023    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1024- Added sections and section manager:
1025    * Story sections can be maintained from the administration pages.
1026    * 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.
1027- Multiple vhosts + multiple directories:
1028    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
1029- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
1030    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
1031- Added "search infrastructure":
1032    * Improved search page and integrated search functionality in the administration pages.
1033- Added translation / localization / internationalization support:
1034    * 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.
1035- Added fine-grained user permission (or group) system:
1036    * 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.
1037- Added FAQ module
1038- Changed the "open submission queue" into a (optional) module.
1039- Various updates:
1040    * Improved account module:
1041        + User accounts can be deleted.
1042        + Added fine-grained permission support.
1043    * Improved block module
1044    * Improved diary module:
1045        + Diary entries can be deleted
1046    * Improved headline module:
1047        + Improved parser to support more "generic" RDF/RSS/XML backend.
1048    * Improved module module
1049    * Improved watchdog module
1050    * Improved database abstraction layer
1051    * Improved themes:
1052        + W3C validation on a best effort basis
1053        + Added theme "example" (alias "Stone Age")
1054    * Added new scripts to directory "scripts"
1055    * Added directory "misc"
1056    * Added CREDITS file
1057- Revised documentation
1058
1059Drupal 1.0.0, 2001-01-15
1060------------------------
1061- Initial release
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.