Commit Graph

8612 Commits (63406e5268e564acb83078eb3beb1abdfefee0ec)

Author SHA1 Message Date
Dries Buytaert 63406e5268 - Patch #250056 by dmitrig01: if all the checkboxes in a checkbox group are checked on page load, the check all box isn't checked, which is should be (because all sub-boxes are checked). 2008-04-23 18:50:49 +00:00
Dries Buytaert e19dfc75c9 - Patch #67523 by ricabrantes: fixed theme issue with avatars on account listings. 2008-04-23 18:25:08 +00:00
Dries Buytaert 3cbfa1dac6 - Patch #230932 by ryanlath: file_scan_directory() didn't scan the directory called '0'. 2008-04-23 18:17:41 +00:00
Dries Buytaert d4a5a2be65 - Renaming to .sh file. 2008-04-23 18:07:46 +00:00
Dries Buytaert d1779405d2 - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. 2008-04-23 18:05:58 +00:00
Dries Buytaert c863246b51 - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and improve the SimpleTest documentation. 2008-04-23 17:49:50 +00:00
Dries Buytaert d330a6f25b - Patch #226869 by hswong3i: code style clean-up. 2008-04-23 17:35:07 +00:00
Dries Buytaert 99b87b4dae - Patch #249342 by keith.smith: CHANGELOG.txt clean-up. 2008-04-22 09:18:47 +00:00
Dries Buytaert ffc0e93c4e - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:34:43 +00:00
Dries Buytaert af474609e3 - Added a test framework to Drupal along with a first batch of tests for
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 ...
2008-04-20 18:24:07 +00:00
Dries Buytaert fe7b9baff6 - Patch #93154 by mfb: add unlimited option for uploading files. 2008-04-20 07:58:38 +00:00
Dries Buytaert 88600018cf - Patch #154151 by Robert Douglass: made it possible to do language-aware searches. 2008-04-20 05:31:27 +00:00
Dries Buytaert 3ad38dbbbd - Patch #232433 by mfb: make sure RSS feeds validate. 2008-04-19 22:17:57 +00:00
Dries Buytaert 9feab1f2ea - Patch #228594 by catch and flobruit: some code clean-up. 2008-04-19 17:10:50 +00:00
Dries Buytaert 1db338e0e1 - Patch #248140 by thehong: usability: add destination to user editing page link on personal contact form. 2008-04-19 14:44:34 +00:00
Dries Buytaert bb92a502e1 - Dang, forgot another file. 2008-04-17 18:26:21 +00:00
Dries Buytaert d1642430c4 - Forgot to remove the actual files. 2008-04-16 15:39:46 +00:00
Dries Buytaert 76151a8bc9 - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core. 2008-04-16 11:35:52 +00:00
Dries Buytaert 46546ef478 - Patch #175841 by catch et al: remove comment controls for users. Yowza. 2008-04-16 11:26:29 +00:00
Dries Buytaert 5e16a499ce - Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node module's install file. 2008-04-15 08:39:03 +00:00
Dries Buytaert 7ea831c54f - Patch #244942 by pwolanin: fixed outdated function name in schema description. 2008-04-15 07:44:54 +00:00
Dries Buytaert c37c91d58d - Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an undefined variable. 2008-04-14 20:23:27 +00:00
Dries Buytaert e6a5793d0b - Patch #245904 by boombatower: fixed E_NOTICE warning in the XML-RPC library. 2008-04-14 17:58:16 +00:00
Dries Buytaert b9ce36b0d5 - Patch #88892 by darthsteven et al: improved the PHPdoc of form_set_value(). Great work. Much better. :) 2008-04-14 17:51:38 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert 46cda4c6ae - Patch #240988 by Gabor: break out HTML escaping to its own filter. 2008-04-11 02:55:55 +00:00
Dries Buytaert 79b016d915 - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php.  The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:

    block-user-0.tpl.php --> block-user-navigation.tpl.php
    block-user-1.tpl.php --> block-user-login.tpl.php

  You get the picture.
