summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
Commit message (Collapse)AuthorAge
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :DAngie Byron2008-11-23
|
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* - Patch #193580 by gpk: late Drupal 6 CHANGELOG.txt item.Dries Buytaert2008-11-11
|
* - Patch #302120 by dmitrig01: usability improvement - make the content type ↵Dries Buytaert2008-11-02
| | | | admin screen prettier.
* - Patch #199870 by alpritt et al: beter password strength checker. Really cool.Dries Buytaert2008-10-19
|
* #231298 by Crell and rednahead: Allow for aliased multi-site support.Angie Byron2008-10-12
|
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* #281446 by xqus, dropcube, and catch: Improve the requirements check for the ↵Angie Byron2008-10-01
| | | | installer. Awesome.
* - Patch by Dries, follow-up on #143059, record improved integration support ↵Dries Buytaert2008-09-27
| | | | for WYSIWYG editors.
* - Patch #296197 by Gabor: made the language order use drag-n-drop instead of ↵Dries Buytaert2008-09-27
| | | | weight drop-down menus.
* - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵Dries Buytaert2008-09-19
| | | | term pages.
* - Patch #299387 by keith.smith: improved wording in CHANGELOG.txt.Dries Buytaert2008-08-25
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add ↵Dries Buytaert2008-08-16
| | | | an option to not generate blocks for RSS feeds.
* - Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import ↵Dries Buytaert2008-08-03
| | | | functionality for RSS feeds. Woot.
* - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.Dries Buytaert2008-07-17
|
* - Patch #270508 by paul.lovvik, dropcube, Arancaytar et al: added entry to ↵Dries Buytaert2008-07-16
| | | | CHANGELOG.txt about the image toolkit clean-up.
* - Patch #261882 by catch: the beginning of some more install profiles.Dries Buytaert2008-07-05
| | | | | | | The "expert" will be a minimalistic profile for developers. This opens the doors to add more things to the default profile and/or to create additional install profiles for core. It also helps set an example for more install profiles in the contributed modules repository.
* - Patch #191499 by catch: remove display order settings and cleaned up some ↵Dries Buytaert2008-07-03
| | | | white space.
* - Patch #260700 by dropcube: mentioned the removal of comment controls.Dries Buytaert2008-05-20
|
* - Patch #193076 by quicksketch, dmitrig01 and paul.lovvik: drag and drop ↵Dries Buytaert2008-05-15
| | | | support for poll module.
* - Patch #200685 by boombatower, dvessel, et al: convert bluemarine theme to ↵Dries Buytaert2008-05-07
| | | | tableless layout.
* - Patch #221964 Crell / Larry Garfield et al: oh my, the registry patch lands.Dries Buytaert2008-05-06
|
* - Patch #249342 by keith.smith: CHANGELOG.txt clean-up.Dries Buytaert2008-04-22
|
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #154151 by Robert Douglass: made it possible to do language-aware ↵Dries Buytaert2008-04-20
| | | | searches.
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵Dries Buytaert2008-04-16
| | | | throttle module from Drupal core.
* - Patch #228594 by catch et al: removed access rule functionality from core.Dries Buytaert2008-04-08
| | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings.
* - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.Dries Buytaert2008-03-31
| | | | | | | | | | | | | | | | | | | This is a big and important patch for Drupal's security. We are switching to much stronger password hashes that are also compatible with the Portable PHP password hashing framework. The new password hashes defeat a number of attacks, including: - The ability to try candidate passwords against multiple hashes at once. - The ability to use pre-hashed lists of candidate passwords. - The ability to determine whether two users have the same (or different) password without actually having to guess one of the passwords. Also implemented a pluggable password hashing API (similar to how an alternate cache mechanism can be used) to allow developers to readily substitute an alternative hashing and authentication scheme. Thanks all!
* - Patch #52910 by kbahey, keith.smith, Susurrus, et al: restict access to ↵Dries Buytaert2008-03-17
| | | | cron.php.
* - Patch #231437 by catch, Rob, freso et al: remove ping module from core.Dries Buytaert2008-03-11
|
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #222183 by Gabor and Keith: make the input formats reorderable as a ↵Dries Buytaert2008-02-19
| | | | first step towards better input format handling, and ultimately, good WYSIWYIG support.
* - Patch #222190 by Gabor: updated CHANGELOG.txt.Dries Buytaert2008-02-17
|
* #215992 by dww: provide information for upgrades from Drupal 5 with update ↵Gábor Hojtsy2008-02-03
| | | | status module
* Back to 6.0-devGábor Hojtsy2008-01-30
|
* Preparing for RC3Gábor Hojtsy2008-01-30
|
* #214579 by keith.smith: vocabulary drag and drop was not properly documented ↵Gábor Hojtsy2008-01-27
| | | | (string change)
* #212050 by keith.smith: JS compression was removed, but not from the changelogGábor Hojtsy2008-01-21
|
* #211322 follow up by catch: forums also support drag and drop, mention in ↵Gábor Hojtsy2008-01-17
| | | | changelog
* #211322 by keith.smith: drag and drop documentation for input formats was ↵Gábor Hojtsy2008-01-17
| | | | missing, damn
* Back to 6.0-devGábor Hojtsy2008-01-10
|
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* - Patch #204456 by Keith: mentioned drag and drop support in the CHANGELOG.txt.Dries Buytaert2007-12-29
|
* #197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support ↵Gábor Hojtsy2007-12-26
| | | | direct updates from 5.x to 6.x
* back to 6.x-devGábor Hojtsy2007-12-20
|