2121 Commits

Author SHA1 Message Date
dmose%mozilla.org
171e992306 Make getItem and getItems use the REPORT method instead of the old icky hack of getting all methods and searching locally. Not part of the default build. 2005-01-05 01:53:58 +00:00
vladimir%pobox.com
3de2427ffc first pass at making Todos work. 2005-01-04 22:49:12 +00:00
vladimir%pobox.com
c4e4b7e063 remove double-use of i index in loop 2005-01-04 22:46:05 +00:00
mattwillis%gmail.com
d15778330c bug 272732
more fixes to eventdialog.js/xul - rev8 patch
todo alarms are now correctly handled, rejecting invalid combinations of enabled pickers and alarm related properties
r=pavlov@pavlov.net
2005-01-04 21:38:35 +00:00
mattwillis%gmail.com
e0f711d653 bug 272732
more work on eventdialog.xul/js
priority level support now working correctly
ui updates to todo - unifying completed/cancelled/status widgets
alarm groupbox removed and widgets added to details
r=pavlov@pavlov.net
2005-01-04 17:03:13 +00:00
vladimir%pobox.com
c88b490207 updated FE for new recurrence bits; also some todo fixes 2005-01-03 23:33:16 +00:00
vladimir%pobox.com
cdb84a5dc8 more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support. 2005-01-03 23:32:28 +00:00
vladimir%pobox.com
9a4362c8f7 thinko. or cutandpasteo, up to you. 2005-01-03 23:24:22 +00:00
vladimir%pobox.com
b56e14b17d Added reset() to calIDateTime; updated Todo back-end bits (cruft fixing). notpartofthebuild 2005-01-03 23:08:13 +00:00
mostafah%oeone.com
07d703f053 Updated translation 2005-01-03 22:07:11 +00:00
mattwillis%gmail.com
6fddcdd596 bug 272732
applying patch rev5
more updates to eventDialog.js/xul per suggestions in irc
r=pavlov@pavlov.net
2005-01-03 21:37:04 +00:00
mattwillis%gmail.com
b1ff0f18b6 bug 276655
part of About Sunbird dialog update
r=mostafah
2005-01-03 21:21:13 +00:00
mattwillis%gmail.com
412b460e7d bug 226209 - clean up code bug
removes tabs and craziness from dragDrop.js
r=mostafah
2005-01-03 21:18:41 +00:00
mattwillis%gmail.com
0ccc9453ac bug 276655
Updating the About Sunbird dialog, and adding the credits
r=mostafah
2005-01-03 21:06:19 +00:00
mostafah%oeone.com
ca9f7ab6dc Updated translation 2005-01-03 20:17:32 +00:00
mostafah%oeone.com
31ef87df09 Checked in patch for bug 266007: Locales of Calendar xpi don't install
Also dos2unixed the file.
2005-01-03 19:43:31 +00:00
mattwillis%gmail.com
d89de942e5 bug 272732
more updates and fixes to eventDialog.js/xul to work with new interfaces and to combine eventDialog and toDoDialog
r=pavlov@pavlov.net
2005-01-03 17:30:54 +00:00
dmose%mozilla.org
8d681690e9 Allow calIDateTime objects to expose an ical-serialized version of the object as an attribute. Not part of the build. 2005-01-02 02:52:11 +00:00
dbaron%dbaron.org
2a49a03aaf Happy New Year. 2005-01-01 05:01:51 +00:00
mvl%exedo.nl
1183b38867 don't update lastmodified when setting icalComponent, when cloning or when setting parent
bug 276522, r=shaver
2004-12-31 15:36:10 +00:00
mattwillis%gmail.com
e57a05baac bug 272732
fixes window title regression
r=pavlov@pavlov.net
2004-12-29 21:58:04 +00:00
mattwillis%gmail.com
7cf8f4a5a1 bug 272732
more work on new/edit event dialog.
more of the todo/task controls are wired in and working.
r=pavlov@pavlov.net
2004-12-29 20:35:38 +00:00
mattwillis%gmail.com
e2e97f4356 bug 271731
new winstripe icon.png from Mark Carson
r=mattwillis
2004-12-28 16:02:12 +00:00
dmose%mozilla.org
426cfb75f9 Checkpointing caldav test work; not part of build. 2004-12-27 20:25:51 +00:00
dmose%mozilla.org
c8c4d2e33a Fixed to match calshell overhaul; tests should also work with any provider now, not just caldav. 2004-12-27 20:24:30 +00:00
dmose%mozilla.org
9d0872dd35 General calshell overhaul and cleanup; not part of the build. 2004-12-27 20:22:41 +00:00
dmose%mozilla.org
5a28dfc64a Various cleanups, and fix to work from the cygwin shell 2004-12-27 20:21:54 +00:00
dmose%mozilla.org
e0d068cef4 Fix to work when run from the cygwin shell. Not part of the build. 2004-12-27 20:21:12 +00:00
dmose%mozilla.org
3d59974e8a Removed old tests; new copies now exist in mozilla/calendar/test. Not part of the build. 2004-12-27 19:58:43 +00:00
dmose%mozilla.org
df9decc576 Moving test subdirectory from mozilla/calendar/base/test to mozilla/calendar/test; rearranging structure for use with jsDriver.pl. Not part of the build. 2004-12-24 02:02:11 +00:00
dmose%mozilla.org
b340bf1732 Minor tweaks; not part of the build. 2004-12-24 01:48:54 +00:00
dmose%mozilla.org
92d716d3bc Updated to work with servers following the latest draft spec; added a few comments. Not part of the build. 2004-12-23 20:40:25 +00:00
pavlov%pavlov.net
cc43dd8408 Merging the event and todo dialogs 2004-12-23 19:34:50 +00:00
mattwillis%gmail.com
6a007056e4 bug 243494
more of the same
forgot this file
2004-12-23 02:28:17 +00:00
mattwillis%gmail.com
4b1aaccdfe bug 243494
long event titles/locations/descriptions should break into multiple lines rather than crop
r=pavlov@pavlov.net
2004-12-23 02:04:24 +00:00
mattwillis%gmail.com
3699fc6a01 bug 249820
change alertDialog from window to dialog to remove last vestiges of dialogOverlay
r=mostafah
2004-12-23 00:26:47 +00:00
mattwillis%gmail.com
2c8182b065 Since we're combining eventDialog.* and toDoDialog.*, there is no longer a need to abstract this functionality out.
ok to remove without a bug = mostafah
2004-12-23 00:02:37 +00:00
mattwillis%gmail.com
81e617c0f3 bug 271731
adds icon.png and preview.png for winstripe theme
used by theme manager
r=mostafah
2004-12-22 21:28:10 +00:00
mattwillis%gmail.com
1d5850d261 bug 275695
initial cut at reworking Sunbird's menus
2004-12-22 17:42:14 +00:00
mattwillis%gmail.com
d2fe356703 bug 275404
fixes day view description placement
r=mattwillis
2004-12-22 16:25:41 +00:00
mattwillis%gmail.com
6d8ac4df7b bug 275059
move width of date/timepickers to css
r=mattwillis
2004-12-22 16:05:09 +00:00
mattwillis%gmail.com
d1972c6acc bug 274916
removes remnants of calendar and clock icons for date/timepickers
r=mostafah
2004-12-22 15:35:07 +00:00
mattwillis%gmail.com
a481143763 bug 271731
changes UID of Sunbird's default theme to same UID as FF and TB use
r=mostafah
2004-12-22 15:19:41 +00:00
dmose%mozilla.org
b459325593 Fix minor thinkos turned up by mvl's sync script. r=shaver. Not part of the build. 2004-12-22 01:02:58 +00:00
vladimir%pobox.com
9afe5bf921 Add storing of properties to storage; also fix attendee storage 2004-12-20 23:32:03 +00:00
shaver%mozilla.org
33b9dd37b9 fix QI parameterization 2004-12-20 18:32:26 +00:00
pavlov%pavlov.net
b777f89723 adding new calendar attachment interface -- bug 274966 2004-12-20 18:04:15 +00:00
shaver%mozilla.org
b002b50405 Bugs 275070, 274464:
- remove preprocessing step in favour of some JS dynamism love
- much improved invalid-date/null/etc. argument handling in the ICS service
- better management of stampDate and lastModifiedTime
- unification of immutable checks
- test for attendee cloning
r=mvl.
2004-12-18 22:59:51 +00:00
vladimir%pobox.com
b397544e5e new recurrence system. exceptions supported now, along with everything else ical can throw at us. I hope. 2004-12-18 01:54:30 +00:00
mostafah%oeone.com
3d5bed914f Bumped up supported version for TB 1.0 2004-12-17 23:26:45 +00:00