#------------------------------------------------------------------------------ # General Configuration #------------------------------------------------------------------------------ # # htttp.host: host where the application will run # http.port: port on which the application will be available # app.name: name of the application # application: application to install. Valid options are: extranet, intranet # index.html.link: initial page to be displayed from applications root # login.page: absolute path to the login page # institution.project: directory containing institution specific implementation (including style layouts) # htttp.host=localhost http.port=8080 app.name=ciapl app.context=ciapl manager.filter.pattern=nothing index.html.link.localhost=siteMap.do index.html.link.=siteMap.do login.html.link.localhost=http://localhost:8080/ciapl/privado login.html.link.=http://:8080/ciapl/privado login.page=http://localhost:8080/ciapl/privado institution.url=http://www.ist.utl.pt institution.acronym=IST #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to set the institution name presented, for instance, in the Jasper report files institution.name=Instituto Superior Técnico # Linkare - End added by Paulo Zenida to be able to set the institution name presented, for instance, in the Jasper report files #institution.project=/home//workspace/fenix-ist language=pt location=PT variant=LINKARE # # #------------------------------------------------------------------------------ # Web Container Configuration #------------------------------------------------------------------------------ # # app.path: relative path the application will be accesible under # manager.username: username of web container manager for installing the app # manager.password: the password of the web container manager # manager.url: absolute path to the web container managment interface # app.path=/${app.name} manager.username=admin manager.password=admin manager.url=http://localhost:8080/manager # # #------------------------------------------------------------------------------ # Data Repository Configuration #------------------------------------------------------------------------------ # # default.persistenceSupport: fully qualified classname of the default # persistence support class. Available values: # net.sourceforge.fenixedu.persistenceTier.SuportePersistenteOJB # net.sourceforge.fenixedu.persistenceTier.versionedObjects.VersionedObjectsPersistenceSupport # net.sourceforge.fenixedu.persistenceTier.delegatedObjects.DelegatePersistenceSupport # db.name: name of the database used by the application # # db.user: username with necessary authorization to access the database # db.pass: password for indicated username # db.alias: alias used to connect to database # # db.assiduousness.name: # db.assiduousness.platform: # db.assiduousness.driver: # db.assiduousness.protocol: # db.assiduousness.subprotocol: # db.assiduousness.user: # db.assiduousness.pass: # db.assiduousness.alias: # db.assiduousness.validationQuery: # default.persistenceSupport=net.sourceforge.fenixedu.persistenceTier.SuportePersistenteOJB db.name=ciapl db.user=root db.pass= db.alias=//localhost:3306/ciapl?useUnicode=true&characterEncoding=latin1&clobCharacterEncoding=latin1&zeroDateTimeBehavior=convertToNull&jdbcCompliantTruncation=false&allowMultiQueries=true&statementInterceptors=net.sourceforge.fenixedu.persistenceTier.statementInterceptors.FenixStatementInterceptor db.assiduousness.name=AssiduidadeOracleTeste db.assiduousness.platform=MySQL db.assiduousness.driver=com.mysql.jdbc.Driver db.assiduousness.protocol=jdbc db.assiduousness.subprotocol=mysql db.assiduousness.user=root db.assiduousness.pass= db.assiduousness.alias=//localhost:3306/AssiduidadeOracleTeste db.assiduousness.validationQuery=select 1 db.projectManagement.name=AssiduidadeOracleTeste db.projectManagement.platform=MySQL db.projectManagement.driver=com.mysql.jdbc.Driver db.projectManagement.protocol=jdbc db.projectManagement.subprotocol=mysql db.projectManagement.user=root db.projectManagement.pass= db.projectManagement.alias=//localhost:3306/AssiduidadeOracleTeste db.projectManagement.validationQuery=select 1 db.giaf.user=root db.giaf.pass= db.giaf.alias=//localhost:3306/AssiduidadeOracleTeste script.isAlive.check.db=false # # #------------------------------------------------------------------------------ # Security Configuration #------------------------------------------------------------------------------ # # filter.hostnames: comma seperated list of hostnames. The specified hostname # can is expected to be anything following the http:// # string. # filter.hostname.: comma seperated list of RoleTypes that are to # be provided by the server . # # filter.request.with.digest: if set to true, will rewrite all generated html # and add a digest to every link and form. For # every request, the digest will be calculated and # checked against the provided checksum. # # filter.hostnames=localhost, filter.hostname.localhost=PERSON,STUDENT,TEACHER,RESOURCE_ALLOCATION_MANAGER,RESOURCE_MANAGER,MASTER_DEGREE_CANDIDATE, TUTORSHIP, \ MASTER_DEGREE_ADMINISTRATIVE_OFFICE,TREASURY,COORDINATOR,EMPLOYEE,PERSONNEL_SECTION, \ MANAGER, CREDITS_MANAGER, DEPARTMENT_CREDITS_MANAGER, ERASMUS, \ SCIENTIFIC_COUNCIL, ADMINISTRATOR, OPERATOR, \ SEMINARIES_COORDINATOR, WEBSITE_MANAGER, GRANT_OWNER, GRANT_OWNER_MANAGER, DEPARTMENT_MEMBER, DEPARTMENT_ADMINISTRATIVE_OFFICE, \ GEP, DIRECTIVE_COUNCIL, DELEGATE, PROJECTS_MANAGER, INSTITUCIONAL_PROJECTS_MANAGER, BOLONHA_MANAGER,CMS_MANAGER, \ SPACE_MANAGER, RESEARCHER, PEDAGOGICAL_COUNCIL, ALUMNI, CANDIDATE, EXAM_COORDINATOR, ACADEMIC_ADMINISTRATIVE_OFFICE, PARKING_MANAGER, MESSAGING, \ LIBRARY, INTERNATIONAL_RELATION_OFFICE, IDENTIFICATION_CARD_MANAGER, DEGREE_ADMINISTRATIVE_OFFICE, DEGREE_ADMINISTRATIVE_OFFICE_SUPER_USER filter.hostname.=PERSON,STUDENT,TEACHER,RESOURCE_ALLOCATION_MANAGER,RESOURCE_MANAGER,MASTER_DEGREE_CANDIDATE, TUTORSHIP, \ MASTER_DEGREE_ADMINISTRATIVE_OFFICE,TREASURY,COORDINATOR,EMPLOYEE,PERSONNEL_SECTION, \ MANAGER, CREDITS_MANAGER, DEPARTMENT_CREDITS_MANAGER, ERASMUS, \ SCIENTIFIC_COUNCIL, ADMINISTRATOR, OPERATOR, \ SEMINARIES_COORDINATOR, WEBSITE_MANAGER, GRANT_OWNER, GRANT_OWNER_MANAGER, DEPARTMENT_MEMBER, DEPARTMENT_ADMINISTRATIVE_OFFICE, \ GEP, DIRECTIVE_COUNCIL, DELEGATE, PROJECTS_MANAGER, INSTITUCIONAL_PROJECTS_MANAGER,BOLONHA_MANAGER,CMS_MANAGER, \ SPACE_MANAGER, RESEARCHER, PEDAGOGICAL_COUNCIL, ALUMNI, CANDIDATE, EXAM_COORDINATOR, ACADEMIC_ADMINISTRATIVE_OFFICE, PARKING_MANAGER, MESSAGING, \ LIBRARY, INTERNATIONAL_RELATION_OFFICE, IDENTIFICATION_CARD_MANAGER, DEGREE_ADMINISTRATIVE_OFFICE, DEGREE_ADMINISTRATIVE_OFFICE_SUPER_USER filter.request.with.digest=true # # #------------------------------------------------------------------------------ # FTP Configuration's #------------------------------------------------------------------------------ # # ftp.IST.server.user: # ftp.IST.server.pass: # ftp.IST.server.address: # ftp.IST.scp.command: # ftp.IST.scp.args: # ftp.degree.grades.server.user: # ftp.degree.grades.server.pass: # ftp.degree.grades.server.address: # ftp.degree.grades.server.user=user ftp.degree.grades.server.pass=pass ftp.degree.grades.server.address=address # # #------------------------------------------------------------------------------ # HTTP Response Cache Configuration #------------------------------------------------------------------------------ # # response.cache.timeout : public pages cache timeout; subject to change in the manager interface # response.cache.timeout=600 # # #------------------------------------------------------------------------------ # SMS Configuration #------------------------------------------------------------------------------ # # sms.gateway.host: # sms.gateway.port: # sms.gateway.uri: # sms.gateway.protocol: # sms.gateway.username: # sms.gateway.password: # sms.delivery.host: # sms.delivery.port: # sms.delivery.uri: # sms.delivery.protocol: # sms.delivery.username: # sms.delivery.password: # sms.gateway.host=localhost sms.gateway.port=13013 sms.gateway.uri=/cgi-bin/sendsms sms.gateway.protocol=http sms.gateway.username= sms.gateway.password= sms.delivery.host=localhost sms.delivery.port=8080 sms.delivery.uri=/ciapl/publico/smsController.do sms.delivery.protocol=http sms.delivery.username= sms.delivery.password= # # #------------------------------------------------------------------------------ # Auto Task Configuration #------------------------------------------------------------------------------ # # gratuity.situation.creator.task.hour: Hour at which the task will be # launched to create the gratuity # situations. set to -1 to deactivate. # gratuity.situation.creator.task.hour=-1 # # #------------------------------------------------------------------------------ # Logging Configuration #------------------------------------------------------------------------------ # # log.profile.dir: name of dir where profiling log will be stored # log.profile.filename: name of file where profiling log will be stored # log.image.directory: directory to where dynamic images for log reports # are generated. It must end with the applications # context followed by images/logs # log4j.email.smtp.host: # log4j.email.smtp.from: # log4j.email.smtp.to: # log4j.email.smtp.subject: # log.profile.dir=/tmp log.profile.filename=profileing.log log.image.directory=/home//workspace/fenix-head/web/images/logs #----------------------------------------------------------------------------- # Cms Configuration #----------------------------------------------------------------------------- mail.smtp.host= mail.smtp.name= mailingList.host.name= mailSender.max.recipients=50 # Linkare - Added properties by Paulo Zenida mail.smtp.username= mail.smtp.password= mail.smtp.tls=true # Linkare - End added properties by Paulo Zenida # Linkare -Added property by Ricardo Espirito Santo mail.content.type=plain/text # Linkare -End added property by Ricardo Espirito Santo #----------------------------------------------------------------------------- # Authentication Service #----------------------------------------------------------------------------- # # authenticationService: Known implementations: # Authenticate # AuthenticateKerberos # changePassService: Known implementations: # ChangePassword # ChangePasswordKerberos # enableExternalLoginService Known implementations: # net.sourceforge.fenixedu.applicationTier.Servico.publico.EnableExternalLogin # net.sourceforge.fenixedu.applicationTier.Servico.publico.EnableExternalLoginWithKerberos # password.generator: Known implementations: # net.sourceforge.fenixedu.applicationTier.utils.GeneratePasswordKerberos # #---------------------------------------------- authenticationService=Authenticate changePassService=ChangePassword enableExternalLoginService=net.sourceforge.fenixedu.applicationTier.Servico.publico.EnableExternalLoginWithKerberos password.generator=net.sourceforge.fenixedu.applicationTier.utils.GeneratePasswordBase # Linkare - Added by Paulo Zenida # This must be a class that implements the interface IUsernameUtils # By default, the class net.sourceforge.fenixedu.util.DefaultUsernameUtils is used # The specific projects should have their own classes, named, for instance, com.linkare.fenix.utils.UsernameUtils username.utils.class=net.sourceforge.fenixedu.util.DefaultUsernameUtils # Linkare - End added by Paulo Zenida # Linkare - Added by Paulo Zenida # This property controls the service class responsible for the submission of the marks to the administrative office portal # Known values: # net.sourceforge.fenixedu.applicationTier.Servico.teacher.SubmitMarks (default) # net.sourceforge.fenixedu.applicationTier.Servico.teacher.LinkareSubmitMarks (the one we should use in our versions) submit.marks.service.class=net.sourceforge.fenixedu.applicationTier.Servico.teacher.LinkareSubmitMarks # Linkare - End added by Paulo Zenida #---------------------------------------------- # Host access control, filter configuration #---------------------------------------------- # # Configure the PathAccessControlfilter and the host control mechanism. # # All properties with the form # # host.control.path.${path}=${host list} # # will be used as the filter configuration. The host list indicates # the hosts that are allowed to access the given servlet paths. IPs # are also allowed. # # Properties with the form # # host.control.name.${name}=${host list} # # will be used in the generic mechains for host control were ${name} # is associated with the ${host list}. A request can be verified # against the ${host list} with HostAccessControl.isAllowed(name, request). # # Example: # host.control.path./login.do=localhost,trusted.example.net # host.control.name.net.sourceforge.fenixedu.presentationTier.Action.CheckPasswordKerberosAction=localhost,trusted.example.net # host.control.name.checkPassword=localhost,trusted.example.net # host.control.name.net.sourceforge.fenixedu.presentationTier.Action.CheckPasswordKerberosAction=127.0.0.1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.externalServices.CheckLocalPasswordAction=127.0.0.1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.externalServices.RetrieveUserInformation=127.0.0.1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.externalServices.UserPermissionCheck=127.0.0.1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.externalServices.GroupCheck=127.0.0.1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.messaging.ExecutionCourseAliasExpandingAction=127.0.0.1,0:0:0:0:0:0:0:1 host.control.name.net.sourceforge.fenixedu.presentationTier.Action.externalServices.AnnouncementBoardExport=127.0.0.1,0:0:0:0:0:0:0:1 host.control.name.net.sourceforge.fenixedu.webServices.PersonManagement= #---------------------------------------------- # CAS configuration #---------------------------------------------- localhost.cas.enabled=false localhost.cas.loginUrl=https://localhost:8443/cas/login localhost.cas.ValidateUrl=https://localhost:8443/cas/serviceValidate localhost.cas.logoutUrl=https://localhost:8443/cas/logout localhost.cas.serviceUrl=https://localhost:8443/ciapl/loginCAS.do validateExpirationDate=false #------------------------------------------------------------------------------ # External Services #------------------------------------------------------------------------------ # # email.admin.allowed.hosts: comma seperated values of hosts and/or ip addresses # that are allowed to call external email administration # email.admin.password: password required to call external email administration # email.admin.allowed.hosts= email.admin.password=xPtO!)&#. consult.roles.admin.allowed.hosts=127.0.0.1,localhost,192.168.1.101 consult.roles.admin.password=xPtO parkingCardId.admin.allowed.hosts=localhost,0:0:0:0:0:0:0:1 parkingCardId.admin.password=pass externalServices.StudentInfoByUsername.externalAppPassword=xpto webServices.PersonManagement.getPersonInformation.username=u webServices.PersonManagement.getPersonInformation.password=p #------------------------------------------------------------------------------ # Miscellaneous #------------------------------------------------------------------------------ ## Characters that can't be used directly in ant build files line.seperator=\n character.lessthan=< character.dollar=$ ## Complex constructions that contain characters that's can't ## be used directly in ant build files allowed-roles.build.file.constructor.header=\n \ \t\n \ \t\t\n \ \t\t \n\n allowed-roles.build.file.constructor.tail=\n\n\t\t\n\t allowed-roles.newline.instruction=${line.seperator} #---------------------------------------------------------------- # Printers #---------------------------------------------------------------- filter.printers=graduacao,pos.graduacao,graduacao-tagus markSheet.printers.graduacao= markSheet.printers.pos.graduacao= markSheet.printers.graduacao-tagus= #---------------------------------------------------------------- # File Manager #---------------------------------------------------------------- file.manager.factory.implementation.class=pt.utl.ist.fenix.tools.file.DSpaceFileManagerFactory dspace.client.transport.class=pt.utl.ist.fenix.tools.file.dspace.DSpaceHttpClient dspace.rmi.server.name=DSpaceRMIRemoteManager jndi.properties.file=classpath://dspace.jndi.properties rmi.registry.port=1091 rmi.port=0 rmi.ssl=1 rmi.ssl.truststore=classpath://DSpaceClient.truststore rmi.ssl.truststore.password=dspace rmi.stream.bytes.min=2048 rmi.stream.bytes.max=32768 rmi.stream.bytes.block=512 #---------------------------------------------------------------- # File Manager - Dspace Configuration #---------------------------------------------------------------- dspace.serverUrl=https://localhost:8443/dspace dspace.downloadUriFormat=bitstream/{0}/{1} dspace.username=ist12628 dspace.password=pass dspace.generated.document.store=true #---------------------------------------------------------------- # Sibs Configuration #---------------------------------------------------------------- # sibs.entityCode: This is the code that users will use in the ATM for payments. It as the ATM reference ant entity needed # for the payment. # #The next fields are attributes of the sibs client file header(this is the file that contain the # ATM references, payment value, date, etc) # # sibs.sourceInstitutionId: This is the A003 attribute of the file header that corresponds to the company ID # in the ATM services. # This value should be made available by sibs as it represents the company id in the sibs. The field format is '9XXXXXXX'. # # sibs.destinationInstitutionId: In the sibs client file this is the A004 attribute that corresponds to the # sibs identifier(the ones that will get the file). # The common value of this field is '50000000'. But this should be confirmed with sibs. sibs.entityCode=1111 sibs.sourceInstitutionId=11111111 sibs.destinationInstitutionId=11111111 #---------------------------------------------------------------- # WebServices - External Services Urls #---------------------------------------------------------------- # webServices.external.urls: comma seperated values of wsdl valid urls. # Example: http://localhost:8080/ciapl/services/InstitutionalEmailManagement?wsdl webServices.external.urls=http://localhost:8080/ciapl/services/PersonManagement?wsdl #---------------------------------------------------------------- # Merge Units - Emails for log #---------------------------------------------------------------- # merge.units.emails: comma separated emails of persons who want to receive emails about merge of units. # merge.units.emails= #------------------------------------------------------------------------------ # Persistence delete error/warning configuration #------------------------------------------------------------------------------ # # error.if.deleted.object.not.disconnected: # If false issues a warning whenever an object is deleted but still has # some connections to other objects. If true throw an error. # # error.if.changing.deleted.object: # If false issues a warning whenever an object is changed in any way # after it is deleted. If true thow an error. # #------------------------------------------------------------------------------ error.if.deleted.object.not.disconnected=false error.if.changing.deleted.object=false #------------------------------------------------------------------------------ # Configuration properties for data dependend propetires #------------------------------------------------------------------------------ # # year.for.from.mark.sheet.managment and semester.for.from.mark.sheet.managment: # identifies the execution period after which mark # sheet are to be managed in the fenix system. # #------------------------------------------------------------------------------ year.for.from.mark.sheet.managment=2005/2006 semester.for.from.mark.sheet.managment=2 year.for.from.enrolments=2004/2005 semester.for.from.enrolments=1 year.for.from.enrolments.leec=2003/2004 semester.for.from.enrolments.leec=2 #---------------------------------------------------------------- # Bolonha configuration #---------------------------------------------------------------- start.year.for.bolonha.degrees=2006/2007 start.semester.for.bolonha.degrees=1 start.year.for.bolonha.transition=2007/2008 start.semester.for.bolonha.transition=1 #--------------------------------------------------------------- # Receipts configuration #--------------------------------------------------------------- #Inclusive receipt.min.year.to.create=2006 receipt.numberSeries.for.years= #--------------------------------------------------------------- # Deploy notifier activation #-------------------------------------------------------------- notifier.active=false #--------------------------------------------------------------- # Name resolution service #-------------------------------------------------------------- nameresolution.name=fenixRemoteRequests nameresolution.password=password #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to control the default behaviour of the presentation of the degree curricular plans # Possible values: GROUPS, YEARS (view DegreeCurricularPlanRendererConfig#OrganizeType #--------------------------------------------------------------- dcp.organizeBy=YEARS # Linkare - End added by Paulo Zenida to control the default behaviour of the presentation of the degree curricular plans #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to control disabling and enabling the check for the registration to be concluded when the # concluded registration state is created. # Possible values: true, false. #--------------------------------------------------------------- registrationState.check.concluded=false # Linkare - End added by Paulo Zenida to control disabling and enabling the check for the registration to be concluded when the # concluded registration state is created. #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to set the institutional username prefix # Possible known values: esta, estt, esgt, estgoh, fd-unl #--------------------------------------------------------------- institutional.username.prefix= # Linkare - End added by Paulo Zenida to set the institutional username prefix #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to control disabling and enabling the emission of the diploma supplement when we ask for a diploma # Possible known values: true, false. #--------------------------------------------------------------- diploma.supplement.enabled=true # Linkare - End added by Paulo Zenida to control disabling and enabling the emission of the diploma supplement when we ask for a diploma #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to control the degree types that should be disabled for each fenix installation # The names of the property variables are constituted by the DegreeType name followed by '.disabled', which means that we may have the following # possible key values: # DEGREE.disabled, # MASTER_DEGREE.disabled, # BOLONHA_DEGREE.disabled, # BOLONHA_MASTER_DEGREE.disabled, # BOLONHA_INTEGRATED_MASTER_DEGREE.disabled, # BOLONHA_PHD_PROGRAM.disabled, # BOLONHA_ADVANCED_FORMATION_DIPLOMA.disabled, # BOLONHA_ADVANCED_SPECIALIZATION_DIPLOMA.disabled, # BOLONHA_SPECIALIZATION_DEGREE.disabled, # EMPTY.disabled, # BOLONHA_OLD_YEAR0.disabled, # BOLONHA_OLD_DEGREE.disabled, # BOLONHA_OLD_BACHELORS.disabled, # BOLONHA_OLD_BACHELORS_4YEAR.disabled, # BOLONHA_OLD_CESE.disabled, # BOLONHA_CET.disabled # When the key does not exist, that degree type is assumed to be enabled. # # Possible known values: true, false. #--------------------------------------------------------------- DEGREE.disabled=true MASTER_DEGREE.disabled=true # Linkare - End added by Paulo Zenida to control the degree types that should be disabled for each fenix installation #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to set the strategy for the computation of the student payment code generator # Possible known values: # net.sourceforge.fenixedu.domain.accounting.util.StudentPaymentCodeGenerator (in case the property is missing, this is the default) # net.sourceforge.fenixedu.domain.accounting.util.ExtendedStudentPaymentCodeGenerator # # # New values may be created for classes extending net.sourceforge.fenixedu.domain.accounting.util.StudentPaymentCodeGenerator, having a no-arg # public constructor. These payment code generators may be specific for a given institution or, preferable, generic different strategies may be # created and shipped with the fenix base project instead. #--------------------------------------------------------------- student.payment.code.generator.class=net.sourceforge.fenixedu.domain.accounting.util.ExtendedStudentPaymentCodeGenerator # Linkare - End added by Paulo Zenida to set the strategy for the computation of the student payment code generator #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to control the generation of a full amount entry for the payment of gratuities # Possible values: true, false # By default, it is set to true to generate a full amount entry. For the ESTGOH deployment, though, it should be set to false should.generate.total.amount.entry=true #--------------------------------------------------------------- # Linkare - End added by Paulo Zenida to control the generation of a full amount entry for the payment of gratuities #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to set the payment codes for each institution # Default values for each payment code is specified in the PaymentCodeType enum. # PaymentCodeType.TOTAL_GRATUITY = 0, # PaymentCodeType.GRATUITY_FIRST_INSTALLMENT = 1, # PaymentCodeType.GRATUITY_SECOND_INSTALLMENT = 2, # PaymentCodeType.ADMINISTRATIVE_OFFICE_FEE_AND_INSURANCE = 3, # PaymentCodeType.INSURANCE = 4, # PaymentCodeType.PRE_BOLONHA_MASTER_DEGREE_TOTAL_GRATUITY = 5, # PaymentCodeType.PRE_BOLONHA_MASTER_DEGREE_INSURANCE = 6, # PaymentCodeType.RESIDENCE_FEE = 7, # PaymentCodeType.INTERNAL_DEGREE_CHANGE_INDIVIDUAL_CANDIDACY_PROCESS = 15, # PaymentCodeType.EXTERNAL_DEGREE_CHANGE_INDIVIDUAL_CANDIDACY_PROCESS = 16, # PaymentCodeType.INTERNAL_DEGREE_TRANSFER_INDIVIDUAL_CANDIDACY_PROCESS = 17, # PaymentCodeType.EXTERNAL_DEGREE_TRANSFER_INDIVIDUAL_CANDIDACY_PROCESS = 18, # PaymentCodeType.SECOND_CYCLE_INDIVIDUAL_CANDIDACY_PROCESS = 19, # PaymentCodeType.INTERNAL_DEGREE_CANDIDACY_FOR_GRADUATED_PERSON_INDIVIDUAL_PROCESS = 20, # PaymentCodeType.EXTERNAL_DEGREE_CANDIDACY_FOR_GRADUATED_PERSON_INDIVIDUAL_PROCESS = 21, # PaymentCodeType.GRATUITY_THIRD_INSTALLMENT = 53, # PaymentCodeType.GRATUITY_FOURTH_INSTALLMENT = 54, # PaymentCodeType.GRATUITY_FIFTH_INSTALLMENT = 55, # PaymentCodeType.GRATUITY_SIXTH_INSTALLMENT = 56, # PaymentCodeType.GRATUITY_SEVENTH_INSTALLMENT = 57, # PaymentCodeType.GRATUITY_EIGTH_INSTALLMENT = 58, # PaymentCodeType.GRATUITY_NINTH_INSTALLMENT = 59, # PaymentCodeType.GRATUITY_TENTH_INSTALLMENT = 60 # Each institution should have its own set of codes #--------------------------------------------------------------- # Linkare - End added by Paulo Zenida to be able to set the payment codes for each institution #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to enable/disable the presentation of deprecation messages while compiling Fenix # Possible values: on, off # In production environments, the default should be set to off #--------------------------------------------------------------- compile.deprecation=off # Linkare - End added by Paulo Zenida to be able to enable/disable the presentation deprecation messages while compiling Fenix #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to enable/disable the presentation of warning messages while compiling Fenix # Possible values: true, false # In production environments, the default should be set to true #--------------------------------------------------------------- compile.nowarns=true # Linkare - End added by Paulo Zenida to be able to enable/disable the presentation of warning messages while compiling Fenix #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to configure the schema name for the presentation of the registration states in the # administrative office portal. # Possible values: student.manageRegistrationState (the default), specific.student.manageRegistrationState # The specific.student.manageRegistrationState is a special schema, defined in the institution's specific project where you refine its # super schema student.manageRegistrationState. schemas.manageRegistrationState=student.manageRegistrationState # Linkare - End added by Paulo Zenida to be able to configure the schema name for the presentation of the registration states in the #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to configure the no reply email address noreply.email.address=noreply@institution.pt # Linkare - End added by Paulo Zenida to be able to configure the no reply email address #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to configure the freemarker templates base directory freemarker.templates.directory=/home/pzenida/trabalho/eclipse_workspace/fenix-linkare-new/templates # Linkare - End added by Paulo Zenida to be able to configure the freemarker templates base directory #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to configure the from address used in the support page form error.email.address=error@institution.pt # Linkare - End added by Paulo Zenida to be able to configure the from address used in the support page form #--------------------------------------------------------------- # Linkare - Added by Paulo Zenida to be able to enable/disable debugging emails sending # Possible values: false (default), true mail.debug=false # Linkare - End added by Paulo Zenida to be able to enable/disable debugging emails sending # Linkare - Added a new Auditor creator classname that is used to associate auditors to the audit operations when committing to the database auditor.classname=com.linkare.fenixedu.audit.FenixAuditorCreator # Linkare - End added a new Auditor creator classname that is used to associate auditors to the audit operations when committing to the database # Linkare - Added the new flags to control which CRUD operations should be recorded audit.record.create=true audit.record.update=false audit.record.remove=true # Linkare - End added the new flags to control which CRUD operations should be recorded # #------------------------------------------------------------------------------ # End of build.properties.sample file #------------------------------------------------------------------------------