📄 changelog
字号:
2004-02-06 Mihai Bazon <mishoo@localhost.localdomain> * make-release.pl: ChangeLog included in the distribution (if found) * calendar.js, doc/reference.tex, index.html: switched to version 0.9.6 * doc/Calendar.setup.tex, doc/reference.tex: updated documentation * release-notes.html: updated release notes * calendar.js: Fixed bug: Feb/29 and year change now keeps Feb in view * calendar.js: fixed the "ESC" problem (call the close handler) * calendar.js: fixed day of year range (1 to 366 instead of 0 to 365) * calendar.js: fixed week number calculations * doc/reference.tex: fixed (date input format) * calendar.php: removed comment * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js: workaround for IE bug (you can't normally specify through CSS the style for an element having two classes or more; we had to change a classname) * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-tas.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: smaller fonts on days that are in neighbor months2004-02-04 Mihai Bazon <mishoo@localhost.localdomain> * index.html: first demo shows the "showOtherMonths" capability * calendar-setup.js: support new parameters in the calendar. added: firstDay, showOthers, cache. * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css, calendar.js, lang/calendar-en.js, lang/calendar-ro.js: new parameters: firstDayOfWeek, showsOtherMonths; removed mondayFirst. This adds support for setting any day to be the first day of week (by just clicking the day name in the display); also, if showsOtherMonths is enabled then dates belonging to adjacent months that are in the current view will be displayed and the calendar will have a fixed height. all themes updated. * test.php: test for calendar.php * calendar.php: fixed bug (pass numeric values as numbers)2004-02-01 Mihai Bazon <mishoo@localhost.localdomain> * calendar.php: added PHP wrapper * img.gif: icon updated * TODO: updated TODO list2004-01-27 Mihai Bazon <mishoo@localhost.localdomain> * calendar.js: Janusz Piwowarski sent over a patch for IE5 compatibility which is much more elegant than the atrocities that I had wrote :-D I'm gettin' old.. Thanks Janusz! * lang/calendar-fi.js: updated2004-01-15 Mihai Bazon <mishoo@localhost.localdomain> * TODO: updated TODO list * calendar-setup.js: default align changed to "Br" * doc/reference.tex: changed default value for "align" * calendar-setup.js: calling onchange event handler, if available * calendar-setup.js: added "position" option * simple-1.html: demonstrates "step" option * calendar-setup.js: added "step" option * calendar.js: added yearStep config parameter * calendar.js: fixed parseDate routine (the NaN bug which occurred when there was a space after the date and no time)2004-01-14 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-en.js: added "Time:" * test-position.html: test for the new position algorithm * index.html: do not destroy() the calendar avoid bug in parseDate (%p must be separated by non-word characters) * menuarrow2.gif: for calendar-blue2.css * calendar-setup.js: honor "date" parameter if passed * calendar.js: IE5 support is back performance improvements in IE6 (mouseover combo boxes) display "Time:" beside the clock area, if defined in the language file new positioning algorithm (try to keep the calendar in page) rewrote parseDate a little cleaner * lang/calendar-el.js: updated Greek translation (thanks Alexandros Pappas)2004-01-13 Mihai Bazon <mishoo@localhost.localdomain> * index.html: added style blue2, using utf-8 instead of iso-8859-2 * calendar.js: performance under IE (which sucks, by the way) * doc/reference.tex: Sunny added to sponsor list * doc/Calendar.setup.tex: documenting parameter 'electric' * calendar-blue.css, calendar-blue2.css, calendar-brown.css, calendar-green.css, calendar-system.css, calendar-win2k-1.css, calendar-win2k-2.css, calendar-win2k-cold-1.css, calendar-win2k-cold-2.css: fixed IE text size problems2004-01-08 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-pl.js: Polish translation updated to UTF-8 (thanks to Artur Filipiak)2004-01-07 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-si.js: updated (David Milost) * lang/calendar-si.js: Slovenian translation (thanks to David Milost)2003-12-21 Mihai Bazon <mishoo@localhost.localdomain> * TODO: updated TODO list * lang/calendar-de.js: German translation (thanks to Peter Strotmann)2003-12-19 Mihai Bazon <mishoo@localhost.localdomain> * doc/reference.tex: Thank you, Ian Barrak2003-12-18 Mihai Bazon <mishoo@localhost.localdomain> * doc/reference.tex: fixed documentation bug (thanks Mike)2003-12-05 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-ko-utf8.js: UTF8 version of the Korean language (hopefully correct) * lang/calendar-pl-utf8.js, lang/calendar-pl.js: updated Polish translation (thanks to Janusz Piwowarski)2003-12-04 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-fr.js: French translation updated (thanks to Angiras Rama)2003-11-22 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-da.js: updated (thanks to Jesper M. Christensen)2003-11-20 Mihai Bazon <mishoo@localhost.localdomain> * calendar-blue2.css, calendar-tas.css: new styles (thanks to Wendall Mosemann for blue2, Mark Lynch for tas) * lang/calendar-lt-utf8.js, lang/calendar-lt.js: Lithuanian translation (thanks to Martynas Majeris) * lang/calendar-sp.js: updated2003-11-17 Mihai Bazon <mishoo@localhost.localdomain> * TODO: added TODO list2003-11-14 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-ko.js: Korean translation (thanks to Yourim Yi)2003-11-12 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-jp.js: small bug fixed (thanks to TAHARA Yusei)2003-11-10 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-fr.js: translation updated, thanks to Florent Ramiere * calendar-setup.js: added new parameter: electric (if false then the field will not get updated on each move) * index.html: fixed DOCTYPE2003-11-07 Mihai Bazon <mishoo@localhost.localdomain> * calendar-setup.js: fixed minor problem (maybe we're passing object reference instead of ID for the flat calendar parent)2003-11-06 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-fi.js: added Finnish translation (thanks to Antti Tuppurainen)2003-11-05 Mihai Bazon <mishoo@localhost.localdomain> * release-notes.html: fixed typo * doc/reference.tex, index.html, calendar.js: 0.9.5 * README: fixed license statement * release-notes.html: updated release notes (0.9.5)2003-11-03 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-de.js: updated German translation (thanks to Gerhard Neiner) * calendar-setup.js: fixed license statement * calendar.js: whitespace * calendar.js: fixed license statement * calendar.js: fixed positioning problem when input field is inside scrolled divs2003-11-01 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-af.js: Afrikaan language (thanks to Derick Olivier)2003-10-31 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-it.js: updated IT translation (thanks to Christian Blaser) * lang/calendar-es.js: updated ES translation, thanks to Raul2003-10-30 Mihai Bazon <mishoo@localhost.localdomain> * lang/calendar-hu.js: updated thanks to Istvan Karaszi * index.html, simple-1.html, simple-2.html, simple-3.html: switched to utf-8 all encodings * lang/calendar-sk.js: added Slovak translation (thanks to Peter Valach)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -