Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵ | Angie Byron | 2009-11-01 |
| | | | | in https support and use https for authorize.php if available. | ||
* | #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵ | Angie Byron | 2009-11-01 |
| | | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly. | ||
* | - Patch #619566 by sun: performance improvement: don't invoke ↵ | Dries Buytaert | 2009-11-01 |
| | | | | hook_url_outbound_alter() if there's nothing to invoke. | ||
* | - Patch #606994 by yched: move entity handling out of Field API. | Dries Buytaert | 2009-10-31 |
| | |||
* | #591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks. | Angie Byron | 2009-10-27 |
| | |||
* | #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵ | Angie Byron | 2009-10-24 |
| | | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks. | ||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #604618 by Crell, JacobSingh, axyjo: improve error handling of archiver. | Dries Buytaert | 2009-10-23 |
| | |||
* | - Patch #607896 by Benjamin Melançon, scor: add date_iso8601() function to ↵ | Dries Buytaert | 2009-10-18 |
| | | | | common.inc. Part of the RDFa exception. | ||
* | - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 ↵ | Dries Buytaert | 2009-10-18 |
| | | | | hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests. | ||
* | #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add ↵ | Angie Byron | 2009-10-18 |
| | | | | fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.) | ||
* | #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵ | Angie Byron | 2009-10-17 |
| | | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. | ||
* | - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵ | Dries Buytaert | 2009-10-16 |
| | | | | States system. | ||
* | - Patch #604618 by axyjo, sun: archiver code clean-up. | Dries Buytaert | 2009-10-16 |
| | |||
* | #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and ↵ | Angie Byron | 2009-10-15 |
| | | | | cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D | ||
* | - Patch #604618 by Crell, JacobSingh: create a common interface for Archive ↵ | Dries Buytaert | 2009-10-15 |
| | | | | operations so we can handle .zip, .tar.gz. | ||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵ | Dries Buytaert | 2009-10-15 |
| | | | | 'callback' callbacks. Oh my, this is the beginning of something big. | ||
* | - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵ | Dries Buytaert | 2009-10-13 |
| | | | | happen for AJAX requests too. | ||
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
| | |||
* | #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal ↵ | Angie Byron | 2009-10-13 |
| | | | | errors. | ||
* | #561452 by pwolanin and David_Rothstein: Add API function to get ↵ | Angie Byron | 2009-10-13 |
| | | | | module/theme info without rebuilding it. | ||
* | #599706 by sun: Allow altering local tasks/actions. | Angie Byron | 2009-10-11 |
| | |||
* | #600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled ↵ | Angie Byron | 2009-10-11 |
| | | | | (with tests). | ||
* | #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵ | Angie Byron | 2009-10-09 |
| | | | | language for the same path. | ||
* | #464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() ↵ | Angie Byron | 2009-10-09 |
| | | | | patch. We hope. :) | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | #472820 by rfay, Rob Loach, and catch: Fixed improper whitespace ↵ | Angie Byron | 2009-10-05 |
| | | | | removal/invalid CSS from drupal_load_stylesheet_content() (with tests). | ||
* | #60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes. | Angie Byron | 2009-10-05 |
| | |||
* | #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵ | Angie Byron | 2009-10-05 |
| | | | | drupal_html_class_X(), for better accuracy. | ||
* | - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵ | Dries Buytaert | 2009-10-03 |
| | | | | added drupal_css_class() to clean class names and rename form_clean_id(). | ||
* | - Patch #484868 by sime, sun | Dries: split parser from ↵ | Dries Buytaert | 2009-10-02 |
| | | | | drupal_parse_info_file(). | ||
* | - Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make ↵ | Dries Buytaert | 2009-10-01 |
| | | | | in url() only accept an array. | ||
* | - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). | Dries Buytaert | 2009-09-30 |
| | |||
* | - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵ | Dries Buytaert | 2009-09-30 |
| | | | | pwolanin: allow modules to specify per-page custom themes in hook_menu(). | ||
* | - Patch #584370 by JoshuaRogers, JacobSingh | mattyoung: fixed bug with CSS ↵ | Dries Buytaert | 2009-09-29 |
| | | | | file inclusion in the CSS optimization code. | ||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function ↵ | Dries Buytaert | 2009-09-28 |
| | | | | wrappers in Drupal. | ||
* | - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, ↵ | Dries Buytaert | 2009-09-27 |
| | | | | webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability. | ||
* | - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | cron. | ||
* | - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, ↵ | Dries Buytaert | 2009-09-18 |
| | | | | Arancaytar: Added Make menu_tree_output() return renderable output. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵ | Angie Byron | 2009-09-16 |
| | | | | drupal_http_request() when a URL fails to parse, instead of failing silently. | ||
* | #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, | Angie Byron | 2009-09-15 |
| | | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files. | ||
* | - Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with ↵ | Dries Buytaert | 2009-09-11 |
| | | | | language-specific caching and to improve the performance of the caching code. | ||
* | #306316 follow-up by catch: Revert coupling of node_types_rebuild() and ↵ | Angie Byron | 2009-09-10 |
| | | | | menu_rebuild(). | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. |