summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #460448 follow-up by ridgerunner: Further optimize CSS aggregation regex.Angie Byron2011-01-14
|
* - Patch #930000 by jhodgdon, bleen18: show(), hide(), and render() ↵Dries Buytaert2011-01-12
| | | | documentation is misleading.
* #989366 by jhodgdon: Improved documentation of hook_date_formats()Angie Byron2011-01-03
|
* #1011308 by droplet: Fixed Call to undefined function decode_entities IN ↵Angie Byron2011-01-01
| | | | common.inc
* #1011496 by danillonunes: Fixed Duplicate comment line for ↵Angie Byron2011-01-01
| | | | drupal_render_cid_parts()
* #1010376 by danillonunes: Fixed drupal_add_js() documentation makes ↵Angie Byron2011-01-01
| | | | reference to drupal_add_css()
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* Roll-back of #1004446 to test git rebuild scripts.Angie Byron2010-12-21
|
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* #999072 by Damien Tournoud: Fix typo in drupal_system_listing() preventing ↵Angie Byron2010-12-15
| | | | testing profile from working.
* #714382 by Rob Loach, sun: Fixed Can't retrieve all libraries of a moduleAngie Byron2010-12-15
|
* #987232 by jhodgdon: Fixed PHP wrapper functions topic page has extra textAngie Byron2010-12-15
|
* - Patch #856732 by mr.baileys: document security details for ↵Dries Buytaert2010-12-14
| | | | drupal_attributes().
* - Patch #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist.Dries Buytaert2010-12-11
|
* #994482 by babbage: Fixed Syntax error in drupal_add_js API exampleAngie Byron2010-12-10
|
* #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_labelAngie Byron2010-12-08
|
* #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the ↵Angie Byron2010-12-01
| | | | FileTransfer class system in contrib
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #826486 by kscheirer, drunken monkey, tstoeckler, jhodgdon, sun: Fixed ↵Angie Byron2010-11-30
| | | | format_date() does not respect admin-defined date formats
* #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).Angie Byron2010-11-29
|
* #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATAAngie Byron2010-11-22
|
* #601548 follow-up by David_Rothstein: Remaining clean-ups from ↵Angie Byron2010-11-22
| | | | drupal_placeholder() patch.
* #972918 by jhodgdon: Add api documentation for class attribute for the l() ↵Angie Byron2010-11-21
| | | | function
* #880368 by tstoeckler, jhodgdon: Fixed Document how to load external files ↵Angie Byron2010-11-20
| | | | with #attached
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #460448 follow-up by chx: Replace advanced regex incompatible with PCRE < ↵Angie Byron2010-11-20
| | | | 7.2 with function-based approach.
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() ↵Angie Byron2010-11-20
| | | | includes settings twice and breaks certain JS files.
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function
* - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a ↵Dries Buytaert2010-11-17
| | | | lots of empty newlines.
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* - Patch #927406 by Damien Tournoud, carlos8f, george@dynapres.nl, amateescu, ↵Dries Buytaert2010-11-13
| | | | Volx: colorable themes fail when CSS aggregation is enabled due to improper stream wrapper usage.
* - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, ↵Dries Buytaert2010-11-13
| | | | eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE.
* - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element ↵Dries Buytaert2010-11-12
| | | | properties entirely override default element info properties.
* - Patch #961136 by sun: move system_sort_by_title() into common.inc.Dries Buytaert2010-11-07
|
* - Patch #801632 by sun, Jacine: make phptemplate the default engine to ↵Dries Buytaert2010-11-07
| | | | simplify .info file.
* - Patch #961908 by dalin, Damien Tournoud: make drupal_attributes() faster.Dries Buytaert2010-11-05
|
* - Patch #582584 by JohnAlbin: form_required_marker() isn't passed the form ↵Dries Buytaert2010-10-28
| | | | element (theme_hook() definition is wrong).
* - Patch #952768 by jhodgdon: () parameter in drupal_add_library() and ↵Dries Buytaert2010-10-28
| | | | drupal_process_attached() undocumented.
* - Patch #950662 by amateescu: documentation improvements for ↵Dries Buytaert2010-10-26
| | | | drupal_http_request()
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #945332 by webkenny: allow 'tel:' protocol through ↵Dries Buytaert2010-10-21
| | | | drupal_strip_dangerous_protocols().
* - Patch #945118 by Island Usurper: fixed documentation formatting for ↵Dries Buytaert2010-10-20
| | | | drupal_add_js().
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated ↵Dries Buytaert2010-10-11
| | | | CSS and JS.
* #895140 by alexpott, jp.stacey, matason, David_Rothstein: Fixed ↵Angie Byron2010-10-09
| | | | _system_rebuild_module/theme_data() choose 6.x over 7.x versions.
* - Patch #460448 by sun: some CSS rules are broken once CSS aggregation is ↵Dries Buytaert2010-10-08
| | | | enabled.
* #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.Angie Byron2010-10-08
|
* #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are ↵Angie Byron2010-10-07
| | | | lost on module disable.