| Rev |
Log message |
Author |
Age |
Path |
| 6795 |
-ScriptingGlobalFunction.py:
Corrections in event processing order in the KeyboardReturn() method |
olivier |
2823d 23h 25m |
/trunk/chandler/parcels/ |
| 6794 |
Minor Change to CPIA Script
* Never create UserScript.py file (was used for debugging scripts) |
donn |
2824d 01h 58m |
/trunk/chandler/parcels/ |
| 6793 |
Fix bug 3826 - Cut of an Item in Summary View |
donn |
2824d 01h 59m |
/trunk/chandler/parcels/ |
| 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 |
2824d 04h 26m |
/trunk/chandler/parcels/ |
| 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 |
2824d 05h 02m |
/trunk/chandler/parcels/ |
| 6783 |
Simplify some items in the scripting parcel
* Detail Subtree for Script now uses blocks from the detail view instead of making my own
* Fixed a problem after ReloadParcels trying to add Scripts to the Sidebar |
donn |
2824d 05h 05m |
/trunk/chandler/parcels/ |
| 6782 |
Fix Bug 3801 ("Generate Data" shouldn't generate "floating" events) -- take 2
- Allow the individual generation functions to take an optional tzinfo
argument; this is only non-None when generating events via the "Test"
menu. |
grant |
2824d 05h 22m |
/trunk/chandler/parcels/ |
| 6777 |
removed LocalizbleString and Text type added _() in code as needed and placed [i18n] remarks in source where issues need to be addresseed |
bkirsch |
2824d 06h 05m |
/trunk/chandler/parcels/ |
| 6774 |
Better handling of dates within feeds
feedparser.py is able to parse a wider variety of date formats, so let's
leverage that, converting the returned struct_time objects to datetime
objects, coupled with a GMT ICUtzinfo |
morgen |
2824d 17h 53m |
/trunk/chandler/parcels/ |
| 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 |
2825d 02h 16m |
/trunk/chandler/parcels/ |
| 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 |
2825d 02h 28m |
/trunk/chandler/parcels/ |
| 6758 |
Disabling FreeBusy until the set changes are integrated for performance. (There is currently a bug w/ notifications where every block is receiving 25x too many wxSynchronizeWidget events). |
jed |
2825d 03h 27m |
/trunk/chandler/parcels/ |
| 6750 |
Added more logging output |
morgen |
2825d 05h 46m |
/trunk/chandler/parcels/ |
| 6747 |
Back out my previous change, since one of the query tests broke. |
grant |
2825d 07h 12m |
/trunk/chandler/parcels/ |
| 6743 |
- moved Item.itsUUID property to CItem as READONLY attribute
- moved Repository.itsUUID to RepositoryView
- moved Item.itsView property to CItem as READONLY attribute, 5 times faster |
vajda |
2825d 19h 16m |
/trunk/chandler/parcels/ |
| 6738 |
Removes LocalizableString requirements and added more _() translation text as needed |
bkirsch |
2825d 22h 10m |
/trunk/chandler/parcels/ |
| 6731 |
Update this file to match a change to an internal API in zanshin. This
re-enables sharing and WebDAV account testing. |
grant |
2825d 23h 59m |
/trunk/chandler/parcels/ |
| 6726 |
Fix Bug 3801 ("Generate Data" shouldn't generate "floating" events)
Use the user's default timezone for randomly generated events. |
grant |
2826d 00h 30m |
/trunk/chandler/parcels/ |
| 6720 |
Made Chandler window smaller. |
jed |
2826d 03h 28m |
/trunk/chandler/parcels/ |
| 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 |
2826d 04h 59m |
/trunk/chandler/parcels/ |