Difference between revisions of "TrackRecord"

From its-wiki.no
Jump to: navigation, search
(Track record for smwiki)
(Track record for smwiki)
Line 1: Line 1:
 
==Track record for smwiki ==
 
==Track record for smwiki ==
 
28. Jan 2011
 
28. Jan 2011
* smtp when user creates account does not work span <style="color:green">It is fixed now, tested with dummy user and work 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.</span>
+
* smtp when user creates account does not work <span style="color:green">It is fixed now, tested with dummy user and work 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.</span>
 
20. Jan 2011
 
20. Jan 2011
 
* <span style="color:red"> Observation: when you provide link of some page in email, for instance http://smwiki.unik.no/wiki/WPall_20_Jan_2010 do not forget to specify which wiki the apache should call. The previous URL should be http://smwiki.unik.no/wiki/WPall_20_Jan_2010?w=pshield so that if user click on the link the apache can resolve.</span>
 
* <span style="color:red"> Observation: when you provide link of some page in email, for instance http://smwiki.unik.no/wiki/WPall_20_Jan_2010 do not forget to specify which wiki the apache should call. The previous URL should be http://smwiki.unik.no/wiki/WPall_20_Jan_2010?w=pshield so that if user click on the link the apache can resolve.</span>

Revision as of 16:01, 4 February 2011

Track record for smwiki

28. Jan 2011

  • smtp when user creates account does not work It is fixed now, tested with dummy user and work 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.

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