You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/10/01 19:02:05 UTC

svn commit: r1392444 - in /directory/site/trunk: content/css/ content/images/ content/studio/ lib/ templates/studio/

Author: pamarcelot
Date: Mon Oct  1 17:02:04 2012
New Revision: 1392444

URL: http://svn.apache.org/viewvc?rev=1392444&view=rev
Log:
Added support for news on the index page.
News are located in a dedicated news page.

Added:
    directory/site/trunk/content/images/post-blue.png   (with props)
    directory/site/trunk/content/images/post-brown.png   (with props)
    directory/site/trunk/content/images/post-green.png   (with props)
    directory/site/trunk/content/studio/news.mdtext
    directory/site/trunk/templates/studio/index.html
Modified:
    directory/site/trunk/content/css/blue.css
    directory/site/trunk/content/css/brown.css
    directory/site/trunk/content/css/common.css
    directory/site/trunk/content/css/green.css
    directory/site/trunk/content/studio/index.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/css/blue.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/blue.css?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/content/css/blue.css (original)
+++ directory/site/trunk/content/css/blue.css Mon Oct  1 17:02:04 2012
@@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-blue.png') no-repeat;
 }
 
-a.blogHeading 
+.news h2
 {
 	color: #2c7a95;
 	background: url('../images/post-blue.png') no-repeat;

Modified: directory/site/trunk/content/css/brown.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/brown.css?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/content/css/brown.css (original)
+++ directory/site/trunk/content/css/brown.css Mon Oct  1 17:02:04 2012
@@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-brown.png') no-repeat;
 }
 
-a.blogHeading 
+.news h2
 {
 	color: #77540C;
 	background: url('../images/post-brown.png') no-repeat;

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Mon Oct  1 17:02:04 2012
@@ -280,14 +280,30 @@ a.none 
 	padding-left: 20px;
 }
 
-a.blogHeading 
+.news h1
 {
+    font-size: 153.9%;
+}
+
+.news h2 
+{
+    font-size: 100%;
 	text-decoration: none;
 	font-weight: bolder;
 	padding-left: 20px;
 	margin: 10px;
 }
 
+.news h2 em
+{
+    color: #777;
+    font-size: 100%;
+    font-style: italic;
+    float: right;
+	font-weight: normal;
+    clear: right;
+}
+
 .logoBlock
 {
     display: none;

Modified: directory/site/trunk/content/css/green.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/green.css?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/content/css/green.css (original)
+++ directory/site/trunk/content/css/green.css Mon Oct  1 17:02:04 2012
@@ -34,7 +34,7 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-green.png') no-repeat;
 }
 
