-
stansk04
2007-04-04 23:53
#4
-
40 lines of code changed in:
-
app/controllers:
user_controller.rb (+2 -2)
-
app/views/layouts:
application.rhtml (+9 -10)
-
app/views/user:
show.rhtml (+1 -1)
-
db:
schema_kas.rb (+8 -2)
-
public/stylesheets:
app.css (+20 -2)
-
stansk04
2007-04-04 00:26
#3
-
100 lines of code changed in:
-
app/models:
user_mailer.rb (+11 -9)
-
app/views/user_mailer:
new_pw.rhtml (+1 -1),
pw_update_notice.rhtml (+1 -1),
welcome.rhtml (+1 -1)
-
test/fixtures:
users.yml (+4 -3)
-
test/fixtures/user_mailer:
new_pw (+4 -3),
pw_update_notice (new 6),
welcome (+4 -3)
-
test/unit:
user_mailer_test.rb (+18 -6),
user_test.rb (+50 -3)
-
stansk04
2007-04-03 22:04
#2
-
26 lines of code changed in:
-
app/controllers:
user_controller.rb (+2 -1)
-
app/models:
user.rb (+17 -6)
-
app/views/user:
change_pw.rhtml (+4),
new.rhtml (+2 -1)
-
public/images:
favicon.ico (new 1)
-
stansk04
2007-04-03 18:43
#1
-
252 lines of code changed in:
-
app/controllers:
admin_group_controller.rb (+1 -1),
application.rb (+6 -1),
user_controller.rb (+47 -17)
-
app/models:
group.rb (+4),
user.rb (+20 -5)
-
app/views/admin_group:
edit.rhtml (+2 -2),
list.rhtml (+8 -10),
show.rhtml (+23 -4)
-
app/views/layouts:
application.rhtml (+5 -6)
-
app/views/user:
_edit_tags_form.rhtml (+3 -2),
_suggest_tags_form.rhtml (+1 -1),
about.rhtml (new 33),
change_pw.rhtml (+6 -2),
edit.rhtml (+1 -2),
login.rhtml (+15 -9),
new.rhtml (+2 -1),
reset_pw.rhtml (+3 -1),
search.rhtml (+13 -7),
search_results.rhtml (+8 -5),
show.rhtml (+18 -17)
-
config:
boot.rb (+2 -2)
-
public/stylesheets:
app.css (+31 -5)