Difference between revisions of "TrackRecord"

From its-wiki.no
Jump to: navigation, search
(Track record for smwiki)
(Track record for smwiki)
Line 3: Line 3:
 
== Track record for smwiki ==
 
== Track record for smwiki ==
 
[[File:InstalledOptions09Sep2011.png| 350px|right|Install options for Semantic MediaWiki]]
 
[[File:InstalledOptions09Sep2011.png| 350px|right|Install options for Semantic MediaWiki]]
 +
07 September 2011
 +
* Upgrade medaiwiki to v1.17
 +
* Upgrade semantic medaiwiki to v1.6.1
 +
* Noted edit, upload, form edit problems after upgrade due to some new tables include in MW v1.71 and SMW v1.61. The problems are fixed at mysql level - a tedious job.
 +
* Backup All LocalSettings files, ./images directory and MySQL database before upgrade. 
 +
* Upgrade requires compatibility check of already installed extensions. A good thing to upgrade at least all SMW extension to their latest version.
 
06-09Sep2011
 
06-09Sep2011
 
* updated Semantic MediaWiki  - '''missing description for update'''
 
* updated Semantic MediaWiki  - '''missing description for update'''

Revision as of 01:33, 9 September 2011

(new ideas/whishes? Wishlist)

Track record for smwiki

Error creating thumbnail: File missing

07 September 2011

  • Upgrade medaiwiki to v1.17
  • Upgrade semantic medaiwiki to v1.6.1
  • Noted edit, upload, form edit problems after upgrade due to some new tables include in MW v1.71 and SMW v1.61. The problems are fixed at mysql level - a tedious job.
  • Backup All LocalSettings files, ./images directory and MySQL database before upgrade.
  • Upgrade requires compatibility check of already installed extensions. A good thing to upgrade at least all SMW extension to their latest version.

06-09Sep2011

05Sep2011

  • installed graphviz -
sudo apt-get install graphviz
sudo vi LocalSettings.php - added GraphViz

23Jun2011

  • external links are on new page: $wgExternalLinkTarget = '_blank'; in LocalSettings.php


8. June 2011

  • TOC as float right, add float:right in the Modern and Monobook/skins/main.css  %implemented 23Aug2011 in .toc - jo -works after refresh

14. April 2011

12. April 2011

  • Rich Text Editor is installed and configured on all wikis. To use click on "Show RichTextEditor". - fantastic, thanks (Josef) :-)

11. April 2011

  • Network based authentication is configured for ict.unik.no

3. April 2011

  • created yeboo namespace on cwi.unik.no - using "namespace" and users YebooUsers

19. Mar 2011

  • Installed Semantic Forms Input, allowing "pick date, pick time". See explanation for The one step process in Semantic Forms.

14. Feb 2011

07. Feb 2011

  • All wiki sites are fixed. sites names are smwiki.unik.no, jbv.unik.no, cwi.unik.no, pshield.unik.no, ict.unik.no. use these names to call a specific wiki.
  • No need to use ?w=xxx parameter
  • No need to use cookies
  • pshield.unik.no is now on our Linux server, it's no longer on UNIKWIKI machine.

04. Feb 2011

SMTP issue is fixed now, tested with dummy user and working smoothly. However, this functionality depends on UNIK Exchnage server, any change from IT DRIFT can effect this. So, if it will not work need to check with Trond. Email notification comes from wikiadmin@smwiki.unik.no

28. Jan 2011

  • smtp when user creates account does not work

20. Jan 2011

20. jan 2011

  • Change of mediawiki long URL to pretty URL, which means that /mediawiki/index.php is replace with /wiki
  • New URL --> http://smwiki.unik.no/wiki But this requires update of all old links to smwiki.unik.no/mediawiki/index.php especially in side bar.
  • No need to redirect on UNIK mediawiki, just type smwiki.unik.no and it will take to the UNIK mediawiki
  • case sensitivty for ?w=xxx has been removed.

11. jan 2011

  • Good to know: Special:AllMessages shows all Mediawiki messages, but I did not find them in Special....
  • added "Form:UserRegistration" for Semantic users, ROLLBACK - worked only in pSHIELD with some variables, not in main
  • added Ontology editor, using fugu (on mac) to transfer content and wget "web address" to download
  • Ontology editor corrups Main_page og MediaWiki:Sidebar

10. Jan 2011

  • (josef) updated Form:Task and Template:Task to get rid of "Category" description. Used SUBJECTPAGENAME in the Template:Task

9. Jan 2011

  • (Josef) installed AddUser (see Mushfiq.Chowdhury) and other forms in http://pshield.unik.no
  • (Josef) installed tried to fix "mime error on upload" for .tar.gz and .zip files through $wgCheckFileExtensions = true; in LocalSettings.php - DOES NOT WORK (security hack, allowed "file extensions")

8. Jan 2011

  • (Josef) edit MediaWiki:Sidebar both for pSHIELD and for main
  • (Zahid) added pSHIELD (index.php?w=pSHIELD), JBV (index.php?w=JBV) and main (index.php?w=main)
  • (Josef) transferred the content from namespaces into main directory, e.g. pSHIELD-public:Main into pSHIELD-public

6. Jan 2011 (Josef)

  • created name spaces for pSHIELD, pSHIELD-public, UNIK, Thesis, Master, Courses - not good enough, see Talk:Wishlist
  • added "mime file extension" for uploading of .docx: $wgMimeDetectorCommand = "file -bi"; in LocalSettings.php
  • changed default skin to Modern