- May 26, 2008
-
-
Dries Buytaert authored
-
- Apr 23, 2008
-
-
Dries Buytaert authored
-
- Apr 20, 2008
-
-
Dries Buytaert authored
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 ...
-
- Mar 31, 2008
-
-
Dries Buytaert authored
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!
-
- Feb 17, 2008
-
-
Dries Buytaert authored
- Patch #222236 by Rob Loach: drupal.sh with no arguments now prints the help text instead of giving an error.
-
- Jul 02, 2007
-
-
Dries Buytaert authored
-
- Mar 05, 2007
-
-
Dries Buytaert authored
-
- Mar 01, 2007
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #59863 by sun et al: added a scripts/drupal.sh to execute Drupal code from the command line. This is great for using Drupal as a scripting framework, or to write backup or migration scripts.
-
- Feb 15, 2007
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Oct 14, 2006
-
-
Dries Buytaert authored
-
- Aug 22, 2006
-
-
Dries Buytaert authored
-
- Aug 14, 2006
-
-
Dries Buytaert authored
-
- Apr 13, 2006
-
-
Gerhard Killesreiter authored
-
- Mar 27, 2006
-
-
Gerhard Killesreiter authored
-
- Feb 21, 2006
-
-
Dries Buytaert authored
-
- Dec 28, 2005
-
-
Dries Buytaert authored
- Patch #167 (!) by killes: made the code style script work with ++ and -- operators. (The oldest issue of the year award goes to killes.)
-
- Dec 12, 2005
-
-
Dries Buytaert authored
1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
-
- Nov 14, 2005
-
-
Dries Buytaert authored
-
- Aug 11, 2005
-
-
Dries Buytaert authored
-
- Apr 25, 2005
-
-
Dries Buytaert authored
-
- Mar 31, 2005
-
-
Dries Buytaert authored
-
- Jan 27, 2005
-
-
Dries Buytaert authored
-
- Nov 23, 2004
-
-
Dries Buytaert authored
- Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().
-
Dries Buytaert authored
- Patch #13334 by Axel: added a simple script to prefix a database scheme.
-
- Jan 02, 2004
-
-
Dries Buytaert authored
- Removing some dated scripts.
-
- Dec 28, 2003
-
-
Dries Buytaert authored
- Some fixes to the code-style.sh script.
-
- Oct 30, 2003
-
-
Dries Buytaert authored
- Improvment: detect wrong mixed case variables, be more strict about XHTML.
-
- Jun 12, 2003
-
-
Dries Buytaert authored
- Updated to ignore favicons.
-
- Jun 06, 2003
-
-
Dries Buytaert authored
- Dropped check_input(); use check_query() instead. - Made the statistics module use referer_uri() for security's sake.
-
- Jun 02, 2003
-
-
Dries Buytaert authored
- Ignore ".eps.gz" files or Druplicon logos.
-
- May 13, 2003
-
-
Dries Buytaert authored
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
-
- Dec 31, 2002
-
-
Dries Buytaert authored
- Improvement: remove vi left-overs.
-
- Nov 06, 2002
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Nov 01, 2002
-
-
Dries Buytaert authored
- Fixed glitch in block module: the admin links were not composed correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the · related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ...
-
- Apr 13, 2002
-
-
Kjartan Mannes authored
-
- Dec 16, 2001
-
-
Dries Buytaert authored
- Made the script 'code-clean.sh' ignore .psp files.
-
- Nov 17, 2001
-
-
Kjartan Mannes authored
- allow $var++ and $var-- syntax. update.php / block.module - cleaned up coding style, and trailing spaces.
-