| Commit message (Collapse) | Author | Age |
|
|
|
| |
PostgreSQL 8.3.
|
|
|
|
| |
committed with api.php and that broke the tests.
|
|
|
|
| |
Drupal core.
|
| |
|
|
|
|
| |
removing bootstrap flag in system table.
|
| |
|
|
|
|
| |
consistency.
|
|
|
|
| |
fixed.
|
| |
|
|
|
|
| |
Powered By Drupal block.
|
| |
|
|
|
|
| |
Time? I bet you didn't think Drupal ever would! :)
|
|
|
|
| |
Requires you to run update.php.
|
| |
|
|
|
|
| |
cache registry lookups.
|
|
|
|
| |
work regardless of bootstrap phase.
|
| |
|
| |
|
| |
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
|
|
|
| |
default.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|
| |
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
FAPI property that can be used by WYSIWYG editors. WOOHOO.
|
| |
|
|
|
|
| |
node type related permissions together.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
is initialized twice.
|
|
|
|
| |
fixing failing test.
|
|
|
|
| |
themes + test so we don't break it again.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
PostgreSQL.
|
| |
|
| |
|
|
|
|
| |
generation database layer for Drupal 7.
|
|
|
|
| |
registry_rebuild() for consistency.
|
| |
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
|
|
|
| |
to typo.
|
|
|
|
| |
toolkits should not have to be copied.
|
|
|
|
| |
online vs on-line.
|
|
|
|
| |
meta-generator tags.
|
|
|
|
| |
'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
|
|
|
|
| |
some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|