| Rev |
Log message |
Author |
Age |
Path |
| 6797 |
Fix schema API attempting to synchronize a parent parcel (e.g.
osaf.pim) when neither the parent parcel nor the child parcel
(e.g. osaf.pim.calendar) exists and the child is asked for
first. This could create a dependency loop if the parent
also imports classes from the child, as is the case with
osaf.pim and osaf.pim.calendar. Also, fixed a problem with
parcel_for_module() that was sometimes hiding the first
problem and causing it to pop up elsewhere in the form of
an item's itsParent being set to None.
This change, if applied to the branch, should fix most of the
unit test failures Andi reported on the Dev list, except that
some of those tests (e.g. TestScripting) have other problems
that appear unrelated. |
pje |
2855d 11h 50m |
/trunk/chandler/application/ |
| 6789 |
- renamed BString and UString to Bytes and Text respectively
- core schema version changed to 0.5.4
- fixed bug in abstract set copy not getting its view set |
vajda |
2855d 22h 32m |
/trunk/chandler/application/ |
| 6784 |
Bug 3156, give users the ability to shoot themselves in the
foot, or in other words, allow users to ignore errors with
an SSL connection. This is needed to work around misconfigured
servers, but unfortunately this also makes it possible for
users to fall for an active attack. |
heikki |
2855d 23h 08m |
/trunk/chandler/application/ |
| 6779 |
raised schema version to 49 |
bkirsch |
2855d 23h 56m |
/trunk/chandler/application/ |
| 6777 |
removed LocalizbleString and Text type added _() in code as needed and placed [i18n] remarks in source where issues need to be addresseed |
bkirsch |
2856d 00h 11m |
/trunk/chandler/application/ |
| 6762 |
Bug 3818, cancel is typically spelled with initial capital
letter and other letters lower case in buttons. |
heikki |
2856d 20h 13m |
/trunk/chandler/application/ |
| 6761 |
Update to UI for CPIA Script
* Added a Scripts collection, which you put in the sidebar from a Tests menu item
* Changed Chandler command-line options
- removed --script <script> option
- added --testScript option to run the startup test script
- moved the startup test script to osaf.app.StartupTest.py
- updated the Launch Chandler unit test to invoke the app startup test,
which now includes a call to ReloadParcels.
* Reorganized the scripting parcel to be conforming to our new parcel structure
- now a client simple imports osaf.framework.scripting to get external APIs
* Got rid of the scripting parcel.xml
* Removed some of the old UI:
- Removed the "Run script..." dialog and menu item
- Test/Run <script> menu item now only runs scripts
* Added an EventTiming object to track the times taken to invoke
CPIA Events so we can do automated performance tests. |
donn |
2856d 20h 22m |
/trunk/chandler/application/ |
| 6760 |
Rewrite my 'RelativeDateTimeMessage' method to simplify it for localization (after Mr. Kirsch somehow broke it adding a comment, causing bug 3820, which this fixes).
(Also, fix an incorrect comment in GenerateItems.py.) |
stearns |
2856d 20h 34m |
/trunk/chandler/application/ |
| 6738 |
Removes LocalizableString requirements and added more _() translation text as needed |
bkirsch |
2857d 16h 16m |
/trunk/chandler/application/ |
| 6715 |
Fix Bug 3768 (changing the timezone in the calendar view doesn't refresh the events) r=stearns
- Post a new event, TimeZoneChanged, when the user changes default timezone.
At the moment, only the TimedEventsCanvas pays any attention, but other blocks
will in the future. |
grant |
2857d 23h 05m |
/trunk/chandler/application/ |
| 6700 |
Fix a typo in __init__() that prevented the recurrence dialog from ever being
displayed. |
grant |
2860d 19h 27m |
/trunk/chandler/application/ |
| 6694 |
Removed unused content model schema |
capps |
2860d 21h 42m |
/trunk/chandler/application/ |
| 6692 |
Part one of two for bug 3715 (getting Chandler logs to rotate)
This sets the twisted logger to rotate every 1mb of data (the default)
Next will be getting the python logger to do the same |
bear |
2860d 23h 18m |
/trunk/chandler/application/ |
| 6681 |
Make functions for the most common cases of detail view block creation (area, label, spacer, editor); use the functions to build the detail view.
Also, bump SCHEMA_VERSION. |
stearns |
2861d 17h 19m |
/trunk/chandler/application/ |
| 6680 |
Bug 3565: get rid of 'issues' and 'examples' attributes, consolidating
into 'description'. |
pje |
2861d 17h 30m |
/trunk/chandler/application/ |
| 6679 |
Updated source to use i18n _(). Still more work to be done :) |
bkirsch |
2861d 17h 38m |
/trunk/chandler/application/ |
| 6673 |
Oops, forgot to bump this with my parcel.xml conversion |
stearns |
2861d 20h 49m |
/trunk/chandler/application/ |
| 6670 |
Condenses File Import Export logic to single entry point which support LocalizableString's via unicode casts |
bkirsch |
2861d 21h 08m |
/trunk/chandler/application/ |
| 6669 |
Added LocalizableString support via unicode cast |
bkirsch |
2861d 21h 08m |
/trunk/chandler/application/ |
| 6666 |
added GetRawImage back to code base since DragAndDrop.py leverages it for cursors |
bkirsch |
2861d 23h 17m |
/trunk/chandler/application/ |