core

Fehlermeldungen

  1.     * warning: include_once(modules/aggregator/aggregator.pages.inc) [function.include-once]: failed to open stream: No such file or directory in /var/www/kunden/kd75/html/drupal/includes/theme.inc on

RDF in core idea

  1. <?php
  2.  
  3. /**
  4.  * Implementation of hook_rdf_schema().
  5.  */
  6. function node_rdf_schema() {
  7.   $rdf = array();
  8.   $rdf['node'] = array(
  9.     'label' => t('content'),
  10.     'class' => 'sioc:post'
  11.   );

drupal_set_title calls

  1. SEE A GREP FROM CORE FOR drupal_set_title
  2. CALLS WITH @ IN CORE
  3. includes/common.inc:895: *     drupal_set_title($title = t("@name's blog", array('@name' => $account->name)), PASS_THROUGH);

bootstrap_invoke_all

  1. Index: includes/bootstrap.inc
  2. ===================================================================
  3. RCS file: /www/REPOSITORIES/core/drupal/includes/bootstrap.inc,v
  4. retrieving revision 1.206.2.4

Code

  1. Only in d6: .DS_Store
  2. Only in d6: files
  3. Only in d6/modules: .DS_Store
  4. diff -r -u -F'^function' drupal-6.0-beta4/modules/system/system.admin.inc d6/modules/system/system.admin.inc
Syndicate content