Willkommen auf dem TF-Infoportal Wiki.

Hier finden Sie alle Informationen über das TF-Infoportal, das Support-System OTRS und das Electures-Portal an der Technischen Fakultät.
Eine globale Navigation finden Sie im Menu links, zur Startseite geht es hier.

Release-Howto: Neue Version der Stylesheets publizieren

Die zu publizierende Version sollte im trunk vorliegen. Danach muss man mittels svn copy die neue Version releasen, auschecken und als latest verlinken.

Darauf achten, dass die Versionsnummern und commit-message angepasst werden!

cd /var/www/vhosts/www.masteronline-iems.de/document_root/tf-xsl
cd latest
svn update
cd ..
svn copy https://webira.informatik.uni-freiburg.de/svn/tf-infoportal/fdb-plone/trunk https://webira.informatik.uni-freiburg.de/svn/tf-infoportal/fdb-plone/tags/1.3 -m "Release 1.3: Fixes minor issues, no new features"
svn co https://webira.informatik.uni-freiburg.de/svn/tf-infoportal/fdb-plone/tags/1.3 1.3
rm current && ln -s 1.3 current

Anschliessend sollte in der README.txt (im Verzeichnis version-information) noch kurz erläutert werden, was der Grund für das neue Release ist.

README.txt
Information about the TF-Infoportal can be found at:
	    https://wiki.uni-freiburg.de/tf-infoportal/doku.php?id=tf-infoportal
 
Here you will find Information about Stylesheets and related files.
 
current 
	Always points at the latest stable version
 
latest
	Always points at the latest version of the code 'trunk' which can be unstable
 
1.0
	First released version, released by Christoph Hermann <hermann@informatik.uni-freiburg.de>
 
1.1
	Released 2012-06-01 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
	Layout changes, minor new functionality
 
1.2
	Released 2012-06-04 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
	Fixed more-news-link to be a param instead of a variable
 
1.3
	Released 2012-08-14 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
        Fixed book and book_chapter publications
	Added displaying the ISBN/ISSN if available
	Added two new chairs and corrected their phone/fax numbers
 
1.4
	Released 2012-09-11 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
	FDB:
		2012-09-11 BUG CH Fixed problem with image-floating, that margin was not appropriate when floating right or left
		2012-09-11 NEW CH Added parameter link_project_leader, default false, allowing the project leader name to be linked to the project url (true) or not (false)
		2012-09-11 BUG CH Fixed problem with image anchors not working because of the space contained in the anchor names, see Ticket https://otrs.tf.uni-freiburg.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=31733 and Example page at https://p3test3.uni-freiburg.de/institut/mitarbeiter/Mitarbeiter gruppiert (disable javascript)
		2012-09-11 NEW CH Added new parameters: display_column_name, display_column_phone, display_column_fax, display_column_chair, display_column_function, display_column_email, display_column_room to disable/enable outputting certain columns with = 'false' default is 'true' for all of them
	TFI:
		2012-09-11 NEW CH Introduced new parameter display_caption to disable captions (display_captions = 'false' (new default)) in the top-news, can be set to 'true' to enable previous behaviour
 
1.5
	Released 2012-09-26 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
	2012-09-25 NEW CH Added language selection for URL in employee_item_url (new feature of the FDB, does not honor the @Sprache attribute, instead uses URL[1], URL[2], ... wtf O_o)
	2012-09-25 CHG CH Changed display_phone_fax_prefix_number: removed (0), /, XXX added ...
	2012-09-25 NEW CH Added parameter division_name and division_fax in division_id_to_name and division_id_to_fax, in case division-id is not known. Also added division 1075: „Reinraum Service Center“ / „Clean Room Service Center“
	2012-09-26 NEW CH Added parameter link_project_contactperson, default false, allowing the project contact person name to be linked to the project url (true) or not (false)
	2012-09-26 CHG CH Projects now list Project e-mail, telephone, etc. under the contact_person instead of the project leader
	2012-09-26 NEW CH Added parameter indent_project_details for indenting/no indenting project details
	2012-09-26 NEW CH Added parameter display_project_enable_financing_type to enable/disable displaying the type of financee, default false to not display it
 
1.6
        Released 2012-10-22 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
        2012-10-22 CHG CH function is now displayed for "alphabetical_chair" listing
        2012-10-22 BUG CH function is now displayed in the translated language in alphabetical listings
 
 
1.7
        Released 2013-08-27 by Christoph Hermann <hermann@informatik.uni-freiburg.de>
        2013-07-30 NEW WP Added chair names and fax numbers for cs institute
        2013-08-02 NEW CH Added stylesheet for inventions
        2013-08-02 BUG CH Fixed displaying cooperation partners in project details with white-space:pre-line
        2013-08-02 NEW CH Added stylesheet for thesis, with filtering and abstract (hide/show)
        2013-08-05 NEW CH Added Type grouping for thesis list
        2013-08-27 BUG CH If image url starts with http, then its a full URL, don't concat it with the imageurl-prefix
 
1.8
        Released 2013-08-29
        2013-08-29 NEW CH Added possibilty to switch between a grouped list and a normal list for thesis with the parameter thesis_listing ('thesis_grouped', 'thesis_list') and added the possiblity to turn off the year headings with parameter disable_year_header ('true', 'false')
        2013-08-29 NEW CH Added function visiting professors for employees listing (grouped type)
QR-Code
QR-Code tf-infoportal:dokumentation:xsl:howto-release (erstellt für aktuelle Seite)