summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #337926 by hswong3i: by default, force lower-case database ↵Dries Buytaert2008-11-28
| | | | tables/columns.
* - Patch #338586 by Damien Tournoud: fix undefined function call in ↵Dries Buytaert2008-11-26
| | | | DatabaseSchema_pgsql::addField().
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* - Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey: should ↵Dries Buytaert2008-11-24
| | | | only be cleared in the parent watchdog() call.
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* Removing #137932 which was committed prematurely.Angie Byron2008-11-24
|
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* #67349 follow-up by Damien Damien Tournoud: Fix missing parenthesis.Angie Byron2008-11-23
|
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* #315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to ↵Angie Byron2008-11-23
| | | | modify JavaScript being printed to the page.
* #67349 by chx, Damien Tournoud, and paranojik: SQLite support in core! Yeah! :DAngie Byron2008-11-23
|
* #308834 follow-up by gpk: Comment improvements.Angie Byron2008-11-22
|
* - Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)Dries Buytaert2008-11-22
|
* - Patch #335614 by Damien Tournoud: getActiveConnection() and ↵Dries Buytaert2008-11-22
| | | | getConnection() were broken when was not found. Now with tests\!
* - Patch #308834 by c960657: move setting of magic_quotes_runtime out of ↵Dries Buytaert2008-11-22
| | | | settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap.
* - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on ↵Dries Buytaert2008-11-22
| | | | uncached page views if cache mode is aggressive.
* - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().Dries Buytaert2008-11-22
|
* - Patch #277644 by lilou: documentation improvement.Dries Buytaert2008-11-22
|
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* #74645 follow-up by maartenvg: One very important file_scan_directory() call ↵Angie Byron2008-11-16
| | | | got missed; now HEAD installs again. W00t. ;)