summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #156793 by webernet: menu reset confirmation form contained deletion API ↵Gábor Hojtsy2007-07-04
| | | | remainings
* - Patch #156587 by bjaspan: database schema fix.Dries Buytaert2007-07-04
|
* - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵Dries Buytaert2007-07-04
| | | | menu module fixes.
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #126229 by yched: fixed the upgrade path.Dries Buytaert2007-07-04
|
* #156392 by iacopopecchi, patch by myself: tracker module depends on comment ↵Gábor Hojtsy2007-07-04
| | | | module (uses its tables and constants without checking for the module being present), so this dependency should be codified in the .info file
* - Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong ↵Dries Buytaert2007-07-03
| | | | place
* - Patch #119821 by Zen and Dave Trainer: properly theme the statistics log ↵Dries Buytaert2007-07-03
| | | | table.
* - Patch #111086 by webchick: fix contact module error message.Dries Buytaert2007-07-03
|
* - Patch #156425 by asimmonds: added missing CVS IDs.Dries Buytaert2007-07-03
|
* - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title ↵Dries Buytaert2007-07-03
| | | | maxlength to 255 so people can use it to enter publictions with really long titles. ;)
* - Patch #142157 by xqus: fixed problem with l() conversion.Dries Buytaert2007-07-03
|
* - Patch #33334 by ChrisKennedy and wulf: admin/modules links to 'throttle ↵Dries Buytaert2007-07-03
| | | | configuration page' even when it is disabled.
* #156429 by GreenMother: kill notices if form ID does not existGábor Hojtsy2007-07-03
|
* - 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