dmose%mozilla.org
e652f6111a
utcTime is now known as nativeTime. not part of the build.
2004-12-10 01:46:09 +00:00
vladimir%pobox.com
c0e12e9f54
removed reinvention of instanceof; notpartofthebuild
2004-12-10 01:45:20 +00:00
pavlov%pavlov.net
9bd7c9f40b
fixing weekView to request events for the full 7 days instead of just 6
2004-12-10 01:45:02 +00:00
vladimir%pobox.com
e175e14b86
utcTime is now nativeTime, notpartofthebuild
2004-12-10 01:43:25 +00:00
vladimir%pobox.com
8a5d2024e1
fix calDateTime jsDate conversion, oops; notpartofthebuild
2004-12-10 01:35:48 +00:00
vladimir%pobox.com
8b8224d58b
forgot TimezoneOffset getter/setter, notpartofthebuild
2004-12-10 01:05:31 +00:00
dmose%mozilla.org
bfb6ac1c24
Fixed trailing comma (strict warning) and interface constant. Not part of build.
2004-12-10 00:50:03 +00:00
vladimir%pobox.com
e4c06a2ed2
Have calIDateTime track the tz offset when going to/from jsdates. npotb
2004-12-10 00:45:04 +00:00
dmose%mozilla.org
f57fb85545
Fix getItem for a single event to work. Not part of the build.
2004-12-10 00:36:26 +00:00
dmose%mozilla.org
712a24b2f8
test for getItem() on a single event. (not part of the build)
2004-12-10 00:35:49 +00:00
pavlov%pavlov.net
566a1dbb47
fixing weekView to clear events when changing weeks
2004-12-10 00:15:25 +00:00
shaver%mozilla.org
3b32aa62cb
- Basic ICS serialization of events.
...
- icalComponent getter on calIItemBase to aid in serializing multiple
components, such as to write out an entire calendar as ICS (say).
- Fix DATE property handling in the ICS service, no thanks at all to libical's
use of obfuscated void * as its type for everything.
2004-12-10 00:15:22 +00:00
pavlov%pavlov.net
ea78fa45b7
fix week view to show events in the right column and time slot
2004-12-09 23:47:44 +00:00
pavlov%pavlov.net
977bf12427
set the start/end times correctly
2004-12-09 22:51:59 +00:00
vladimir%pobox.com
e42feaf8d7
set mURI only after everything is initialized; also, move commitTransaction() into try blocks. notpartoftehbuild
2004-12-09 22:34:59 +00:00
pavlov%pavlov.net
70ddf9a2e2
work on getting the week view to work again bug 273955 r=mvl
2004-12-09 22:32:39 +00:00
mvl%exedo.nl
87c6dfa88f
initial version of a synchronization test. npotb
2004-12-09 19:17:50 +00:00
dmose%mozilla.org
f3ddfbf98d
Basic getItems functionality work (not part of build)
2004-12-09 08:21:20 +00:00
shaver%mozilla.org
e615268f3b
some more gentle errors if we try to use this without --enable-storage
2004-12-09 03:09:31 +00:00
shaver%mozilla.org
91536ce225
- calIDateTime.isDate.
...
- warning fixes in calDateTime, calRecurrenceInfo.
- use CalDateTime constructor instead of helper function.
- calEvent.icalString setter basics implemented (no attendees yet)
- simple test case for icalString setter.
2004-12-09 02:53:46 +00:00
dmose%mozilla.org
158f44366a
Implement most of getItems, getItem, and some of addItem. Not part of the build.
2004-12-09 01:02:35 +00:00
dmose%mozilla.org
5dee6b3900
Update calendar testing infrastructure (not part of the build)
2004-12-09 01:01:26 +00:00
vladimir%pobox.com
edcb571c7c
fix generation/parnet business in storage calendar (npotb)
2004-12-09 00:51:27 +00:00
vladimir%pobox.com
744987970b
updated storage calendar provider (npotb)
2004-12-08 23:16:51 +00:00
vladimir%pobox.com
6e4a6613d6
removed obsolete contacts IDL attribute from calICalendar (npotb)
2004-12-08 23:15:19 +00:00
vladimir%pobox.com
f6e3629717
correctly set parent and generation on added/modified items in memory calendar. also change observer/listener order to match decided order (listener first, observer last)
2004-12-08 22:48:30 +00:00
dbaron%dbaron.org
9db368a6af
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
mvl%exedo.nl
d064a37503
export valid ics by using the right libical functions
...
bug 273440, r=shaver
2004-12-07 18:33:10 +00:00
shaver%mozilla.org
b4a3b00ed5
Bug 273438: createInstance() of events was always returning the same object
...
(the calEvent.prototype object, in fact). Use .apply to get the behaviour
I meant all along.
(Also, some partial ICS-string setting/getting pieces, too lazy to extract
them from my tree.)
2004-12-07 17:34:35 +00:00
bsmedberg%covad.net
8780632762
Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben
2004-12-07 04:53:07 +00:00
mostafah%oeone.com
fd0ade1ff3
Updated translation from patch to bug 273448:
...
Add Polish locales (pl-PL) to Calendar
2004-12-06 23:45:31 +00:00
mvl%exedo.nl
8888312124
enable ftp for sunbird
2004-12-06 21:34:49 +00:00
mostafah%oeone.com
3197e6c742
Checked in attachment 167835 for bug 270724:
...
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-06 17:20:26 +00:00
mostafah%oeone.com
bb7f62fe74
Updated translation
2004-12-06 15:46:09 +00:00
mostafah%oeone.com
78672e103f
Checked in patch for bug 254865: crash if I try to add new event or task
2004-12-06 15:03:32 +00:00
mvl%exedo.nl
48e11b894b
Show errors from publishing.
...
bug 271029, r=mostafah
2004-12-03 20:26:48 +00:00
mostafah%oeone.com
8ae2763ceb
Checked in patch for bug 265265: grid lines dissapear in weekly view
2004-12-03 14:04:54 +00:00
dmose%mozilla.org
77ba345bc1
Included readOnly attribute on suggestion from mvl/ago. Not part of build.
2004-12-02 20:48:09 +00:00
mostafah%oeone.com
f516d2ea36
Checked in patch for bug 270724:
...
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-02 19:43:53 +00:00
mostafah%oeone.com
55ede5d2b1
Checked in attachment 167380 for bug 270915:
...
800x600 resolution not supported well
2004-12-02 19:01:11 +00:00
pavlov%pavlov.net
84dee1b4db
updating eventDialog to use the new calendar APIs
...
revamp of the event dialog by mattwillis@gmail.com
bug 272732 r=shaver
2004-12-02 17:41:13 +00:00
mvl%exedo.nl
421b81182b
fix javascript strict warning
...
bug 258324, patch by gekacheka, r=mvl
2004-12-02 10:56:36 +00:00
mvl%exedo.nl
0951e54b13
fix javascript strict warning
...
bug 248884, patch by gekacheka, r=mvl
2004-12-02 10:53:47 +00:00
mvl%exedo.nl
13761798e3
fix javascript strict warning
...
bug 265274, patch by gekacheka, r=mvl
2004-12-02 10:51:16 +00:00
dmose%mozilla.org
ed56081f62
Checkpointing (not part of build)
2004-12-02 01:43:14 +00:00
dmose%mozilla.org
3563201311
Be sure to stop the event pump once we've received a response.
2004-12-02 01:42:09 +00:00
vladimir%pobox.com
c77a324d89
added calRecurrenceInfo, using libical to calculate recurrence; fixed calDateTime jsDate timezone handling; added calTodo implementation
2004-12-01 23:36:16 +00:00
mvl%exedo.nl
f1bebd8171
copy brand.dtd into calendar.dtd. bustage fix.
...
bug 272643, r=mostafah
2004-12-01 20:54:48 +00:00
shaver%mozilla.org
c2768a9ef2
Bug 272640: attendee support, and some cleanups.
...
- calIAttendee interface
- calAttendee impl
- attendee-related methods on calIItemBase
- basic test suite for attendee stuff
- data-driven component/module/script loading and factory stuff
- suppress component loader error from it trying to load calEvent.js as a
component
- "make rebuild" target to rebuild .js from .js.pre
- chain calEvent's QI through its proto's
r=vlad,tab-police=mvl
2004-12-01 20:52:31 +00:00
bsmedberg%covad.net
c887104a34
Bug 272189 - enable crypto by default, and make the list of default extensions app-specific r=darin a=mitchell
2004-12-01 13:02:07 +00:00