Commit Graph

1296 Commits (05e249e8f85c1673e591401ae7a8c6f26f80e95d)

Author SHA1 Message Date
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
Dries Buytaert 0d05031835 - Patch #998612 by longwave: drupal_render() doesn't render 0 when set into #markup property. 2011-04-10 23:38:58 +02:00
Dries Buytaert 5e1e44c4c0 - Patch #733306 by atchijov, carlos8f: add static caching for drupal_parse_info_file(). 2011-04-10 21:39:14 +02:00
webchick 7c81e60109 Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. 2011-03-21 11:17:05 -07: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
Angie Byron 43fac0b20e #994482 by babbage: Fixed Syntax error in drupal_add_js API example 2010-12-10 16:44:53 +00:00
Angie Byron 6d13ffa486 #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_label 2010-12-08 07:06:27 +00:00
Angie Byron 9f5cd5395a #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
Dries Buytaert 1fb5f62ba5 - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
Dries Buytaert b1177ba603 - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. 2010-11-30 17:16:37 +00:00
Angie Byron 35d221ea41 #826486 by kscheirer, drunken monkey, tstoeckler, jhodgdon, sun: Fixed format_date() does not respect admin-defined date formats 2010-11-30 06:30:21 +00:00
Angie Byron 14779b97e1 #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests). 2010-11-29 04:53:32 +00:00
Angie Byron bf2c1934b9 #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATA 2010-11-22 05:22:43 +00:00
Angie Byron 0e35d4d818 #601548 follow-up by David_Rothstein: Remaining clean-ups from drupal_placeholder() patch. 2010-11-22 04:33:02 +00:00
Angie Byron f5ebd774b1 #972918 by jhodgdon: Add api documentation for class attribute for the l() function 2010-11-21 10:05:27 +00:00
Angie Byron d35abf8f71 #880368 by tstoeckler, jhodgdon: Fixed Document how to load external files with #attached 2010-11-20 09:46:22 +00:00
Angie Byron ed4b74024a #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
Angie Byron 7ec15ec285 #460448 follow-up by chx: Replace advanced regex incompatible with PCRE < 7.2 with function-based approach. 2010-11-20 08:27:52 +00:00
Angie Byron 4cc8ae69a1 #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly extended. 2010-11-20 06:49:47 +00:00
Angie Byron 8a482a4fda #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() includes settings twice and breaks certain JS files. 2010-11-20 05:02:46 +00:00
Angie Byron 1a91990cae #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function 2010-11-20 04:03:51 +00:00
Dries Buytaert 0a985cdac9 - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a lots of empty newlines. 2010-11-17 04:15:37 +00:00
Angie Byron ab21e07bbd #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
Dries Buytaert 346854c12e - Patch #927406 by Damien Tournoud, carlos8f, george@dynapres.nl, amateescu, Volx: colorable themes fail when CSS aggregation is enabled due to improper stream wrapper usage. 2010-11-13 14:06:43 +00:00
Dries Buytaert b51569528f - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE. 2010-11-13 14:04:08 +00:00
Dries Buytaert 566c39e7a3 - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element properties entirely override default element info properties. 2010-11-12 02:59:30 +00:00
Dries Buytaert d3852cd3f5 - Patch #961136 by sun: move system_sort_by_title() into common.inc. 2010-11-07 18:33:53 +00:00
Dries Buytaert 0447e92bf3 - Patch #801632 by sun, Jacine: make phptemplate the default engine to simplify .info file. 2010-11-07 00:27:20 +00:00
Dries Buytaert 6e6761edaa - Patch #961908 by dalin, Damien Tournoud: make drupal_attributes() faster. 2010-11-05 01:29:20 +00:00