| Commit message (Collapse) | Author | Age |
|
|
|
| |
parameters.
|
|
|
|
| |
architecture for aggregator
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
descriptions.
|
|
|
|
| |
Requires you to run update.php.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Correct registration of maintenance page in hook_theme().
|
| |
|
| |
|
|
|
|
| |
references to blog module.
|
| |
|
| |
|
|
|
|
| |
new DB abstraction layer.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
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. :)
|
|
|
|
| |
developer experience.
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
| |
|
| |
|
|
|
|
| |
an option to not generate blocks for RSS feeds.
|
|
|
|
| |
Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database.
|
|
|
|
| |
md5 hash for the feed.
|
| |
|
|
|
|
| |
not parseable feeds.
|
|
|
|
| |
aggregator feed.
|
| |
|
| |
|
|
|
|
| |
consistent.
|
|
|
|
| |
functionality for RSS feeds. Woot.
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|