summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #561278 by Arancaytar: Fixed installation profile name escaping.Angie Byron2009-09-11
|
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* #293496 by kathyh and cwgordon7: Added tests for drupal_match_path().Angie Byron2009-09-11
|
* #562188 by JohnAlbin: Replaced missing theme settings page help text.Angie Byron2009-09-11
|
* #564370 by catch: Fixed block caching form_alter() which was located in ↵Angie Byron2009-09-11
| | | | wrong file post-registry rip.
* #475596 follow-up by emmajane: Remove some over-the-top politeness from ↵Angie Byron2009-09-11
| | | | installer messages.
* #572872 by cwgordon7: Fixed coding style problems in collapse.js.Angie Byron2009-09-11
|
* #557220 by Everett Zufelt: Added alt attributes to SimpleTest results to ↵Angie Byron2009-09-11
| | | | assist screen-reader users.
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().
* #555712 by TheRec: Moved shortcut bar collapse icon to the left side so it's ↵Angie Byron2009-09-11
| | | | more easily accessible and 'Log out' is no longer mistakenly clicked.
* #566134 by mfb: Fix bug causing decimal places not to be saved in number module.Angie Byron2009-09-11
|
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.
* #306316 follow-up by catch: Revert coupling of node_types_rebuild() and ↵Angie Byron2009-09-10
| | | | menu_rebuild().
* #569240 by quicksketch: Remove field ID from field table names.Angie Byron2009-09-10
|
* #564632 by moshe weitzman: Unify various _build() functions and remove ↵Angie Byron2009-09-10
| | | | duplicate copy of content.
* - Patch #453588 by alienbrain, Jody Lynn: poll use for hook_link() no longer ↵Dries Buytaert2009-09-10
| | | | applies.
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #569282 by joshmiller: removal of Site configuration and fixed a ↵Dries Buytaert2009-09-10
| | | | number of broken links.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch #573128 by heather: reworded and corrected site information description.Dries Buytaert2009-09-10
|
* - Patch #559368 by CalebD: trailing commas in JavaScript cause syntax errors ↵Dries Buytaert2009-09-09
| | | | in IE.
* - Patch #565792 by pwolanin, effulgentsia, scor, fago, dahacouk: refactor ↵Dries Buytaert2009-09-09
| | | | theme_username() so that RDF patch can be accepted.
* - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.Dries Buytaert2009-09-09
|
* - Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() ↵Dries Buytaert2009-09-09
| | | | and hook_theme().
* - Patch #571934 by bjaspan: Fixed omissions in ↵Dries Buytaert2009-09-09
| | | | field_delete_(){field,instance}().
* - Patch #550210 by boombatower: added test for admin/people/create.Dries Buytaert2009-09-09
|
* - Patch #570440 by yoroy, emmajane: removed the taxonomy wall of text.Dries Buytaert2009-09-09
|
* - Patch #565290 by flobruit, chx: fixed user register when configured not to ↵Dries Buytaert2009-09-09
| | | | use e-mails.
* - Patch #372330 by fgm: improved error messages to improve usability.Dries Buytaert2009-09-07
|
* - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.Dries Buytaert2009-09-07
|
* - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.Dries Buytaert2009-09-07
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* #564562 follow-up by joshmiller: Move Statistics to System category.Angie Byron2009-09-05
|
* - Rollback #567148 because it breaks on some versions of MySQL.Dries Buytaert2009-09-05
|
* #568224 by Josh Waihi and chx: Fixed missing constant in filter value. (all ↵Angie Byron2009-09-05
| | | | pgsql tests pass now. woohoo! :D)
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* #564606 by mathiaz.sk: Fixed notice in field UI.Angie Byron2009-09-05
|
* #159762 by paul.lovvik and jp.stacey: Fixed Autocomplete errors from ↵Angie Byron2009-09-05
| | | | whitespace entry.
* - Patch #569084 by douggreen: fixed resetting the search index.Dries Buytaert2009-09-05
|
* - Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to ↵Dries Buytaert2009-09-05
| | | | enforce proper SQL queries.
* - Patch #546302 by jhodgdon: improved help text of search module so people ↵Dries Buytaert2009-09-05
| | | | know how they can pimp their search.
* - Patch #565994 by mfb: src attribute for external javascript should be ↵Dries Buytaert2009-09-05
| | | | HTML-encoded.
* - Patch #568396 by bjaspan: fixed typo.Dries Buytaert2009-09-05
|
* - Patch #555844 by by NancyDru: made titles consistent.Dries Buytaert2009-09-05
|
* - Patch #200572 by theborg, lilou, robertgarrigos: add constants to magic ↵Dries Buytaert2009-09-05
| | | | numbers.
* - Patch #412030 by stBorchert: fixed placement of descriptions on radios.Dries Buytaert2009-09-05
|
* - Patch #499156 by Wim Leers: added CDN to CHANGELOG.txt.Dries Buytaert2009-09-05
|
* - Patch #391330 by quicksketch: added missing icons for file field module.Dries Buytaert2009-09-05
|
* - Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing ↵Dries Buytaert2009-09-05
| | | | validation for hook_user().