From: <ji...@us...> - 2008-12-20 00:12:00
|
Update of /cvsroot/phpicalendar/phpicalendar In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22048 Modified Files: AUTHORS README Log Message: fix rss link and dates Index: AUTHORS =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/AUTHORS,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AUTHORS 15 Nov 2003 21:54:40 -0000 1.6 --- AUTHORS 20 Dec 2008 00:11:55 -0000 1.7 *************** *** 2,41 **** ------- This file is a list of all people who have contributed their time to the ! PHP iCalendar project. Each section is sorted alphabetically. Thanks to ! all who are listed here. PROJECT ADMINS -------------- ! Chad Little <chad at chadsdomain dot com> ! Patrick Crowley <patrick at icalshare dot com> DEVELOPERS ---------- ! Patrick Berry <pberry at mac dot com> ! Bill Fenner <fenner at research dot att dot com> ! David Reindl <dre at andare dot ch> ! Jared Wangen <xeo at silter dot org> CODE CONTRIBUTORS ----------------- ! Greg Westin <phpicalendar at gregwestin dot com> ! Blaine Cook <lattice at resist dot ca> ! Mike Traum <mtraum at yahoo dot com> TRANSLATORS ----------- ! Braz. Port. Bennet Wilton <suporte at bennetworks dot com dot br> ! Danish Henrik Højmark <styxx at worldonline dot dk> ! Jakob Peterhänsel <marook at creepers dot org> ! Dutch Lieven Gekiere <Lieven at gekiere dot com> ! English Chad Little <chad at chadsdomain dot com> ! Finnish Kari Somby <kari dot somby at ramk dot fi> ! French La Shampouineuse <info at lashampoo dot com> ! German David Reindl <dre at andare dot ch> ! Italian Luca Cacciagrano <clooka at clac dot it> ! Japanese Jared Wangen <jared at silter dot org> ! Norwegian Geir Kielland <geir dot kielland at jus dot uio dot no> ! Polish Stanislaw Cieslicki <stahoo at poczta dot onet dot pl> ! Portuguese Rui Costa <ruicosta at ubi dot pt> ! Spanish Javier Navarro <jnavarro at xips dot es> ! Swedish Jonas Hjelm <jonas at hnet dot se> --- 2,59 ---- ------- This file is a list of all people who have contributed their time to the ! PHP iCalendar project. Each section is sorted alphabetically dot Thanks to ! all who are listed here. ! ! PHP iCalendar was originally written and administered by Chad Little dot Jim Hu has been the main project admin since PROJECT ADMINS -------------- ! Jim Hu <phpicalendar at gmail dot com> DEVELOPERS ---------- ! Patrick Berry <pberry at mac dot com> ! Patrick Crowley <patrick at icalshare dot com> ! Bill Fenner <fenner at research dot att dot com> ! Jim Hu <phpicalendar at gmail dot com> ! Chad Little <chad at chadsdomain dot com> ! David Reindl <dre at andare dot ch> ! Jared Wangen <xeo at silter dot org> CODE CONTRIBUTORS ----------------- ! Greg Westin <phpicalendar at gregwestin dot com> ! Blaine Cook <lattice at resist dot ca> ! Mike Traum <mtraum at yahoo dot com> TRANSLATORS ----------- ! Braz.Port. Bennet Wilton <suporte at bennetworks dot com dot br> ! Bulgarian Georgi Kodinov <kgeorge at progem dot bg ! Croation Tihomir Cvetkovic <tihomir dot cvetkovic at gmail dot com> ! Danish Henrik Højmark <styxx at worldonline dot dk> ! Jakob Peterhänsel <marook at creepers dot org> ! Franck <reply at fronck dot dk> ! Dutch Lieven Gekiere <Lieven at gekiere dot com> ! English Chad Little <chad at chadsdomain dot com> ! English (UK) Markus Kuhn <Markus dot Kuhn at cl dot cam dot ac dot uk> ! Estonian Mikk Lainvoo <mikk at digesto dot ee> ! Finnish Kari Somby <kari dot somby at ramk dot fi> ! French La Shampouineuse <info at lashampoo dot com> ! Galego Manel Rives <ceipsigueiro at mac dot com ! German David Reindl <dre at andare dot ch> ! Markus Kuhn <Markus dot Kuhn at cl dot cam dot ac dot uk> ! Hungarian Gyula <meszaros dot gyula at mgyhardsoft dot hu> ! Italian Luca Cacciagrano <clooka at clac dot it> ! Indonesian Ronny as-Salafi <ronny dot assalafi at gmail dot com> ! Japanese Jared Wangen <jared at silter dot org> ! Korean Sang-un Chan <gomibak at gmail dot com> ! Norwegian Geir Kielland <geir dot kielland at jus dot uio dot no> ! Polish Stanislaw Cieslicki <stahoo at poczta dot onet dot pl> ! Portuguese Rui Costa <ruicosta at ubi dot pt> ! Luciano Antonio Costa <bits dot e dot bytes at gmail dot com> ! Slovak Jan Michalicka co...@ji... ! Spanish Javier Navarro <jnavarro at xips dot es> ! Luis Fernando Rocha <ludwig_von_rocht at yahoo dot com> ! Russian Sergey <1c@3555686 dot com> ! Swedish Jonas Hjelm <jonas at hnet dot se> Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** README 22 May 2007 01:35:20 -0000 1.113 --- README 20 Dec 2008 00:11:55 -0000 1.114 *************** *** 89,92 **** --- 89,97 ---- Changes: -------- + 2.3 Major changes to recurrence handling + Added more languages + Added login to month view + Consolidated common rss functions + 2.24 Fix bug 1681711 - change how todo popups are handled |