January 2007 Archives by thread
Starting: Tue Jan 2 16:41:20 PDT 2007
Ending: Wed Jan 31 17:04:51 PDT 2007
Messages: 350
- [commits-cosmo] (mde) [3197] Remove account-signup code,
and Signup link from main Snarf page.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3198] Initial work on collections selector
(name display when only a single collection).
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3199] ignore classes named *TestCase.java when
finding test classes
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3200] Add dummy 'add' link next to collection
name when viewing in ticket-mode.
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3201] Fixed some bugs and added results
counting.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3202] Tagging Cosmo trunk as Checkpoint
20070103
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3203] Change the way timestamps
(Item.createDate, Item.modifyDate, User.createDate, User.modifyDate)
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3204] Setting version information for
Checkpoint 20070103
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3205] Set collection selector to specific
pixel width to deal with collections with long display names.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3206] Actually,
really fix the stupid tiling logo graphic isssue in IE6.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3207] fix webcal prefix
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3208] Fix for bugs 7609 and 7628.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3209] Cleanup and tweaks to allow us to
create a custom build of dojo with cosmo js
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3210] Very primitive script to build custom
dojo build with cosmo js.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3211] changes to support saving display name in
collection details dialog box
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3212] moved all the private methods to the
bottom, so the public ones are grouped together
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3213] use CalendarAttribute for eim datetime
fields.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3214] Set the z-index properly on the ui
masking div to make the modal dialog actually modal in all
browsers but IE6.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3215] now you can change the display name of
your owned collections too.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3216] make eim timestamp field derived from
decimal field, as it is no
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3217] protect against null value
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3218] use 20 digits for timestamps
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3219] use Item.clientCreationDate for eim item
creation date
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3220] - Bugfix for when timezone.js is
built into build (extra require).
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3221] Only initialize i18n if
djConfig['i18nLocation'] is defined.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3222] Changed dojo path back to current
(non-custom-build) path.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3223] * Add creationDate, modifiedDate,
isActive to Stamp to allow diffing of stamp records.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3224] Per bug 7442,
switch positions of page number and page navigation widgets on user
admin page.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3225] Add input validation to
ModifyUserDialog.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3226] Updated createInput method to work with
a keyword/obj param.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3227] Increase range and size of "page
size" chooser in user admin ui.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3228] Widget to authorize user actions with
login info -- right now for use with adding a collection
subscription, but can eventually be used much more generically.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3229] Add prompt-type (e.g.,
error) to the modal dialog prompt.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3230] Require the AuthBox in the main PIM page.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3231] Code that invokes the AuthBox to
authenticate the user and add a subscription for a collection
in ticket view.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3232] bug: 6896
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3233] Location of the page the processes
authentication requests should be set in a central place.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3234] add TimestampAttribute,
that stores a point in time using java.util.Date (millisecond
precision)
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3235] Fixed ie bug and getText usage:
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3236] Password should be allowed to be
blank.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3237] A bit of code cleanup, commenting,
and i18n.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3238] Here are some topics.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3239] now the selector is updated when display
name changes.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3240] remove some debug code
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3241] Fix positioning of ModifyUserDialog
and allow it to include creation time styling.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3242] Serve account information page with
custom controller to provide access to service locator.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3243] Clean up imports in
AccountViewController.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3244] some other places where the collections
need to be notified.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3245] change eimml content type to
application/eim+xml
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3246] * added utility method for creating
images that change state with rollover, mousedown, etc.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3247] Tagging Cosmo trunk as Checkpoint
20070108
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3248] Setting version information for
Checkpoint 20070108
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3249] Fixed bug 7026: forbidden.jsp not
served up for login.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3250] More work on collection details dialog
box.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3251] Added 'add collection' icon,
fixed icon vertical alignment.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3252] Localized strings -- tool tips for
details/add icon for collections.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3253] fix for bug 7518 - prevent scroll bar
jumps
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3254] changed double quotes to single quotes
because double quotes are not escaped properly in the json that
is genereated for
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3255] Some convenience functions for the
global namespace.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3256] Bug 7442: Total user count on
/console/users
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3257] Keep dialog hidden until everything is
sized and positioned.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3258] no tabs
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3259] error and handle shouldn't be wrapped
with the XML->JSON converter.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3260] apply eim recordsets to collections and
items for morse code publish
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3261] Remove "error" function wrapping as
well, since errors don't return XML.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3262] Add placeholder divs for Signup button
and collection subscription selector.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3263] Get basic account-creation functionality
working in ticket view.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3264] Add require for cosmo.convenience
functions.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3265] some minor timezone enhancements:
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3266] Deal with e-mail activation feature in
account-creation workflow,
removed unecessary "Create another account" link.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3267] * strip_all_comments takes a path to a
directory containing olson timezone files,
and removes comment lines from them
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3268] not using this directory
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3269] add an iterator that translates a list
of items into the equivalent
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3270] in eimml,
add the "collection" attribute to the "records" element
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3271] refactor SyncRecords and add PubRecords
and SubRecords classes that
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3272] Per this thread:
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3273] Fix jumping scrollbar caused by doc
reflowing.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3274] Add font-weight property to form element
styles to prevent bolding when in top menu area.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3275] Make subcription client options
available outside the widget,
allow passing of specific option for display when instantiating the
widget.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3276] Add "Subscribe with ..." selector to top
menu area for ticket view.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3277] Implemented change to account
activation workflow as described here:
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3278] Log the user into the Cosmo Web UI and
display the collection after adding a subscription to the account.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3279] Error message for already-logged-in
users trying to create accounts.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3280] bug: 7220
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3281] AuthBox requires cosmo.util.html.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3282] Stupid typo,
cosmo.utl.html -> cosmo.util.html.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3283] eimml core schema changes:
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3284] remove eimml collection schema
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3285] add deleted attribute to eimml
<collection> element
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3286] <collection>'s name attribute is optional
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3287] remove collection record from eim.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3288] use TimestampAttribute for unknown eim
timestamp fields, not
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3289] * Move "About" messages to
PimMessageResources in preparation for moving about information
into settings dialog.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3290] Move version setting into
dojoBoilerplate to avoid XHR call to get version information.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3291] refactor eim schema applicators and
generators a bit to allow them to
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3292] Version should be string.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3293] when syncing a morse code collection,
only include records for stamps
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3294] bug: 7390
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3295] Make sure /j_acegi_security_check and
/loginfailed are actually covered by security so the
LoginController can actually find a security context.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3296] Fix bug 7653 by ensuring doLogin does
not run twice.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3297] recurrenceId is a key field,
so use EimRecord.getKey()
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3298] Some timezone perf.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3299] bug: 7220
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3300] we should use dj_global for putting stuff
in the global namespace
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3301] Move global configuration variables
to correct dj_global syntax.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3302] Add cosmo.convenience require so we
can get the signup dialog in safari.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3303] little optimization - caches a given
year's startdate for a particular rule
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3304] Remove unnecessary menu items,
add Settings link.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3305] Adjust vertical spacing available below
collection selector.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3306] Basic first pass at a tabbed UI
interface -- currently simple and CSS-based.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3307] Begin work on Settings dialog box,
using simple TabContainer widget.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3308] * explicitly flush hibernate
session to db in dao update/save methods so that timestamps are
updated
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3309] Add CosmoLobHandler,
which extends spring's DefaultLobHandler and uses
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3310] generate sync token based on the
collection's modified date rather
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3311] Add return after user count handling
code.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3312] fix for crashing safari, bug 7581
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3313] initialize EventStamp Calendar
using stamp's item when creating a new EventStamp in
EventStampApplicator
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3314] Add onclick handler to surrounding span
element for the button.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3315] Keep ContentItem.displayName and
EventStamp.summary and NoteItem.body and EventStamp.description
in sync
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3316] fixed sorting bug
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3317] add a version of
ServiceLocatorFactory.createServiceLocator that
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3318] Bugs 7702 and 7704:
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3319] Remove duplicate validation logic
that is already being done by hibernate.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3320] initialize new EventStamp calendar
with NoteItem.icalUid if it exists
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3321] Add ticket information to relation
links on bookmarkable collection page.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3322] Message prefix was wrong,
leading to ugly page title.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3323] remove unused codes
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3324] Now February works, bug 7630.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3325] replace with getText with uber-convenient
"_"
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3326] Bug 7710: help link in ticket view.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3327] Remove superfluous onclick handler on
button component table.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3328] implement cmp user service documents:
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3329] Use convenience functions for DOM.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3330] Move some form-validation methods from
account-creation into the general validation library.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3331] Give tabbed interface a proper bottom
separator that extends all the way across the container.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3332] Share form-generation logic between
account-creation and editing account settings.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3333] bug 7573 - cosmo.version.txt now
contains the proper version info
svncheckin at osafoundation.org
- [Commits-Cosmo] RE: Commits-Cosmo Digest, Vol 20, Issue 44
at2 at miramail.consilienttech.net
- [commits-cosmo] (br) [3334] bug 7581 - test demonstrates that new
sort function doesn't crash Safari
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3335] make sure test_date gets run
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3336] hash is needed for new sort function
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3337] added test to verify the so-called
"February" problem
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3338] Bug 6183: Add "mailto" link for
emailing event information.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3339] Touchups on event emailing code,
mainly removing fields from prepopulated body if they aren't in the
event.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3340] Tweaks of form labels to allow insertion
of extra messages beside text inputs.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3341] Removed extra menu-item divider.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3342] Editing settings actually saves new
account information.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3343] Tagging Cosmo trunk as Checkpoint
20070116
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3344] bug: 7721
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3345] Tab- and content-node arrays should be
per-instance of TabContainer.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3346] Hack a link to the "bookmarkable
collection" into the ticket table in the collection browser.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3347] Fix bug I caused when I made cmp.js
stop parsing responses for "handle" handler.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3348] Changes to CMP <administrator> tag:
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3349] add displayAlarm eim record schema
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3350] collection details work - change messages
as per PPD
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3351] Move the server-side timeout value into
cosmo.env, set from actual server-side value.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3352] Fix bug 7705: login,
forbidden and ticket view pages should have self links
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3353] change to use app level show/hide
functions
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3354] * added topics for notifying interested
parties when dialog box is displayed/dismissed.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3355] Make sure cmp requests are not cached.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3356] Put <link> outside of <title>.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3357] Fixes for IE in the Settings dialog.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3358] added a place to register select boxes
which should be hidden when dialog box is displayed (TODO -
make this just happen in IE)
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3359] Make ServiceLocatorFactory generate
absolute urls by default, with new parameter that makes
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3360] Bug 7723: JSON-RPC work for
preferences.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3361] Bug 7722: Work to allow forwarding
after login.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3362] Bug 7722: Work to allow forwarding
after login.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3363] * add NoteItem.reminderDate
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3364] the fancy dynamic invocation of
constructors was not working, so I just do it the normal way.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3365] destroying the content widget AFTER
hiding main modal dialog widget is safer - ie doens't crash IE
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3366] Localized string for main error message
for item details.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3367] Fix for bug 7537 -- Item details form
validation error.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3368] New login service.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3369] Update NoteApplicator/Generator to
process NoteItem.reminderTime
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3370] make sure to update the current
collection.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3371] Stop using global getText function,
as it breaks Safari.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3372] add NoteItem.reminderTime
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3373] Fix plain html about page.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3374] Prevent CMP GET requests from caching in
IE.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3375] Localized strings for Settings dialog
box UI.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3376] Account info can now be updated in FF
and IE, and IE also now displays the updated account info properly.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3377] Fix modal dialog box in IE6 -- hide
select widgets that ignore z-index,
and display proper translucent background.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3378] Implement changes suggested here:
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3379] Tagging Cosmo trunk as Checkpoint
20070118
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3380] Setting version information for
Checkpoint 20070118
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3381] Remove some silly code,
fix authentication failure redirection url.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3382] dialog box fixes
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3383] Fix for bug 6203 -- Preserve original
event times in edits if event duration is shorter than the
minimum visible size for a lozenge.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3384] Restore cool translucency effect when
dragging/resizing lozenges, now that Firefox CSS is up to speed.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3385] Bug 7681: Include authenticated user
in access logs.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3386] Clean up now unneeded login
recognition string.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3387] bug: 7760
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3388] bug: 7760
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3389] bug: 7754
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3390] Fix for bug 7511 - missing UIDs in mod
VEVENTS.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3391] Fix bug with browsing collections
with a trailing slash.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3392] update test to reflect that UID and
DTSTART are now always present
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3393] Utility function to grab the value of a
radio button set.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3394] Remove superfluous newlines at the end
of error message returned by date format validator.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3395] Turn off the ponderous app reloading
triggered by browser window resize.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3396] Use lighter lozenge colors for anytime
events.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3397] Don't reset lozenge-type when editing
between all-day and anytime.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3398] Rearranged toggling and input-disabling
behavior for all-day checkbox, added validation for AM/PM fields.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3399] Made anytime events calculate conflicts
and display with all-day events.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3400] fix for bug 7719 - "Please change the
sharing URL provided to Chandler to be the "pim" URL"
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3401] All-day,
anytime events can't have a timezone.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3402] Bug 7651: Changes to bundle front
page.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3403] Give people a way to reset the duration
of events less than the minimum size by resizing them larger
the the minimum.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3404] added ticket to urls in collection detail
dialog box in appropriate places - bug 7743
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3405] Fix preference RPC methods.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3406] Remove redundant require statement.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3407] Implemented parametric replacement in
getText method.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3408] up the max index date for recurring
events
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3409] Tweaked wording/spacing of localized
strings according to "Update 0.6 spec" thread on Design list.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3410] If 'content' property is set to null
before test for widget content, widget cleanup never happens.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3411] Allow TabContainer content node to be a
widget, clean up sub-widgets on destroy.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3412] Make the About tab content area a widget
to allow reuse.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3413] Localized strings for About tab using
new parametric replacement in getText method.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3414] add cache entries for new model
objects/assocations, will tune later
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3415] Bug 7680: Fix links in upper right.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3416] Localized strings for Settings dialog.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3417] Settings UI general code cleanup --
adding commenting and localized strings,
removal of innerHTML calls, removal of tab chars.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3418] Fix Internet Explorer 7.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3419] Tagging Cosmo trunk as Checkpoint
20070122
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3420] Setting version information for
Checkpoint 20070122
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3421] Allow root users to access calendars
at /pim/collection/** to allow
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3422] Move preference change publishing to
preference module.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3423] Make sure cosmo.util.html is around
to "fix" safari forms in account.create.getFormTable
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3424] make it clear which is the option for
selecting no timezone
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3425] it is important that you set the date's
tzId before calling updateFromUTC
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3426] Get rid of dependency on
CosmoSecurityManager.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3427] Fixes for bugs 7791, 7792,
7793 -- Collection selector layout and formatting.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3428] added tests to figure out what is going
wrong with bug 7517
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3429] Fix bug 7470: Delete selected users
link stays around when no users are selected.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3430] Fix bug 5741: leading of trailing
spaces causing problems with user creation.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3431] Fix for bug 7715 -- cosmo.datetime.Date
"setters" have unexpected results.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3432] get rid of rouge apple dependency
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3433] Changes to CMP protocol:
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3434] CalendarDaoImpl has no destroy method,
and telling spring it had one
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3435] fix for bug 7517 - changing timezones on
modification instances.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3436] Cleanup + fix some lingering problems
with the display of the delete link.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3437] Fix for bug 7739 -- Settings dialog now
works in Safari.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3438] Enable hibernate statistics and
register hibernate statistics
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3439] Bug 6068: Can't highlight in event
properties.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3440] use mbean naming schema of
cosmo:name=<layer>
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3441] caught one difference while testing
hibernate's SchemaValidater class
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3442] ignore cosmo.version.txt
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3443] add support for TZID parameter in eim
icalendar date/datetime values
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3444] add tests for eim text <-> icalendar
date/datetime conversion
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3445] Fix bug in which it is impossible to
take administrative privileges away with our administrative ui.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3446] Add schema validation to
DbInitializer.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3447] need to close Statement too
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3448] minor doc updates
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3449] Tagging Cosmo trunk as Checkpoint
20070124
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3450] Setting version information for
Checkpoint 20070124
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3451] Removing Checkpoint tag - runtime error
is forcing checkpoint to be recreated
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3452] catch all Exceptions during
isSchemaInitialized()
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3453] Tagging Cosmo trunk as Checkpoint
20070124
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3454] Setting version information for
Checkpoint 20070124
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3455] Add localized string for "You are
currently viewing."
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3456] Bug 7865: Unable to add calendar to
account
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3457] Fix bug in which logging in via the
auth box (for example, when subscribing to a collection) does not
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3458] Fix for bug 7883 -- About links should
point to the Cosmo project page, not the wiki.
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3459] New tests and test tools.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3460] Fix for bug 7782 -- Account browser
should open in a new window.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3461] bug 7783: 'Home Collection' link
should be 'Account Browser'
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3462] When we use our custom dojo build,
cleanup functions are causing js errors.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3463] Include timezone code in dojo build.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3464] Fix for bug 7866 -- Modal dialog
background transparency in IE7.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3465] Add ; safety blankets.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3466] Reclaimed 16 pixels of horizontal space
in the detail form.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3467] Some initial work on preview style
stuff done in preparation for admin ui presentation.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3468] Commit image needed for last checkin.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3469] Reenable "create new user" link.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3470] Bug 7885: Remove "Event changed" in
the subj.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3471] performance improvements
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3472] for eim text values representing
icalendar properties, separate
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3473] * CalendarFilterTranslator should
return a Set (no duplicates) instead of List
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3474] Directory for windmill json tests for
cosmo.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3475] Removing unnecessary script and css
includes from main bundle page.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3476] Update language to reflect design in
bug 7651.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3477] username equality and hashcode are based
on username (someday uid).
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3478] add Ticket.isGranted(Item) method that
checks if a ticket is granted
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3479] add permission checking to
CosmoSecurityManager with the
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3480] bug 7483: replace
HomeDirectoryBrowsingController with an
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3481] ensure that users can't look at each
others' user service documents.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3482] add milliseconds to clear out
milliseconds on the client side
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3483] some refactoring to make bug 7180,
7632 easier to deal with
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3484] getting rid of commented out code
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3485] Fix for bug 7852 -- Sign-up graphic
issues.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3486] Raise a server side error if client
tries to request page size of 0.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3487] Nicer looking space above cosmo user
admin widget.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3488] dojo.require massages all around:
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3489] Add multiple color set support for
cal-event lozenges in different collections -- match Chandler colors.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3490] fix for 7877 - download link not working.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3491] added a method required by the
superclass....not sure if Mock needs to do anythign else here...bcm?
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3492] Fix for bug 7909 -- Button disabling
broken during refactoring.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3493] Fix for bug 7867 -- 'cmd.qualifier is
not properly set' exception thrown.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3494] Tweaking log dir
check-n-create-if-not-found line
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3495] Bug 7896: Entering 0 into the users
per page text box causes error
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3496] Fix for bug 7880 -- Read-only icon.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3497] fix up serialization of icalendar
properties into eim text values so
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3498] Incorporated some of Vinu's feedback
into the test tools.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3499] Fix for bug 7646 -- Ticket view timing
out on the client.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3500] Big refactoring of RecurrenceCode,
to deal with little features.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3501] Part of fix for bug 7632 -- error on
changing all-day to a non-all day event in a recurring series.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3502] Add custom comparator for description
field to accept various flavors of 'nothing.'
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3503] Fix for bug 7851 -- Keyboard focus
should shift directly to the Title field when creating a new Event.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3504] Bug 7846: Wrong behavior on
/cosmo/login and /cosmo when logged in.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3505] Forgot to remove messageSource from
spring config in last commit.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3506] Make sure we get user from user
service instead of from security context to avoid lazy loading
problem.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3507] Fix for bug 7715 -- Updated failing test
to reflect wraparound setter behavior.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3508] Tagging Cosmo trunk as Checkpoint
20070129
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3509] Setting version information for
Checkpoint 20070129
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3510] fixed help link, as per bug 7814
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3511] Removing checkpoint tag - non-starter -
checkpoint will be respun after fix
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3512] Fix a NPE in the
ApplicationEntryController.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3513] Tagging Cosmo trunk as Checkpoint
20070129
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3514] Setting version information for
Checkpoint 20070129
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3515] fix for 7271 - "'All Future Events' edit
will only work once on a recurrence."
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3516] fix for bug 7874 "Error message: Could
not add the collection to your account"
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3517] A little more tweaking to make
sensible error messages on invalid input in page size chooser.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3518] In commit 3504 I changed the logout
controller to redirect to the login page.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3519] fixed timezones so that "links" work
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [3520] dav paths are at /dav, not /home
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3521] Fix for bug 7848:
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3522] bug 7941
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3523] Tagging Cosmo trunk as Checkpoint
20070130
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [3524] Setting version information for
Checkpoint 20070130
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3526] Clean up non-existant "styler" in
unit test.
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3527] bug 7924
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3528] Test moving and copying resources.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3529] fix for bug 7819 - Collection Details
ToolTip
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3530] fix for bug 7932 - Chandler subscribe
link is the DAV one for now.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3531] Fix for bug 7678 -- Fatal JS error with
minical rendering.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3532] Bug 6854: Add location field below
event title.
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3533] Whitespace cleanup.
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3534] makes sure to hide protocol rows after
showing "Other..."
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3535] Add cosmo.cmp documentation.
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3536] Fixed tests to work with new dav path.
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3537] New test module for testing certain
iCalendar properties:
svncheckin at osafoundation.org
- [commits-cosmo] (travis) [3538] Bug 7958: Ticket creation broke
because DAV path changed from /home -> /dav.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3539] Quash spurious reported changes in the
Location field (accept any flavor of non-value -- null,
undefined, empty string).
svncheckin at osafoundation.org
- [commits-cosmo] (rletness) [3540] * Log parser errors in
CalendarClobType
svncheckin at osafoundation.org
- [commits-cosmo] (br) [3541] fixed a bug where modification event
start time were not getting populated with "VALUE=DATE" on non
DateTime dates, causing havoc all the way down to the hibernate level!
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3542] Fix for bug 7967 -- Previous changes not
preserved in multiple edits to a recurrence modification.
svncheckin at osafoundation.org
- [commits-cosmo] (mde) [3543] Fix for bug 7917 -- Have Safari ignore
test cases that its broken Date implementation can't handle.
svncheckin at osafoundation.org
- [commits-cosmo] (mikeal) [3544] Added another status test using
STATUS in VEVENT.
svncheckin at osafoundation.org
Last message date:
Wed Jan 31 17:04:51 PDT 2007
Archived on: Wed Jan 31 17:05:48 PDT 2007
This archive was generated by
Pipermail 0.09 (Mailman edition).