0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 16 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed file name for travis More... over 11 years ago
Added grails wrapper and travis setup More... over 11 years ago
Added sub-menu for rewards More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails.git More... over 11 years ago
Merge pull request #27 from beckje01/master More... over 11 years ago
Update activity form with JS for adding 1 hour to start time and setting that as the end. Also updated the start date to set the end date. More... over 11 years ago
Added catalog links to App Settings menu More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails More... over 11 years ago
reformatted to remove spaces More... over 11 years ago
linked My Profile to the user.show action More... over 11 years ago
fixed missing < on close p tag More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Initial commit of DashboardController and EventService, tweaks to home page to display upcoming events, changed default URL mapping from rendering index view to calling controller to pull data for home page (currently only pulling upcoming events) More... over 11 years ago
- Added enlist:isAdmin for easy role checking in views (for links) More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails.git More... over 11 years ago
- Refactored how nav is computed in Enlist tag lib by using roles from current user and More... over 11 years ago
secured the events controller actions except for list and show More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails More... over 11 years ago
Merge remote-tracking branch 'remotes/upstream/master' More... over 11 years ago
Create job to calculate the point for each user that has signed up and volunteer. The calculation might need to be changed in future. Perhaps we need to introduce new domain or field to capture how many hours/days the volunteer does. More... over 11 years ago
Add new domain. BatchJobParameter to keep record of the latest activity that has been checked (to calculate points). PointTransaction to keep the txn record. UserActivityHistory is more or less like the archive of ActivitySignUp, where activity has ended and point has been calculated. More... over 11 years ago
- Fixed how main nav is shown based on roles More... over 11 years ago
Merge branch 'master' of https://github.com/maestrofjp/Enlist-Grails More... over 11 years ago
redirecting to the events page after registration More... over 11 years ago
Initial commit of catalog item and category controllers More... over 11 years ago
Displaying date with correct format so that the date parsing in save and update actions work well More... over 11 years ago
Fix date formatting on update action. Show/hide button/link based on user role. do not show resource logging More... over 11 years ago
Coordinator selection only list down those who has corresponding role More... over 11 years ago
These roles are pretty much mandatory. So, it must be available in all env. More... over 11 years ago