summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #807396 by David_Rothstein: remove old error handling from ↵Dries Buytaert2010-06-07
| | | | theme_update_page().
* #797024 by pwolanin, justinrandell: Fixed Moving a class between files can ↵Angie Byron2010-06-06
| | | | cause SQL errors on registry rebuild.
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #742246 by jbrown, noahb, aspilicious, alexanderpas, rfay:handle ↵Dries Buytaert2010-06-05
| | | | uncaught exceptions.
* - Patch #803212 by effulgentsia, Heine: protection against forgery of input ↵Dries Buytaert2010-06-05
| | | | selection value doesn't work with checkboxes.
* - Patch #813822 by asimmonds: missing t() function in field_purge_field() ↵Dries Buytaert2010-06-05
| | | | causes fatal error.
* - Patch #807396 by Berdir, carlos8f, David_Rothstein: database errors not ↵Dries Buytaert2010-06-05
| | | | displaying during install.
* #716302 by lotyrin, David_Rothstein, Jody Lynn: Fixed Permissions not ↵Angie Byron2010-06-04
| | | | working on admin/dashboard.
* - Forgot to commit this a while ago.Dries Buytaert2010-06-04
|
* - Patch #765856 by Jeff Burnz, aspilicious: contextual lack rtl styling.Dries Buytaert2010-06-04
|
* - Patch #739802 by johnstorey: fix documentation of taxonomy_get_vocabularies().Dries Buytaert2010-06-04
|
* - Patch #312144 by CorniI, dropcube, EvanDonovan, Damien Tournoud, ↵Dries Buytaert2010-06-04
| | | | David_Rothstein, tstoeckler: install fails when default.settings.php is not present.
* - Patch #816750 by catch: field_info_field() docs.Dries Buytaert2010-06-03
|
* - Patch #815526 by plach: session language switcher prevents pages from ↵Dries Buytaert2010-06-03
| | | | being cached.
* - Patch #746920 by jhodgdon: removing jhodgdon as search module maintainer.Dries Buytaert2010-06-03
|
* - Patch #748390 by rfay, effulgentsia: improve #limit_validation_errors() ↵Dries Buytaert2010-06-03
| | | | phpdoc.
* - Patch #815734 by catch: system_update_7053() assumes block module is ↵Dries Buytaert2010-06-03
| | | | installed.
* - Patch #545610 by brandonojc, Everett Zufelt, mgifford: search form needs a ↵Dries Buytaert2010-06-03
| | | | header for accessibility.
* - Patch #816642 by catch: improved field exceptions.Dries Buytaert2010-06-03
|
* - Patch #772554 by Crell, jbrown: remove delay() method from insert queries.Dries Buytaert2010-06-02
|
* - Patch #334671 by Steve Dondley, naxoc: add tests for user role administration.Dries Buytaert2010-06-02
|
* - Patch #701358 by aaron, quicksketch, chx, pwolanin, aspilicious: the file ↵Dries Buytaert2010-06-02
| | | | API presumes a hiearchical file storage.
* #738454 by bradweikel: error if module uninstalled and no language file.Dries Buytaert2010-06-02
|
* - Patch #813540 by chx: handle NULL values nicely.Dries Buytaert2010-06-02
|
* - Patch #807622 by grendzy: ftal error calling sys_get_temp_dir() in installer.Dries Buytaert2010-06-02
|
* - Patch #814884 by catch: comment_user_cancel() should use comment_save().Dries Buytaert2010-06-02
|
* - Patch #759096 by catch: use fast drupal_static() pattern for ↵Dries Buytaert2010-06-01
| | | | field_available_languages().
* - Patch #276876 by mr.baileys: remove case sensitivity from variable names ↵Dries Buytaert2010-06-01
| | | | (get/set/del) through extra documentation.
* - Patch #767042 by Stefan Freudenberg: move comment rdf tests in rdf.test.Dries Buytaert2010-06-01
|
* - Patch #810176 by Jeff Burnz: updated documentation.Dries Buytaert2010-06-01
|
* - Patch #766100 by andypost: undefined function _system_rebuild_theme_data() ↵Dries Buytaert2010-06-01
| | | | when trying to run update.php.
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - Patch #760170 by sivaji: custom date format string form accepts empty ↵Dries Buytaert2010-06-01
| | | | string input.
* - Patch #813722 by joachim: fixed inconsistent terminology on the new ↵Dries Buytaert2010-05-31
| | | | 'Manage Display' screen.
* - Patch #767854 by droplet: fixed misspelled strings.Dries Buytaert2010-05-31
|
* - Patch #774346 by jvandyk: fixed documentation.Dries Buytaert2010-05-31
|
* - Patch #811276 by YaxBalamAhaw: 'Add to Default Shortcuts' keyboard ↵Dries Buytaert2010-05-31
| | | | navigation problems.
* - Patch #478946 by Scott Reynolds: node_access() batch rebuild will 'fail' ↵Dries Buytaert2010-05-31
| | | | when a node isn't loadable.
* - Patch #707724 by TR: call them entities instead of objects.Dries Buytaert2010-05-31
|
* - Patch #812416 by plach: fixed broken upgrade path.Dries Buytaert2010-05-29
|
* - Patch #812620 by kiamlaluno: fixed incorrect format_plural().Dries Buytaert2010-05-29
|
* - Patch #591048 by Damien Tournoud: the author information block was broken. ↵Dries Buytaert2010-05-29
| | | | Added tests.
* - Patch #585012 by jpmckinney, David_Rothstein: setting a default theme in ↵Dries Buytaert2010-05-29
| | | | install profile causes WHACK errors.
* - Patch #809558 by mr.baileys: node_title_list() didn't return renderable ↵Dries Buytaert2010-05-29
| | | | array for block content.
* - Patch #810176 by bleen18, jhodgdon: search result titles should be ↵Dries Buytaert2010-05-29
| | | | enclosed in a heading tag.
* - Patch #690288 by casey, klausi: back button in overlay doesn't work ↵Dries Buytaert2010-05-28
| | | | properly when there's redirection, e.g. #admin/structure/trigger.
* - Patch #808030 by dhthwy: new themes are not detected when visiting themes ↵Dries Buytaert2010-05-28
| | | | setting page without first clearing the cache manually.
* - Patch #810176 by bleen18: improved accessibility of search results -- ↵Dries Buytaert2010-05-28
| | | | Google/Yahoo style.
* - Patch #711108 by Berdir, scor: richer exception reporting for watchdog().Dries Buytaert2010-05-28
|
* - Patch #811170 by scor: missing db_drop_index() in user_update_7005().Dries Buytaert2010-05-28
|