summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #652122 by catch, Berdir, mr.baileys, sun, David_Rothstein: access ↵Dries Buytaert2010-04-06
| | | | dashboard permission is useless.
* - Patch #640880 by c960657: make {image_styles()}.name column unique.Dries Buytaert2010-04-06
|
* - Patch #740036 by c960657, Damien Tournoud: OpenID AX: Request nickname + ↵Dries Buytaert2010-04-06
| | | | support alternative namespaces.
* - Patch #762080 by David_Rothstein: poll block should not do an access check ↵Dries Buytaert2010-04-06
| | | | in hook_block_info().
* - Patch #748976 by jpmckinney, David_Rothstein: 'Show/hide descriptions' ↵Dries Buytaert2010-04-06
| | | | links no longer work.
* - Patch #762234 by catch: give modules access to updated comment statistics ↵Dries Buytaert2010-04-06
| | | | in hook_comment_insert() and hook_comment_update().
* - Patch #762604 by andypost: taxonomy terms list broken, term add/edit ↵Dries Buytaert2010-04-06
| | | | forgets it's parent.
* - Patch #745664 by james.elliott: toolbar doesn't properly add / remove the ↵Dries Buytaert2010-04-04
| | | | toolbar-drawer class when collapsing and expanding the drawer.
* - Patch #759524 by David_Rothstein: toolbar drawer collapsing no longer ↵Dries Buytaert2010-04-04
| | | | works without JavaScript.
* - Patch #744258 by sun, jpmckinney, catch: admin/structure/taxonomy paths ↵Dries Buytaert2010-04-04
| | | | have to use machine_name(), not vid.
* - Patch #743804 by gpk: comment_enable() should use node created time not ↵Dries Buytaert2010-04-04
| | | | changed time for last_comment_timestamp().
* - Patch #758628 by rfay: improve GD library hook_requirements() for color ↵Dries Buytaert2010-04-04
| | | | and image modules.
* - Patch #584130 by jhodgdon, yched: field Attach API page has outdated ↵Dries Buytaert2010-04-04
| | | | information.
* - Patch #752296 by yched, jhodgdon: hook_field_storage_load() last param not ↵Dries Buytaert2010-04-04
| | | | documented.
* - Patch #760238 by yched: optimize _field_invoke().Dries Buytaert2010-04-04
|
* #693504 by stBorchert, ksenzee, dixon_ | jarek, joachim, EvanDonovan, ↵Angie Byron2010-04-03
| | | | eigentor, sun, dmitrig01, et al.: Added support to color.module for flexible color schemes and gradients, and removed hard-coded assumptions about Garland.
* #758916 by chx and Damien Tournoud: Fixed Default queue implementation is ↵Angie Byron2010-04-03
| | | | hardwired.
* #193482 follow-up: Committing missing system-messages.css.Angie Byron2010-04-03
|
* - Patch #757484 by catch: optimize node_save().Dries Buytaert2010-04-02
|
* - Patch #651086 by David_Rothstein, roborn, pwolanin, casey, ↵Dries Buytaert2010-04-02
| | | | aspilicious:cache clearing is an ineffective mess in module_enable() and system_modules_submit() (toolbar present in overlay).
* - Patch #742114 by fgm: test methods should be protected, not private.Dries Buytaert2010-04-01
|
* - Patch #193482 by xmacinfo, yoroy, james.elliott, Jacine, JohnAlbin, ↵Dries Buytaert2010-04-01
| | | | theborg: styling status messages in system.css.
* - Patch #755870 by David_Rothstein: fixed PHP notice for undefined variable ↵Dries Buytaert2010-04-01
| | | | in user_roles().
* - Patch #745380 by sun: CSS contains too many needless differences between ↵Dries Buytaert2010-03-31
| | | | JS and no-JS versions.
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* - Patch #671184 by Scott Reynolds, sun, effulgentsia, yched, rfay, ↵Dries Buytaert2010-03-31
| | | | Pasqualle: AJAX form can submit inappropriately to system/ajax after failed validation.
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ↵Dries Buytaert2010-03-31
| | | | Reid, JohnAlbin, aspilicious: themes disabled during update.
* - Patch #265973 by Damien Tournoud, mr.baileys, dixon_, clemens.tolboom: ↵Dries Buytaert2010-03-31
| | | | XML-RPC chokes with long server response.
* - Patch #570430 by jhodgdon: hook_user() and hook_user_categories() doc ↵Dries Buytaert2010-03-31
| | | | missing components.
* - Patch #757484 by catch: optimize node_save().Dries Buytaert2010-03-31
|
* - Patch #757288 by catch: optimize comment_save().Dries Buytaert2010-03-31
|
* #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories ↵Angie Byron2010-03-30
| | | | on Configuration & Modules correctly.
* #373201 follow-up by JohnAlbin: Remove old remnants of theme_list().Angie Byron2010-03-29
|
* - Patch #319723 by aditya_kristanto, cha0s: confirm_form() needs to be ↵Dries Buytaert2010-03-28
| | | | polite with ['#attributes'].
* - Patch #754794 by yched: _field_write_instance() writes useless ↵Dries Buytaert2010-03-28
| | | | 'entity_type()' info in the serialized 'data' column.'
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* - Patch #755094 by heyrocker: update_manager_archive_verify() failure ↵Dries Buytaert2010-03-28
| | | | message refered to undefined variable.
* - Patch #735726 by catch: optimize taxonomy_term_save().Dries Buytaert2010-03-28
|
* - Patch #657972: forgot to remove file from CVS.Dries Buytaert2010-03-28
|
* - Patch #649982 by casey: improve the drag-drop handling for dashboard ↵Dries Buytaert2010-03-28
| | | | customization.
* - Patch #684774 by andypost, sun: critical bug: block visibility settings ↵Dries Buytaert2010-03-28
| | | | cannot be properly extended.
* - Patch #742318 by sun, yched: fields are editable regardless of whether an ↵Dries Buytaert2010-03-28
| | | | bundle instance exists, missing menu titles, etc.
* - Patch #745656 by sociotech: fixed warning message on system_themes_page().Dries Buytaert2010-03-28
|
* #66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from ↵Angie Byron2010-03-28
| | | | comment module.
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* #601398 follow-up by andypost, rfay, and sun: Allow drupLPost to target ↵Angie Byron2010-03-27
| | | | specific form HTML ID for multiple similar forms.
* - Patch #718662 by andypost, c960657: DBLog listings truncate messages in ↵Dries Buytaert2010-03-27
| | | | the middle of HTML tags.
* - Patch #735894 by yched: critical bug: fields with unlimited maximum length ↵Dries Buytaert2010-03-27
| | | | cause DB errors.
* #610072 by boombatower, chx, effulgentsia, and yched: Fixed setUp() function ↵Angie Byron2010-03-27
| | | | accepting array as arguments.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|