| Commit message (Collapse) | Author | Age |
|
|
|
| |
format' based on UMN usability study.
|
|
|
|
| |
unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
| |
|
| |
|
|
|
|
| |
fail problem.
|
|
|
|
| |
expect.
|
| |
|
|
|
|
| |
rework their sizes. Fixes exception on PostgreSQL.
|
| |
|
| |
|
|
|
|
| |
to singular for consistency. Oh my.
|
|
|
|
| |
'logout' to 'user/logout'. For real now.
|
| |
|
| |
|
|
|
|
| |
removing bootstrap flag in system table.
|
|
|
|
| |
bot. Hrm...
|
|
|
|
| |
consistency.
|
|
|
|
| |
last commit.
|
|
|
|
| |
fixed.
|
| |
|
|
|
|
| |
Time? I bet you didn't think Drupal ever would! :)
|
|
|
|
| |
descriptions.
|
|
|
|
| |
Requires you to run update.php.
|
|
|
|
| |
the cron notifications.
|
|
|
|
| |
code and remove redundant index.
|
|
|
|
| |
-> D7.
|
| |
|
|
|
|
| |
search_dataset.sid_type unique key should be an Index.
|
|
|
|
| |
work regardless of bootstrap phase.
|
|
|
|
| |
URLs are disabled.
|
| |
|
|
|
|
| |
'administer nodes'.
|
| |
|
|
|
|
| |
absolute paths.
|
| |
|
|
|
|
| |
admin.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
|
|
|
| |
warning.
|
|
|
|
| |
registry_rebuild() for consistency.
|
|
|
|
| |
exceptions on PostgreSQL.
|
|
|
|
| |
online vs on-line.
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
|
|
|
| |
support for poll module.
|
|
|
|
| |
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.
|