My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Nov 08, 2008
    r89 (Reformatting and adding another try/catch block around sendi...) committed by mgkimsal   -   Reformatting and adding another try/catch block around sending mail (lost password) Lost password should really send a link and token to generate new one
    Reformatting and adding another try/catch block around sending mail (lost password) Lost password should really send a link and token to generate new one
  • Nov 08, 2008
    r88 (Adding try/catch block around sending mail in case there's n...) committed by mgkimsal   -   Adding try/catch block around sending mail in case there's no local running smtp server
    Adding try/catch block around sending mail in case there's no local running smtp server
  • Oct 05, 2008
    r87 (Removing reference to emailerService ) committed by mgkimsal   -   Removing reference to emailerService
    Removing reference to emailerService
  • Oct 01, 2008
    r86 (missing a bloody comma ) committed by mgkimsal   -   missing a bloody comma
    missing a bloody comma
  • Oct 01, 2008
    r85 (Point to 'profile' controller ) committed by mgkimsal   -   Point to 'profile' controller
    Point to 'profile' controller
  • Oct 01, 2008
    r84 (Adding in 'from' default email as configuration. sendMail re...) committed by mgkimsal   -   Adding in 'from' default email as configuration. sendMail relies on 'mail' plugin. grails install-plugin mail to install
    Adding in 'from' default email as configuration. sendMail relies on 'mail' plugin. grails install-plugin mail to install
  • Oct 01, 2008
    r83 (These shouldn't be needed, because the constraint in the Gpr...) committed by mgkimsal   -   These shouldn't be needed, because the constraint in the Gprofile object for each property is set to nullable (unless that's been done wrong?)
    These shouldn't be needed, because the constraint in the Gprofile object for each property is set to nullable (unless that's been done wrong?)
  • Sep 02, 2008
    r82 (Fixed CSS so that logo text is white on blue instead of blue...) committed by goo...@fossradio.com   -   Fixed CSS so that logo text is white on blue instead of blue on blue.
    Fixed CSS so that logo text is white on blue instead of blue on blue.
  • Sep 02, 2008
    r81 (Removing appearant duplicate method "create" from guser cont...) committed by goo...@fossradio.com   -   Removing appearant duplicate method "create" from guser controller.
    Removing appearant duplicate method "create" from guser controller.
  • Sep 02, 2008
    r80 (Adding some default grails css to the normal view, changing ...) committed by goo...@fossradio.com   -   Adding some default grails css to the normal view, changing news to use the wrapper refresh layout.
    Adding some default grails css to the normal view, changing news to use the wrapper refresh layout.
  • Sep 01, 2008
    r79 (Adding back in registration process. ) committed by mgkimsal   -   Adding back in registration process.
    Adding back in registration process.
  • Sep 01, 2008
    r78 (Only show link to 'profile' if I'm logged in. ) committed by mgkimsal   -   Only show link to 'profile' if I'm logged in.
    Only show link to 'profile' if I'm logged in.
  • Sep 01, 2008
    r77 (Fixed missing close div tag for login page.) committed by goo...@fossradio.com   -   Fixed missing close div tag for login page.
    Fixed missing close div tag for login page.
  • Sep 01, 2008
    r76 (Getting rid of old javamail dependancy and using 'mail' plug...) committed by mgkimsal   -   Getting rid of old javamail dependancy and using 'mail' plugin
    Getting rid of old javamail dependancy and using 'mail' plugin
  • Sep 01, 2008
    r75 (Upgraded to 1.0.3 ) committed by mgkimsal   -   Upgraded to 1.0.3
    Upgraded to 1.0.3
  • Sep 01, 2008
    r74 (Updated README to show getting started steps ) committed by mgkimsal   -   Updated README to show getting started steps
    Updated README to show getting started steps
  • Sep 01, 2008
    r73 (Starter bash script ) committed by mgkimsal   -   Starter bash script
    Starter bash script
  • Sep 01, 2008
    r72 (Moving back to hsql in-memory database for development ) committed by mgkimsal   -   Moving back to hsql in-memory database for development
    Moving back to hsql in-memory database for development
  • Sep 01, 2008
    GettingStarted (Getting Started) Wiki page added by mgkimsal
  • Aug 31, 2008
    r70 (Putting old news reading code back in. Still going to be mi...) committed by mgkimsal   -   Putting old news reading code back in. Still going to be missing files I think
    Putting old news reading code back in. Still going to be missing files I think
  • Aug 31, 2008
    r69 (Minor tweaks - added footer with link for each layout and cs...) committed by mgkimsal   -   Minor tweaks - added footer with link for each layout and css
    Minor tweaks - added footer with link for each layout and css
  • Aug 31, 2008
    r68 (redirect to default if can't find ) committed by mgkimsal   -   redirect to default if can't find
    redirect to default if can't find
  • Aug 31, 2008
    r67 (Add 'update' link to top, remove delete link ) committed by mgkimsal   -   Add 'update' link to top, remove delete link
    Add 'update' link to top, remove delete link
  • Aug 31, 2008
    r66 (Missing real links ) committed by mgkimsal   -   Missing real links
    Missing real links
  • Aug 31, 2008
    r65 (Lots of small changes to add a second-level menu - will expa...) committed by mgkimsal   -   Lots of small changes to add a second-level menu - will expand on it more later.
    Lots of small changes to add a second-level menu - will expand on it more later.
  • Aug 31, 2008
    r64 (Committing new bootstrap file with extra properties for the ...) committed by mgkimsal   -   Committing new bootstrap file with extra properties for the example/test users
    Committing new bootstrap file with extra properties for the example/test users
  • Aug 31, 2008
    r63 (Changes to Gprofile - moved properties from Profile in to Gp...) committed by mgkimsal   -   Changes to Gprofile - moved properties from Profile in to Gprofile
    Changes to Gprofile - moved properties from Profile in to Gprofile
  • Aug 31, 2008
    r62 (Adding checks to only show edit link if you are logged in an...) committed by mgkimsal   -   Adding checks to only show edit link if you are logged in and viewing your own profile. Not finished, probably, but a start.
    Adding checks to only show edit link if you are logged in and viewing your own profile. Not finished, probably, but a start.
  • Aug 31, 2008
    r61 (Adding a separate 'profile' viewer, in addition to the gprof...) committed by mgkimsal   -   Adding a separate 'profile' viewer, in addition to the gprofile controller for administration. 'profile' still uses gprofile domain
    Adding a separate 'profile' viewer, in addition to the gprofile controller for administration. 'profile' still uses gprofile domain
  • Aug 31, 2008
    r60 (imagefile should be imageFile - got reformatted somehow ) committed by mgkimsal   -   imagefile should be imageFile - got reformatted somehow
    imagefile should be imageFile - got reformatted somehow
  • Aug 31, 2008
    r59 (Re-adding logout code! ) committed by mgkimsal   -   Re-adding logout code!
    Re-adding logout code!
  • Aug 30, 2008
    r58 (re-added image thumbnailing (and a bit of some older code) t...) committed by mgkimsal   -   re-added image thumbnailing (and a bit of some older code) to profile editing (from an admin standpoint)
    re-added image thumbnailing (and a bit of some older code) to profile editing (from an admin standpoint)
  • Aug 30, 2008
    r57 (Don't need the mapping stuff because there's a more generic ...) committed by mgkimsal   -   Don't need the mapping stuff because there's a more generic x-to-many mapping in the controllers now
    Don't need the mapping stuff because there's a more generic x-to-many mapping in the controllers now
  • Aug 30, 2008
    r56 (Doesn't hasMany need to be 'static'? ) committed by mgkimsal   -   Doesn't hasMany need to be 'static'?
    Doesn't hasMany need to be 'static'?
  • Aug 30, 2008
    r55 (Changed the ImageService to keep a copy of the original file...) committed by mgkimsal   -   Changed the ImageService to keep a copy of the original file uploaded in /images/uploaded (thumbnail is still in /images/thumb)
    Changed the ImageService to keep a copy of the original file uploaded in /images/uploaded (thumbnail is still in /images/thumb)
  • Aug 30, 2008
    r54 (Made an imageTag() method in gprofile for giving the appropr...) committed by mgkimsal   -   Made an imageTag() method in gprofile for giving the appropriate image tag
    Made an imageTag() method in gprofile for giving the appropriate image tag
  • Aug 30, 2008
    r53 (Regenerated things this afternoon. Added static accessRole s...) committed by mgkimsal   -   Regenerated things this afternoon. Added static accessRole stuff to each controller for admin area. Modified del links to be delete
    Regenerated things this afternoon. Added static accessRole stuff to each controller for admin area. Modified del links to be delete
  • Aug 30, 2008
    r52 (Adding accessControl back in to this controller - more to fo...) committed by mgkimsal   -   Adding accessControl back in to this controller - more to follow
    Adding accessControl back in to this controller - more to follow
  • Aug 30, 2008
    r51 (List method needs to point to 'delete' not 'del' and 'delete...) committed by mgkimsal   -   List method needs to point to 'delete' not 'del' and 'delete' needs to accept GET. Is this really dangerous? Shouldn't be, after the action-level permissions are added again - regenerated and lost some (I think)
    List method needs to point to 'delete' not 'del' and 'delete' needs to accept GET. Is this really dangerous? Shouldn't be, after the action-level permissions are added again - regenerated and lost some (I think)
  • Aug 30, 2008
    r50 (Adding in templates for generation. Modified list.gsp to ha...) committed by mgkimsal   -   Adding in templates for generation. Modified list.gsp to have view/add/delete for each record. Controller and renderTemplate will deal with many to many relationships. Controller generation will include scaffold = true by default.
    Adding in templates for generation. Modified list.gsp to have view/add/delete for each record. Controller and renderTemplate will deal with many to many relationships. Controller generation will include scaffold = true by default.
  • Aug 20, 2008
    r49 (Removing multiselect commit tag because Grails select taglib...) committed by mgkimsal   -   Removing multiselect commit tag because Grails select taglib now works properly. Might still need to modify the grailskit code to deal with that.
    Removing multiselect commit tag because Grails select taglib now works properly. Might still need to modify the grailskit code to deal with that.
  • Aug 20, 2008
    r48 (Moving application.properties ) committed by mgkimsal   -   Moving application.properties
    Moving application.properties
  • Aug 20, 2008
    r47 (Moving app up one directory in to trunk as I think it should...) committed by mgkimsal   -   Moving app up one directory in to trunk as I think it should have been before...
    Moving app up one directory in to trunk as I think it should have been before...
  • Aug 20, 2008
    Project grailskit created by mgkimsal   -   Starter kit for Grails projects
    Starter kit for Grails projects
 
Hosted by Google Code