| Rev |
Log message |
Author |
Age |
Path |
| 6795 |
-ScriptingGlobalFunction.py:
Corrections in event processing order in the KeyboardReturn() method |
olivier |
2830d 19h 08m |
/trunk/chandler/ |
| 6794 |
Minor Change to CPIA Script
* Never create UserScript.py file (was used for debugging scripts) |
donn |
2830d 21h 40m |
/trunk/chandler/ |
| 6793 |
Fix bug 3826 - Cut of an Item in Summary View |
donn |
2830d 21h 42m |
/trunk/chandler/ |
| 6791 |
Removed obsolete comment. |
heikki |
2830d 22h 16m |
/trunk/chandler/ |
| 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 |
2831d 00h 09m |
/trunk/chandler/ |
| 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 |
2831d 00h 44m |
/trunk/chandler/ |
| 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 |
2831d 00h 47m |
/trunk/chandler/ |
| 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 |
2831d 01h 04m |
/trunk/chandler/ |
| 6781 |
updateing win32 manifest to reflect update of ICU to version 3.4 |
bear |
2831d 01h 14m |
/trunk/chandler/ |
| 6779 |
raised schema version to 49 |
bkirsch |
2831d 01h 32m |
/trunk/chandler/ |
| 6777 |
removed LocalizbleString and Text type added _() in code as needed and placed [i18n] remarks in source where issues need to be addresseed |
bkirsch |
2831d 01h 47m |
/trunk/chandler/ |
| 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 |
2831d 13h 35m |
/trunk/chandler/ |
| 6773 |
- moved all Item intrinsic properties to CItem as PyGetSetDef tp_getset fns |
vajda |
2831d 14h 44m |
/trunk/chandler/ |
| 6771 |
Looks like options.script got renamed to options.scriptFile |
morgen |
2831d 16h 27m |
/trunk/chandler/ |
| 6767 |
bumped wx RELVER tarball reference to 9 |
davids |
2831d 20h 44m |
/trunk/chandler/ |
| 6766 |
- upgraded ICU to 3.4
- upgraded PyICU to 0.4-44 |
vajda |
2831d 20h 58m |
/trunk/chandler/ |
| 6763 |
- fixed bug 3813 |
vajda |
2831d 21h 42m |
/trunk/chandler/ |
| 6762 |
Bug 3818, cancel is typically spelled with initial capital
letter and other letters lower case in buttons. |
heikki |
2831d 21h 49m |
/trunk/chandler/ |
| 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 |
2831d 21h 59m |
/trunk/chandler/ |
| 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 |
2831d 22h 10m |
/trunk/chandler/ |