0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
forgot to set User.current since it isn't totally removed. More... over 16 years ago
- domain checks back in More... over 16 years ago
adding some tests for user and the notification systems More... over 16 years ago
Merge of branch user_current rev 396-418 into trunk More... over 16 years ago
possible correction for color issue More... over 16 years ago
Well even though one line doesn't seem like a big change, I believe that this will be the fix that makes the reply messages not full of escaped html markup. Ticket: 396, 398 More... over 16 years ago
- fix the mail validation logic to save sidebar data for drafts More... over 16 years ago
unpacking ezcrypto and tzinfo More... over 16 years ago
Changed report_issue recipients to use the exception_recipients JoyentConfig value More... over 16 years ago
addresses an exception that came in regarding exporting a person that had a google talk im address. More... over 16 years ago
graphical suppport for Unflag More... over 16 years ago
icon support for Flagging More... over 16 years ago
if the time is nil, then the mailbox wasn't loading and all kinds of other issues were popping up. I added a Message with a nil Date and fixed the failing tests. Hopefully this will get past some of the initial issues we were seeing. More... over 16 years ago
adding tests from rev 389, 391 back in. More... over 16 years ago
I am making the executive decision to roll back to rev 378 because I am realizing two things while working on this User.current refactor. 1 - We should not have removed the User.current setting until we are completely done with everything. 2 - This refactor is pretty big that we should work in a branch and then move it into trunk, since the tests do not all pass More... over 16 years ago
some small refactors More... over 16 years ago
removing another model reliance on User.current More... over 16 years ago
Test coverage to ensure proper errors are raised from rev 389 More... over 16 years ago
the only place i see this being used is in the tests -- gone! More... over 16 years ago
Raise proper errors on nil arguments More... over 16 years ago
removing User.current from calendar model More... over 16 years ago
more current_user type changes. These are rooted in the fact that current_user = ... needed to be changed to self.current_user = ... More... over 16 years ago
moving the find logic to the model. More... over 16 years ago
unit tests pass again. More... over 16 years ago
looks like this got removed More... over 16 years ago
change for comments because the destroy method seemed like a bad hack. More... over 16 years ago
- Deprecated Organization.current, Domain.current, User.current in views - Changed views to use new methods More... over 16 years ago
- Deprecated Organization.current, Domain.current, User.current in controllers - Added current_[org,domain,user] methods - Changed controllers to use new methods More... over 16 years ago
changing User.current to current_user for all of the views. More... over 16 years ago
changing User.current to current_user in the controllers and helpers More... over 16 years ago