summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #154046: Optimize confirm_form syntax for common usage (and fix some ↵Steven Wittens2007-06-24
| | | | $form_state bugs).
* #148678: Fix notices/warnings on invalid paths like 'node/zzz'. ↵Steven Wittens2007-06-24
| | | | (chx/pwolanin/webernet)
* #113983 by damien_vancouver and myself: allow administrators to search users ↵Gábor Hojtsy2007-06-23
| | | | by e-mail too
* #152492 by JohnAlbin: clean up global user setting, which is done alreadyGábor Hojtsy2007-06-23
|
* #133028 by alienbrain and Moshe Weitzman: allow positioned submit buttons in ↵Gábor Hojtsy2007-06-23
| | | | node forms via form_alter by not hard-coding the button order
* #151951 by webernet, slightly modified: enable the garland theme, not just ↵Gábor Hojtsy2007-06-23
| | | | set it as default
* #153372 by bjaspan: fix user login form values and openid interacionGábor Hojtsy2007-06-23
|
* #153954: Make OpenID module description less technobabble.Steven Wittens2007-06-22
|
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* #144397: Use drupal_render for user profiles and convert to themer-friendly ↵Steven Wittens2007-06-21
| | | | .tpl.php files.
* - Patch #131026 by James et al: OpenID client support for Drupal!Dries Buytaert2007-06-18
| | | | | Let this be the day where we help revolutionize the online society, and the way websites and web services interoperate. Or something.
* Corrected documentation for plid to reflect chaining.Gábor Hojtsy2007-06-18
|
* Annotate the locale schema to help developers understanding what is stored ↵Gábor Hojtsy2007-06-18
| | | | in some of the far from obvious fields. Patch by myself.
* #150049 by Moshe Weitzman: empower custom url rewriting with url() optionsGábor Hojtsy2007-06-18
|
* #150521 by myself: streamline locale runtime performance and clean up code ↵Gábor Hojtsy2007-06-17
| | | | by not storing empty translations
* #152490 by Keymone: missing {} around node table nameGábor Hojtsy2007-06-17
|
* - Patch #149692 by asimmonds: fixed FAPI breakage.Dries Buytaert2007-06-17
|
* - Patch #152469 by fgm: fixed PHPdoc comment.Dries Buytaert2007-06-17
|
* - Patch #150299 by asimmonds: form API fixes in taxonomy.module.Dries Buytaert2007-06-17
|
* - Patch #152291 by dopry: remove some remaining cruft for handling preview ↵Dries Buytaert2007-06-17
| | | | URLs from upload.module.
* - Patch #152171 by yched: added missing validation routines for settings.Dries Buytaert2007-06-15
|
* - Patch #145647 by spatz4000: unneeded fields in profile SQL query.Dries Buytaert2007-06-15
|
* #151410 by myself: allow modules to watch for the exact strings used on a pageGábor Hojtsy2007-06-15
|
* #142280 by Jose A Reyero, yched and myself: Content translation support ↵Gábor Hojtsy2007-06-15
| | | | built on the existing node language feature
* - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵Dries Buytaert2007-06-15
| | | | Oracle compatibility.
* - Patch #82526 by Moshe: simplified APIs -- use form_alter now.Dries Buytaert2007-06-15
|
* - Patch #148419 by Moshe, bjaspan et al: refactor distributed auth out of ↵Dries Buytaert2007-06-15
| | | | user.module.
* - Patch #149588 by David Lesieur: corrected API after FAPI changes.Dries Buytaert2007-06-14
|
* - Patch #151256 by Chris Kennedy: fapi fix for saving date and time settings.Dries Buytaert2007-06-12
|
* - Patch #151270 by moshe: fixed braino.Dries Buytaert2007-06-12
|
* - Patch #143532 by Gurpartap: don't redirect to 'my account' after editing ↵Dries Buytaert2007-06-11
| | | | profiles.
* - Patch #150167 by fwalch: fixed problem with fapi migration -- one-time ↵Dries Buytaert2007-06-11
| | | | login not working.
* - Patch #142829 by webchick and gurpartap singh: pave the path to allow ↵Dries Buytaert2007-06-11
| | | | comment-.tpl.php.
* - Patch #145646 by lyricnz: select fields more strictly.Dries Buytaert2007-06-11
|
* - Patch #150762 by hunmonk: fixed typo.Dries Buytaert2007-06-11
|
* #145737 follow up patch by yhager: include right to left styles for print.cssGábor Hojtsy2007-06-10
|
* - Patch #150344 by webernet: language fixup.Dries Buytaert2007-06-09
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵Dries Buytaert2007-06-08
| | | | strength and confirmation.
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #101319 by pwolanin: make sure that node->revision can be altered.Dries Buytaert2007-06-07
|
* - Patch #149626 by ChrisKennedy: fixed update 6023Dries Buytaert2007-06-07
|
* - Patch #147656 by Shakur: bugfix.Dries Buytaert2007-06-06
|
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #144746 by drewish: fixed menu_router schema.Dries Buytaert2007-06-05
|
* - Patch #149339 by Ted: removed unnecessary heavy query.Dries Buytaert2007-06-05
|
* - Patch #147656 by pwolanin and chx: menu module update for Drupal 6.Dries Buytaert2007-06-05
|
* - Patch #101319 by forngren: add access check to revision log.Dries Buytaert2007-06-04
|