Dries Buytaert
|
9177c2a11c
|
- Patch #1272686 by Paul Simard, bfroehle, beejeebus: convert existing cache_* calls to the new cache()-> API.
|
2011-09-11 12:14:18 -04:00 |
Dries Buytaert
|
06aebd83b7
|
- Patch #1265586 by James_Stallings, edmund.kwok: remove bitter tasting 'bile' in core documentation ;).
|
2011-09-07 06:38:50 -04:00 |
webchick
|
05f77ccc6e
|
Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in cron.
|
2011-08-30 01:06:58 -07:00 |
Dries Buytaert
|
ebfd886f16
|
- Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.
|
2011-08-26 10:14:57 +01:00 |
Dries Buytaert
|
d242ebb25e
|
- Patch #732992 by adrinux, sreynen, David_Rothstein, jensimmons, Damien Tournoud, marcingy, Dave Reid | Sp.Shut: Added Allow filter_xss_admin() to accept HTML5 tags.
|
2011-08-12 12:13:28 -04:00 |
Dries Buytaert
|
2255a1e6b7
|
- Patch #1246376 by sun: HTTP_REQUEST_TIMEOUT constant value is not negative.
|
2011-08-12 10:37:46 -04:00 |
Dries Buytaert
|
85a0e326b9
|
- Patch #1232722 by peterpoe: drupal_process_states() - doc listing states is not quite right.
|
2011-08-10 15:47:50 -04:00 |
webchick
|
d013cad6b2
|
Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on invalid .
|
2011-07-28 17:31:20 -04:00 |
webchick
|
aa4fbf262d
|
Issue #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for stream wrappers not documented.
|
2011-07-28 15:32:16 -04:00 |
webchick
|
d5de304736
|
- #1180100 by barbi: Fixed drupal_attributes() doc should mention the space at beginning of return value.
|
2011-07-10 11:14:02 -07:00 |
webchick
|
920a653dc6
|
Issue #1136130 by pillarsdotnet: Reinstated WATCHDOG_* constants; using PHP equivalents caused issues on Windows.
|
2011-07-04 09:58:33 -07:00 |
webchick
|
940fcdea98
|
Issue #1179582 by dalin: Changed l() documentation should mention that sanitization is not performed when HTML => TRUE.
|
2011-07-03 11:00:28 -07:00 |
webchick
|
d98b944673
|
Issue #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() inconsistent redirect_url().
|
2011-06-21 23:09:30 -07:00 |
webchick
|
8a9f7b6d4a
|
Issue #1079214 follow-up by pillarsdotnet: Adjustment to drupal_goto() doc example.
|
2011-06-01 01:47:29 -07:00 |
webchick
|
3d299c4618
|
Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
|
2011-06-01 01:44:36 -07:00 |
webchick
|
8ee87a0f52
|
Issue #1063636 by barbi: Changed drupal_add_css() should reference drupal_get_css().
|
2011-05-29 22:41:06 -07:00 |
Dries Buytaert
|
09c65ba70e
|
- Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, pillarsdotnet: overlay does not work with prefixed URL paths.
|
2011-05-14 08:33:11 -04:00 |
Dries Buytaert
|
2a419f61aa
|
- Patch #1089174 by plach: prepare view hooks do not receive the language parameter.
|
2011-05-13 10:29:20 -04:00 |
Dries Buytaert
|
cabfacca39
|
- Patch #1024684 by linclark: omit & in @param statements.
|
2011-05-08 15:50:38 -04:00 |
Dries Buytaert
|
6b951d3f46
|
- Patch #1136130 by Crell: don't duplicate watchdog level constants.
|
2011-05-08 15:42:32 -04:00 |
Dries Buytaert
|
38311dc976
|
- Patch #1096446 by plach: entity_label() is not passing along the () parameter.
|
2011-05-04 20:37:56 -07:00 |
Dries Buytaert
|
721b9a1bda
|
- Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses.
|
2011-04-23 16:34:13 -04:00 |
Dries Buytaert
|
125596eeff
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:16 +02:00 |
Dries Buytaert
|
3db18a9d19
|
- Patch #998612 by longwave: drupal_render() doesn't render 0 when set into #markup property.
|
2011-04-10 23:38:47 +02:00 |
Dries Buytaert
|
9ee9817d1b
|
- Patch #733306 by atchijov, carlos8f: add static caching for drupal_parse_info_file().
|
2011-04-10 21:38:45 +02:00 |
Dries Buytaert
|
d34e4a7d19
|
- Patch #1079214 by drewish: drupal_goto() doc says 'either' but presents only one alternative.
|
2011-03-20 20:32:21 -04:00 |
Dries Buytaert
|
787127df81
|
- Patch #1089320 by Dave Reid: update version strings and constants to 8.x.
|
2011-03-20 20:28:12 -04:00 |
Dries Buytaert
|
7a8e71e0be
|
- Patch #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only.
|
2011-03-19 20:53:17 -04:00 |
webchick
|
6dabf4fc47
|
Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() function
|
2011-03-10 01:17:43 -06:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
570dcc5752
|
- Patch #892864 by pwolanin, pounard: remove drupal_static() in _drupal_bootstrap_full().
|
2011-02-19 13:19:26 +00:00 |
Dries Buytaert
|
0b5a09cc64
|
- Patch #942006 by jhodgdon, heyrocker: documentation for drupal_write_record() doesn't state what happens to missing values on existing records.
|
2011-02-19 01:01:41 +00:00 |
Dries Buytaert
|
a5c9ab0759
|
- Patch #1051184 by mr.baileys: fix doxygen formatting and punctuation in documentation for drupal_parse_info_file().
|
2011-02-19 00:33:05 +00:00 |
Dries Buytaert
|
fa39282ef7
|
- Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.
|
2011-02-19 00:09:11 +00:00 |
Dries Buytaert
|
bd1c87fbea
|
- Patch #1049528 by sreynen: change script example for drupal_parse_info_file() from .css to .js.
|
2011-02-09 02:23:52 +00:00 |
Dries Buytaert
|
2b3c728a56
|
- Patch #859602 by catch, bfroehle: #cache does not record the #attached declared in child elements.
|
2011-02-04 21:36:31 +00:00 |
Angie Byron
|
5791f3724b
|
#460448 follow-up by ridgerunner: Further optimize CSS aggregation regex.
|
2011-01-14 08:37:20 +00:00 |
Dries Buytaert
|
5f9eda1973
|
- Patch #930000 by jhodgdon, bleen18: show(), hide(), and render() documentation is misleading.
|
2011-01-12 23:15:26 +00:00 |
Angie Byron
|
913adae6ad
|
#989366 by jhodgdon: Improved documentation of hook_date_formats()
|
2011-01-03 06:51:00 +00:00 |
Angie Byron
|
90a95fd166
|
#1011308 by droplet: Fixed Call to undefined function decode_entities IN common.inc
|
2011-01-01 22:35:28 +00:00 |
Angie Byron
|
a5325d1449
|
#1011496 by danillonunes: Fixed Duplicate comment line for drupal_render_cid_parts()
|
2011-01-01 04:03:14 +00:00 |
Angie Byron
|
31560e26a7
|
#1010376 by danillonunes: Fixed drupal_add_js() documentation makes reference to drupal_add_css()
|
2011-01-01 03:25:01 +00:00 |
Angie Byron
|
0e78333485
|
#1004446 by rfay: Fix typo in documentation.
|
2010-12-21 19:16:31 +00:00 |
Angie Byron
|
64e1efb5b3
|
Roll-back of #1004446 to test git rebuild scripts.
|
2010-12-21 19:16:13 +00:00 |
Angie Byron
|
d1bc85ca8a
|
#1004446 by rfay: Fix typo in documentation.
|
2010-12-21 19:15:29 +00:00 |
Angie Byron
|
9fd8b30dfb
|
#999072 by Damien Tournoud: Fix typo in drupal_system_listing() preventing testing profile from working.
|
2010-12-15 23:50:56 +00:00 |
Angie Byron
|
de5b89a072
|
#714382 by Rob Loach, sun: Fixed Can't retrieve all libraries of a module
|
2010-12-15 04:21:39 +00:00 |
Angie Byron
|
437ba36d19
|
#987232 by jhodgdon: Fixed PHP wrapper functions topic page has extra text
|
2010-12-15 03:00:40 +00:00 |
Dries Buytaert
|
e091d1aca2
|
- Patch #856732 by mr.baileys: document security details for drupal_attributes().
|
2010-12-14 19:25:45 +00:00 |
Dries Buytaert
|
8dfb77d097
|
- Patch #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist.
|
2010-12-11 02:22:37 +00:00 |