mattwillis%gmail.com
|
1e7975a3a2
|
remove stray ^M
|
2006-09-27 06:32:22 +00:00 |
|
mattwillis%gmail.com
|
fa49ba2a9f
|
bug 349788 - Fixes missing recurring events for UTC+ timezones. r=ssitter,dmose
|
2006-09-25 19:15:04 +00:00 |
|
mattwillis%gmail.com
|
e218496c04
|
bug 353797 - Ensures endDate.isDate is false. r1=ctalbert, r2=dmose
|
2006-09-22 22:37:06 +00:00 |
|
mattwillis%gmail.com
|
1b27269543
|
bug 353725 - Fixes regression by moving UTC conversion inside the else block. r1/r2=dmose
|
2006-09-22 04:12:16 +00:00 |
|
mattwillis%gmail.com
|
5f275770e5
|
bug 349788 - Adds convertDate to ensure dates passed to cpp are proper datetime objects. r1=ctalbert, r2=dmose
|
2006-09-21 22:14:50 +00:00 |
|
mattwillis%gmail.com
|
7847c86300
|
bug 352674 - Adds .wav filter to alarm sound file picker. Patch by Adam Guthrie <ispiked@gmail.com>, r1=lilmatt, r2=jminta
|
2006-09-20 03:38:47 +00:00 |
|
dmose%mozilla.org
|
28602d3dfb
|
Add in a necessary pair of parens to fix regressions caused by the original patch in bug 239291. This fixes bug 353400, bug 353401, and bug 353405. Patch by Clint Talbert <cmtalbert@myfastmail.com>, r1/r2 by dmose@mozilla.org.
|
2006-09-20 01:59:47 +00:00 |
|
mattwillis%gmail.com
|
082d82fafb
|
bug 348798 - Removes braces in uuids. Patch by Bruno Browning <browning@uwalumni.com>, r1=jminta, r2=dmose
|
2006-09-19 23:23:06 +00:00 |
|
mattwillis%gmail.com
|
933ca5702a
|
bug 351737 - Converts rule.endDate to UTC so the later getInTimezone works properly. r1=ctalbert, r2=dmose
|
2006-09-19 22:56:37 +00:00 |
|
mvl%exedo.nl
|
0ba995034f
|
bug 278236: don't use time_t, to prevent crashes for dates before 1970 or after 2038. r=ctalbert, dmose
|
2006-09-19 20:39:14 +00:00 |
|
mvl%exedo.nl
|
19c7c698e6
|
bug 351902: tweak vertical size for day view to make short events better readable. r=dmose
|
2006-09-18 19:49:42 +00:00 |
|
mattwillis%gmail.com
|
afcdab601e
|
bug 353060 - Time changes lost if editing immediately after creation. Patch by <gekacheka@yahoo.com>, r1=lilmatt, r2=jminta
|
2006-09-18 19:30:47 +00:00 |
|
mattwillis%gmail.com
|
cc0559016e
|
bug 353051 - Changes Dismiss All to loop in reverse so as to not miss any alarms. Patch by Stefan Sitter <ssitter@googlemail.com>, r1=lilmatt, r2=jminta
|
2006-09-18 18:52:45 +00:00 |
|
mattwillis%gmail.com
|
235cce1fa5
|
bug 349354 - Editing recurring event resets any this-recurrence-only changes. patch by michael.buttner@sun.com, r1=ctalbert, r2=mvl
|
2006-09-15 23:34:10 +00:00 |
|
mvl%exedo.nl
|
6819dff92d
|
bug 352865: don't allow moving an item to a readonly calendar. r=lilmatt, dmose
|
2006-09-15 20:15:44 +00:00 |
|
mattwillis%gmail.com
|
59c01e6dcc
|
bug 351566 - Update lightning's install.rdf for 0.3. r1=cmtalbert, r2=dmose
|
2006-09-14 23:26:16 +00:00 |
|
mvl%exedo.nl
|
6549c209a4
|
bug 350287 create a webcal protocol handler. r=lilmatt, dmose
|
2006-09-13 19:57:38 +00:00 |
|
mvl%exedo.nl
|
4c7b608d3f
|
bug 350287 create a webcal protocol handler. r=lilmatt, dmose
|
2006-09-13 19:29:37 +00:00 |
|
mattwillis%gmail.com
|
99e55dbfcf
|
bug 352188 - Fixes deleting event using DEL key. patch by michael.buettner@sun.com, r1=thomas.benisch, r2=dmose
|
2006-09-13 02:52:47 +00:00 |
|
mattwillis%gmail.com
|
84c2128bcd
|
bug 351868 - Fixes changing start-end time with drag n drop. patch by ssitter, r1=lilmatt, r2=dmose
|
2006-09-12 23:09:03 +00:00 |
|
mattwillis%gmail.com
|
5ad307f558
|
bug 350375 - Fixes invalid behaviour when editing a todo with an alarm. patch by ssitter, r1=lilmatt, r2=mvl
|
2006-09-09 21:22:07 +00:00 |
|
mattwillis%gmail.com
|
c6f7d9e4af
|
bug 351452 - Fixes cut off custom alarm fields. patch by ssitter, r1=lilmatt, r2=mvl
|
2006-09-09 21:08:28 +00:00 |
|
mattwillis%gmail.com
|
d396ab785c
|
bug 350375 - Fixes invalid behaviour when editing a todo with an alarm. patch by ssitter, r1=lilmatt, r2=mvl
|
2006-09-09 20:31:59 +00:00 |
|
mattwillis%gmail.com
|
1269a94257
|
bug 321384 - Typo fix. r1/r2=dmose via IRC
|
2006-09-08 22:05:07 +00:00 |
|
dmose%mozilla.org
|
d14ae8032f
|
iTIP information must be cached in an XPCOM object (bug 350965); patch by Clint Talbert <cmtalbert@myfastmail.com>, r1=lilmatt, r2=dmose
|
2006-09-08 02:44:15 +00:00 |
|
dmose%mozilla.org
|
daf762c7fc
|
New views need to support multiple selection (bug 321384). Patch by jminta; architectural rs=mvl, r2=dmose, minor adjustments and changes by dmose as well.
|
2006-09-08 01:52:32 +00:00 |
|
mattwillis%gmail.com
|
4a2e37e648
|
bug 348254 - Fixes duplicate xul element ids and changes captions to labels for some prefs. patch by Cedric Corazza, r1=lilmatt, r2=jminta
|
2006-09-07 20:37:38 +00:00 |
|
mattwillis%gmail.com
|
b93c367c52
|
bug 345310 - Adds 'Repeat every n [weeks|months]'. patch by jminta, r1=lilmatt, r2=mvl
|
2006-09-06 13:48:46 +00:00 |
|
mattwillis%gmail.com
|
cf29408e59
|
bug 344535 - Adds nsIFilePicker filter to fix Linux crash. patch by ispiked, r1=lilmatt, r2=jminta
|
2006-09-06 13:22:47 +00:00 |
|
mattwillis%gmail.com
|
839cd44f3d
|
bug 296202 - typo fix
|
2006-09-06 12:07:06 +00:00 |
|
mattwillis%gmail.com
|
98fe140e89
|
bug 296202 - fix missing nit
|
2006-09-06 12:03:39 +00:00 |
|
mattwillis%gmail.com
|
ae412249cf
|
bug 296202 - typo fix
|
2006-09-06 11:57:17 +00:00 |
|
mattwillis%gmail.com
|
501cbd1b9c
|
bug 296202 - Deleting a calendar doesn't necessarily delete its contents. patch by jminta, r1=lilmatt, r2=dmose
|
2006-09-06 01:42:08 +00:00 |
|
mattwillis%gmail.com
|
deb5744c2a
|
bug 337885 - Adds return val to all xbl setters. thanks to Ehsan Akhgari ehsan.akhgari@gmail.com for patch, r1=lilmatt, r2=jminta
|
2006-09-05 17:20:01 +00:00 |
|
mattwillis%gmail.com
|
947a54a7d4
|
bug 349788 - Observe correct pref branch. patch by jminta, r1=lilmatt, r2=mvl
|
2006-09-05 15:07:32 +00:00 |
|
mattwillis%gmail.com
|
d1cd89762c
|
bug 350324 - Makes alarm dialog resizable and persists that size. patch by ssitter, r1=lilmatt, r2=jminta
|
2006-09-05 00:24:49 +00:00 |
|
mattwillis%gmail.com
|
2aa3f69c53
|
bug 351184 - Changes X-MOZ-SNOOZE-TIME to use a calIDateTime to fix crash. patch by ssitter, r1=lilmatt, r2=mvl
|
2006-09-05 00:06:37 +00:00 |
|
mattwillis%gmail.com
|
731c29e07d
|
bug 349812 - uses getInTimezone in event dialog. patch by jminta, r1=lilmatt, r2=dmose
|
2006-09-02 21:16:16 +00:00 |
|
mattwillis%gmail.com
|
7f4c0bd782
|
bug 298358 - Adds snooze to alarm dialog. patch by jminta and ssitter, r1=lilmatt, r2=mvl
|
2006-09-01 01:52:13 +00:00 |
|
mattwillis%gmail.com
|
8c1463788a
|
bug 348716 - Fixes setting an alarm on just the first of a recurring event. patch by jminta, r1=lilmatt, r2=dmose
|
2006-08-31 21:14:37 +00:00 |
|
mattwillis%gmail.com
|
9f1c025eb0
|
bug 347427 - Only show verbose lables on first and last days. patch by jminta, r1=ssitter, r2=mvl
|
2006-08-31 19:45:40 +00:00 |
|
mattwillis%gmail.com
|
e898e29be1
|
bug 322831 - preserves extra parameters in properties using a js object. patch by jminta, r1=lilmatt, r2=dmose
|
2006-08-31 13:07:47 +00:00 |
|
michael.buettner%sun.com
|
5877ba24bc
|
bug 314334: fixed component/property ownership model problem. r=dmose
|
2006-08-28 12:15:54 +00:00 |
|
jminta%gmail.com
|
cd303208d7
|
Bug 350094 Changing 'Weeks in view' pref causes JS error if Multiweek view was not shown before, r=jminta
|
2006-08-24 21:12:11 +00:00 |
|
jminta%gmail.com
|
7b976e8acb
|
Bug 348660 User selection for 'Tasks in View'/'Workweek days only' reset on exit, r1=lilmatt, r2=dmose
|
2006-08-24 21:02:17 +00:00 |
|
jminta%gmail.com
|
63252565f6
|
Bug 344561 Header boxes misaligned when view is rotated. patch by thomas.benisch@sun.com, r=jminta
|
2006-08-23 21:24:58 +00:00 |
|
jminta%gmail.com
|
8a914b916c
|
Bug 340229 Removing a color completely from a category doesn't update the rule, r1=lilmatt, r2=mvl
|
2006-08-23 21:20:05 +00:00 |
|
jminta%gmail.com
|
2b25c2feb1
|
Bug 348072 repeating, multi days spanning events are not displayed in any view if the starting day is out of view, r1=lilmatt, r2=mickey
|
2006-08-23 19:33:09 +00:00 |
|
jminta%gmail.com
|
d271fb2657
|
Bug 329581 Most observers are not removed on shutdown, r1=lilmatt, r2=dmose
|
2006-08-23 18:09:42 +00:00 |
|
jminta%gmail.com
|
da8c237fad
|
Bug 338167 Localizability issues with recurNthWeek and recurLast in dateFormat.properties r1=ssitter, r2=mvl
|
2006-08-23 17:07:26 +00:00 |
|
mvl%exedo.nl
|
c435e0ba25
|
bug 349040: Changes to events are not reflected in the day view. r=lilmatt, jminta
|
2006-08-21 18:32:17 +00:00 |
|
jminta%gmail.com
|
18ba99d241
|
Bug 344561 Follow-up for misaligned header boxes to work around DOMAttrModified problems. patch by thomas.benisch@sun.com, r=jminta npotb
|
2006-08-21 17:18:08 +00:00 |
|
michael.buettner%sun.com
|
af6d13ba20
|
Bug 333117: Cannot use DEL key anymore to delete an item after inplace editing its title. r=jminta
|
2006-08-21 12:35:31 +00:00 |
|
dmose%mozilla.org
|
940bb617ff
|
Bump mMinVerticalPixelsPerMinute to 0.5 to make 24-hour views more usable (bug 133107). ui-review=me; rs=jminta@gmail.com
|
2006-08-19 00:07:50 +00:00 |
|
jminta%gmail.com
|
5fddcb7237
|
Bug 287550 Introduce a functioning widget for adding attendees to items. r1=lilmatt, r2=dmose
|
2006-08-18 16:39:57 +00:00 |
|
michael.buettner%sun.com
|
d73f8a6e7c
|
Bug 330496: fixed getOccurrencesBetween() to respect half-open intervals. r=jminta
|
2006-08-17 12:03:25 +00:00 |
|
jminta%gmail.com
|
1f5c9e25fe
|
Bug 329912 Item dialog does not remember last 'Details shown or not' state, r1=mickey, r2=dmose
|
2006-08-16 01:14:07 +00:00 |
|
jminta%gmail.com
|
19133b9dd9
|
Bug 328011 audit calendar code for item identity comparison by id only, r1=lilmatt, r2=dmose
|
2006-08-16 01:10:49 +00:00 |
|
jminta%gmail.com
|
e688c0f74d
|
Bug 348651 Calendar export/publish fails due to idl change, r1=lilmatt, r2=dmose
|
2006-08-16 01:08:57 +00:00 |
|
jminta%gmail.com
|
a26ee0ea38
|
Bug 133107 Week view and day view should scroll to useable time, patch by thomas.benisch@sun.com, r=jminta
|
2006-08-14 22:04:02 +00:00 |
|
jminta%gmail.com
|
3a7e5a014c
|
Bug 348500 error when press cancel in dialog 'Editing a repeating item' for recurrence event, patch by ssitter, r1=lilmatt, r2=jminta
|
2006-08-14 17:02:05 +00:00 |
|
jminta%gmail.com
|
e5981b9e2d
|
Bug 346169 'Tasks in View' should not be the default, patch by ssitter, r1=lilmatt, r2=jminta
|
2006-08-14 16:58:33 +00:00 |
|
jminta%gmail.com
|
5b42bc74a9
|
Bug 347790 When printing, title is always printed as HTMLTitle, r1=lilmatt, r2=dmose
|
2006-08-14 16:54:27 +00:00 |
|
daniel.boelzle%sun.com
|
f15cc043d3
|
Bug 340949: WCAP provider part of the build. Switched off by default. r=dmose
|
2006-08-14 13:40:10 +00:00 |
|
jminta%gmail.com
|
27b2fcdcf7
|
Bug 345348 Tasks appear in calendar view when progress is modified r=dmose
|
2006-08-10 00:34:28 +00:00 |
|
jminta%gmail.com
|
62b071add2
|
Bug 344919 Sunbird fails to display missed Task alarms on startup r=dmose
|
2006-08-10 00:32:28 +00:00 |
|
jminta%gmail.com
|
a5566ad606
|
Bug 329985 alarms on recurring items don't really work 1r=lilmatt, 2r=dmose
|
2006-08-10 00:26:07 +00:00 |
|
mattwillis%gmail.com
|
33d915bde0
|
bug 347813 - Adds accesskeys to calendar view preferences. patch by cedric.corazza,r=lilmatt,sr=jminta
|
2006-08-09 20:57:07 +00:00 |
|
mattwillis%gmail.com
|
df8cf9c9d1
|
bug 347813 - Adds accesskeys to calendar alarm preferences. patch by cedric.corazza,r=lilmatt,sr=jminta
|
2006-08-09 20:40:15 +00:00 |
|
mattwillis%gmail.com
|
503f30e3fd
|
bug 347813 - Adds accesskeys to calendar general preferences. patch by cedric.corazza,r=lilmatt,sr=jminta
|
2006-08-09 20:13:12 +00:00 |
|
mattwillis%gmail.com
|
17588efa96
|
bug 347813 - Adds accesskeys to Category preferences. patch by cedric.corazza,r=lilmatt,sr=jminta
|
2006-08-09 12:58:42 +00:00 |
|
michael.buettner%sun.com
|
423f8fc6ef
|
Bug 346110 enterprise calendar features. r=dmose
|
2006-08-09 12:39:03 +00:00 |
|
mattwillis%gmail.com
|
97d5078058
|
bug 347677 - Removes debugging dump statements. r=jminta
|
2006-08-08 12:00:23 +00:00 |
|
daniel.boelzle%sun.com
|
6be179d6c9
|
Bug 341522: fixed getAttendeeById
|
2006-08-06 13:50:36 +00:00 |
|
mattwillis%gmail.com
|
0dd172fac8
|
bug 347216 - Show last day of week if a workday and hide non-workdays is selected. r=jminta
|
2006-08-06 01:56:42 +00:00 |
|
jminta%gmail.com
|
40776c85da
|
Fix review comment from bug 259478
|
2006-08-02 20:01:52 +00:00 |
|
jminta%gmail.com
|
11e07aa0cc
|
Bug 345848 Drag and drop of tasks isn't possible in the calender view, r=dmose
|
2006-08-02 17:33:36 +00:00 |
|
jminta%gmail.com
|
58279f90e7
|
Bug 259478 Empty focus box next to checkmarks, looks like ... elispsis, r1=tbe r2=dmose
|
2006-08-01 16:48:39 +00:00 |
|
jminta%gmail.com
|
ab12eac99f
|
Bug 324666 dialog created by double-click should have better defaults, r=dmose
|
2006-08-01 16:39:42 +00:00 |
|
jminta%gmail.com
|
3468f04018
|
Bug 345625 direct item comparison should not be used due to wrapping problems, r=dmose
|
2006-08-01 03:17:18 +00:00 |
|
jminta%gmail.com
|
d20134f9e3
|
Bug 307557 Don't guess timezone a second time when opening event-dialog, r=dmose
|
2006-08-01 03:11:46 +00:00 |
|
jminta%gmail.com
|
a16910c41b
|
Bug 346292 Keyboard navigation issues in view/minimonth after switching to different view, r=dmose
|
2006-08-01 03:09:48 +00:00 |
|
jminta%gmail.com
|
a84439d09d
|
Bug 345409 calViewController.modifyOccurrence should not modify its inparams (times), r=dmose
|
2006-08-01 03:03:19 +00:00 |
|
jminta%gmail.com
|
9fde865bd8
|
Bug 317469 need better UIDs for ICS items, r=dmose
|
2006-08-01 02:59:29 +00:00 |
|
jminta%gmail.com
|
1938226d6f
|
Bug 329775 Agenda tree doesn't update when program stays open over night, r=dmose
|
2006-08-01 02:52:28 +00:00 |
|
mattwillis%gmail.com
|
c57a227da3
|
bug 342343 - Adds midnight(24:00) as a possible end hour for views. r=jminta
|
2006-07-31 20:04:20 +00:00 |
|
jminta%gmail.com
|
57ff81f62e
|
Typo fix from bug 324674
|
2006-07-31 19:33:15 +00:00 |
|
jminta%gmail.com
|
23b8b47e02
|
Bug 319741 restore ability to print month-view, r=mvl
|
2006-07-31 19:19:49 +00:00 |
|
jminta%gmail.com
|
da5f78ca5b
|
Bug 346190 updateStyleSheetForObject needs refactoring r=dmose
|
2006-07-31 18:15:13 +00:00 |
|
jminta%gmail.com
|
f6e188f22e
|
Bug 324674 preferences dialogs should enforce valid default start/end hours for views, r1=lilmatt, r2=mvl
|
2006-07-31 17:48:39 +00:00 |
|
jminta%gmail.com
|
df6eebe72d
|
Bug 259235 sanity check Alarms Panel inputs, r1=lilmatt, r2=mvl
|
2006-07-31 17:04:44 +00:00 |
|
mattwillis%gmail.com
|
6f19198183
|
bug 320266 - bustage fix for Lightning. r=jminta
|
2006-07-28 03:13:17 +00:00 |
|
jminta%gmail.com
|
8b3644c0bb
|
Bug 343836 Day/Week View: All day events shown on wrong day or twice, r=dmose
|
2006-07-27 23:57:59 +00:00 |
|
jminta%gmail.com
|
50998de9c1
|
Bug 344452 Don't add universal style rules for calendars and categories, r=dmose
|
2006-07-27 22:18:23 +00:00 |
|
jminta%gmail.com
|
12a6bfb638
|
Bug 345348 Tasks appear in calendar view when progress is modified, r=dmose
|
2006-07-27 22:15:41 +00:00 |
|
jminta%gmail.com
|
6bbec6531f
|
Bug 345491 Editing recurring event shows 'All' vs. 'This occurrence' dialog twice, r=dmose
|
2006-07-27 22:11:11 +00:00 |
|
mattwillis%gmail.com
|
76987f0415
|
bug 320266 - Moves javascript bits that don't implement nsIModule out of components/. r=dmose
|
2006-07-27 14:10:31 +00:00 |
|
jminta%gmail.com
|
6b51f8bcd7
|
Bug 344561 Day/Week view: Header boxes are misaligned if scrollbars are shown, patch by thomas.benisch@sun.com, r=jminta
|
2006-07-26 03:03:37 +00:00 |
|
mattwillis%gmail.com
|
ed1d78f9b6
|
bug 343027 - syncs branch and trunk files. r=jminta
|
2006-07-26 00:40:23 +00:00 |
|
mattwillis%gmail.com
|
69871b0902
|
bug 343027, part two - syncs more files between branch and trunk. r=jminta
|
2006-07-25 01:33:28 +00:00 |
|