summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #343631 by Dave Reid: cleaned up the database tests.Dries Buytaert2008-12-08
|
* - Patch #343259 by John Morahan: improved taxonomy_get_tree API.Dries Buytaert2008-12-08
|
* - 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
|
* #343765 by Dave Reid: Initialize SimpleTest with a value for required ↵Angie Byron2008-12-07
| | | | site_mail variable.
* #343620 by Dave Reid: Fix db_update() failure on expression-only SQL (with ↵Angie Byron2008-12-07
| | | | test).
* #61108 by Uwe Hermann: Minor whitespace changes in LICENSE.txt so it matches ↵Angie Byron2008-12-06
| | | | what's available at GNU.org.
* - Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.Dries Buytaert2008-12-05
|
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* - 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 #342493 by mayor: make aggregator.test work on PostgreSQL.Dries Buytaert2008-12-04
|
* - Patch #341910 by mayer: make file_space_used work on PostgreSQL.Dries Buytaert2008-12-04
|
* - Patch #341872 by mayer, catch: fixed bug in database conversion and added ↵Dries Buytaert2008-12-04
| | | | a missing test for taxonomy_term_save().
* - Patch #341885 by sun: remove absolute argument in theme_filter_tips().Dries Buytaert2008-12-03
|
* - Patch #107824 by Dave Reid, AlexisWilke et al: convert certain URL fields ↵Dries Buytaert2008-12-03
| | | | from VARCHAR to TEXT to avoid errors.
* - 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 #296624 by Damien Tournoud: made search work on PostgreSQL.Dries Buytaert2008-12-02
|
* - Patch #330582 by Darren Oh, c960657 et al: better API for retrieving HTTP ↵Dries Buytaert2008-12-02
| | | | headers and working with HTTP headers in tests.
* - 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
|
* #340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude ↵Angie Byron2008-11-30
| | | | by pre-loading the registry.
* #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 #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵Dries Buytaert2008-11-29
| | | | 'logout' to 'user/logout'. For real now.
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.
* - Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.Dries Buytaert2008-11-28
|
* - Patch #339960 by Damien Tournoud: updated test explanation.Dries Buytaert2008-11-28
|
* - Patch #337926 by hswong3i: by default, force lower-case database ↵Dries Buytaert2008-11-28
| | | | tables/columns.
* - Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to ↵Dries Buytaert2008-11-28
| | | | PostgreSQL 8.3.
* #338239 follow-up by c960657: Fix file test failure.Angie Byron2008-11-27
|
* Reverting #337820 once more, as it causes mysterious test failures.Angie Byron2008-11-27
|
* - Patch #314870 by drewish: removed some code that accidentically got ↵Dries Buytaert2008-11-26
| | | | committed with api.php and that broke the tests.
* - Patch #325908 by kbahey: removed redundant cache flusing.Dries Buytaert2008-11-26
|
* - Patch #263445 by Dave Reid, merlinofchaos: replace improper use of ↵Dries Buytaert2008-11-26
| | | | drupal_to_js() with drupal_json().
* - Patch #338239 by Damien Tournoud: clean-up DrupalWebTestCase.Dries Buytaert2008-11-26
|
* - Patch #338586 by Damien Tournoud: fix undefined function call in ↵Dries Buytaert2008-11-26
| | | | DatabaseSchema_pgsql::addField().
* - Patch #337820 by Dave Reid: rename menu path logout to user/logout.Dries Buytaert2008-11-25
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* #314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to ↵Angie Byron2008-11-25
| | | | Drupal core.
* - Patch #332980 by scor: RDF namespace registry clean-ups.Dries Buytaert2008-11-24
|
* - Patch #338516 by Damien Tournoud: convert run-tests.sh to the new database ↵Dries Buytaert2008-11-24
| | | | API.
* - Patch #338429 by scor: XHTML+RDFa compatibility.Dries Buytaert2008-11-24
|