2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Adam Zammit
ead8e5f0ea Fix for warnings/notices/deprecated messages on PHP 7.4 2021-01-28 14:07:17 +11:00
Adam Zammit
86778608d7 Fix timezone issues with using @@session 2016-09-09 10:41:53 +10:00
Alex
defe090114 switch from include ("auth-admin.php"); to require ("auth-admin.php"); 2015-09-15 20:20:26 +03:00
Adam Zammit
009c111d69 Merged selected fixes from Alex (thanks!) 2015-09-07 12:24:00 +10:00
Alex
b0ea86fc34 merged rev. 479 from main 2015-09-03 14:47:03 +03:00
Adam Zammit
ec8522e316 Added authentication includes to all files 2015-08-14 16:15:20 +10:00
Alex
da02d076ce Added help notice for Time_Zone settings 2015-08-11 00:50:10 +03:00
Alex
fb16dd2460 kept from "Feature" branch 2015-08-09 17:44:33 +03:00
Adam Zammit
65695247d2 Remove restriction on timezones 2015-08-03 12:56:47 +10:00
Alex
41cc3dbcb3 updated file links for easier Bootstrap, Jquery, Jquery-UI and Font-awesome updates
from  */bootstrap-3.3.2/* to */bootstrap/*
from  /js/jquery-2.1.3.min.js to /include/jquery/jquery.min.js
from  /jquery-ui/js/jquery-1.4.2.min.js   to   /jquery/jquery-1.4.2.min.js
from  /jquery-ui/js/jquery-ui-1.8.2.custom.min.js to /jquery-ui/jquery-ui.min.js
from  /jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css to /jquery-ui/jquery-ui.min.css

switch from  /font-awesome-4.3.0/  folder to  /font-awesome/  , updated links from */font-awesome-4.3.0/* to */font-awesome/*

!!!  files   with  childnap.js  require   jquery-1.4.2 ->  need to check if jquery-2.1.4 will work instead of jquery-1.4.2 !!!
2015-07-10 04:14:03 +03:00
Alex
ef47a7875a New look,
Features: added diff time to default zone, current time in zone list (converted to usertimezone ) ,  timezone selector filtered by continent to have shorter options  list

*to change continent filter edit row 99 (WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%')
 - > substitute "Europe" &/or "Asia" with required continent names (as in timezones list) 
    to filter by single continent delete  //  OR `Name` LIKE 'Asia%  // 
    to remove row, don't gorget to keep    //   ";  //  at thend of that querry
2015-03-23 17:19:25 +03:00
Adam Zammit
e6b125323b Replace DEFAULT_TIME_ZONE in config file with administrative configuration 2014-12-18 15:47:56 +11:00
Adam Zammit
28e0606088 Replaced the rest of the short tags with long ones 2013-01-24 15:33:27 +11:00
azammitdcarf
82a45813b4 Timezones entered from list instead of manually 2011-11-08 22:40:08 +00:00
azammitdcarf
b505e48d0a Updated language information 2009-03-17 23:26:54 +00:00
azammitdcarf
2e82a5985b Added callrestrict.php: Modify call restrictions in database
Added shifttemplate.php: Modify default shift template
Added: timezonetemplate.php: Modify default timezones
2008-11-18 01:46:42 +00:00