Date and time functions are now more accurate. And events calendar allows for weeks starting with monday rather than sunday.
This commit is contained in:
parent
948667beaf
commit
fa1f4145c5
4 changed files with 44 additions and 34 deletions
|
|
@ -29,7 +29,7 @@ Contributing Translators.............Andreas Ljunggren
|
|||
|
||||
Perl.................................Larry Wall / O'Reilly
|
||||
|
||||
RSSLite..............................Jerrad Pierce
|
||||
XML::RSSLite.........................Jerrad Pierce
|
||||
Scott Thomason
|
||||
|
||||
IE Rich Edit.........................Brattli
|
||||
|
|
@ -38,4 +38,7 @@ Data::Config.........................S
|
|||
|
||||
HTML::TagFilter......................William Ross
|
||||
|
||||
HTML::CalendarMonthSimple............Gregor Mosheh
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
insert into webguiVersion values ('4.5.0','upgrade',unix_timestamp());
|
||||
insert into international values (72,'Poll',1,'Randomize answers?');
|
||||
alter table Poll add column randomizeAnswers int not null default 0;
|
||||
insert into userProfileField values ('firstDayOfWeek','WebGUI::International::get(699,"WebGUI");',1,0,'select','{0=>WebGUI::International::get(27,"WebGUI"),1=>WebGUI::International::get(28,"WebGUI")}','[0]',2,4,1);
|
||||
update userProfileField set sequenceNumber=sequenceNumber+1 where profileCategoryId=4 and sequenceNumber>=2;
|
||||
insert into international values (699,"WebGUI",1,"First Day Of Week");
|
||||
update international set message='Calendar Month' where internationalId=18 and namespace='EventsCalendar';
|
||||
insert into international values (74,'EventsCalendar',1,'Calendar Month (Small)');
|
||||
update EventsCalendar set calendarLayout='calendarMonth' where calendarLayout='calendar';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue