summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵Dries Buytaert2009-10-13
| | | | happen for AJAX requests too.
* - Patch #603436 by chx: small clean-up in export profile.Dries Buytaert2009-10-13
|
* - Patch #539434 by lambic, deekayen: re-order functions in menu.install.Dries Buytaert2009-10-13
|
* - Patch #593522 by sun: a better and faster drupal_alter().Dries Buytaert2009-10-13
|
* - Patch #373606 by jhodgdon, aj045: improved file_save_upload() documentation.Dries Buytaert2009-10-13
|
* - Patch #582378 by sun: more filter system clean-up.Dries Buytaert2009-10-13
|
* - Patch #544360 by David_Rothstein: fix for dashboard module.Dries Buytaert2009-10-13
|
* - Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, ↵Dries Buytaert2009-10-13
| | | | JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
* #597390 by Dave Reid and dww: Fixed PHP notices on non-existant projects ↵Angie Byron2009-10-13
| | | | when parsing update XML.
* #523878 follow-up by boombatower: Extend maximum execution time for tests.Angie Byron2009-10-13
|
* #559294 by David_Rothstein: Allow install profiles to alter or override the ↵Angie Byron2009-10-13
| | | | task list.
* #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal ↵Angie Byron2009-10-13
| | | | errors.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* #569318 by Benjamin Melançon: Fixed hook_comment_load() never gets called.Angie Byron2009-10-13
|
* - Patch #597484 by dww: use the Queue API to fetch available update data.Dries Buytaert2009-10-13
|
* - Patch #351249 by stBorchert, coreyp_1, BrightLoudNoise, catch, kkaefer, ↵Dries Buytaert2009-10-13
| | | | sign: finer control over the Parent Menu select box.
* #602570 by dww: Fix code style in _system_filetransfer_backend_form_common().Angie Byron2009-10-12
|
* #602518 by dww and JacobSingh: Fixed PHPDoc for ↵Angie Byron2009-10-12
| | | | includes/filetransfer/filetransfer.inc.
* - Patch #590092 by baldwinlouie: who's online block should never report ↵Dries Buytaert2009-10-12
| | | | anonymous users.
* - Patch #402280 by mustafau, alex_b: parser should not update ↵Dries Buytaert2009-10-12
| | | | aggregator_feed() record.
* - Patch #602306 by chx: simplify the default queue implementation.Dries Buytaert2009-10-12
|
* - Patch #602122 by sivaji: fixed broken link.Dries Buytaert2009-10-12
|
* - Patch #601250 Dave Reid, andypost: upgrade path for contact form permission.Dries Buytaert2009-10-12
|
* #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ↵Angie Byron2009-10-12
| | | | Field to image.module. Hellooooo, native image handling in core! :D
* #589754 by rfay and Crell: Fixed non-recoverable install if invalid database ↵Angie Byron2009-10-12
| | | | specified in settings.php.
* - Patch #599706 by tobiasb: tiny documentation fix.Dries Buytaert2009-10-11
|
* - Patch #601250 by Dave Reid, VeryMisunderstood: allow anonymous users to ↵Dries Buytaert2009-10-11
| | | | use personal contact forms.
* - Patch #597556 by Berdir: return status to indicate executed query in ↵Dries Buytaert2009-10-11
| | | | MergeQuery::execute().
* - Patch #334283 by andypost: fix upgrade path of message contexts for ↵Dries Buytaert2009-10-11
| | | | translations.
* #557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing ↵Angie Byron2009-10-11
| | | | node titles to not be linked.
* #599706 by sun: Allow altering local tasks/actions.Angie Byron2009-10-11
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled ↵Angie Byron2009-10-11
| | | | (with tests).
* - Patch #601016 by Dave Reid: remove contact_site_page() and ↵Dries Buytaert2009-10-11
| | | | contact_personal_page() and use the forms directly.
* #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵Angie Byron2009-10-10
| | | | default.
* - Patch #600466 by Dave Reid: removed unused path_admin_filter_get_keys().Dries Buytaert2009-10-10
|
* - Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.Dries Buytaert2009-10-10
|
* - Patch #600422 by alpritt: fixed WSOD.Dries Buytaert2009-10-10
|
* - Patch #600790 by Alan D: fixed wrong ISO 3166-1 code.Dries Buytaert2009-10-10
|
* #360023 by stella, sun, greggles: Added 'Publish comment' action + doxygen ↵Angie Byron2009-10-10
| | | | fixes.
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵Dries Buytaert2009-10-10
| | | | into 'created' and 'changed' columns, just like for nodes.
* - Patch #391340 by dww: documentation clean-up and correction.Dries Buytaert2009-10-10
|
* - Patch #600780 by asimmonds: fixed typo in documentation.Dries Buytaert2009-10-10
|
* #600776 by dww: Removed stray whitespace in update.test.Angie Byron2009-10-10
|
* #597508 by sun: Fixed path argument loader for node type paths.Angie Byron2009-10-09
|
* - Patch #597784 by gpk, Dave Reid: fixed typo.Dries Buytaert2009-10-09
|
* - Patch #597832 by markus_petruxm: add (), arguments to field_access() to ↵Dries Buytaert2009-10-09
| | | | enhance the context for hook_field_access().
* #573292 by eMPee584: Allow enable file_unmanaged_delete() to handle stream ↵Angie Byron2009-10-09
| | | | wrapper URIs.
* - Patch #564886 by dmitrig01, JacobSingh, clemens.tolboom, David_Rothstein: ↵Dries Buytaert2009-10-09
| | | | remove 'expanded' checkbox from menu item overview.