summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #321283 by drewish: upload module needs to inform uid 1 about ↵Dries Buytaert2008-11-24
| | | | allowed extensions.
* - 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.
* Reverting #337820 which causes menu tests to fail, unbeknownst to testing ↵Angie Byron2008-11-24
| | | | bot. Hrm...
* 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
|
* #337820 follow-up: Reverting conflict cruft that somehow got introduced the ↵Angie Byron2008-11-23
| | | | last commit.
* - Patch #297181 by keith.smith: install profile clarifications.Dries Buytaert2008-11-23
|