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
Dries Buytaert
39f1a6be73
- Patch #234065 by David_Rothstein: added missing period.
2008-03-14 08:54:31 +00:00
Dries Buytaert
a5c2ad2178
- Patch #231587 by pwolanin et al: fixed scalability issue in the menu system.
2008-03-14 08:51:37 +00:00
Dries Buytaert
ef706b824e
- Patch #229517 by keith.smith and flobruit: de-html selected interface strings.
2008-03-13 21:26:09 +00:00
Dries Buytaert
b55b45bcea
- Patch #231115 by Stefan: clean up file headers.
2008-03-13 20:02:18 +00:00
Dries Buytaert
6aa7c385e3
- Patch #226480 by gpk: improved code comment.
2008-03-11 08:17:56 +00:00
Dries Buytaert
a170d1f8f2
- Patch #231437 by catch, Rob, freso et al: remove ping module from core.
2008-03-11 08:13:14 +00:00
Dries Buytaert
33853f6d9c
- Patch #228120 by jvandyk: fixed code comment.
2008-03-10 18:25:48 +00:00
Dries Buytaert
8e09e19a82
- Patch #231115 by Stefan: various Garland clean-ups.
2008-03-10 18:23:07 +00:00
Dries Buytaert
05622cf2f9
- Patch #197765 by boydjd et al: renamed 'story' to 'article' -- further backed by usability testing at UoM.
2008-03-10 18:15:14 +00:00
Dries Buytaert
342ec71963
- Patch #226878 by boydjd: fixed coding standards.
2008-03-02 05:58:40 +00:00