| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
| |
per the UMN usability study results.
|
|
|
|
| |
descriptions for permissions on the permission administration page.
|
| |
|
|
|
|
| |
phpdoc shows up properly
|
|
|
|
| |
properly namespaced
|
|
|
|
| |
converted to hyphens in node/add links
|
| |
|
|
|
|
| |
better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
|
|
|
|
| |
help texts, as the handbook we referred to before was renamed
|
|
|
|
| |
fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
|
|
|
|
| |
content translation module
|
|
|
|
| |
node form, so translation workflow was not working
|
| |
|
| |
|
| |
|
|
|
|
| |
needs more thought and discussion, so postponed until at least Drupal 7
|
|
|
|
| |
translation_node_get_translations() actually loads partial nodes only
|
|
|
|
| |
translation set node_load caches when a set is updated
|
|
|
|
| |
external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
|
|
|
|
| |
Oracle and DB2. Also a performance improvement.
|
|
|
|
| |
in this development cycle; only whitespace changes
|
| |
|
| |
|
| |
|
|
|
|
| |
languages by default, and even content languages, when a translation module provides the alternate links
|
|
|
|
| |
router path based lookups, and also full path argument lookup with a passed argument array
|
|
built on the existing node language feature
|