Angie Byron
ca8eee7545
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
2009-11-01 21:26:44 +00:00
Dries Buytaert
54db3af335
- Patch #619566 by sun: performance improvement: don't invoke hook_url_outbound_alter() if there's nothing to invoke.
2009-11-01 14:08:17 +00:00
Dries Buytaert
03e2ec64ab
- Patch #606994 by yched: move entity handling out of Field API.
2009-10-31 16:06:36 +00:00
Angie Byron
1da73d26c2
#591794 by chx, Rob Loach, sun, JohnAlbin: Give themes access to alter hooks.
2009-10-27 19:29:12 +00:00
Angie Byron
cd7b8f0999
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
2009-10-24 05:13:44 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
2d1634134d
- Patch #604618 by Crell, JacobSingh, axyjo: improve error handling of archiver.
2009-10-23 00:55:59 +00:00
Dries Buytaert
d4d1522c3e
- Patch #607896 by Benjamin Melançon, scor: add date_iso8601() function to common.inc. Part of the RDFa exception.
2009-10-18 18:32:27 +00:00
Dries Buytaert
2dc3c05a2b
- Patch #589126 by mfb: fixed bug with user module using a flood window of 6 hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
2009-10-18 11:34:45 +00:00
Angie Byron
1650fea5d9
#516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
2009-10-18 05:28:43 +00:00
Angie Byron
4278afa16b
#473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
2009-10-17 05:50:29 +00:00
Dries Buytaert
045074d4c5
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
2009-10-16 19:20:34 +00:00
Dries Buytaert
f0a8150b11
- Patch #604618 by axyjo, sun: archiver code clean-up.
2009-10-16 13:18:32 +00:00
Angie Byron
6abcc47e25
#538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
2009-10-15 21:19:31 +00:00
Dries Buytaert
2fb451c872
- Patch #604618 by Crell, JacobSingh: create a common interface for Archive operations so we can handle .zip, .tar.gz.
2009-10-15 17:55:55 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
f42bca3bd4
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
2009-10-15 14:07:30 +00:00
Dries Buytaert
24c259cdd8
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.
2009-10-13 21:16:44 +00:00
Dries Buytaert
fbfa7a4150
- Patch #593522 by sun: a better and faster drupal_alter().
2009-10-13 16:38:43 +00:00
Angie Byron
1d09ec33bd
#602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal errors.
2009-10-13 05:37:46 +00:00
Angie Byron
89d04ea78a
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.
2009-10-13 05:26:57 +00:00
Angie Byron
1d72b6ec9f
#599706 by sun: Allow altering local tasks/actions.
2009-10-11 06:05:53 +00:00
Angie Byron
64a1a0d67e
#600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled (with tests).
2009-10-11 02:14:43 +00:00
Angie Byron
1b9cde9d85
#282191 by plach, nedjo, catch, et al: TF #1 : Allow different interface language for the same path.
2009-10-09 16:33:14 +00:00
Angie Byron
010a342e61
#464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() patch. We hope. :)
2009-10-09 08:08:56 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Angie Byron
1e23b91bc8
#472820 by rfay, Rob Loach, and catch: Fixed improper whitespace removal/invalid CSS from drupal_load_stylesheet_content() (with tests).
2009-10-05 02:48:39 +00:00
Angie Byron
93eb8b3413
#60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes.
2009-10-05 02:43:01 +00:00
Angie Byron
dd571ffe34
#464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy.
2009-10-05 01:18:26 +00:00
Dries Buytaert
b544777095
- Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id().
2009-10-03 19:16:04 +00:00
Dries Buytaert
04fd066be2
- Patch #484868 by sime, sun | Dries: split parser from drupal_parse_info_file().
2009-10-02 00:50:45 +00:00
Dries Buytaert
087a54a673
- Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make in url() only accept an array.
2009-10-01 19:04:26 +00:00
Dries Buytaert
7178f6b173
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().
2009-09-30 18:36:02 +00:00
Dries Buytaert
a8f8a26f6d
- Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu().
2009-09-30 13:09:30 +00:00
Dries Buytaert
8f1ec56d35
- Patch #584370 by JoshuaRogers, JacobSingh | mattyoung: fixed bug with CSS file inclusion in the CSS optimization code.
2009-09-29 17:52:46 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
67f2c101c1
- Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal.
2009-09-28 22:22:54 +00:00
Dries Buytaert
a8b3369b95
- Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
2009-09-27 11:08:45 +00:00
Dries Buytaert
762be09fa9
- Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron.
2009-09-25 15:20:12 +00:00
Dries Buytaert
ef33d44f66
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
2009-09-21 07:56:09 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
2bc3de6a4f
- Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output.
2009-09-18 10:54:20 +00:00
Angie Byron
e18feedfdb
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
2009-09-18 00:04:24 +00:00
Angie Byron
f5d1094bbb
#578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently.
2009-09-16 15:28:00 +00:00
Angie Byron
6c0f8eba1c
#469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
...
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.
2009-09-15 17:10:39 +00:00
Dries Buytaert
4d95e3d22a
- Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with language-specific caching and to improve the performance of the caching code.
2009-09-11 15:12:29 +00:00
Angie Byron
0d8adb439d
#306316 follow-up by catch: Revert coupling of node_types_rebuild() and menu_rebuild().
2009-09-10 22:10:10 +00:00
Dries Buytaert
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +00:00
Dries Buytaert
d481f1cd36
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
2009-09-10 06:31:39 +00:00
Dries Buytaert
a539b0e00d
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
2009-09-05 15:05:05 +00:00
Dries Buytaert
6586b76465
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.
2009-09-05 13:05:31 +00:00
Dries Buytaert
826b3fa817
- Patch #565994 by mfb: src attribute for external javascript should be HTML-encoded.
2009-09-05 10:05:38 +00:00
Angie Byron
896954da58
#321828 by Davy Van Den Bremt and Damien Tournoud: Move template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors.
2009-08-31 18:43:12 +00:00
Dries Buytaert
b4786ff0ee
- Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks.
2009-08-31 17:06:10 +00:00
Angie Byron
a244b45cfb
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().
2009-08-31 16:46:32 +00:00
Dries Buytaert
e6e29ac1b0
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .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.
2009-08-31 05:51:08 +00:00
Dries Buytaert
2a2a7f3f51
- Patch #423992 by Davy Van Den Brempt: remove unused variables.
2009-08-26 15:00:17 +00:00
Dries Buytaert
9d6dcc5682
- Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page variable.
2009-08-26 10:53:45 +00:00
Dries Buytaert
3f36af04de
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
2009-08-25 21:53:48 +00:00
Angie Byron
2c7e1f2a41
#505084 by Rob Loach: Added an #attached_library() FAPI property for drupal_add_library(), for consistency with #attached_css and #attached_js.
2009-08-25 21:16:31 +00:00
Angie Byron
245d83cb84
#364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's rendering API.
2009-08-25 15:39:13 +00:00
Dries Buytaert
14b233ec1d
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
2009-08-25 10:27:15 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
a2694498f1
#542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks.
2009-08-22 19:58:28 +00:00
Angie Byron
a9762cd3bf
#201415 by sun: Add a permission to access site in maintenance mode.
2009-08-22 18:24:14 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
716293e0fb
#509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
2009-08-21 07:50:08 +00:00
Dries Buytaert
40003c8307
- Patch #113614 by eaton, fago, et al: add centralized token/placeholder subsituation to core.
2009-08-19 20:19:37 +00:00
Angie Byron
b41323642b
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, 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://.
2009-08-17 19:14:42 +00:00
Angie Byron
25b9f686a6
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
2009-08-17 07:12:16 +00:00
Angie Byron
8b86d0da84
#296574 by boombatower and chx: Provide debug function for debugging during tests and elsewhere.
2009-08-15 06:20:20 +00:00
Angie Byron
6e3832f4ff
#264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through drupal_add_css().
2009-08-14 16:15:38 +00:00
Angie Byron
49699d5be1
#533586 by dww and chx: Refactor dependency checks into sharable helper functions.
2009-08-13 03:03:04 +00:00
Dries Buytaert
c2a833cf1e
- Patch #546878 by Gábor Hojtsy, yoroy: move performance settings.
2009-08-12 11:33:44 +00:00
Dries Buytaert
62e0ddc740
- Patch #545356 by Damien Tournoud: sidebars were broken in install.php, update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
2009-08-11 12:20:26 +00:00
Angie Byron
1da6ef52c4
#485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by limiting the number of allowed login attempts.
2009-08-08 20:52:33 +00:00
Angie Byron
0d18cd681b
#543594 by Damien Tournoud: Bubble up exceptions in PDO.
2009-08-08 14:09:51 +00:00
Angie Byron
691693304b
#193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors.
2009-08-05 15:58:35 +00:00
Angie Byron
17e6076807
#433992 by David_Rothstein and Frando: Change #theme_wrapper to #theme_wrappers to allow multiple theme functions to execute on renderable objects.
2009-08-04 06:38:57 +00:00
Angie Byron
65a1528f05
#341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when database is down.
2009-08-04 04:02:26 +00:00
Dries Buytaert
444e58c71a
- Patch #530976 by catch: small performance optimization to drupal_render().
2009-07-31 19:56:09 +00:00
Dries Buytaert
a16a5a9249
- Patch #536198 by boombatower: remove some death code.
2009-07-31 07:27:59 +00:00
Dries Buytaert
1a5c71e2da
- Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css.
2009-07-30 19:57:10 +00:00
Dries Buytaert
926606eeca
- Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
2009-07-30 19:24:21 +00:00
Dries Buytaert
8c8521081c
- Patch #534480 by solotandem: change explode to implode in the documentation.
2009-07-30 10:54:41 +00:00
Dries Buytaert
8140ed0d84
- Patch #443154 by boombatower, pwolanin: properly report fatal errors as failures.
2009-07-30 10:46:53 +00:00
Dries Buytaert
715a2d655f
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.
2009-07-29 06:39:35 +00:00
Dries Buytaert
de29094731
- Patch #493746 by Dave Reid: code clean-up of drupal_attributes().
2009-07-28 19:22:18 +00:00
Dries Buytaert
aab51b9319
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.
2009-07-28 12:13:47 +00:00
Dries Buytaert
5468b47b91
- Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers.
2009-07-27 19:53:18 +00:00
Dries Buytaert
7d41b2d7f5
- Patch #519782 by tic2000: change to become a hidden region like page_top.
2009-07-27 18:38:35 +00:00
Angie Byron
dbb5457cfe
#527804 by sun: Add an alter hook for element_info() to change default values of form elements.
2009-07-23 21:20:16 +00:00
Angie Byron
708f3b970f
#292565 follow-up by John Morahan: Restore ability to set 'user' as the 403/404 page.
2009-07-23 20:58:26 +00:00
Dries Buytaert
3a29ee48f8
- Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers.
2009-07-22 04:45:35 +00:00
Dries Buytaert
d24d954479
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
2009-07-20 18:51:36 +00:00
Dries Buytaert
53e31e6d62
- Patch #523694 by catch: improve performance of t().
2009-07-19 06:03:04 +00:00
Dries Buytaert
5a8452c55b
- Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values.
2009-07-15 17:40:18 +00:00