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
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
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
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
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
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
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
a490884614
- Patch #239196 by jvandyk: fix negative percentage on search status page.
2008-03-27 07:32:00 +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
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
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
e89ead0ae2
- Patch #226501 by webchick: permission descriptions were used incorrectly at admin/user/user.
2008-03-19 07:35:15 +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
f5d4287cd5
- Patch #214271 by recidive: improved schema identation.
2008-03-15 12:31:29 +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
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
342ec71963
- Patch #226878 by boydjd: fixed coding standards.
2008-03-02 05:58:40 +00:00
Dries Buytaert
a730d23d14
- Patch #216813 by pwolanin et al: fixed upgrade path for primary links and navigation.
2008-02-23 08:13:09 +00:00
Dries Buytaert
6030a5b2e4
- Patch #81931 by keith.smith: improved wording of help text.
2008-02-23 08:02:48 +00:00
Dries Buytaert
657935c263
- Patch #81931 by webchick et al: made the recent comments block configurable. Somme minor changes by me.
2008-02-21 19:38:07 +00:00
Dries Buytaert
2526e41fdb
- Patch #206820 by boydjd: corrected the forum deletion help text/documentation.
2008-02-20 13:55:42 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
b5f5e75092
- Patch #222183 by Gabor and Keith: make the input formats reorderable as a first step towards better input format handling, and ultimately, good WYSIWYIG support.
2008-02-19 14:07:21 +00:00
Dries Buytaert
38e0ab1f62
- Patch #181578 by Moshe: removed distributed authentication code from user_save(). Factored the relevant code out to a separate function.
2008-02-18 19:34:08 +00:00
Dries Buytaert
b05db1f176
- Patch #221384 by webernet: update core compatibility to Drupal 7.
2008-02-18 19:19:49 +00:00
Dries Buytaert
4a96b2c52b
- Patch #220893 by AjK: fixed some watchdog calls.
2008-02-18 17:48:05 +00:00
Dries Buytaert
b4c0e8eee4
- Patch #221192 by damz: wrong new comment link in forum listings.
2008-02-18 17:45:32 +00:00
Dries Buytaert
60688d68db
- Patch #181411 by Moshe: use schema API for saving and updating user records.
2008-02-18 16:53:37 +00:00
Dries Buytaert
43aa968f90
- Patch #203846 by pwolanin: remove PHP4 compatibility code.
2008-02-17 22:15:04 +00:00
Dries Buytaert
01a4c0d827
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().
2008-02-17 19:29:07 +00:00
Dries Buytaert
5bdc79db5f
- Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form handling.
2008-02-14 18:41:16 +00:00
Dries Buytaert
3aac93b61f
- Patch #220522 by meba: missing t() function.
2008-02-14 18:39:18 +00:00
Dries Buytaert
720f68b9d0
- Patch #221072 by Pancho: fixed access control check on the theme configuration page.
2008-02-14 18:34:21 +00:00
Dries Buytaert
4b6e9f40bd
- Patch #221057 by pwolanin: book module may overwrite another node's link.
2008-02-14 18:32:14 +00:00
Dries Buytaert
45b0040e55
- Patch #219366 by pwolanin: cannot add external links to admin interface.
2008-02-12 14:06:58 +00:00
Dries Buytaert
a2d870ba2e
- Patch #220329 by catch: bumped the minimum MySQL requirement for Drupal 7 to MySQL 5.
2008-02-12 14:04:46 +00:00
Dries Buytaert
58c13a072e
- Patch #220260 by webchick: proper version constant for D7. Oh yeah. :)
2008-02-12 13:55:57 +00:00
Dries Buytaert
336ee230c3
- Patch #214209 by Arancaytar, pwolanin, gabor, etc: blogapi doesn't confirm node type exist.
2008-02-12 13:54:43 +00:00
Dries Buytaert
0f1085201e
- Patch #219883 by gdevlugt and webernet: files attached to newly created nodes are listed despite unchecking list option.
2008-02-12 13:49:01 +00:00
Dries Buytaert
bbc65c30fa
- Patch #220004 by webernet et al: menu items reorder after edit one of menu item.
2008-02-12 13:43:21 +00:00
Dries Buytaert
c83d65a776
- Patch #215958 by pwolanin: fixed broken link in documentation.
2008-02-10 19:57:20 +00:00
Dries Buytaert
4969495e04
- Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database.
2008-02-10 19:49:37 +00:00
Dries Buytaert
ec9f8e090a
- Patch #216904 by pwolanin et al: if there are more than 21 menu items under a parent, the weights got screwy.
2008-02-10 19:14:08 +00:00
Dries Buytaert
88eda488b3
- Patch #219334 by Goba et al: prevent the upload table being created if it already exists.
2008-02-10 19:09:58 +00:00
Dries Buytaert
44eb6d6992
- Patch #139290 by Arancaytar, Rob Loach, GreenLED, matt et al: when a user has no blog posts, show a status message.
2008-02-10 18:58:28 +00:00
Dries Buytaert
912d10fb09
- Patch #218313 by jvandyk: made sure that MySQL keywords are uppercase.
2008-02-08 03:10:32 +00:00
Dries Buytaert
97a739e14c
- Patch #217508 by keith et al: fixed writing style of output messags.
2008-02-08 02:52:39 +00:00
Dries Buytaert
3e7fe972f6
- Patch #215308 by Pancho: 'testing clean URLs' stay after test.
2008-02-08 02:50:19 +00:00
Dries Buytaert
c8a2413b4c
- Patch #217771 by dww: prevent wrapping of dates.
2008-02-06 20:01:41 +00:00
Dries Buytaert
5511bb5f7a
- Patch #214513 by Lynn: missing break-statement in system_send_email_action.
2008-02-06 19:52:54 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
bddba847f5
#216238 by theborg: theme descriptions were not translated properly (minor)
2008-02-04 12:35:48 +00:00
Gábor Hojtsy
39d28bd43e
#215858 by pwolanin: localized menu options were saved into the database, avoid this by using different variable names / array keys
2008-02-04 12:07:23 +00:00
Gábor Hojtsy
a387aaee17
#204071 by Pancho: use UTF-8 aware string length counting in node_teaser() (minor)
2008-02-03 19:41:47 +00:00
Gábor Hojtsy
41e86f2ef4
#197833 by gdevlugt: node filtering theme function was not applied (minor)
2008-02-03 19:39:52 +00:00
Gábor Hojtsy
1851421634
#172597 by Rob Loach: minor double escaping in profile module
2008-02-03 19:36:46 +00:00
Gábor Hojtsy
9bb28aa859
#216750 by dww: Security releases from higher branches were not ignored in all cases (critical)
2008-02-03 19:34:02 +00:00
Gábor Hojtsy
78f2053c32
#217324 by Takafumi: trivial missing t() in taxonomy module
2008-02-03 19:27:56 +00:00
Gábor Hojtsy
ab7fb80056
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)
2008-02-03 19:26:10 +00:00
Gábor Hojtsy
c306d56a74
#216858 by jvandyk, moshe weitzman: fix plain wrong and misleading user module phpdoc blocks
2008-02-03 19:23:01 +00:00
Gábor Hojtsy
025e733b2c
#216404 by Rob Loach: path_nodeapi() only worked for users with permissions, although node loading requires the path to be loaded
2008-02-03 19:20:35 +00:00
Gábor Hojtsy
aabdbbdf4b
#157652 by beginner, Steven Merrill and killes: block_user() had a global user object and a user parameter colliding
2008-02-03 19:12:57 +00:00
Gábor Hojtsy
a00792f9ef
#216890 by gpk with documentation from myself: blog API clients do not pass on the teaser_include flag, so only act on that flag, if we have it
2008-02-03 19:07:32 +00:00
Gábor Hojtsy
2886944685
#216632 by webernet, dww: more accessible update information screen
2008-02-03 18:40:29 +00:00
Gábor Hojtsy
e3cbacc31e
#215992 by dww: provide information for upgrades from Drupal 5 with update status module
2008-02-03 18:38:14 +00:00
Gábor Hojtsy
60cb54b938
Back to 6.0-dev
2008-01-30 23:07:41 +00:00