11 years agoDon Marti committed change 8472 into Per-user CSS and JavaScript Allow users to set up their own CSS and JavaScript files to be loaded on Swarm pages. To enable this feature in Swa...rm, add a "usercustom" section to config.php: 'usercustom' => array( 'stylesheet' => '/depot/dev/{user}/swarm.css', 'script' => '/depot/dev/{user}/swarm.js', ) The {user} is replaced with the username. When this configuration is present, Swarm will check the given depot paths for CSS and JavaScript files. Users can then customize color schemes to match their other applications, change font faces, add advertising, pretty much anything. « | ||
Add a comment | ||
12 years agoDon Marti committed change 8355 into initial commit | ||
12 years agoDon Marti commented on review 8315 (centos5_install.sh, line 108) for I got the tests to pass. The only thing that I had fail was the qsort_r issue. I'm installing libgit2 in /usr, though, not /usr/local . | ||
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).