summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #153998 by pwolanin: separate edit a delete permissions, so people who can ↵Gábor Hojtsy2007-06-26
| | | | edit a node cannot delete it too automatically
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
| | | | in Drupal core and providing a solid conversion function for contributed modules
* #154224 by hunmonk: add destination argument to _drupal_delete(), instead of ↵Gábor Hojtsy2007-06-26
| | | | using drupal_goto() directly, so the callback cycle can complete
* #150210 by bjaspan and Frando: explicit table names for create table ↵Gábor Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* po -> translations directory rename missing piece, noticed by Alexander HassGábor Hojtsy2007-06-25
|
* #154309 by KarenS: language code lost in format_date() when using the 'r' formatGábor Hojtsy2007-06-25
|
* #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
* #152670 by myself: refactor PO generation to decouple data collection, file ↵Gábor Hojtsy2007-06-23
| | | | generation and HTTP download; fix a bug with plural exports along the way
* #151280 by Rok Žlender, webernet and myself: use the real cache system, ↵Gábor Hojtsy2007-06-23
| | | | once we have the database set up, to get the values set by the configuration form and the install profile to the proper cache values
* #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
|
* #151125: Teaser textarea missing after preview/edit.Steven Wittens2007-06-22
|
* #132226: Single tabs should not appear.Steven Wittens2007-06-22
|
* Keeping changelog up to dateSteven Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* Removing file that didn't belong in last commitSteven Wittens2007-06-21
|
* #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
|
* Remove leftover t() from watchdog messagesGá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
* the language column is in locales_target, noted on IRC by wwwebernetGábor Hojtsy2007-06-17
|
* Previously forgot content and JS translation, as well as JS templating ↵Gábor Hojtsy2007-06-17
| | | | changelog items
* #115847 by chx and pwolanin: traverse to upper menu items for default tabsGábor Hojtsy2007-06-17
|
* #152490 by Keymone: missing {} around node table nameGábor Hojtsy2007-06-17
|
* - Patch #145177 by asimmonds: drupal_execute fixes.Dries Buytaert2007-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 #140468 by JohnAlbin: documentation improvements. Thanks.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 #151916 by JohnAlbin: fixing a double patch inclusion.Dries Buytaert2007-06-15
|
* - Patch #151491 by john vandyck: fixed notice with table sorting.Dries Buytaert2007-06-14
|
* - Patch #149588 by David Lesieur: corrected API after FAPI changes.Dries Buytaert2007-06-14
|