summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #811346 by Berdir: trying to load a term for deleting after ↵Dries Buytaert2010-05-28
| | | | vocabulary has been deleted does not work and results in notices.
* - Patch #809698 by Damien Tournoud, tstoeckler: refrain from using the || ↵Dries Buytaert2010-05-28
| | | | operator for concatenation.
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|
* - Patch #809132 by marcingy, andypost: increase size of init field on users ↵Dries Buytaert2010-05-26
| | | | table to 254 characters and add missing index.
* - Patch #724642 by tstoeckler: removed some whitespace.Dries Buytaert2010-05-26
|
* - Patch #622330 by JohnAlbin, Jeff Burnz: CSS alternative to remove clearfix ↵Dries Buytaert2010-05-26
| | | | from inline field markup.
* - Patch #751752 by neclimdul: update directly adds ui files and is broken by ↵Dries Buytaert2010-05-26
| | | | 1.8 update.