UniTime / unitime

Comprehensive University Timetabling System
http://www.unitime.org
Apache License 2.0
282 stars 163 forks source link

Right To Left #67

Closed mohamed-azzam closed 4 years ago

mohamed-azzam commented 4 years ago

in my localhost I changed unitime.locale to ar and the pages not go from right to left and also tried localhost/login.jsp?locale=ar i got the same result image image

tomas-muller commented 4 years ago

The right-to-left support is only available in UniTime 4.5.

mohamed-azzam commented 4 years ago

i can't find 4.5 version image

tomas-muller commented 4 years ago

https://builds.unitime.org

mohamed-azzam commented 4 years ago

i got this error image

tomas-muller commented 4 years ago

Your UniTime instance does not seem to be correctly upgraded to version 4.5 (the page still says version 4.4.140 -- see the bottom left corner).

To upgrade an existing UniTime installation to 4.5, only the new UniTime.war file should be placed in the Tomcat/webapps folder instead of the existing one. All the necessary changes to the database are done automatically during the first deployment. The safest way to do so is as follows:

  1. Stop tomcat
  2. Backup the existing database
  3. In Tomcat/webapps, remove UniTime folder and replace the existing UniTime.war with the new one
  4. Delete the content of Tomcat/work folder.
  5. Start the tomcat