OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-May-2008 20:12:17
Branch: HEAD Handle: 2008051619121700
Modified files:
openpkg-src/drupal drupal.patch
Log:
modifying package: drupal-6.2 20080516 again
Summary:
Revision Changes Path
1.9 +35 -1 openpkg-src/drupal/drupal.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 drupal.patch
--- openpkg-src/drupal/drupal.patch 9 May 2008 12:12:24 -0000 1.8
+++ openpkg-src/drupal/drupal.patch 16 May 2008 18:12:17 -0000 1.9
@@ -330,7 +330,7 @@
--- /dev/null 2008-05-02 21:08:21 +0200
+++ sites/all/modules/img_assist/img_assist_popup.js 2008-05-02 21:05:56
+0200
@@ -0,0 +1,20 @@
-+/* $Id: drupal.patch,v 1.8 2008/05/09 12:12:24 rse Exp $ */
++/* $Id: drupal.patch,v 1.9 2008/05/16 18:12:17 rse Exp $ */
+
+function launch_popup(nid, mw, mh) {
+ var ox = mw;
@@ -425,3 +425,37 @@
'#weight' => 15,
);
+-----------------------------------------------------------------------------
+
+No need to always expand the "Menu settings" on node edit pages.
+
+Index: modules/menu/menu.module
+--- modules/menu/menu.module.orig 2008-04-09 23:11:48 +0200
++++ modules/menu/menu.module 2008-05-16 20:03:48 +0200
+@@ -366,7 +366,7 @@
+ '#title' => t('Menu settings'),
+ '#access' => user_access('administer menu'),
+ '#collapsible' => TRUE,
+- '#collapsed' => FALSE,
++ '#collapsed' => TRUE,
+ '#tree' => TRUE,
+ '#weight' => -2,
+ '#attributes' => array('class' => 'menu-item-form'),
+
+-----------------------------------------------------------------------------
+
+Use a larger text-area on node edit pages.
+
+Index: modules/node/node.pages.inc
+--- modules/node/node.pages.inc.orig 2008-02-27 20:44:44 +0100
++++ modules/node/node.pages.inc 2008-05-16 20:06:45 +0200
+@@ -287,7 +287,8 @@
+ '#type' => 'textarea',
+ '#title' => check_plain($label),
+ '#default_value' => $include ? $node->body : ($node->teaser .
$node->body),
+- '#rows' => 20,
++ '#rows' => 30,
++ '#cols' => 80,
+ '#required' => ($word_count > 0),
+ );
+
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]