February 2006 Archives by thread
Starting: Wed Feb 1 13:00:29 PDT 2006
Ending: Tue Feb 28 16:18:26 PDT 2006
Messages: 96
- [commits-scooby] (mde) [1320] Give ScoobyDate its own library file.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1322] updated to use 1.5 source features.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1324] Added script tag for scoobydate.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1330] Added setter and getter methods,
added three conversion functions.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1337]
svncheckin at osafoundation.org
- [commits-scooby] (br) [1338] fixed accidental commit
svncheckin at osafoundation.org
- [commits-scooby] (br) [1341] a little refactoring of existing code.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1356] Refactoring to change valueOf Date
method calls to getTime,
making it easier to locate all generic Date method calls.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1357] Refactoring, additional methods.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1358] Stubbed out user preferences.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1359] Begin work on conversion from default
JavaScript Date object to ScoobyDate.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1360] got rid of some tabs,
other minor formatting
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1361] Added instance methods for strftime and
add so you can call directly on Date objects -- e.g.,
dt.strftime('%c'); or dt.add('d', 5);
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1362] General refactoring,
fixed bug in createLocalScoobyDate caused by using getYear() instead
of getFullYear().
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1363] Changed query span params to UTC stamps.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1364] Moved code from add method into
separate fromUTC method that allows you to reset a ScoobyDate
based on a new UTC.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1365] Added calls to fromUTC ScoobyDate
method into updateEvent method for NormalBlock.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1366] Added calls to fromUTC to updateEvent
for NoTimeBlock to allow all-day events to update properly with
ScoobyDates.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1368] this stuff shouldn't be here...if we
need the java classes, we can pull a jar down with maven
svncheckin at osafoundation.org
- [commits-scooby] (br) [1369] whoops! need to use Calendar.HOUR_OF_DAY
instead of HOUR
svncheckin at osafoundation.org
- [commits-scooby] (br) [1370] updated service to work with ScoobyDates
svncheckin at osafoundation.org
- [commits-scooby] (br) [1371] fixed problem where events with a
DURATION but no DTEND would throw a NullPointerExceptionb
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1372] Allow changing events from the event
detail form -- floating events and timezone-specific events.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1374] changed welcome event to 1am
svncheckin at osafoundation.org
- [commits-scooby] (br) [1375] renamed some properties (eg timeZone -->
timezone)
svncheckin at osafoundation.org
- [commits-scooby] (br) [1376] now gets the TZNAME from the proper place
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1377] More work to implement ScoobyDates.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1378] two bugs fixed:
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1380] More changes for ScoobyDate conversion.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1385] Dates without a time must be marked with
a DATE value
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1386] Initial work to begin conversion of
view navigation code to ScoobyDate.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1387] Update instance method 'add' to act on
Date instance and increment it by the desired amount and unit of time.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1396] Added -moz-user-select:none to
resizeable area for all-day events to prevent text-selection
while dragging in Firefox.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1397] Changed NormalBlock nomenclature to
HasTimeBlock because 'NormalBlock' is too vague and looks too
much like 'NoTimeBlock' in the code.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1398] fixed all day event issue
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1403] Created ScoobyDate 'add' instance
method to increment by desired unit of time.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1408] Added contribution to Date.add by Doug
Neal (doug.neal@olantra.com) -- incrementing by month,
naive implemenation of quarter.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1414] Initial work for getting Scooby to
actually be a client of Cosmo's via CalDAV4j.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1415] Initial work for getting Scooby to
actually be a client of Cosmo's via CalDAV4j.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1417] Fixed reference to refactored function
call out of date.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1418] Fixed another reference to refactored
function name from date.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1422] Fixed bug in editing newly created
all-day events which would move event by double the amount of
intended time.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1423] Added basic multi-cal switching.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1432] More work to allow selection of
multiple calendars.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1433] cosmo & scooby working together finally.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1434] cosmo & scooby working together finally.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1436] cosmo & scooby working together finally.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1440] Cleaned up code for cal selector
navigation.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1449] Decoupled ID for event, block,
and DOM-elements from CalEventData object ID from server.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1450] Fixed bug with events edited to have
dates outside the view range -- ScoobyDate/Date comparison error.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1451] Fixed bug in bug fix for editing events
out of the viewable range.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1456] Work to load CSS dynamically with
proper DOM methods instead of using old document.write hack.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1463] Added new code to addStyle method of
Styler object to remove completely the need for using the
document.write hack for dynamic CSS.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1464] Removed addAlpha method from Styler
class.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1470] Styler class to use DOM methods for
adding stylesheets to documents and rules into those stylesheets.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1476] initial stab at expanding recurring
events
svncheckin at osafoundation.org
- [commits-scooby] (br) [1478] now all day events work.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1479] now recurring events with timezones work
as well
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1480] Completed changes for DOM creation of
CSS.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1481] Added doOldDocumentDotWriteHack method
to Styler for because Safari can't deal with DOM methods for CSS.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1482] More Styler/CSS bug fixes for Firefox
1.0 and Safari.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1483] don't try and set the timezone if it's
null
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1485] Replaced mask div that I mistakenly
removed during conversion of CSS to DOm methods.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1486] Updated copyright notice to year 2006.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1488] Moved global vars for X and Y mouse pos
to cal_main.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1489] More refactoring,
removed cruft and superfluous files.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1490] Changed global function calls to
methods of Cookie object.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1491] Changed script tag to reference
cookie.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1492] Removed keepalive functionality,
added timeout check for keyboard input.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1494] people need to stay alive
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1497] Added back keepalive functionality,
fixed a bug in it.
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1500] Tagging Scooby 0.1 for release
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1501] Updating version to 0.1 for release
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1502] Tagging Scooby 0.1 for release
(previous tag still had version as 0.1-SNAPSHOT)
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1504] removing tag
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1505] Tagging Scooby 0.1 for release
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1506] bumping version to 0.2-SNAPSHOT
svncheckin at osafoundation.org
- [commits-scooby] (bear) [1509] hmm,
seems I missed the part where the team said 0.1 pre-release
code-freeze
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1515] Added error message to login page to
tell people not to try logging in with the Cosmo root user account.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1516] Added sanity check for events with no
end property.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1517] Added bandaid warning dialog that will
warn people about editing recurring events.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1518] at times should have startdate == enddate
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1519] Basic logging class stub.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1520] Added confirmation dialog warning for
editing recurring events.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1521] Added warning dialog for removal of
recurring events.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1522] for some reason ical4j is not picking up
the timezone for certain dates,
so I create the timezone from the VTIMEZONE
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1523] Added comments for main Cal object
properties.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1524] More commenting in cal_main.js
svncheckin at osafoundation.org
- [commits-scooby] (br) [1526] added some much needed logging
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1527] Commenting and general cleanup in
cal_main.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1528] More commenting, cleanup in block.js.
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1530] Added a lot of juicy commenting and
explanation.
svncheckin at osafoundation.org
- [commits-scooby] (br) [1534] fixed to reflect current config props
svncheckin at osafoundation.org
- [commits-scooby] (br) [1536] use CalDAV4j 0.1 instead of snapshot!
svncheckin at osafoundation.org
- [commits-scooby] (br) [1537] updated version 0.1
svncheckin at osafoundation.org
- [commits-scooby] (mde) [1546] Added much-needed commenting and
explanation for what's going on with Blocks.
svncheckin at osafoundation.org
Last message date:
Tue Feb 28 16:18:26 PDT 2006
Archived on: Tue May 2 11:03:41 PDT 2006
This archive was generated by
Pipermail 0.09 (Mailman edition).