Changeset 138 for trunk


Ignore:
Timestamp:
Sep 18, 2009, 1:33:21 PM (15 years ago)
Author:
gav
Message:

Install class-diagram plugin 0.3, update the good old latex doc, set security config for class-diagram plugin.
Correct years of copyright.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r137 r138  
    11    GnuMims - A web application providing a Maintenance and Inventory Management Solution.
    2     Copyright (C) <2009>  <Gavin Kromhout>
     2    Copyright (C) 2008-2009 Gavin Kromhout
     3    Copyright (C) 2008-2009 Steven Tucker
    34 
    45    This program is free software: you can redistribute it and/or modify
  • trunk/application.properties

    r137 r138  
    11#utf-8
    2 #Tue May 19 13:36:38 EST 2009
     2#Thu Sep 17 12:53:38 EST 2009
    33plugins.acegi=0.5.1
    44app.version=
     5plugins.class-diagram=0.3
    56plugins.help-balloons=1.2
    67plugins.quartz=0.4.1-SNAPSHOT
  • trunk/doc/DatabaseDesign.tex

    r21 r138  
    44\usepackage{graphicx}
    55\author{Gavin Kromhout and Steven Tucker}
    6 \title{OpenMim Database Design}
     6\title{GnuMims Database Design}
    77\date{09 November 2008}
    88%\date{\today{}}
     
    1919 Maintenace departments often buy very expensive and customised software to monitor and improve their maintenace activities.
    2020 There are many advantages to using a database.
    21  This is our attempt to create openMim, for open source Maintenace and Inventory Management.
     21 This is our attempt to create GnuMims, for open source Maintenace and Inventory Management.
    2222
    2323
     
    4848\section{Entity Relationship Diagram}
    4949\begin{center}
    50  \includegraphics[scale=0.25]{openMimEr.png}
     50 \includegraphics[scale=0.25]{gnuMimsErd.png}
    5151\end{center}
    5252
     
    5959}
    6060
    61 \section{Database Schema}
    62 \begin{center}
    63  \includegraphics[scale=1]{dataModel.png}
    64 \end{center}
    65 
    6661\begin{center}
    6762The end.
  • trunk/grails-app/conf/SecurityConfig.groovy

    r127 r138  
    4141    '/plugins/help-balloons-1.2/**': ['IS_AUTHENTICATED_FULLY'],
    4242     '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'],
     43     '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'],
     44    '/classDiagram/**': ['IS_AUTHENTICATED_FULLY'],
    4345    '/login*': ['IS_AUTHENTICATED_ANONYMOUSLY'],
    4446    '/login/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
Note: See TracChangeset for help on using the changeset viewer.