summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #262920 by ainigma32: language selection for domain should look at ↵Dries Buytaert2009-01-02
| | | | HTTP_HOST not SERVER_NAME.
* - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should ↵Dries Buytaert2009-01-02
| | | | support all (X)HTML entities.
* - Patch #353207 by CitizenKane and drewish: cleaned up the ↵Dries Buytaert2009-01-02
| | | | FILE_STATUS_TEMPORARY field.
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
| | | | library and fixed some bugs.
* - Patch #314464 by Dave Reid, Crell, markus_petrux, drewish et al: convert ↵Dries Buytaert2008-12-30
| | | | db_placeholders() to new database layer.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* #333658 by sun: Code clean-up for batch.inc.Angie Byron2008-12-27
|
* - Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s ↵Dries Buytaert2008-12-26
| | | | parameters.
* - Patch #332002 by Crell et al: MergeQuery should refuse to execute if there ↵Dries Buytaert2008-12-26
| | | | are no key fields. With tests.
* - Patch #314464 by Crell: fixing up the db_placeholder() patch that I ↵Dries Buytaert2008-12-26
| | | | committed incompletely.
* - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and ↵Dries Buytaert2008-12-26
| | | | rework their sizes. Fixes exception on PostgreSQL.
* - Patch #303154 by John Morahan: fixed typo that slipped in.Dries Buytaert2008-12-26
|
* - Patch #350708 by dww: t() documentation clean-up.Dries Buytaert2008-12-26
|
* - Patch #344575 by cdale: made the ANSI compatibility mode less strict to ↵Dries Buytaert2008-12-24
| | | | work around a MySQL 5 bug.
* - Patch #314464 by Crell, Dave Reid et al: convert db_placeholders() to the ↵Dries Buytaert2008-12-24
| | | | new DB layer.
* - Patch #303154 by c960657: clean-up and better document ini_set() calls in ↵Dries Buytaert2008-12-23
| | | | default.settings.php.
* - Patch #344575 by cdale et al: force MySQL to run in ANSI compatibility ↵Dries Buytaert2008-12-23
| | | | mode. Comes with tests.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.Dries Buytaert2008-12-20
|
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #347228 by kajetan: missing return statement.Dries Buytaert2008-12-16
|
* - Patch #299178 by Crell et al: add support for subqueries in FROM and JOIN ↵Dries Buytaert2008-12-12
| | | | clauses in dynamic query. Cool feature/syntax.
* - Patch #345167 by JacobSignh, pwolanin, jlkreiss, keith.smith et al: fix ↵Dries Buytaert2008-12-12
| | | | some new line behavior in drupal_http_request().
* - Patch #276111 by pwolanin, Gabor et al: validate translation strings on ↵Dries Buytaert2008-12-09
| | | | import.
* - Patch #342693 by Damien Tournoud et al: DatabaseStatement Prefect iterator ↵Dries Buytaert2008-12-09
| | | | did not implement a proper forward-only one cursor.
* - Patch #328781 by Damien Tournoud and Dave Reid: fixed simpletest error ↵Dries Buytaert2008-12-09
| | | | reporting.
* - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().Dries Buytaert2008-12-09
|
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* #333060 by merlinofchaos, dvessel, neclimdul: Prevent parent theme clobbering.Angie Byron2008-12-07
|
* #305653 follow-up by sun: Prevent themes from being disabled during update.Angie Byron2008-12-07
|
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* - Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.Dries Buytaert2008-12-05
|
* - Patch #342366 by John Morahan, Dave Reid, Damien Tournoud: fixed ↵Dries Buytaert2008-12-05
| | | | replacement of unnamed placeholders in SQLite.
* #333658 by sun: Code clean-up for actions.inc.Angie Byron2008-12-04
|
* - Patch #341910 by mayer: make file_space_used work on PostgreSQL.Dries Buytaert2008-12-04
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #327269 by c960657: when drupal_page_cache_header() compares the ↵Dries Buytaert2008-12-03
| | | | client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code.
* - Patch #320510 by hswong3i et al: convert menu.inc to new database ↵Dries Buytaert2008-12-03
| | | | abstraction layer.
* - Patch #336115 by Dave Reid: fixing line endings.Dries Buytaert2008-12-03
|
* - Patch #337926 by Damien Tournoud: clean-up lower case handling.Dries Buytaert2008-12-02
|
* - Patch #336115 by nedjo: additional documentation for t().Dries Buytaert2008-12-02
|
* #340568 by Damien Tournoud: in some versions of SQLite, SELECT ↵Angie Byron2008-11-30
| | | | DISINCT(field) will return '(field)' as the field name.
* #340500 by justinrandell: Fix silliness in install.inc that was loading the ↵Angie Byron2008-11-30
| | | | db system twice for no apparent reason.
* #337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again.Angie Byron2008-11-30
|
* #338184 by Damien Tournoud: Remove special workarounds for serialize() in ↵Angie Byron2008-11-29
| | | | the registry.
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.