Skip to content

Commit

Permalink
Set version to 3.2
Browse files Browse the repository at this point in the history
Removed TmUsers.xml and TmUsers_Passwords.xml files
Changed Cassini port to 12120
  • Loading branch information
DinisCruz committed Oct 3, 2012
1 parent 8cda37f commit 61375c3
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 67 deletions.
14 changes: 0 additions & 14 deletions Library_Data/XmlDatabase/TmUsers.xml

This file was deleted.

4 changes: 0 additions & 4 deletions Library_Data/XmlDatabase/TmUsers_Passwords.xml

This file was deleted.

93 changes: 49 additions & 44 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,49 @@
TEAMMENTOR 3.1 RELEASE NOTES

The TeamMentor 3.1 release includes both new content and new application code. Major stability and usability improvements have been made to the application. A new content library has been added and numerous content fixes have been made based on feedback by a new editor - the TM content is periodically reviewed by different information security professionals.


APPLICATION CHANGES

The TM3.1 release includes the following changes:
+ New article schema (with more metadata and better content formatting).
+ Active Directory support.
+ New Link structure.
+ Xml and XSLT support (client and server side).
+ REST API to access articles in multiple formats (raw, xml, jsonp) with ability to find article by GUID or title.
+ New C# WebServices API.
+ TM Technology pages providing technical details on TM APIs.
+ New WebServices Methods that simplify the creation of TM Content.
+ Multiple GUI and performance fixes.
+ Gaug.es support.
+ Upgrade to .NET 4.0.


CONTENT CHANGES

The 2012Q1 TM content release has the following updates:
+ The new "CWE" library. A new library based on the CWE Top 25 Vulnerabilities list has been added. The articles are based heavily on the original CWE text. A few minor changes have been made to the original text by a team of reviewers. Additional material has been added in places where the original CWE content was too short. The CWE library is a stand-alone library and has 110 articles.
+ The updated "PCI DSS Compliance" library. The PCI DSS library has been edited to be clearer and to improve the browsing experience. New articles have been added to have a one-to-one correspondence of Guideline and Checklist items. The content has been reviewed by one more editor and numerous minor fixes have been made. The meta-data tags have been edited to simplify navigation. The new PCI DSS library is a stand-alone library and includes 331 articles.


REQUIREMENTS

+ Windows
+ .NET Framework 4.0


DEFAULT ACCOUNTS

+ admin : !!tmadmin
+ editor : !!tmeditor
+ reader : !!tmreader


SUPPORT INFORMATION

+ For more information about TeamMentor, please see "TeamMentor Documentation" at http://docs.teammentor.net/_Customizations/TM_Documentation/index.htm
TEAMMENTOR 3.2 RELEASE NOTES (3rd October 2012)
The TeamMentor 3.2 release includes both new content and new application code.


TEAMMENTOR 3.1 RELEASE NOTES

The TeamMentor 3.1 release includes both new content and new application code. Major stability and usability improvements have been made to the application. A new content library has been added and numerous content fixes have been made based on feedback by a new editor - the TM content is periodically reviewed by different information security professionals.


APPLICATION CHANGES

The TM3.1 release includes the following changes:
+ New article schema (with more metadata and better content formatting).
+ Active Directory support.
+ New Link structure.
+ Xml and XSLT support (client and server side).
+ REST API to access articles in multiple formats (raw, xml, jsonp) with ability to find article by GUID or title.
+ New C# WebServices API.
+ TM Technology pages providing technical details on TM APIs.
+ New WebServices Methods that simplify the creation of TM Content.
+ Multiple GUI and performance fixes.
+ Gaug.es support.
+ Upgrade to .NET 4.0.


CONTENT CHANGES

The 2012Q1 TM content release has the following updates:
+ The new "CWE" library. A new library based on the CWE Top 25 Vulnerabilities list has been added. The articles are based heavily on the original CWE text. A few minor changes have been made to the original text by a team of reviewers. Additional material has been added in places where the original CWE content was too short. The CWE library is a stand-alone library and has 110 articles.
+ The updated "PCI DSS Compliance" library. The PCI DSS library has been edited to be clearer and to improve the browsing experience. New articles have been added to have a one-to-one correspondence of Guideline and Checklist items. The content has been reviewed by one more editor and numerous minor fixes have been made. The meta-data tags have been edited to simplify navigation. The new PCI DSS library is a stand-alone library and includes 331 articles.


REQUIREMENTS

+ Windows
+ .NET Framework 4.0


DEFAULT ACCOUNTS (the TMUsers.xml file will be created on first run with only the admin account on it)

+ admin : !!tmadmin

LOCAL WEBSITE

To run TeamMentor locally run "start TeamMentor.bat" which will start a local WebServer (Cassini) on a high port: http://127.0.0.1:12120

SUPPORT INFORMATION

+ For more information about TeamMentor, please see "TeamMentor Documentation" at http://docs.teammentor.net/
2 changes: 1 addition & 1 deletion Web Applications/TM_Website/Javascript/TM/Settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//TM Settings
TM.tmVersion = "TM 3.2 RC5";
TM.tmVersion = "TM 3.2";
TM.ArticleTitle = "TeamMentor 3.2";

TM.tmWebServices = '/Aspx_Pages/TM_WebServices.asmx/';
Expand Down
8 changes: 4 additions & 4 deletions start TeamMentor.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
start "WebServer" "Tools/CassiniDev_4.0.exe" /port:12115 /portMode:Specific /path:"Web Applications\TM_Website"
ping 123.45.67.89 -n 1 -w 3000 > nul
start http://127.0.0.1:12115
@echo off
start "WebServer" "Tools/CassiniDev_4.0.exe" /port:12120 /portMode:Specific /path:"Web Applications\TM_Website"
ping 123.45.67.89 -n 1 -w 3000 > nul
start http://127.0.0.1:12120

0 comments on commit 61375c3

Please sign in to comment.