index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
userdesign.go.js
Age
Commit message (
Collapse
)
Author
2009-08-27
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
Evan Prodromou
2009-08-25
Updated rgb2hex() to handle IE. It turns out that jQuery is giving hex
Sarven Capadisli
to IE and RGB to Firefox, Opera, Safari. Fun.
2009-08-25
update Laconica to StatusNet in js code
Evan Prodromou
2009-08-04
Refactored rgb2hex
Sarven Capadisli
2009-07-31
Added credit to rgb2hex() author
Sarven Capadisli
2009-07-30
Removed default values from <input>s. JavaScript will now get the
Sarven Capadisli
colours from the theme. This approach removes data that was previously available in HTML. It was only necessary if the user wanted to know the site's default values.
2009-06-26
Added background-attachment:fixed for userdesigns
Sarven Capadisli
2009-06-26
Removed redundant selector from JS
Sarven Capadisli
2009-06-26
Removed unnecessary assignment to variable for background image on
Sarven Capadisli
2009-06-17
Dynamically tile background image and turn background image on or off
Sarven Capadisli
in user design