[Libreoffice-commits] .: Branch 'opengrok' - .gitignore patches/all-code.diff

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Jun 28 00:33:33 PDT 2011


 .gitignore            |    1 +
 patches/all-code.diff |    8 +++++---
 2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit e1367e42ebab801dc35e868e719bcd503cb520d7
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Tue Jun 28 09:31:47 2011 +0200

    Removed translation from the repos selected by 'all code' link

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..080b239
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+lib/source.war
diff --git a/patches/all-code.diff b/patches/all-code.diff
index 7bc9a2a..9e061d9 100644
--- a/patches/all-code.diff
+++ b/patches/all-code.diff
@@ -1,7 +1,7 @@
 diff -ur a/web/menu.jspf b/web/menu.jspf
 --- a/web/menu.jspf	2010-05-11 10:10:08.000000000 +0200
 +++ b/web/menu.jspf	2011-02-17 13:21:20.000000000 +0100
-@@ -70,10 +70,11 @@
+@@ -70,10 +70,13 @@
  function selectAllProjects() {     
       $("#project *").attr("selected","selected");
  }
@@ -12,11 +12,13 @@ diff -ur a/web/menu.jspf b/web/menu.jspf
 -         if ( $(this).attr("selected") ) { $(this).removeAttr("selected") }
 -         else { $(this).attr("selected","true"); }
 +         var value = $(this).attr("value");
-+         if ( value == 'l10n' || value == 'testing' || value == 'help' ) { $(this).removeAttr("selected") }
++         if ( value == 'translation' || value == 'l10n' || value == 'testing' || value == 'help' ) {
++             $(this).removeAttr("selected") 
++         }
       }
      );
  }
-@@ -101,7 +102,7 @@
+@@ -101,7 +104,7 @@
                              <table border="0">
                                  <tbody>
                                      <tr>


More information about the Libreoffice-commits mailing list