Dries Buytaert
|
706198e283
|
- Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' that is no longer needed.
|
2009-01-22 12:52:50 +00:00 |
Dries Buytaert
|
938c7c07a3
|
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
|
2009-01-22 12:46:07 +00:00 |
Dries Buytaert
|
4488b2481e
|
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
|
2009-01-22 12:04:27 +00:00 |
Dries Buytaert
|
a7325fae5a
|
- Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics settings to a more logical place.
|
2009-01-22 12:01:24 +00:00 |
Angie Byron
|
9e2540eeb2
|
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
|
2009-01-22 05:01:39 +00:00 |
Angie Byron
|
3946b191a9
|
#276554 by stella and John Morahan: Tests for comments as part of an RSS feed.
|
2009-01-22 04:53:00 +00:00 |
Angie Byron
|
61bbde66f5
|
#308277 by robertDouglass: Tests for multiple search engine types.
|
2009-01-22 04:49:58 +00:00 |
Angie Byron
|
a8c0d79fae
|
#357591 by sun: Add watchdog calls for user cancel operations.
|
2009-01-22 04:43:32 +00:00 |
Angie Byron
|
9f54383f8d
|
#339466 by patryk: Replace the OpenID link in user help with official link.
|
2009-01-22 04:40:30 +00:00 |
Angie Byron
|
d5968378ac
|
#345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code.
|
2009-01-22 03:56:12 +00:00 |
Angie Byron
|
096309b327
|
#352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.
|
2009-01-22 03:29:01 +00:00 |
Angie Byron
|
afc9df994a
|
#220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block that makes all languages active (with tests)
|
2009-01-22 03:18:30 +00:00 |
Angie Byron
|
b4c737a2a5
|
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
|
2009-01-22 03:11:54 +00:00 |
Angie Byron
|
7ac380aa05
|
#346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.
|
2009-01-22 03:05:18 +00:00 |
Dries Buytaert
|
3dc1157a1e
|
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
|
2009-01-21 16:58:42 +00:00 |
Dries Buytaert
|
2c57079558
|
- Patch #362003 by Steven Jones: minor language massaging.
|
2009-01-21 16:42:50 +00:00 |
Dries Buytaert
|
7e2a90629d
|
- Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed possible SQL injection risk in node_access(). Already part of Drupal 6.
|
2009-01-21 14:50:58 +00:00 |
Dries Buytaert
|
b20de4c1c9
|
- Patch #360785 by Dave Reid: add timestamp to {poll_votes}.
|
2009-01-21 14:42:16 +00:00 |
Dries Buytaert
|
daf4acf2be
|
- Patch #195976 by mcarbone: made error message more accurate and more informative.
|
2009-01-21 14:37:35 +00:00 |
Dries Buytaert
|
60c06921ce
|
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
|
2009-01-21 14:22:33 +00:00 |
Angie Byron
|
4a99df11e9
|
#355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
|
2009-01-20 03:54:15 +00:00 |
Angie Byron
|
fcc8211ab1
|
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
|
2009-01-20 03:18:41 +00:00 |
Angie Byron
|
0ec23b9b43
|
#357403 by drewish: Make user pictures managed files.
|
2009-01-20 03:10:00 +00:00 |
Angie Byron
|
cb07c9992b
|
#30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
|
2009-01-20 02:56:05 +00:00 |
Dries Buytaert
|
79b740acc1
|
- Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings.
|
2009-01-19 21:13:09 +00:00 |
Dries Buytaert
|
507836ab8c
|
- Meh by Dries.
|
2009-01-19 12:41:44 +00:00 |
Dries Buytaert
|
92241faad9
|
- Patch #219584 by keith.smith, Bevan, SteveJB: rename operation in Input Formats from 'Configure' to 'View Configuration'.
|
2009-01-19 10:52:14 +00:00 |
Dries Buytaert
|
d20e457121
|
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
2009-01-19 10:46:52 +00:00 |
Dries Buytaert
|
8cef09a7e6
|
- Patch #308719 by jpetso, boombatower, et al: sanitze simpletest.js checkbox code.
|
2009-01-19 10:15:54 +00:00 |
Angie Byron
|
9e8bfddf29
|
#360104 by drewish: Allow taxomomy module to be uninstalled.
|
2009-01-19 01:53:26 +00:00 |
Angie Byron
|
0c57b989f5
|
#360106 by Dave Reid: Allow comment module to be uninstalled.
|
2009-01-19 01:23:39 +00:00 |
Angie Byron
|
8d6c43ecda
|
#350381 by tstoeckler and swentel: Add a note about running update.php to the modules page that's easier to find than the one buried under the module updates page.
|
2009-01-18 16:38:06 +00:00 |
Angie Byron
|
ac7de32b3c
|
#320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.
|
2009-01-17 20:56:04 +00:00 |
Angie Byron
|
d1855fe18b
|
#345157 by toddy: Add API documentation for hook_update_last_removed().
|
2009-01-17 20:28:46 +00:00 |
Angie Byron
|
3b5035ae9c
|
#314283 by jhedstrom: Adding tests for disabled checkboxes.
|
2009-01-17 19:27:32 +00:00 |
Angie Byron
|
4f5ebd8a30
|
#320451 follow-up by webernet: Remove escaping of 'required by' and 'requires' on module page.
|
2009-01-15 16:07:51 +00:00 |
Dries Buytaert
|
8d128023ef
|
- Patch #201490 by lilou, keith.smith: fixed inconsistencies in the moderation queue related help texts.
|
2009-01-14 21:48:24 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
Dries Buytaert
|
534287b1bc
|
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
|
2009-01-14 21:13:42 +00:00 |
Dries Buytaert
|
a10731cedf
|
- Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\!
|
2009-01-14 12:18:37 +00:00 |
Dries Buytaert
|
dba81743a6
|
- Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted.
|
2009-01-14 12:15:38 +00:00 |
Dries Buytaert
|
77936aef4c
|
- Rollback of #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Dries Buytaert
|
a9b8a48e74
|
- Rollback of #190867.
|
2009-01-13 19:27:21 +00:00 |
Angie Byron
|
424cf1b182
|
#358021 by drewish: Remove unnecessary indirection of hook_user_X code.
|
2009-01-13 06:27:01 +00:00 |
Dries Buytaert
|
2eb8f6b5da
|
- Patch #357595 by Damien Tournoud: rename SimpleTestTestCase to SimpleTestFunctionalTest.
|
2009-01-12 16:53:09 +00:00 |
Dries Buytaert
|
056e1b0608
|
- Patch #347485 by cdale: don't add upload node submit handler unless necessary.
|
2009-01-12 08:29:09 +00:00 |
Dries Buytaert
|
bcdf13394a
|
- Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time of simpletests.
|
2009-01-12 06:23:57 +00:00 |
Dries Buytaert
|
bdbd0dffe5
|
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
|
2009-01-11 21:19:19 +00:00 |
Dries Buytaert
|
f80c618427
|
- Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.
|
2009-01-11 10:57:20 +00:00 |