summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
...
* #778272 by cwgordon7: Fixed Ordering on admin/by-module page is unintuitive.Angie Byron2010-04-28
|
* - Patch #683988 by catch, dww, aspilicious: failure to clear the ↵Dries Buytaert2010-04-27
| | | | system_list() entry from {cache_bootstrap()} results in bogus results when you upgrade a module.
* - Patch #781822 by mr.baileys: remove some space.Dries Buytaert2010-04-27
|
* - Patch #781822 by mr.baileys: reference to non-existing drupal_run_cron().Dries Buytaert2010-04-26
|
* - Patch #781260 by chx: the single bundle case needs more documentation.Dries Buytaert2010-04-26
|
* - Patch #781876 by mr.baileys: Drupal not Drapal.Dries Buytaert2010-04-26
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #778950 by aspilicious, jhodgdon, kbahey: fixed politically charged ↵Dries Buytaert2010-04-24
| | | | example in system.api.php.
* - Patch #491214 by jhodgdon: added missing documentation.Dries Buytaert2010-04-24
|
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* #692950 by effulgentsia, chx, aaron, catch, moshe weitzman, sun: Use ↵Angie Byron2010-04-22
| | | | hook_module_implements_alter() to allow modules to alter the weight of hooks in module_implements().
* #778360 by cwgordon7: Fixed theme_system_admin_by_module() does not have ↵Angie Byron2010-04-22
| | | | proper comment formatting.
* #775240 by droplet: Fixed misspelling of occurred.Angie Byron2010-04-22
|
* #717602 by heyrocker, jhodgdon: Document hook_batch_alter().Angie Byron2010-04-20
|
* #727282 by heyrocker, jhodgdon: Document hook_filetransfer_backends().Angie Byron2010-04-20
|
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #655740 by ksenzee, casey, aspilicious: fixed small JavaScript ↵Dries Buytaert2010-04-16
| | | | issues in the overlay module.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #765574 by quiptime: better positioning of the 'menu-expanded.png'.Dries Buytaert2010-04-11
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* #724642 by casey: Upgrade jQuery BBQ library to 1.2.1.Angie Byron2010-04-11
|
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #606190 by dww, noahb, sun: improve handling of database schema ↵Dries Buytaert2010-04-10
| | | | updates in update manager workflow.
* - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #748976 by jpmckinney, David_Rothstein: 'Show/hide descriptions' ↵Dries Buytaert2010-04-06
| | | | links no longer work.
* - Patch #584130 by jhodgdon, yched: field Attach API page has outdated ↵Dries Buytaert2010-04-04
| | | | information.
* #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 #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 #193482 by xmacinfo, yoroy, james.elliott, Jacine, JohnAlbin, ↵Dries Buytaert2010-04-01
| | | | theborg: styling status messages in system.css.
* - Patch #745380 by sun: CSS contains too many needless differences between ↵Dries Buytaert2010-03-31
| | | | JS and no-JS versions.
* - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave ↵Dries Buytaert2010-03-31
| | | | Reid, JohnAlbin, aspilicious: themes disabled during update.
* #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 #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 #745656 by sociotech: fixed warning message on system_themes_page().Dries Buytaert2010-03-28
|
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* #714190 by rfay: Fixed system_send_email_action() uses account without ↵Angie Byron2010-03-27
| | | | initializing it.
* - Rolled back a patch that I didn't meant to commit yet.Dries Buytaert2010-03-26
|
* - Patch #241013 by Pedro Lozano, drewish, andypost, mr.baileys: actions only ↵Dries Buytaert2010-03-26
| | | | trigger one action per node page load.
* - Patch #684846 by effulgentsia, rfay, quicksketch, aspilicious: AJAX ↵Dries Buytaert2010-03-26
| | | | triggered by non-submit element fails if any elements are validated.
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #629902 by andypost, JohnAlbin, David_Rothstein: critical bug: ↵Dries Buytaert2010-03-26
| | | | theme_get_setting() should return NULL for features that are disabled in a theme.
* - Patch #747464 by andypost: fixed wrong usage of hook_file_references().Dries Buytaert2010-03-25
|
* - Patch #588480 by aspilicious, droplet: fixed interface string space issues.Dries Buytaert2010-03-24
|
* - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning ↵Dries Buytaert2010-03-21
| | | | about dangerous permissions.