History of jbidwatcher/trunk/lib/ruby/1.8/jbidwatcher/utilities.rb

  • @568
    avatar 568

    Clean up minor scripting detritus related to the upgrade to 1.1.3.

    by mrs, 24 Jul, 2008 12:04 AM
  • @451
    avatar 451

    Load user scripts from a '/scripts' directory under the JBidwatcher home directory.

    Any files that end in '.rb' in that directory will be loaded before the UI is established, so they can provide custom columns, for example, that will be preserved by the normal display configuration.

    by mrs, 27 Apr, 2008 04:30 AM
  • @385
    avatar 385

    Make it possible to log exceptions to the server, if the user sets 'logging.remote' to 'true'.

    by mrs, 17 Mar, 2008 06:12 PM
  • @355
    avatar 355

    Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!

    by mrs, 07 Mar, 2008 02:12 AM
  • @346
    avatar 346

    Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.

    by mrs, 04 Mar, 2008 04:36 AM
  • @309
    avatar 309

    Clean up default loaded script.

    by mrs, 01 Feb, 2008 10:03 AM
  • @306
    avatar 306

    W00t! Scripting works, from both the interactive window and internally. You can now do:

    JBidwatcher.add_column "Winning?" do |ae|
    ae.isHighBidder ? "Yes!" : "No..."
    end

    from the interactive console, and then go add the 'Winning?' custom column, immediately, and it'll work!

    by mrs, 01 Feb, 2008 05:20 AM
  • @304
    avatar 304

    Demonstrating how to call the JRuby runtime w/o the BSF, since it looks like that's going to be necessary...

    by mrs, 31 Jan, 2008 07:01 PM
  • @303
    avatar 303

    Add the capability for dynamically adding columns scripted in JRuby! Oooh...that's niiiiice!

    by mrs, 30 Jan, 2008 09:17 AM
  • @302
    avatar 302

    Rename quicktest.rb (a terrible name) to utilities.rb, to better reflect its contents.

    by mrs, 30 Jan, 2008 08:29 AM