0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up the raise and invite paths More... almost 15 years ago
fleshing out raise path More... almost 15 years ago
fleshing out the raise path More... almost 15 years ago
touching up choices on 2 versus 3 column layout More... almost 15 years ago
Merge branch 'master' of [email protected]:anselm/openathon More... almost 15 years ago
wrapping up the move of invite to mail More... almost 15 years ago
moving invite mailer to mail mailer More... almost 15 years ago
moving invite mailer to mail mailer More... almost 15 years ago
moving the invite mailer to a less overqualified name More... almost 15 years ago
some layout changes and fixing the raise path More... almost 15 years ago
Merge branch 'master' of [email protected]:anselm/openathon More... almost 15 years ago
Merge branch 'master' of [email protected]:anselm/openathon More... almost 15 years ago
stylesheet changes More... almost 15 years ago
we are going to separate the styles out for clarity; More... almost 15 years ago
corrections to the team side bar to more correctly reflect the verbs you can action on depending on who you are ; logged in or not More... almost 15 years ago
we've split the layouts into three kinds, there is a home or splash page layout, there is a two column layout and there is a three column layout. each of the controllers explicitly states which layout it would like, and for safety, i have removed the general fallback application layout that rails normally defaults with... More... almost 15 years ago
Merge branch 'master' of [email protected]:anselm/openathon More... almost 15 years ago
bug fix More... almost 15 years ago
styling of team detail page and sitewide css cleanup More... almost 15 years ago
password and skinning misc More... almost 15 years ago
corrected a mistake where the teams page was looking for the current user however there was none so it was crashing. More... almost 15 years ago
Merge branch 'master' of [email protected]:anselm/openathon More... almost 15 years ago
the sidebar was not fully implemented and did not use code from the original implementation there was a case where it was possible to join a non existent team - this created many bugs raise support works invite works leave and join work destroy is not tested edit is not tested More... almost 15 years ago
[design] Changes per Crystal's request. Added yeah graphic and made both flash[:notice] and flash[:error] More... almost 15 years ago
Fixed the account detail - again a case where a person is on a team that does not exist. More... almost 15 years ago
reverted a broken layout on the home page that was caused by an admin condition check corrected a crash on the home page where current_user was used without be tested if it was nil tightened up checks in the team model so that nil objects would not be dereferenced noticed that there is a case where a person has a team id for a team that does not exist? what? More... almost 15 years ago
team search page layout of elements was staircased rather than side by side More... almost 15 years ago
several touchy improvements to the donation flow first of all we consolidated general donations on the main page and the sponsorship together when you have a team in mind then the form defaults to that team however you can still change a team and then it shows a rollover of the members of the team - however it does default appropriately if you use the picker then it has to clear the manual entry box if you use the manual entry box then it should clear the picker ( doesn't do this one yet ) the form also was not resetting - annoyingly - so i manually reset it More... almost 15 years ago
Admin panel stuff More... almost 15 years ago
moved settings away More... almost 15 years ago