summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵Dries Buytaert2007-07-02
| | | | topics to be custom node types.
* #156143 noted by Arancaytar, pathc by myself: user_language() was named ↵Gábor Hojtsy2007-07-02
| | | | user_preferred_language()
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵Gábor Hojtsy2007-07-01
| | | | more verbose to translate
* #119196 by douggreen: apply file API common sense (permissions, file API ↵Gábor Hojtsy2007-07-01
| | | | functions instead of custom code) to files handled by color.module
* #108456 by RobRoy: optional custom teaser lengths and much needed ↵Gábor Hojtsy2007-07-01
| | | | documentation on how node_teaser works
* #155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query ↵Gábor Hojtsy2007-07-01
| | | | to allow for multilingual blocks
* #152493 by yched, freeman and pwolanin: Minimalistic approach to node ↵Gábor Hojtsy2007-07-01
| | | | rendering styles for D6
* #58090 by sime and webchick: add id to dblog HTML output tableGábor Hojtsy2007-07-01
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #141996 by Jose A Reyero and myself: translation block to switch interface ↵Gábor Hojtsy2007-06-30
| | | | languages by default, and even content languages, when a translation module provides the alternate links
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* #99011 follow up patch my merlinofchaos: inform users if the settings.php or ↵Gábor Hojtsy2007-06-30
| | | | the settings directory in use is not write protected after installation.
* - Patch #130108 by webchick: link to newly created account in admin panel.Dries Buytaert2007-06-29
|
* - Patch #147767 by Eaton, moshe et al: fixed punctuation error.Dries Buytaert2007-06-29
|
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* - Patch #118730 by kaerast, kkaefer and webchick: subltle but important ↵Dries Buytaert2007-06-29
| | | | documentation improvement
* - Patch #153364 by webernet: notices and RTL issue with book.module.Dries Buytaert2007-06-28
|
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #136585 by hunmonk and pwolanin: fix too tight permissions on admin/contentGábor Hojtsy2007-06-28
|
* #152585 by yched and drewish: fix block module FAPI3 parametersGábor Hojtsy2007-06-28
|
* #123577 by spatz4000 (originally by tostinni for Drupal 5): do not allow ↵Gábor Hojtsy2007-06-28
| | | | hidden profile fields to be browsed by non-admins
* #152926 by dww: add hook_system_info_alter() to make .info file data ↵Gábor Hojtsy2007-06-27
| | | | modifiable in PHP code
* #154949 by Crell and dww: let modules and themes specify a minimum required ↵Gábor Hojtsy2007-06-27
| | | | PHP version, under which they will not be possible to be turned on
* #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
* #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
|