| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
permissions.
|
|
|
|
| |
existing tests.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
|
|
|
| |
session handling.
|
|
|
|
| |
expression
|
|
|
|
| |
error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-)
|
| |
|
|
|
|
| |
some first drupal_http_request() tests to core. Yay.
|
|
|
|
| |
on PostgreSQL.
|
|
|
|
| |
tests work on PostgreSQL.
|
| |
|
|
|
|
| |
includes/tests to simpletest/tests and provide hidden .info propery
|
| |
|
|
|
|
| |
non-writability of settings.php.
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
|
|
|
| |
simplified contact module thanks to that. Also removed some whitespace.
|
| |
|
| |
|
| |
|
|
|
|
| |
drupalPost().
|
| |
|
| |
|
|
|
|
| |
batch API for running the tests instead of an all-in-one approach. Great work.
|
| |
|
|
|
|
| |
handles element ids.
|
|
|
|
| |
excessive white space).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
requests. This actually fixes one failure.
|
|
|
|
| |
received.
|
|
|
|
| |
DrupalWebTestCase->parse().
|
| |
|
|
|
|
| |
doesn't check for failures.
|
| |
|
| |
|
|
|
|
| |
simpletests for the (new) permission handling. At last.
|
|
|
|
|
|
|
|
|
|
|
| |
flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
|
|
|
|
| |
the includes directory. Not working yet.
|