-a.blogHeading 
+.news h2
 {
 	color: #196e0b;
 	background: url('../images/post-green.png') no-repeat;

Added: directory/site/trunk/content/images/post-blue.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/images/post-blue.png?rev=1392444&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/images/post-blue.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/images/post-brown.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/images/post-brown.png?rev=1392444&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/images/post-brown.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/site/trunk/content/images/post-green.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/images/post-green.png?rev=1392444&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/images/post-green.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/site/trunk/content/studio/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/index.mdtext?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/content/studio/index.mdtext (original)
+++ directory/site/trunk/content/studio/index.mdtext Mon Oct  1 17:02:04 2012
@@ -1,3 +1,19 @@
 Title: Welcome to Apache Directory Studio
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
 
 This is the homepage for **Apache Directory Studio**.
\ No newline at end of file

Added: directory/site/trunk/content/studio/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/news.mdtext?rev=1392444&view=auto
==============================================================================
--- directory/site/trunk/content/studio/news.mdtext (added)
+++ directory/site/trunk/content/studio/news.mdtext Mon Oct  1 17:02:04 2012
@@ -0,0 +1,112 @@
+# News
+
+
+## Apache Directory Studio 2.0 M3 released _posted on March 12, 2012_
+
+The Apache Directory Team is pleased to announce the release of Apache Directory Studio 2.0 M3, the third milestone release of the version 2.0 of its Eclipse based LDAP Browser and Directory client.
+
+You can download Apache Directory Studio 2.0 M3 as a standalone RCP application for Mac OS X, Linux and Windows here: <http://directory.apache.org/studio/2.0/download>
+
+You can install it directly in Eclipse using this update site: 
+<http://directory.apache.org/studio/update/2.x/>
+
+Here is the release note for Apache Directory Studio 2.0 M3:
+
+Bug
+
+* [DIRSTUDIO-764](https://issues.apache.org/jira/browse/DIRSTUDIO-764) - Image Editor does not work correctly
+* [DIRSTUDIO-765](https://issues.apache.org/jira/browse/DIRSTUDIO-765) - Can not export DSML
+* [DIRSTUDIO-767](https://issues.apache.org/jira/browse/DIRSTUDIO-767) - All attribute names are lowercase when using Apache Directory LDAP Client API
+* [DIRSTUDIO-768](https://issues.apache.org/jira/browse/DIRSTUDIO-768) - Error while searching using a filter on a binary attribute
+* [DIRSTUDIO-769](https://issues.apache.org/jira/browse/DIRSTUDIO-769) - Alt-S shortkey does not work in Search Dialog
+* [DIRSTUDIO-770](https://issues.apache.org/jira/browse/DIRSTUDIO-770) - Typos in french translation
+* [DIRSTUDIO-771](https://issues.apache.org/jira/browse/DIRSTUDIO-771) - Searches are not saved when closing Studio 2.0 M1/M2
+* [DIRSTUDIO-772](https://issues.apache.org/jira/browse/DIRSTUDIO-772) - Entry UUID Editor can't display eDirectory GUID
+* [DIRSTUDIO-773](https://issues.apache.org/jira/browse/DIRSTUDIO-773) - IllegalArgumentException thrown when copying the RootDSE
+* [DIRSTUDIO-776](https://issues.apache.org/jira/browse/DIRSTUDIO-776) - Misleading title for action "Open 'Search Result'/'Bookmark'/'Entry' in DIT" in LDAP Browser view context menu
+* [DIRSTUDIO-777](https://issues.apache.org/jira/browse/DIRSTUDIO-777) - Renaming entry fails when using Apache Directory LDAP API
+* [DIRSTUDIO-778](https://issues.apache.org/jira/browse/DIRSTUDIO-778) - NullPointerException when refreshing a TableEntryEditor
+* [DIRSTUDIO-779](https://issues.apache.org/jira/browse/DIRSTUDIO-779) - Label for folded attributes in TableEntryEditor is not updated when quick filter is used
+* [DIRSTUDIO-783](https://issues.apache.org/jira/browse/DIRSTUDIO-783) - The 'Rename Entry' dialog doesn't resize automatically when adding or removing RDN parts
+
+Improvement
+
+* [DIRSTUDIO-713](https://issues.apache.org/jira/browse/DIRSTUDIO-713) - Improve the 'Show in' sub-menu of the TableEntryEditor
+* [DIRSTUDIO-780](https://issues.apache.org/jira/browse/DIRSTUDIO-780) - Allow Apache Directory Studio to be pinned to Windows 7's taskbar
+* [DIRSTUDIO-782](https://issues.apache.org/jira/browse/DIRSTUDIO-782) - Improve Windows installer with JRE detection and creation of 'Apache Directory Studio.ini' file
+* [DIRSTUDIO-784](https://issues.apache.org/jira/browse/DIRSTUDIO-784) - Add the ability to sort searches in the LDAP Browser view
+* [DIRSTUDIO-785](https://issues.apache.org/jira/browse/DIRSTUDIO-785) - Add the ability to sort bookmarks in the LDAP Browser view
+
+
+Click here to view the full [Release Notes](http://directory.apache.org/studio/apache-directory-studio-20.html#ApacheDirectoryStudio2.0-Releasenotes).
+
+
+
+## Apache Directory Studio 2.0 M2 released _posted on February 07, 2012_
+
+The Apache Directory Team is pleased to announce the release of Apache Directory Studio 2.0 M2, the second milestone release of the version 2.0 of its Eclipse based LDAP Browser and Directory client.
+
+You can download Apache Directory Studio 2.0 M2 as a standalone RCP application for Mac OS X, Linux and Windows here: <http://directory.apache.org/studio/2.0/download>
+
+You can install it directly in Eclipse using this update site: 
+<http://directory.apache.org/studio/update/2.x/>
+
+Here are the release notes for Apache Directory Studio 2.0 M2:
+
+* [DIRSTUDIO-630](https://issues.apache.org/jira/browse/DIRSTUDIO-630) - Importing a Schema project twice shouldn't be possible
+* [DIRSTUDIO-733](https://issues.apache.org/jira/browse/DIRSTUDIO-733) - Error while reading RootDSE on Sun One directory server
+* [DIRSTUDIO-739](https://issues.apache.org/jira/browse/DIRSTUDIO-739) - Using 'Quick Search' in the DN editor while editing some object cancels editing and jumps to 'Quick Search' in the main window
+* [DIRSTUDIO-759](https://issues.apache.org/jira/browse/DIRSTUDIO-759) - Exit confirmation dialog is showed twice when quitting the application by closing the window on Linux and Windows
+* [DIRSTUDIO-760](https://issues.apache.org/jira/browse/DIRSTUDIO-760) - Unable to bind on an Active Directory server using 'domain\userid'
+* [DIRSTUDIO-763](https://issues.apache.org/jira/browse/DIRSTUDIO-763) - Typo in some English error messages ('occured' instead of 'occurred')
+
+Click here to view the full [Release Notes](http://directory.apache.org/studio/apache-directory-studio-20.html#ApacheDirectoryStudio2.0-Releasenotes).
+
+
+
+## Apache Directory Studio 2.0 M1 released _posted on January 18, 2012_
+
+The Apache Directory Team is pleased to announce the release of Apache Directory Studio 2.0 M1, a first milestone release of the version 2.0 of its Eclipse based LDAP Browser and Directory client.
+
+You can download Apache Directory Studio 2.0 M1 as a standalone RCP application for Mac OS X, Linux and Windows here: <http://directory.apache.org/studio/2.0/download>
+
+You can install it directly in Eclipse using this update site: 
+<http://directory.apache.org/studio/update/2.x/>
+
+Here are a few highlights of this new version:
+
+* The Apache Directory LDAP API has now been integrated in Apache Directory Studio:
+    * it is used as default network provider (as a replacement for JNDI - which is still selectable)
+    * and also in the Schema Editor plugin for checking the schema inconsistencies
+* A new LDAP Servers plugin has been introduced and replaces the ApacheDS plugin:
+    * it provides an open way to include LDAP Server adapters which allows you create and run a new LDAP Server within seconds
+    * LDAP Server adapters are provided for all ApacheDS versions from 1.5.3 to the latest milestone 2.0 M4).
+* A new ApacheDS 2.0 Configuration plugin takes care of editing the configuration of a 2.0 ApacheDS instance:
+    * it reads the configuration from the LDIF configuration file on the filesystem
+    * it can also read the configuration via LDAP using a connection defined in the LDAP Browser
+* The RCP application is based on the latest version of Eclipse (3.7.1):
+    * it is provided in two versions (32 bit and 64 bit) for each major operating system (Mac OS X, Linux & Windows)
+* There are a lot more new additions, improvements and bug fixes (see release notes)
+
+Click here to view the [Release Notes](http://directory.apache.org/studio/apache-directory-studio-20.html#ApacheDirectoryStudio2.0-Releasenotes).
+
+## Apache Directory Studio 1.5.3 released _posted on April 05, 2010_
+
+The Apache Directory Team is pleased to announce the release of Apache Directory Studio 1.5.3, a bug fix and enhancement update of its Eclipse based LDAP Browser and Directory client.
+
+You can download Apache Directory Studio 1.5.3 as a standalone RCP application for Mac OS X, Linux and Windows here:
+<http://directory.apache.org/studio/downloads.html>
+
+You can install it directly in Eclipse using this update site:
+<http://directory.apache.org/studio/update/1.x/>
+
+Here are a few highlights of this new version:
+
+* fixed a critical bug that makes Studio gone into an endless event loop
+* Apache DS plugin comes with the latest 1.5.6 version of Apache DS
+* Apache DS Configuration plugin can now handle correctly the latest 1.5.6 version of Apache DS server.xml file
+* editors now warns the user if they contain modifications and the input is changed
+* various improvements in certificates handling
+* added a new 'Delete All' menu item for entries, bookmarks and searches
+
+Click here to view the [ChangeLog](changelog.html).
\ No newline at end of file

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1392444&r1=1392443&r2=1392444&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Mon Oct  1 17:02:04 2012
@@ -111,6 +111,11 @@ our @patterns = (
         version => $version_studio } ],
         
     # Standard Apache Directory Studio page
+    [qr!studio\/index\.mdtext$!, template_page => {
+        template => "studio/index.html",
+        isDirStudio => true } ],
+        
+    # Standard Apache Directory Studio page
     [qr!studio\/.*?\.mdtext$!, template_page => {
         template => "studio/page.html",
         isDirStudio => true } ],

Added: directory/site/trunk/templates/studio/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/studio/index.html?rev=1392444&view=auto
==============================================================================
--- directory/site/trunk/templates/studio/index.html (added)
+++ directory/site/trunk/templates/studio/index.html Mon Oct  1 17:02:04 2012
@@ -0,0 +1,8 @@
+{% extends "studio/page.html" %}
+
+{% block content %}
+    {{ content | markdown }}
+    {% block news %}
+        <div class="news">{% filter markdown %}{% include "../content/studio/news.mdtext" %}{% endfilter %}</div>
+    {% endblock %}
+{% endblock %}
\ No newline at end of file