Software Updates
2008-08-20
Revision: 51
Eric Potvin
Updated htaccess file.
- trunk/.htaccess
2008-08-24
Revision: 52
Eric Potvin
Add visibility status for addressbook.
- modules/addressbook/action.php
- modules/addressbook/class/AddressBook.class.php
- modules/addressbook/templates/form.html
Add "all day" and visibility for event for organizer.
- js/util.js
- modules/organizer/action.php
- modules/organizer/class/Organizer.class.php
- modules/organizer/templates/form.html
- modules/organizer/templates/index.html
Fix the list for addressbook.
- modules/addressbook/templates/getList.html
- modules/addressbook/templates/index.html
- modules/addressbook/templates/view.html
2008-08-24
Revision: 53
Eric Potvin
Add search for document and fix the display bug when select file.
- class/Module.class.php
- js/liveoffice.js
- modules/document/action.php
- modules/document/templates/file_view_icon.html
- modules/document/templates/index.html
2008-08-25
Revision: 54
Eric Potvin
Add the search in addressbook and add company field for addressbook.
- modules/addressbook/action.php
- modules/addressbook/class/AddressBook.class.php
- modules/addressbook/templates/form.html
- modules/addressbook/templates/getList.html
- modules/addressbook/templates/index.html
- modules/addressbook/templates/view.html
- modules/addressbook/templates/index.html
Fix the vCard bug for company.
- class/vCard.class.php
Fix the search method for document.
- js/liveoffice.js
Add the search image.
- imgs/search.png
2008-08-30
Revision: 55
Eric Potvin
Update the way to handle data from modules.
- class/Module.class.php
- js/liveoffice.js
- modules/addressbook/class/AddressBook.class.php
- modules/bookmark/class/Bookmark.class.php
- modules/document/class/Document.class.php
- modules/organizer/class/Organizer.class.php
- modules/todo/class/Todo.class.php
Cache comics images & added comic folder cache.
- modules/comic/action.php
- modules/comic/class/Comic.class.php
Fix bookmark issue when have sub folders and links.
- modules/bookmark/action.php
- modules/bookmark/templates/form_cat.html
Add export for bookmarks.
- modules/bookmark/templates/index.html
Add "birthday" list to the addressbook and organizer.
- modules/addressbook/action.php
- modules/addressbook/templates/getList.html
- modules/addressbook/templates/index.html
- modules/organizer/templates/index.html
Add color for Organizer.
Update the display event in Organizer.
Fix the organizer event at the same time.
- modules/organizer/templates/form.html
- modules/organizer/action.php
Change the color text for todo.
- modules/todo/templates/index.html
Fix empty string for ToDo.
- modules/todo/action.php
Added gift and bookmark icon.
- imgs/bookmark.png
- imgs/gift.png
Fix upload for document.
- modules/document/action.php
- modules/document/templates/form_upload.html
2008-08-31
Revision: 56
Eric Potvin
Add file details for mp3.
Update interface for Documents.
Fix the download/visibility for Documents.
Fix the visibility status for documents.
Add ID3 tag for mp3 files.
Fix fileinfo status for documents.
Added move file option.
- modules/document/action.php
- modules/document/class/Document.class.php
- modules/document/templates/file_view_icon.html
- modules/document/templates/index.html
- js/liveoffice.js
Fix upload for large files.
- class/Upload.class.php
Added the move icon.
- imgs/move.png
General fix.
- js/window.js
- js/util.js
- css/default.css
2008-08-31
Revision: 57
Eric Potvin
Added rename for documents & updated the file details view.
- modules/document/action.php
- modules/document/class/Document.class.php
- modules/document/templates/file_view_icon.html
- js/util.js
- js/liveoffice.js
Added rename icon.
- imgs/rename.png
2008-09-01
Revision: 58
Eric Potvin
Fix the open method of the JS file.
- js/liveoffice.js
Add Image class.
- class/Image.class.php
Move the vCard class to the addressbook module.
- class/vCard.class.php (-)
- modules/addressbook/class/vCard.class.php
- modules/addressbook/class/AddressBook.class.php
Move the vCalendar class to the organizer module.
- class/vCalendar.class.php (-)
- modules/organizer/class/vCalendar.class.php
- modules/organizer/class/Calendar.class.php
- modules/organizer/class/Organizer.class.php
Removed widget JS file.
- js/widget.js
Added the traffic widget.
- imgs/traffic.png
- templates/main.html
- modules/traffic/action.php
- modules/traffic/class/Traffic.class.php
- modules/traffic/templates/index.html
- modules/traffic/templates/show.html
- modules/traffic/templates/templates_c
- action.php
- js/window.js
Fix the height problem for default widget window.
- js/window.js
Updated function - formatFilesize.
- lib/functions.php
Add zip file defails for documents.
Updated documents to use the image class.
- modules/document/class/Document.class.php
Fix widget result problem.
- modules/weather/action.php
- modules/weather/class/Weather.class.php
- modules/weather/templates/index.html
2008-09-06
Revision: 60
Eric Potvin
Fix phpDoc.
- modules/currency/class/Currency.class.php
- modules/horoscope/class/Horoscope.class.php
- modules/news/class/CBS.class.php
- modules/news/class/Google.class.php
- modules/news/class/NPR.class.php
- modules/news/class/NYTimes.class.php
- modules/news/class/Yahoo.class.php
- modules/news/class/rssFeed.class.php
- modules/traffic/class/Traffic.class.php
Updated document view.
- modules/document/templates/file_view_icon.html
Remove comment field from archive.
- modules/document/class/Document.class.php
Add website for a contact.
Updated contact view.
Fix the addressbook list.
- modules/addressbook/templates/form.html
- modules/addressbook/templates/index.html
- modules/addressbook/templates/view.html
- modules/addressbook/class/AddressBook.class.php
Add "list all" events for organizer.
- modules/organizer/action.php
- modules/organizer/templates/getList.html
- modules/organizer/templates/index.html
2008-10-05
Revision: 82
Eric Potvin
Add the change password for user preference
- class/User.class.php
- js/window.js
- modules/preference/action.php
- modules/preference/templates/form_profile.html
- modules/preference/templates/form_changepass.html
- .htaccess
Added registration
- index.html
- css/default.css
- js/mainpage.js
- register.php
- templates/email_register.html
- templates/email_register.txt
- class/Mailer.class.php
Add the phpmailer library
- lib/phpmailer/*
Updated the trash template
- modules/trash/templates/index.html
2008-11-16
Revision: 93
Eric Potvin
Updated prototype version
- js/prototype.js
Switch back the JS from class to functions
- index.html
- js/liveoffice.js
- js/mainpage.js
- js/window.js
- modules/addressbook/templates/form.html
- modules/addressbook/templates/getList.html
- modules/addressbook/templates/index.html
- modules/addressbook/templates/view.html
- modules/bookmark/templates/form_cat.html
- modules/bookmark/templates/form_url.html
- modules/bookmark/templates/index.html
- modules/bookmark/templates/list_url.html
- modules/currency/templates/index.html
- modules/document/action.php
- modules/document/templates/file_view_icon.html
- modules/document/templates/file_view_list.html
- modules/document/templates/form_upload.html
- modules/document/templates/index.html
- modules/news/templates/index.html
- modules/organizer/class/Calendar.class.php
- modules/organizer/templates/form.html
- modules/organizer/templates/index.html
- modules/preference/templates/form_desktop.html
- modules/preference/templates/form_organizer.html
- modules/preference/templates/form_profile.html
- modules/preference/templates/index.html
- modules/todo/templates/form.html
- modules/todo/templates/index.html
- modules/traffic/templates/index.html
- modules/trash/templates/getList.html
- modules/trash/templates/index.html
- modules/weather/templates/index.html
- register.php
- templates/main.html
2008-11-22
Revision: 94
Eric Potvin
Fix the open functionality.
- modules/addressbook/templates/view.html
- modules/addressbook/action.php
- modules/bookmark/templates/index.html
- modules/organizer/templates/index.html
- js/liveoffice.js
- js/util.js
Make a link for public record.
- public.php
- imgs/key.png
- modules/addressbook/class/AddressBook.class.php
- modules/addressbook/templates/form.html
- modules/addressbook/templates/public_view.html
- modules/document/action.php
- modules/document/class/Document.class.php
- modules/document/templates/file_view_icon.html
- modules/organizer/action.php
- modules/organizer/class/Organizer.class.php
- modules/organizer/templates/form.html
- modules/organizer/templates/public_view.html
- modules/preference/templates/form_widget.html
Add the widget preferences.
- class/User.class.php
- imgs/icon_pref_widget.png
- modules/preference/action.php
- modules/preference/templates/index.html
- modules/traffic/action.php
- modules/traffic/templates/index.html
- modules/weather/action.php
- modules/weather/templates/index.html
Add the encryption class.
- class/Crypt.class.php
Fix the clock display.
- js/clock.js
Export to different file type.
- imgs/csv.gif
- imgs/xmlexport.png
- modules/addressbook/templates/view.html
- modules/organizer/templates/view.html
Fix the preferences pages.
- modules/preference/templates/form_desktop.html
- modules/preference/templates/form_organizer.html
- modules/preference/templates/form_profile.html
2008-11-27
Revision: 95
Eric Potvin
Fix the code class & core functions.
- class/Module.class.php
- lib/functions.php
Fix the css
- css/default.css
Fix the main page.
- index.html
- imgs/arrow.gif
- imgs/backhome.gif
Add import
- js/liveoffice.js
- js/util.js
- imgs/import.png
- modules/addressbook/class/AddressBook.class.php
- modules/document/action.php
- modules/document/class/Document.class.php
- modules/document/templates/file_view_icon.html
- modules/organizer/class/Organizer.class.php
Add forgot password feature.
- js/mainpage.js
- forgotpass.php
- templates/email_forgotpass.html
- templates/email_forgotpass.txt
- templates/forgotpass.html
Fix the register page.
- register.php
- templates/register.html
Updated catregories for module.
- modules/addressbook/templates/form.html
- modules/organizer/templates/form.html
Fix the javascript error when delete.
- modules/addressbook/templates/view.html
- modules/bookmark/templates/list_url.html
- modules/document/templates/file_view_list.html
- modules/organizer/templates/index.html
2008-11-28
Revision: 98
Eric Potvin
Add Note module.
- action.php
- css/default.css
- imgs/icon_note_small.png
- imgs/note.png
- js/liveoffice.js
- js/util.js
- js/window.js
- modules/note
- modules/note/action.php
- modules/note/class
- modules/note/class/Note.class.php
- modules/note/templates
- modules/note/templates/form.html
- modules/note/templates/index.html
- modules/note/templates/templates_c
- modules/trash/templates/index.html
Fix the drag windows and icon.
- css/window.css
- js/dragwindow.js
- templates/main.html
- js/dragicon.js (removed)
Add new wallpaper.
- imgs/wallpaper/city.jpg
- imgs/wallpaper/city_small.jpg
- imgs/wallpaper/china_wall.jpg
- imgs/wallpaper/china_wall_small.jpg
- imgs/wallpaper/house.jpg
- imgs/wallpaper/house_small.jpg
- modules/preference/templates/form_desktop.html
2008-12-06
Revision: 99
Eric Potvin
Updated ApiDoc
- class/Crypt.class.php
Fix error handling
- class/Module.class.php
- modules/addressbook/action.php
- modules/bookmark/action.php
- modules/document/action.php
- modules/news/action.php
- modules/note/action.php
- modules/organizer/action.php
- modules/preference/action.php
- modules/todo/action.php
- modules/trash/action.php
- js/liveoffice.js
Add the WebService Object
- class/User.class.php
- class/WebService.class.php
- lib/functions.php
- login.php
- webservice.php
Updated wallpaper
- imgs/wallpaper/city.jpg
- imgs/wallpaper/house.jpg
Fix the XML data (export and import)
- modules/addressbook/class/AddressBook.class.php
- modules/document/class/Document.class.php
- modules/organizer/class/Organizer.class.php
* Please note: the change log prior to revision 51 is not available.