wincent Wincent Colaiuta's weblog

Archives index | October 2006 »

September 29, 2006

WOBase r221, 22 items changed

Eliminate all compiler warning and errors caused by the migration to WOCommon

Posted 5:31 PM

WOBase r220, 2 items changed

Remove salt tool (moved to WOCommon)

Posted 4:41 PM

WOBase r219, 1 item changed

Diagnostics tool migrated to WOCommon, remove subdirectory

Posted 4:40 PM

WOBase r218, 2 items changed

NSDate category migrated to WOCommon

Posted 4:37 PM

WOCommon r81, 1 item changed

Formatting, wrapping changes

Posted 3:59 PM

snippets r14, 1 item changed

Hard code path to dialog (in /usr/local/bin/); seems that SuperDuper! does not pass PATH environment variable on from user running the software

Posted 3:56 PM

September 28, 2006

WOCommon r80, 3 items changed

Import diagnostics and salt tools from WOBase

Posted 10:55 PM

WOBase r217, 7 items changed

Migrate diagnostics and salt tools to WOCommon

Posted 10:55 PM

WOCommon r79, 5 items changed

New tool (from WOBase)

Posted 10:27 PM

WOBase r216, 12 items changed

WOBundle etc moved to WOCommon, removed old targets

Posted 10:27 PM

WOCommon r78, 1 item changed

Eliminate compiler warnings due to missing header in WODraggableButton class

Posted 9:19 PM

WOCommon r77, 3 items changed

Remove deprecated/unused code from NSWindow category

Posted 9:18 PM

WOCommon r76, 3 items changed

Annotations for NSImage tinting category, new NSWindow category imported from WOCommon

Posted 9:11 PM

WOBase r215, 2 items changed

Remove all references in project to deleted NSWindow category

Posted 9:10 PM

WOBase r214, 2 items changed

Remove NSWindow category (migrated to WOCommon)

Posted 9:09 PM

WOBase r213, 31 items changed

Formatting cleanup for NSWindow category

Posted 9:09 PM

WOCommon r75, 4 items changed

Re-establish localizations; instance variables should not begin with underscores

Posted 8:44 PM

WOCommon r74, 33 items changed

Miscellaneous tweaks and formatting changes to bring things into line with the WOCommon coding standards

Posted 7:45 PM

WOBase r212, 3 items changed

Remove NSImage category (migrated to WOCommon) and all references to it

Posted 7:43 PM

WOCommon r73, 7 items changed

Split NSImage category into two

Posted 7:35 PM

WOCommon r72, 2 items changed

Import NSImage category from WOBase

Posted 7:20 PM

WOBase r211, 4 items changed

Remove all references to WOPreferencesWindowController, WODraggableButton, WODraggableButtonCell

Posted 5:36 PM

WOBase r210, 6 items changed

Remove files for classes migrated to WOCommon

Posted 5:31 PM

WOCommon r71, 6 items changed

New files from WOBase

Posted 5:31 PM

WOBase r209, 4 items changed

Changes for WOCommon migration of WOPreferencesWindowController and associated classes

Posted 5:29 PM

WOBase r208, 2 items changed

Revert previous change and update WOPreferences.m to avoid compiler complaints about @selector(NULL)

Posted 4:32 PM

WOBase r207, 1 item changed

Correct WO_SINGLETON macro (missing @selector directive)

Posted 4:27 PM

WOBase r206, 5 items changed

NSMutableDictionary category migrated to WOCommon, removing all references

Posted 4:10 PM

WOBase r205, 1 item changed

Annotations to NSMutableDictionary category

Posted 4:07 PM

WOBase r204, 2 items changed

NSAttributedString category: modifications necessary to correct compilation in wake of WOCommon changes, rewrapping, fix parameter ordering bug in dictionary creation calls

Posted 4:06 PM

WOCommon r70, 2 items changed

New creation methods for NSMutableDictionary (WOCreation category)

Posted 4:00 PM

WOCommon r69, 2 items changed

Minor changes to dictionaryWithKeysAndObjects method so that NSMutableDictionary can inherit the implementation

Posted 3:54 PM

WOBase r203, 1 item changed

Exclude denied attempts when counting number of activation attempts

Posted 12:23 PM

WOBase r202, 1 item changed

Limit activation increases to licenses in 'good standing' only; requires some subqueries and a temporary table because MySQL 4 can't UPDATE a table when the same table is used in a FROM clause

Posted 2:31 AM

September 27, 2006

WOBase r201, 1 item changed

Catch licenses purchased and activated on the same day

Posted 11:34 AM

snippets r13, 3 items changed

Include installation instructions with scripts

Posted 10:19 AM

September 26, 2006

snippets r12, 1 item changed

Update backup-run-completed script to use 'dialog' Foundation tool

Posted 8:34 PM

snippets r11, 7 items changed

dialog project; small Foundation tool for displaying dialogs from within shell scripts

Posted 8:31 PM

WOBase r200, 1 item changed

Add ability to pass database name in activation cron script

Posted 5:13 PM

WOBase r199, 1 item changed

Remove superfluous backticks in activation cron script

Posted 5:10 PM

WOBase r198, 1 item changed

