? Drupal CVS.tmproj
? bestanden
? files
? generate-content.php
? jghdfjsgh
? ongebrukte themas
? pictures
? temporary
? tijdelijk
? translations
? misc/checkmark.png
? misc/error.png
? modules/devel
? modules/nederlands.modules
? themes/Sketch It!.tmproj
? themes/sempre
? themes/semprecrescendo
cvs diff: Diffing .
cvs diff: Diffing database
cvs diff: Diffing includes
Index: includes/locale.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/locale.inc,v
retrieving revision 1.56
diff -u -F^f -r1.56 locale.inc
--- includes/locale.inc	21 Oct 2005 11:14:28 -0000	1.56
+++ includes/locale.inc	22 Oct 2005 13:23:24 -0000
@@ -132,7 +132,7 @@ function _locale_admin_import_screen() {
   $form['mode'] = array('#type' => 'radios', '#title' => t('Mode'), '#default_value' => 'overwrite', '#options' => array('overwrite' => t('Strings in the uploaded file replace existing ones, new ones are added'), 'keep' => t('Existing strings are kept, only new strings are added')));
   $form['submit'] = array('#type' => 'submit', '#value' => t('Import'));
   $form['#attributes']['enctype'] = 'multipart/form-data';
-  $form['#action'] = 'admin/locale/language/import';
+  $form['#action'] = url('admin/locale/language/import');
 
   return drupal_get_form('_locale_admin_import', $form);
 }
@@ -1127,7 +1127,7 @@ function _locale_string_seek_form() {
   $form['search']['language'] = array('#type' => 'radios', '#title' => t('Language'), '#default_value' => ($query->language ? $query->language : 'all'), '#options' => array_merge(array('all' => t('All languages'), 'en' => t('English (provided by Drupal)')), $languages['name']));
   $form['search']['searchin'] = array('#type' => 'radios', '#title' => t('Search in'), '#default_value' => ($query->searchin ? $query->searchin : 'all'), '#options' => array('all' => t('All strings in that language'), 'translated' => t('Only translated strings'), 'untranslated' => t('Only untranslated strings')));
   $form['search']['submit'] = array('#type' => 'submit', '#value' => t('Search'));
-  $form['#action'] = 'admin/locale/string/search';
+  $form['#action'] = url('admin/locale/string/search');
 
   return drupal_get_form('_locale_string_seek', $form);
 }
cvs diff: Diffing misc
cvs diff: Diffing modules
Index: modules/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment.module,v
retrieving revision 1.384
diff -u -F^f -r1.384 comment.module
--- modules/comment.module	20 Oct 2005 09:27:36 -0000	1.384
+++ modules/comment.module	22 Oct 2005 13:23:25 -0000
@@ -1211,7 +1211,7 @@ function comment_controls($mode = 2, $or
 
   $form['nid'] = array('#type' => 'hidden', '#value' => $nid);
 
-  $form['#action'] = 'comment/reply';
+  $form['#action'] = url('comment/reply');
 
   return drupal_get_form('comment_controls'. $top_or_bottom, $form, 'comment_controls');
 }
Index: modules/watchdog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/watchdog.module,v
retrieving revision 1.131
diff -u -F^f -r1.131 watchdog.module
--- modules/watchdog.module	21 Oct 2005 10:50:03 -0000	1.131
+++ modules/watchdog.module	22 Oct 2005 13:23:25 -0000
@@ -80,7 +80,7 @@ function watchdog_overview() {
     '#options' => $names,
     '#default_value' => $_SESSION['watchdog_overview_filter']
   );
-  $form['#action'] = 'admin/logs';
+  $form['#action'] = url('admin/logs');
 
   $form['submit'] = array('#type' => 'submit', '#value' =>t('Filter'));
   $output = drupal_get_form('watchdog_form_overview', $form);
cvs diff: Diffing scripts
cvs diff: Diffing sites
cvs diff: Diffing sites/default
cvs diff: Diffing themes
cvs diff: Diffing themes/bluemarine
cvs diff: Diffing themes/chameleon
cvs diff: Diffing themes/chameleon/marvin
cvs diff: Diffing themes/engines
cvs diff: Diffing themes/engines/phptemplate
cvs diff: Diffing themes/pushbutton
