Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #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. | ||
* | - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵ | Dries Buytaert | 2009-09-10 |
| | | | | consistency. Yay to API clean-ups during 'slush'. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵ | Dries Buytaert | 2009-09-05 |
| | | | | support a bit easier by providing two cookies and ... hook_goto_alter. | ||
* | - Patch #565994 by mfb: src attribute for external javascript should be ↵ | Dries Buytaert | 2009-09-05 |
| | | | | HTML-encoded. | ||
* | #321828 by Davy Van Den Bremt and Damien Tournoud: Move ↵ | Angie Byron | 2009-08-31 |
| | | | | template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors. | ||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵ | Angie Byron | 2009-08-31 |
| | | | | before hook_page_alter(). | ||
* | - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵ | Dries Buytaert | 2009-08-31 |
| | | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work. | ||
* | - Patch #423992 by Davy Van Den Brempt: remove unused variables. | Dries Buytaert | 2009-08-26 |
| | |||
* | - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵ | Dries Buytaert | 2009-08-26 |
| | | | | variable. | ||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵ | Angie Byron | 2009-08-25 |
| | | | | drupal_add_library(), for consistency with #attached_css and #attached_js. | ||
* | #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵ | Angie Byron | 2009-08-25 |
| | | | | rendering API. | ||
* | - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵ | Dries Buytaert | 2009-08-25 |
| | | | | administration pages. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks. | Angie Byron | 2009-08-22 |
| | |||
* | #201415 by sun: Add a permission to access site in maintenance mode. | Angie Byron | 2009-08-22 |
| | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | #509398 by adrian: Turned install profiles into modules with full access to ↵ | Angie Byron | 2009-08-21 |
| | | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D | ||
* | - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵ | Dries Buytaert | 2009-08-19 |
| | | | | subsituation to core. | ||
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵ | Angie Byron | 2009-08-17 |
| | | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | #296574 by boombatower and chx: Provide debug function for debugging during ↵ | Angie Byron | 2009-08-15 |
| | | | | tests and elsewhere. | ||
* | #264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through ↵ | Angie Byron | 2009-08-14 |
| | | | | drupal_add_css(). | ||
* | #533586 by dww and chx: Refactor dependency checks into sharable helper ↵ | Angie Byron | 2009-08-13 |
| | | | | functions. |