Executable property set on activation cron script

Posted 5:09 PM

snippets r10, 1 item changed

Setting executable property on mysqldump.cron

Posted 5:08 PM

WOBase r197, 1 item changed

Add cron script for updating activation tables

Posted 5:04 PM

snippets r9, 1 item changed

Add MySQL backup (cron) script

Posted 5:00 PM

WOBase r196, 1 item changed

Add 'created' field to database

Posted 2:03 PM

snippets r8, 1 item changed

Set timeout value to 86400 seconds (it seems that using a value of 0 does not disable the timeout entirely)

Posted 1:21 PM

September 25, 2006

WOBase r195, 2 items changed

Remove dependency on WOLogManager in NSDictionary category

Posted 11:15 PM

WOBase r194, 1 item changed

Better handling of NULL selectors in WO_SINGLETON macro

Posted 11:13 PM

WOBase r193, 1 item changed

Set up WOCommon external

Posted 10:56 PM

WOBase r192, 4 items changed

Update export macros (old use, EXPORT, new use WO_EXPORT)

Posted 10:38 PM

WOBase r191, 1 item changed

Adjust input files to 'update strings files' shell script build phase (remove reference to deleted file)

Posted 10:35 PM

WOBase r190, 18 items changed

As a transitional measure make WOMenuExtra, WONetworking, WOProcessLifetime, WOProcessManager, WOProcessSerialNumber, WOQueue, WOQueueConsumer, WOSudo, WOVersionCheck inherit from NSObject rather than WOObject (WOObject has moved to WOCommon)

Posted 10:15 PM

WOBase r189, 8 items changed

As a transitional measure use WO_SINGLETON macro rather than inheriting from WOSingleton in WOHelpPanel, WOLoginManager, WOPreferences, WOSysctl (WOSingleton has moved to WOCommon).

Posted 10:14 PM

WOBase r188, 8 items changed

Remove WOMachine classes (now in WOCommon) and all references to them

Posted 10:03 PM

WOBase r187, 4 items changed

Remove localizations instance variables and other references (no longer necessary)

Posted 9:54 PM

WOBase r186, 2 items changed

Remove WOBaseLocalizations class (now redundant due to moved classes now in WOCommon)

Posted 9:52 PM

WOBase r185, 7 items changed

Remove WOHost class and test files (now in WOCommon)

Posted 9:44 PM

WOCommon r68, 3 items changed

Imported WOHost unit tests from WOBase

Posted 9:43 PM

WODebug r143, 11 items changed

Remove erroneously-set executable property on various source files

Posted 9:15 PM

WOBase r184, 28 items changed

Remove erroneously-set executable property set on many source files

Posted 9:09 PM

WOBase r183, 1 item changed

New WO_SINGLETON macro (temporary means of inserting singleton pattern into a class without the need to depend on the WOSingleton class, previously moved into WOCommon)

Posted 9:06 PM

WOBase r182, 4 items changed

Remove/ignore wincent.pbxuser and wincent.mode1 files in project bundle

Posted 9:03 PM

WOBase r181, 7 items changed

WOGestalt class obsoleted by WOCommon methods

Posted 9:00 PM

WOCommon r67, 1 item changed

Correct typos (compiler errors) in NSString+WOHostUtilities category

Posted 8:47 PM

WOCommon r66, 6 items changed

Move Gestalt methods into WOCommon, mark deprecated methods with new WO_DEPRECATED macro

Posted 8:46 PM

WOCommon r65, 1 item changed

Fix compiler warning by omitting function declaration from header file (only the Doxygen documentation is needed)

Posted 8:43 PM

WOCommon r64, 2 items changed

Remove erroneously-set executable property on two more source files (WOSingleton)

Posted 8:28 PM

WOCommon r63, 2 items changed

Remove erroneously-set executable property on source files

Posted 8:27 PM

WODebug r142, 4 items changed

Remove/ignore wincent.pbxuser and wincent.mode1 files in project bundle

Posted 6:02 PM

WODebug r141, 4 items changed

Delete WOObject and WOSingleton files (migrated to WOCommon)

Posted 5:53 PM

WODebug r140, 44 items changed

Changes to fix WOCrashReporter target due to transition to WOCommon (different headers, some classes moved out of framework), minor changes to make use of WO_STRING macro from WOCommon

Posted 5:43 PM

WOCommon r62, 1 item changed

Remove additional duplicate macros definitions for classes still in WODebug (not transferred to WOCommon yet)

Posted 5:41 PM

WOCommon r61, 1 item changed

Additional documentation, macros, and remove WOArgumentArray macro to avoid clash with WODebug

Posted 4:41 PM

snippets r7, 1 item changed

New script, backup-run-completed.sh, uses Finder to display a notification dialog at the end of a SuperDuper! backup run

Posted 3:25 PM

September 24, 2006

snippets r6, 1 item changed

Add mkrsshjail.sh script to snippets repository (script written in January to make it easy to create chroot jails suitable for use with rssh)

Posted 5:22 PM

snippets r5, 2 items changed

commit-feed.rb post-commit hook script, updates weblog with Suversion activity (commit log messages)

Posted 5:08 PM