From 0779886ffd5f58e26dbe15e198d1b3531ea27301 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 30 Nov 2011 13:07:39 +0100 Subject: [PATCH] [doc] Fix several wrong URLs in documents FEA: ItEr75S03CommunityMaterial --- HACKING | 6 +++--- INSTALL | 14 +++++++------- NEWS | 38 +++++++++++++++++++------------------- UPDATE | 12 ++++++------ 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/HACKING b/HACKING index c7d12140b..d61b2fad8 100644 --- a/HACKING +++ b/HACKING @@ -72,7 +72,7 @@ Debian/Ubuntu * Download source code:: - $ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan + $ git clone git://navalplan.git.sourceforge.net/gitroot/navalplan/navalplan * Compile project:: @@ -121,7 +121,7 @@ Fedora * Download source code:: - $ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan + $ git clone git://navalplan.git.sourceforge.net/gitroot/navalplan/navalplan * Compile project:: @@ -181,7 +181,7 @@ openSUSE * Download source code:: - $ git clone git://libreplan.git.sourceforge.net/gitroot/libreplan/libreplan + $ git clone git://navalplan.git.sourceforge.net/gitroot/navalplan/navalplan * Compile project:: diff --git a/INSTALL b/INSTALL index 4615a15ac..3ec668618 100644 --- a/INSTALL +++ b/INSTALL @@ -29,17 +29,17 @@ Debian packages ~~~~~~~~~~~~~~~ There are Debian packages for Squeeze (i386 and amd64), you can download them -from: http://sourceforge.net/projects/libreplan/files/LibrePlan/ +from: http://sourceforge.net/projects/navalplan/files/NavalPlan/ Instructions: * Download the package:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1-1_amd64.deb + $ wget http://downloads.sourceforge.net/project/navalplan/files/NavalPlan/navalplan_1.1.1-1_amd64.deb * Install package:: - # dpkg -i libreplan_1.1.1-1_amd64.deb + # dpkg -i navalplan_1.1.1-1_amd64.deb * Install dependencies:: @@ -68,7 +68,7 @@ Debian/Ubuntu * Download database installation script:: - $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.1.1.sql + $ wget -O install.sql http://downloads.sourceforge.net/project/navalplan/NavalPlan/install_1.1.1.sql * Create database structure:: @@ -76,7 +76,7 @@ Debian/Ubuntu * Download ``.war`` file from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/navalplan/NavalPlan/navalplan_1.1.1.war * Create a new file ``/etc/tomcat6/Catalina/localhost/libreplan.xml`` (file name has to match with ``.war`` name) with database configuration for @@ -170,7 +170,7 @@ openSUSE * Download database installation script:: - $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.1.1.sql + $ wget -O install.sql http://downloads.sourceforge.net/project/navalplan/NavalPlan/install_1.1.1.sql * Create database structure:: @@ -178,7 +178,7 @@ openSUSE * Download ``.war`` file from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/navalplan/NavalPlan/navalplan_1.1.1.war * Create a new file ``/etc/tomcat6/Catalina/localhost/libreplan.xml`` (file name has to match with ``.war`` name) with database configuration for diff --git a/NEWS b/NEWS index 633026c36..020caeb51 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ labels were loaded and the persistence to disk failed. Other minor fixes included in this version: * Task Scheduling Status In Project report has been reviewed and fixed. -* Now LibrePlan does not depend on server language for translations of strings +* Now NavalPlan does not depend on server language for translations of strings in the business module. * Resource load chart is fixed for tasks finishing in the middle of a day. * Solved issue on Gantt saving due to transient resource allocations. @@ -185,7 +185,7 @@ Changes Version 1.1.0 (19 May 2011) --------------------------- -New major version of LibrePlan. Apart from a lot of bugfixing the main features +New major version of NavalPlan. Apart from a lot of bugfixing the main features included in this version are: * Fixed problem with WebKit based browsers. @@ -217,7 +217,7 @@ included in this version are: * Hierarchical criteria enforced. - Criteria in LibrePlan are like dynamic roles that resources can satisfy and + Criteria in NavalPlan are like dynamic roles that resources can satisfy and can be hierarchical. This means that one general criterion can include other more specific criteria inside. For instance, it is possible to configure the general criterion Engineer with two children like Electric Engineer and @@ -230,7 +230,7 @@ included in this version are: Generic allocation is the assignment based on criteria. You specify the set of criteria which must be satisfied by the workers who are able to do the - task and, after this, LibrePlan looks for them and selects the ones less + task and, after this, NavalPlan looks for them and selects the ones less loaded to be planned. The algorithm which selects the workers to be assigned to a task when @@ -268,7 +268,7 @@ included in this version are: * admin/admin. This user is the user with administration privileges. * user/user. This is a common user without administration privileges. * wswriter/wswriter. This user has write permissions to use then web - services operations which require modify or insert data in LibrePlan. + services operations which require modify or insert data in NavalPlan. * wsreader/wsreader. This user has read permissions to the use web services operations which only require read permissions. @@ -309,7 +309,7 @@ Notes If you are upgrading from any 1.0.x verion, you will need to manually execute on your database the SQL sentences from file: -``/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.1.0`` +``/usr/share/dbconfig-common/data/navalplan/upgrade/pgsql/1.1.0`` To get database access information review ``/etc/tomcat6/context.xml`` file. @@ -816,7 +816,7 @@ Changes * [Bug #898] Add column criterion type (worker or machine) in criterion types list. * [Bug #924] Call method useSchedulingDataFor for each order. -* LibrePlan exercises for formation course in Spanish in reStructuredText. +* NavalPlan exercises for formation course in Spanish in reStructuredText. * [doc] Added more sections to use case development guide. * [Bug #884] Show progress measurements list in reverse order. * [Bug #884] Sort progress measurements list in reverse order. @@ -837,7 +837,7 @@ Changes * [i18n] Updated translations. * [Bug #910] Change string 'Type resource assignation' to 'Resource allocation type' -* LibrePlan formation manual in spanish in reStructuredText. +* NavalPlan formation manual in spanish in reStructuredText. * [doc] Added information about interface in use case development guide. * [Bug #892] Rename labels in 'Overall progress' * [doc] Use case development guide. @@ -883,7 +883,7 @@ Changes hoursWorkedPerWorkerReport.jrxml. * Training material update * [doc] Added info about model and extract database data to report guide. -* [doc] First version of basic tutorial to create a new report on LibrePlan. +* [doc] First version of basic tutorial to create a new report on NavalPlan. * Added comment in main pom.xml to mark the point where bundle folders for reports are specified. * Give more priority to the resources already picked @@ -922,7 +922,7 @@ Changes * Apply validation annotation to the field * [Bug #871] The problem is due to receiving an empty list of tasks * [Bug #865] Fix bug -* [Bug #870] LibrePlan appears in English if browser is configured with es-es +* [Bug #870] NavalPlan appears in English if browser is configured with es-es * Fix bug create or edit resource should start on first tab * [Bug #864] S-curve changes the end date of a task * [Bug #868] It does not update the row of the order element correctly @@ -1064,7 +1064,7 @@ Changes * Make canWork rely on Capacity data * Use Capacity in BaseCalendar * Make consufing method private -* Updated LibrePlan license headers to 2011. +* Updated NavalPlan license headers to 2011. * Refactored components allocation_search and allocation_search_component * Added Resource.getCaptionFor() * Replaced method IResourceSearchModel.byLimiting(boolean) with .byResourceType @@ -1217,7 +1217,7 @@ Changes Version 1.0.5 (8 Apr 2011) -------------------------- -Last bugfixing version of LibrePlan for 1.0.x cycle, like in previous releases +Last bugfixing version of NavalPlan for 1.0.x cycle, like in previous releases it includes all the fixes done in the stable branch since 1.0.4. Among them we would like to highlight: @@ -1305,7 +1305,7 @@ Changes Version 1.0.4 (17 Mar 2011) --------------------------- -A new bugfixing version of LibrePlan, including a lot of bugs fixed during this +A new bugfixing version of NavalPlan, including a lot of bugs fixed during this month. * Resolved some stability problems appearing under certain circumstances. @@ -1368,7 +1368,7 @@ Changes * [Bug #898] Add column criterion type (worker or machine) in criterion types list. * [Bug #924] Call method useSchedulingDataFor for each order. -* LibrePlan exercises for formation course in Spanish in reStructuredText. +* NavalPlan exercises for formation course in Spanish in reStructuredText. * [Bug #884] Show progress measurements list in reverse order. * [Bug #884] Sort progress measurements list in reverse order. * [Bug #854] fix the labels in workingProgressPerTask report @@ -1388,7 +1388,7 @@ Changes * [i18n] Updated translations. * [Bug #910] Change string 'Type resource assignation' to 'Resource allocation type' -* LibrePlan formation manual in spanish in reStructuredText. +* NavalPlan formation manual in spanish in reStructuredText. * [Bug #892] Rename labels in 'Overall progress' * [Bug #903] Fix regression: creating a gap out of a LocalDate caused tasks may overlap due to loose of information about hour @@ -1444,7 +1444,7 @@ Changes * [Bug #855] Fix bug * Apply validation annotation to the field * [Bug #871] The problem is due to receiving an empty list of tasks -* [Bug #870] LibrePlan appears in English if browser is configured with es-es +* [Bug #870] NavalPlan appears in English if browser is configured with es-es * Fix bug create or edit resource should start on first tab * [Bug #864] S-curve changes the end date of a task * [Bug #868] It does not update the row of the order element correctly @@ -1568,7 +1568,7 @@ Notes If you are upgrading from any 1.0.x verion, you will need to manually execute on your database the SQL sentences from file: -``/usr/share/dbconfig-common/data/libreplan/upgrade/pgsql/1.0.0`` +``/usr/share/dbconfig-common/data/navalplan/upgrade/pgsql/1.0.0`` To get database access information review ``/etc/tomcat6/context.xml`` file. @@ -1638,7 +1638,7 @@ Changes Version 1.0.0 (07 Jan 2011) --------------------------- -This is the first stable release of *LibrePlan*, a free software web +This is the first stable release of *NavalPlan*, a free software web application for project management. Main features @@ -1653,7 +1653,7 @@ Main features * Overload resource allocation control. * Earned Value Management (EVM). * Cost analysis based on work reports. -* Integration with other *LibrePlan* instances and third-parties. +* Integration with other *NavalPlan* instances and third-parties. * Other functionalities: materials, quality forms, project templates, planning scenarios, multiple task progress measurement ... diff --git a/UPDATE b/UPDATE index 7c98a8fa2..4364280f6 100644 --- a/UPDATE +++ b/UPDATE @@ -26,11 +26,11 @@ Instructions: * Download the new package:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1-1_amd64.deb + $ wget http://downloads.sourceforge.net/project/navalplan/NavalPlan/navalplan_1.1.1-1_amd64.deb * Install package:: - # dpkg -i libreplan_1.1.1-1_amd64.deb + # dpkg -i navalplan_1.1.1-1_amd64.deb * Install new dependencies if needed:: @@ -51,7 +51,7 @@ Debian/Ubuntu are upgrading from *LibrePlan 1.0.4* to *LibrePlan 1.1.1* you should download ``upgrade_1.1.0.sql``:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.1.0.sql + $ wget http://downloads.sourceforge.net/project/navalplan/NavalPlan/upgrade_1.1.0.sql * Upgrade database:: @@ -59,7 +59,7 @@ Debian/Ubuntu * Download ``.war`` file of new version from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/navalplan/NavalPlan/navalplan_1.1.1.war * Backup current deployed application:: @@ -87,7 +87,7 @@ openSUSE are upgrading from *LibrePlan 1.0.4* to *LibrePlan 1.1.1* you should download ``upgrade_1.1.0.sql``:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.1.0.sql + $ wget http://downloads.sourceforge.net/project/navalplan/NavalPlan/upgrade_1.1.0.sql * Upgrade database:: @@ -95,7 +95,7 @@ openSUSE * Download ``.war`` file of new version from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.1.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/navalplan/NavalPlan/navalplan_1.1.1.war * Backup current deployed application::