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
Dries Buytaert
eafa931272
- Patch #237191 by birdmanx35, keith.smith et al: improve description of color module.
2008-03-23 14:49:29 +00:00
Dries Buytaert
a7c275a6c1
- Patch #237717 by hass: missing t() function.
2008-03-23 14:46:49 +00:00
Dries Buytaert
9012f43ab0
- Patch #218803 by Senpai: added minor clarification to the default.settings.php file.
2008-03-21 09:16:37 +00:00
Dries Buytaert
013774ba79
- Patch #235821 by kbahey and pwolanin: include upgrade path for cron changes, improved security of key.
2008-03-21 08:52:25 +00:00
Dries Buytaert
b8957cad97
- Patch #232037 by pwolanin and flobruit: block_list() renders all blocks even on 404. Refactored the code a bit so ithere is a split between loading and rendering of blocks. By doing so, we are no longer forced to render _all_ blocks if we know they won't be shown. There is more room for improvement here, I believe, but this is an incremental improvement.
2008-03-21 08:41:25 +00:00
Dries Buytaert
97ffcabe56
- Patch #220827 by Arancaytar et al: menu system phpdoc improvements.
2008-03-21 08:32:24 +00:00
Dries Buytaert
2001e53c77
- Patch #218513 by Pancho: Doxygen formatting fixes.
2008-03-19 07:38:29 +00:00
Dries Buytaert
e466b3e1c4
- Patch #226881 by boydjd: fixed coding style issues.
2008-03-19 07:36:28 +00:00
Dries Buytaert
e89ead0ae2
- Patch #226501 by webchick: permission descriptions were used incorrectly at admin/user/user.
2008-03-19 07:35:15 +00:00
Dries Buytaert
064417f34b
- Patch #222578 by pwolanin: alter drupal_to_js() to use json_encode().
2008-03-17 17:01:05 +00:00
Dries Buytaert
45097b78b7
- Patch #52910 by kbahey, keith.smith, Susurrus, et al: restict access to cron.php.
2008-03-17 16:53:58 +00:00
Dries Buytaert
2e2c2bcac0
- Patch #226555 by jvandyk, vladimir, rok, et al: remove E_NOTICE.
2008-03-15 12:59:22 +00:00
Dries Buytaert
f5d4287cd5
- Patch #214271 by recidive: improved schema identation.
2008-03-15 12:31:29 +00:00
Dries Buytaert
637ec9359c
- Patch #234403 by alienbrain: drupal_mail_send() should use CRLFs instead of LFs in e-mail headers.
2008-03-15 11:59:37 +00:00
Dries Buytaert
66c79ee792
- Patch #117748 by pwolanin: made account creation work again.
2008-03-15 11:02:47 +00:00