Older
-
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
-
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
-
r87
(Removing reference to emailerService
) committed by mgkimsal
- Removing reference to emailerService
Removing reference to emailerService
-
r86
(missing a bloody comma
) committed by mgkimsal
- missing a bloody comma
-
r85
(Point to 'profile' controller
) committed by mgkimsal
- Point to 'profile' controller
Point to 'profile' controller
-
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
-
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?)
-
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.
-
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.
-
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.
-
r79
(Adding back in registration process.
) committed by mgkimsal
- Adding back in registration process.
Adding back in registration process.
-
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.
-
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.
-
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
-
r75
(Upgraded to 1.0.3
) committed by mgkimsal
- Upgraded to 1.0.3
-
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
-
r73
(Starter bash script
) committed by mgkimsal
- Starter bash script
-
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
-
-
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
-
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
-
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
-
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
-
r66
(Missing real links
) committed by mgkimsal
- Missing real links
-
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.
-
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
-
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
-
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.
-
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
-
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
-
r59
(Re-adding logout code!
) committed by mgkimsal
- Re-adding logout code!
-
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)
-
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
-
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'?
-
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)
-
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
-
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
-
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
-
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)
-
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.
-
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.
-
r48
(Moving application.properties
) committed by mgkimsal
- Moving application.properties
Moving application.properties
-
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...
-
Project grailskit
created by mgkimsal
- Starter kit for Grails projects
Starter kit for Grails projects
|