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
kareila: (Default)

[personal profile] kareila 2012-03-29 03:47 am (UTC)(link)
Tagged!
kaberett: Trans symbol with Swiss Army knife tools at other positions around the central circle. (Default)

[personal profile] kaberett 2012-06-11 06:43 pm (UTC)(link)
... and, for the sake of magic and posterity, these changes need to be made to $LJHOME/etc/config-local.pl, I am told :-)
ninetydegrees: Art & Text: heart with aroace colors, "you are loved" (Default)

[personal profile] ninetydegrees 2012-12-24 12:20 pm (UTC)(link)
If one was looking for it, the newest feature is called 's2comments'. I couldn't find it so I don't know if it's ever been mentioned.