summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #156426 by GreenMother: fix wrong datatype warning for parsed JS filesGá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()
* revert update status changelog message, 'update' module is not yet in Drupal ↵Gábor Hojtsy2007-07-01
| | | | core, but this change slipped in with http://drupal.org/cvs?commit=71956
* revert requirement for 'update' module, which is not yet in Drupal core, but ↵Gábor Hojtsy2007-07-01
| | | | slipped in with http://drupal.org/cvs?commit=71956
* - 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 #153535 by traxer: according to the XHTML1 Strict specification, it ↵Dries Buytaert2007-06-28
| | | | is not allowed to generate empty <tr></tr> tags.
* - 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().
* #154594 by drewish: clean up code comments for deletion APIGábor Hojtsy2007-06-28
|
* #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
* #75916 follow up patch by Richard Eriksson: allow aggregator pages to be ↵Gábor Hojtsy2007-06-27
| | | | indexed by default
* #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
* #154941 by hunmonk: fix faulty variable initialization in locale JS parsingGábor Hojtsy2007-06-27
|
* #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
|