summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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.
* - Patch #585838 by sun: quick fix for {comment}.status being broken.Dries Buytaert2009-10-09
|
* #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵Angie Byron2009-10-09
| | | | language for the same path.
* #562908 by sun and dropcube: Fixed issue where {filter}.module is not saved.Angie Byron2009-10-09
|
* - #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie ↵Dries Buytaert2009-10-09
| | | | information for contact forms.
* #589160 by Amitaibu: Use user_load_multiple() in user operations.Angie Byron2009-10-09
|
* #322344 follow-up by sun: Fix notice.Angie Byron2009-10-09
|
* #464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() ↵Angie Byron2009-10-09
| | | | patch. We hope. :)
* #473082 by sun, Amitaibu, dropcube, and Pasqualle: Added a custom menu API.Angie Byron2009-10-09
|
* #597792 by catch and bangpound: Add catch and bangpound as maintainers for ↵Angie Byron2009-10-09
| | | | taxonomy module.
* #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a ↵Angie Byron2009-10-09
| | | | permission to update.php.
* #599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to ↵Angie Byron2009-10-09
| | | | module_load_include().
* #597508 by sun: Add %node_type argument loader to reduce number of menu ↵Angie Byron2009-10-09
| | | | items cached.
* #592704 by BarisW and Mike Wacker: Display number of unapproved comments in ↵Angie Byron2009-10-09
| | | | the approval queue menu item.
* - Patch #597540 by Dave Reid: create a default contact category on install.Dries Buytaert2009-10-09
|
* - Patch #599186 by Dave Reid: code clean-upsDries Buytaert2009-10-09
|
* - Patch #599640 by sun: move hard-coded comment query options to caller.Dries Buytaert2009-10-09
|
* - Patch #595982 by ksenzee: fixed warning.Dries Buytaert2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #597784 by Dave Reid: rename 'administer site-wide contact form' to ↵Dries Buytaert2009-10-09
| | | | 'administer contact forms'.
* - Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on ↵Dries Buytaert2009-10-08
| | | | admin users and admin nodes.
* - Patch #597584 by Dave Reid: added Dave Reid as the maintainer for contact ↵Dries Buytaert2009-10-08
| | | | module.
* - Patch #456088 by dww, JohnAlbin | Dave Reid, Gábor Hojtsy, pwolanin, ↵Dries Buytaert2009-10-08
| | | | tic2000, meba: sub-themes not notified of security updates for base themes.
* - Patch #597336 by hunmonk: node_delete_multiple() barfs if no nids are passed.Dries Buytaert2009-10-08
|
* - Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow ↵Dries Buytaert2009-10-08
| | | | tests to require and test existence of modules. Required to make testing contributed modules possible.
* #300993 follow-up by Dave Reid: Remove cruft from tests now that we have a ↵Angie Byron2009-10-08
| | | | real permissions API.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* - Patch #596664 by c960657 | Crell: document “char”, “date” and ↵Dries Buytaert2009-10-08
| | | | “time” database field types.
* - Patch #596962 by dww | Dave Reid: fix formatting on ↵Dries Buytaert2009-10-08
| | | | /(modules|themes)/README.txt.
* #343898 by dww and JohnAlbin: Respect hidden property in themes to allow for ↵Angie Byron2009-10-06
| | | | theme testing.
* #595758 by jhodgdon: Fixed documentation for db_query_range().Angie Byron2009-10-06
|
* #472820 follow-up by sun: Fixed tests for CSS output.Angie Byron2009-10-05
|
* #457450 follow-up by agentrickard: Documentation fixes.Angie Byron2009-10-05
|