2008-04-10 10:28:23 +00:00
Dries Buytaert ee08784f88 - Patch #189568 by dvessel: don't include a CSS file in the aggregated CSS output when that file is overwritten by a theme-specific CSS file. 2008-04-10 10:19:01 +00:00
Dries Buytaert 23602afbe1 - Patch #195072 by webchick and coltrane: make _comment_load() a public API function by renaming it to comment_load(). 2008-04-10 10:13:57 +00:00
Dries Buytaert 91824358be - Patch #216504 by webchick et al: added missing table alias in comment_render function. 2008-04-10 01:45:38 +00:00
Dries Buytaert 2275b8ee02 - Patch #243524 by christefano: display INFO_ALL output when calling system_php(). 2008-04-10 01:43:32 +00:00
Dries Buytaert 1dc36aa3d3 - Patch #244597 by drumm: remove login form text as this can now be accomplished using hook form_alter. 2008-04-10 01:35:31 +00:00
Dries Buytaert 08aa23227e - Patch #228594 by catch et al: removed access rule functionality from core.
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.
2008-04-08 22:50:55 +00:00
Dries Buytaert 1dfd1717c1 - Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results. 2008-04-06 18:50:12 +00:00
Dries Buytaert 0a8be2adda - Patch #234785 by Rowanw, yoroy, flobruit, et al: usability: improve visibility of the 'more help' link by adding an icon. 2008-04-02 20:23:15 +00:00
Dries Buytaert a65fd88dcb - Patch #234403 by Gabor, Bevan and me: drupal_mail_send() had problems with linebreaks headers. 2008-04-02 20:15:59 +00:00
Dries Buytaert a4aac75668 - Patch #218403 by Gabor, catch, Arancaytar, keith, doug, et al: duplicate entry errors in search idexer due to collation issues. 2008-04-02 20:13:37 +00:00
Dries Buytaert 2fefff5914 - Patch #241629 by solotandem: the cron.php query left an extra row in the watchdog table due to a off-by-one error. 2008-04-02 19:40:35 +00:00
Dries Buytaert 59211a9cb5 - Patch #241369 by kkaefer: code style improvements for easier patching later. 2008-04-01 20:05:15 +00:00
Dries Buytaert c3d113aa90 - Patch #241021 by keith.smith: we forgot to remove a reference to the 'story' node type. It was renamed to 'article'. 2008-04-01 19:45:21 +00:00
Dries Buytaert 904779cb73 - Patch #238528 by misamuelson, approved by Stefan: disabled menu items should not be opaque for usability. 2008-04-01 19:38:37 +00:00
Dries Buytaert 9e126b8098 - Patch #201876 by gk, approved by Stfan N: make drag and drop color stand out a bit more 2008-04-01 19:34:06 +00:00
Dries Buytaert 2e48061be7 - Oops, I forgot to add this file to CVS when I committed the secure password hashing patch last night. Mea culpa. 2008-04-01 06:25:31 +00:00
Dries Buytaert ed59911f9e - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.
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!
2008-03-31 20:50:05 +00:00
Dries Buytaert 763298455f - Patch #238564 by scor: missing t() functions in the operations parameter of watchdog(). 2008-03-31 18:24:46 +00:00
Dries Buytaert 771950b15d - Patch #239958 by Steve Dondley: make the explicit cache clearing functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.) 2008-03-31 18:17:21 +00:00
Dries Buytaert a490884614 - Patch #239196 by jvandyk: fix negative percentage on search status page. 2008-03-27 07:32:00 +00:00
Dries Buytaert 91f60c3c7b - Patch #234699 by hass: the active CSS class was not always added for the active menu item. 2008-03-25 14:10:01 +00:00
Dries Buytaert 597194fa58 - Patch #223175 by cwgordon07: administers should be able to send as many contacts as they want. 2008-03-25 14:07:34 +00:00
Dries Buytaert a01deb1b1a - Ported a missing Drupal 6.1 security fix. 2008-03-23 14:55:26 +00:00