foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)
foxfirefey ([personal profile] foxfirefey) wrote in [site community profile] dw_dev2012-03-28 07:35 pm
Entry tags:

Enabling beta features on your hack

So, if you're looking to test/develop with the beta journal jquery or the upcoming update page, you are going to need to set the BETA_FEATURES hash in your hack like so:

    %LJ::BETA_FEATURES = (
        "journaljquery" => {
            start_time  => 0,
            end_time    => "Inf",
        },
        "updatepage" => {
            start_time => 0,
            end_time => "Inf",
        },
    );


You can then turn things on/off for individual accounts at: [YOUR_HACK_URL]/betafeatures