summaryrefslogtreecommitdiff
path: root/modules
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 #342493 by mayor: make aggregator.test 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 #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.
* #340052 by justinrandell: Speed up SimpleTest by 15,000 orders of magnitude ↵Angie Byron2008-11-30
| | | | by pre-loading 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 #339960 by Damien Tournoud: updated test explanation.Dries Buytaert2008-11-28
|
* - 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 #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 #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 #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.
* #337820 follow-up: Reverting conflict cruft that somehow got introduced the ↵Angie Byron2008-11-23
| | | | last commit.
* - Patch #336043 by c960657: skip calls to curlExec() in curlConnect(). Nice ↵Dries Buytaert2008-11-23
| | | | find, c960657\!
* - Patch #332980 by scor and keith.smith: documentation improvements + typo ↵Dries Buytaert2008-11-23
| | | | fixed.
* #302438 by maartenvg and cwgordon7: Only show the 'queued for approval' ↵Angie Byron2008-11-23
| | | | message for non-administrators.
* #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.
* #336596 by Dave Reid: Tests for who's online block so it continues to stay ↵Angie Byron2008-11-23
| | | | fixed. :)
* #332123 follow-up by lilou: Removing t() from schema descriptions in the ↵Angie Byron2008-11-22
| | | | block tables.
* #323474 follow-up by gpk: Some comment improvements to hook_boot/exit ↵Angie Byron2008-11-22
| | | | simpletests.
* - Patch #305345 by catch: making all terminology consistent.Dries Buytaert2008-11-22
|
* - Patch #324319 by catch: cleaned up the translation tests a bit.Dries Buytaert2008-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 #336746 by justinrandell: fixed broken t() function call.Dries Buytaert2008-11-22
|
* - 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 #330674 by catch: we can eliminate one database query because we ↵Dries Buytaert2008-11-22
| | | | have the parent node cached anyway.
* - Patch #293506 by catch, pwolanin, foripepe: added missing tests for the ↵Dries Buytaert2008-11-22
| | | | taxonomy module. New tests include tests for empty vocabulary overview, deleting a vocabulary, weights, etc. Also refactored some of the existing test to make them more crisp and readable.
* - Patch #337660 by dmitrig01: usability improvement - show a preview for the ↵Dries Buytaert2008-11-22
| | | | Powered By Drupal block.
* - Patch #335621 by Dave Reid: fixed warning.Dries Buytaert2008-11-22
|
* - Patch #245504 by David Rothstein: throttle module is gone now. For real.Dries Buytaert2008-11-22
|
* - Patch #293370 by maartenvg, swentel, et al: block sorting fails if more ↵Dries Buytaert2008-11-22
| | | | than 20 blocks are present.