[chorem] branch master updated (add8535 -> d53a7a7)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository chorem. See http://git.chorem.org/chorem.git omits add8535 include some hotfix from tag 0.3 omits f4b948a release was done, go on 0.4-SNAPSHOT version omits 522de28 [maven-release-plugin] prepare release chorem-0.3 omits c54e924 [maven-release-plugin] rollback the release of chorem-0.3 omits 6cfb39a [maven-release-plugin] prepare for next development iteration omits 319f863 [maven-release-plugin] prepare release chorem-0.3 omits 1eb3e54 force version 3.3 of site plugin omits 8fc3460 [maven-release-plugin] rollback the release of chorem-0.3 omits 81d2581 [maven-release-plugin] prepare for next development iteration adds e2fb495 [maven-release-plugin] copy for tag chorem-0.3 adds 5dcc4c6 [maven-release-plugin] copy for tag chorem-0.3 adds d53a7a7 fix release This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (add8535) \ N -- N -- N refs/heads/master (d53a7a7) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever. No new revisions were added by this update. Summary of changes: chorem-entities/pom.xml | 2 +- chorem-webmotion/pom.xml | 2 +- pom.xml | 8 +++----- LICENSE.txt => trunk/LICENSE.txt | 0 README.txt => trunk/README.txt | 0 changelog.txt => trunk/changelog.txt | 0 LICENSE.txt => trunk/chorem-entities/LICENSE.txt | 0 README.txt => trunk/chorem-entities/README.txt | 0 changelog.txt => trunk/chorem-entities/changelog.txt | 0 {chorem-entities => trunk/chorem-entities}/pom.xml | 2 +- .../chorem-entities}/src/license/THIRD-PARTY.properties | 0 .../main/java/com/inamik/utils/AbstractTableFormatter.java | 0 .../main/java/com/inamik/utils/SimpleTableFormatter.java | 0 .../src/main/java/com/inamik/utils/TableFormatter.java | 0 .../src/main/java/org/chorem/ChoremAction.java | 0 .../src/main/java/org/chorem/ChoremClient.java | 0 .../src/main/java/org/chorem/ChoremConfig.java | 0 .../src/main/java/org/chorem/ChoremConfigAction.java | 0 .../src/main/java/org/chorem/ChoremConfigOption.java | 0 .../src/main/java/org/chorem/ChoremMain.java | 0 .../src/main/java/org/chorem/ChoremQueryHelper.java | 0 .../src/main/java/org/chorem/ChoremQueryMaker.java | 0 .../src/main/java/org/chorem/ChoremUtil.java | 0 .../src/main/java/org/chorem/ImportChoremTopia.java | 0 .../chorem-entities}/src/main/java/org/chorem/Saint.java | 0 .../main/java/org/chorem/entities/EmployeeMigration.java | 0 .../main/java/org/chorem/entities/ExpenseClaimStatus.java | 0 .../src/main/java/org/chorem/entities/InvoiceMigration.java | 0 .../src/main/java/org/chorem/entities/InvoiceStatus.java | 0 .../src/main/java/org/chorem/entities/InvoiceableUtil.java | 0 .../main/java/org/chorem/entities/Quotation18Migration.java | 0 .../main/java/org/chorem/entities/QuotationMigration.java | 0 .../src/main/java/org/chorem/entities/QuotationStatus.java | 0 .../src/main/java/org/chorem/entities/TaskStatus.java | 0 .../main/java/org/chorem/entities/VacationMigration.java | 0 .../src/main/java/org/chorem/entities/VacationStatus.java | 0 .../src/main/java/org/chorem/project/AdcCalculation.java | 0 .../src/main/java/org/chorem/project/Calculation.java | 0 .../main/java/org/chorem/project/QuotationCalculation.java | 0 .../src/main/java/org/chorem/project/TaskCalculation.java | 0 .../java/org/chorem/project/TotalQuotationCalculation.java | 0 .../chorem-entities}/src/main/resources/chorem.properties | 0 .../chorem-entities}/src/main/resources/log4j.properties | 0 .../chorem-entities}/src/main/xmi/chorem-model.properties | 0 .../chorem-entities}/src/main/xmi/chorem-model.zargo | Bin .../chorem-entities}/src/main/xmi/vacations.rst | 0 .../chorem-entities}/src/site/rst/chorem-entities-base.png | Bin .../chorem-entities}/src/site/rst/chorem-entities-billy.png | Bin .../src/site/rst/chorem-entities-bonzoms.png | Bin .../src/site/rst/chorem-entities-gepeto.png | Bin .../chorem-entities}/src/site/rst/dataModel.rst | 0 .../chorem-entities}/src/site/rst/gepeto.rst | 0 .../src/test/java/org/chorem/ChoremUtilTest.java | 0 .../test/java/org/chorem/entities/InvoiceableUtilTest.java | 0 {chorem-web => trunk/chorem-web}/LICENSE.txt | 0 README.txt => trunk/chorem-web/README.txt | 0 changelog.txt => trunk/chorem-web/changelog.txt | 0 {chorem-web => trunk/chorem-web}/pom.xml | 0 {chorem-web => trunk/chorem-web}/src/main/i18n/jsp.rules | 0 .../chorem-web}/src/main/java/org/chorem/ChoremSession.java | 0 .../chorem-web}/src/main/java/org/chorem/ChoremUtil.java | 0 .../src/main/java/org/chorem/ContactDetailsConstants.java | 0 .../chorem-web}/src/main/java/org/chorem/JspUtils.java | 0 .../src/main/java/org/chorem/action/ChoremBaseAction.java | 0 .../main/java/org/chorem/action/EntitySearchJsonAction.java | 0 .../src/main/java/org/chorem/action/HomeAction.java | 0 .../org/chorem/action/SelectWikittyComponentAction.java | 0 .../main/java/org/chorem/billy/action/QuotationAction.java | 0 .../src/main/java/org/chorem/gepeto/ProjectOrderFull.java | 0 .../main/java/org/chorem/gepeto/action/ProjectAction.java | 0 .../java/org/chorem/gepeto/action/ProjectOrderAction.java | 0 .../src/main/java/org/chorem/gepeto/action/TaskAction.java | 0 .../chorem-web}/src/main/resources/freemarker.properties | 0 .../src/main/resources/i18n/chorem-web_en_GB.properties | 0 .../src/main/resources/i18n/chorem-web_fr_FR.properties | 0 .../action/QuotationAction-addQuotation-validation.xml | 0 .../action/QuotationAction-modifyQuotation-validation.xml | 0 .../gepeto/action/ProjectAction-addProject-validation.xml | 0 .../action/ProjectAction-modifyProject-validation.xml | 0 .../ProjectOrderAction-addProjectOrder-validation.xml | 0 .../chorem/gepeto/action/TaskAction-addTask-validation.xml | 0 .../chorem-web}/src/main/resources/struts.properties | 0 .../chorem-web}/src/main/resources/struts.xml | 0 .../chorem-web}/src/main/webapp/WEB-INF/decorators.xml | 0 .../src/main/webapp/WEB-INF/decorators/billy.jsp | 0 .../src/main/webapp/WEB-INF/decorators/bonzoms.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/decorators/cash.jsp | 0 .../src/main/webapp/WEB-INF/decorators/gepeto.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/decorators/main.jsp | 0 .../src/main/webapp/WEB-INF/jsp/billy/addQuotation.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/jsp/billy/home.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/jsp/billy/menu.jsp | 0 .../src/main/webapp/WEB-INF/jsp/billy/quotationDetails.jsp | 0 .../src/main/webapp/WEB-INF/jsp/bonzoms/companies.jsp | 0 .../src/main/webapp/WEB-INF/jsp/bonzoms/menu.jsp | 0 .../src/main/webapp/WEB-INF/jsp/bonzoms/persons.jsp | 0 .../src/main/webapp/WEB-INF/jsp/common/inc/footer.jsp | 0 .../src/main/webapp/WEB-INF/jsp/common/inc/header.jsp | 0 .../webapp/WEB-INF/jsp/common/selectWikittyComponent.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/addProject.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/addProjectOrder.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/addTask.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/menu.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/projectDetails.jsp | 0 .../main/webapp/WEB-INF/jsp/gepeto/projectOrderDetails.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/projects.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/projectsByYear.jsp | 0 .../webapp/WEB-INF/jsp/gepeto/projectsWithoutQuotation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/gepeto/results.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/jsp/home.jsp | 0 .../chorem-web}/src/main/webapp/WEB-INF/sitemesh.xml | 0 .../chorem-web}/src/main/webapp/WEB-INF/web.xml | 0 .../chorem-web}/src/main/webapp/css/style.css | 0 .../chorem-web}/src/main/webapp/js/chorem.js | 0 .../chorem-web}/src/main/webapp/template/simple/a-close.ftl | 0 .../src/main/webapp/template/simple/form-common.ftl | 0 .../src/main/webapp/template/xhtml/controlheader-core.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/file.ftl | 0 .../src/main/webapp/template/xhtml/form-close.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/form.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/password.ftl | 0 .../src/main/webapp/template/xhtml/submit-close.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/submit.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/text.ftl | 0 .../chorem-web}/src/main/webapp/template/xhtml/textarea.ftl | 0 LICENSE.txt => trunk/chorem-webmotion/LICENSE.txt | 0 README.txt => trunk/chorem-webmotion/README.txt | 0 changelog.txt => trunk/chorem-webmotion/changelog.txt | 0 {chorem-webmotion => trunk/chorem-webmotion}/pom.xml | 2 +- .../chorem-webmotion}/src/doc/REST_API_Timer.txt | 0 .../chorem-webmotion}/src/jetty/jetty-context.xml | 0 .../chorem-webmotion}/src/license/THIRD-PARTY.properties | 0 .../chorem-webmotion}/src/main/i18n/jsp.rules | 0 .../src/main/java/org/chorem/webmotion/ChoremDateUtil.java | 0 .../main/java/org/chorem/webmotion/ChoremWebMotionUtil.java | 0 .../src/main/java/org/chorem/webmotion/PaginatedResult.java | 0 .../org/chorem/webmotion/actions/AdcDashboardAction.java | 0 .../main/java/org/chorem/webmotion/actions/AdminAction.java | 0 .../main/java/org/chorem/webmotion/actions/BIAction.java | 0 .../java/org/chorem/webmotion/actions/DashboardAction.java | 0 .../org/chorem/webmotion/actions/DashboardHRAction.java | 0 .../org/chorem/webmotion/actions/EmployeeEditAction.java | 0 .../java/org/chorem/webmotion/actions/GenericAction.java | 0 .../main/java/org/chorem/webmotion/actions/HrAction.java | 0 .../java/org/chorem/webmotion/actions/MapWithDefault.java | 0 .../org/chorem/webmotion/actions/WikittyRestAction.java | 0 .../org/chorem/webmotion/actions/crm/AccountAction.java | 0 .../chorem/webmotion/actions/crm/ContactRowForExport.java | 0 .../webmotion/actions/crm/ContactRowForExportModel.java | 0 .../java/org/chorem/webmotion/actions/crm/ExportAction.java | 0 .../org/chorem/webmotion/actions/crm/QuotationAction.java | 0 .../actions/financial/AccountBillingReportAction.java | 0 .../actions/financial/BillingPerAccountReportAction.java | 0 .../actions/financial/BillingPerProjectReportAction.java | 0 .../webmotion/actions/financial/BillingReportAction.java | 0 .../webmotion/actions/financial/BillingReportHelper.java | 0 .../webmotion/actions/financial/ExpenseAccountAction.java | 0 .../actions/financial/ProjectBillingReportAction.java | 0 .../webmotion/actions/project/DashboardProjectAction.java | 0 .../org/chorem/webmotion/actions/project/GanttAction.java | 0 .../chorem/webmotion/actions/project/ProjectsAction.java | 0 .../org/chorem/webmotion/actions/project/QuotationData.java | 0 .../webmotion/actions/project/QuotationStatusAction.java | 0 .../java/org/chorem/webmotion/actions/project/TaskData.java | 0 .../actions/sales/AcceptedQuotationsReportAction.java | 0 .../webmotion/actions/sales/AccountSalesReportAction.java | 0 .../org/chorem/webmotion/actions/sales/FunnelAction.java | 0 .../webmotion/actions/sales/ProjectSalesReportAction.java | 0 .../chorem/webmotion/actions/sales/QuotationYearData.java | 0 .../org/chorem/webmotion/actions/sales/SalesAction.java | 0 .../java/org/chorem/webmotion/actions/sales/SalesData.java | 0 .../actions/sales/SalesPerAccountReportAction.java | 0 .../actions/sales/SalesPerProjectReportAction.java | 0 .../chorem/webmotion/actions/sales/SalesReportAction.java | 0 .../chorem/webmotion/actions/sales/SalesReportHelper.java | 0 .../webmotion/actions/sales/SentQuotationsReportAction.java | 0 .../chorem/webmotion/bean/financial/ExpenseAccountBean.java | 0 .../webmotion/bean/financial/ExpenseAccountEntryBean.java | 0 .../java/org/chorem/webmotion/converters/JsonConverter.java | 0 .../java/org/chorem/webmotion/converters/JsonHelper.java | 0 .../org/chorem/webmotion/filters/AuthenticationFilter.java | 0 .../org/chorem/webmotion/filters/ChoremClientFilter.java | 0 .../java/org/chorem/webmotion/filters/DecoratorFilter.java | 0 .../org/chorem/webmotion/injector/InjectorListener.java | 0 .../java/org/chorem/webmotion/render/RenderWikitty.java | 0 .../java/org/chorem/webmotion/render/RenderWikittyJson.java | 0 .../main/java/org/wikitty/web/jsptag/WikittyDisplay.java | 0 .../src/main/java/org/wikitty/web/jsptag/WikittyInput.java | 0 .../main/resources/i18n/chorem-webmotion_en_GB.properties | 0 .../main/resources/i18n/chorem-webmotion_fr_FR.properties | 0 .../chorem-webmotion}/src/main/resources/log4j.properties | 0 .../chorem-webmotion}/src/main/resources/mapping | 0 .../src/main/webapp/WEB-INF/jsp/admin/importExport.jsp | 0 .../src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp | 0 .../src/main/webapp/WEB-INF/jsp/contact.jsp | 0 .../src/main/webapp/WEB-INF/jsp/crm/account.jsp | 0 .../src/main/webapp/WEB-INF/jsp/crm/company.jsp | 0 .../src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/crm/project.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardProject.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp | 0 .../main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp | 0 .../main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp | 0 .../WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp | 0 .../src/main/webapp/WEB-INF/jsp/decorator.jsp | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/jsp/edit.jsp | 0 .../src/main/webapp/WEB-INF/jsp/editMulti.jsp | 0 .../src/main/webapp/WEB-INF/jsp/editRelated.jsp | 0 .../src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp | 0 .../src/main/webapp/WEB-INF/jsp/employeeEdit.jsp | 0 .../WEB-INF/jsp/financial/expenseAccountEntryEdit.html | 0 .../webapp/WEB-INF/jsp/financial/expenseAccountView.jsp | 0 .../main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp | 0 .../WEB-INF/jsp/financial/reports/accountBillingReport.jsp | 0 .../jsp/financial/reports/billingPerAccountReport.jsp | 0 .../jsp/financial/reports/billingPerProjectReport.jsp | 0 .../webapp/WEB-INF/jsp/financial/reports/billingReport.jsp | 0 .../src/main/webapp/WEB-INF/jsp/financial/reports/menu.jsp | 0 .../WEB-INF/jsp/financial/reports/projectBillingReport.jsp | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/jsp/hr.jsp | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/jsp/index.jsp | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/jsp/login.jsp | 0 .../src/main/webapp/WEB-INF/jsp/projects/editProject.html | 0 .../src/main/webapp/WEB-INF/jsp/projects/projects.jsp | 0 .../src/main/webapp/WEB-INF/jsp/report.jsp | 0 .../webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp | 0 .../webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp | 0 .../main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html | 0 .../webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html | 0 .../webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html | 0 .../WEB-INF/jsp/salesReports/dialog-sentToAccepted.html | 0 .../WEB-INF/jsp/salesReports/dialog-sentToRejected.html | 0 .../src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp | 0 .../webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp | 0 .../src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp | 0 .../main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp | 0 .../WEB-INF/jsp/salesReports/salesPerAccountReport.jsp | 0 .../WEB-INF/jsp/salesReports/salesPerProjectReport.jsp | 0 .../main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp | 0 .../main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/search.jsp | 0 .../src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp | 0 .../src/main/webapp/WEB-INF/jsp/vacationDiv.jsp | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/jsp/view.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp | 0 .../webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionProject.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp | 0 .../src/main/webapp/WEB-INF/jsp/viewActionTask.jsp | 0 .../src/main/webapp/WEB-INF/nuiton-js.properties | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/web.xml | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/wikitty.tld | 0 .../chorem-webmotion}/src/main/webapp/WEB-INF/wro.xml | 0 .../chorem-webmotion}/src/main/webapp/css/chorem-bi.css | 0 .../chorem-webmotion}/src/main/webapp/css/chorem-crm.css | 0 .../chorem-webmotion}/src/main/webapp/css/chorem-sales.css | 0 .../chorem-webmotion}/src/main/webapp/css/chorem.less | 0 .../chorem-webmotion}/src/main/webapp/css/employeeEdit.css | 0 .../src/main/webapp/css/jquery-ui-timepicker-addon.css | 0 .../src/main/webapp/css/jquery.fn.gantt.css | 0 .../chorem-webmotion}/src/main/webapp/css/ng-grid.min.css | 0 .../src/main/webapp/css/select2/select2-spinner.gif | Bin .../src/main/webapp/css/select2/select2.css | 0 .../src/main/webapp/css/select2/select2.png | Bin .../src/main/webapp/css/select2/select2x2.png | Bin .../src/main/webapp/css/vacationRequest.css | 0 .../chorem-webmotion}/src/main/webapp/img/ajax-loader.gif | Bin .../src/main/webapp/img/glyphicons-halflings-white.png | Bin .../src/main/webapp/img/glyphicons-halflings.png | Bin .../src/main/webapp/img/jquery.fn.gantt/grid.png | Bin .../src/main/webapp/img/jquery.fn.gantt/icon_sprite.png | Bin .../src/main/webapp/img/jquery.fn.gantt/loader_bg.png | Bin .../src/main/webapp/img/jquery.fn.gantt/slider_handle.png | Bin .../src/main/webapp/js/angular-ui-bootstrap-tpls-0.11.0.js | 0 .../chorem-webmotion}/src/main/webapp/js/chorem.js | 0 .../chorem-webmotion}/src/main/webapp/js/dashboardAdc.js | 0 .../chorem-webmotion}/src/main/webapp/js/employeeEdit.js | 0 .../src/main/webapp/js/financial/expenseAccount.js | 0 .../src/main/webapp/js/financial/expenseAccountListCtrl.js | 0 .../src/main/webapp/js/jquery-ui-timepicker-addon.js | 0 .../src/main/webapp/js/jquery-ui-timepicker-fr.js | 0 .../chorem-webmotion}/src/main/webapp/js/jquery.fn.gantt.js | 0 .../src/main/webapp/js/jquery.maskedinput-1.3-1.js | 0 .../src/main/webapp/js/js-hypercube.min.js | 0 .../chorem-webmotion}/src/main/webapp/js/less-1.3.3.js | 0 .../src/main/webapp/js/ng-grid-2.0.7.debug.js | 0 .../src/main/webapp/js/ng-grid-2.0.7.min.js | 0 .../chorem-webmotion}/src/main/webapp/js/ng-select2.js | 0 .../chorem-webmotion}/src/main/webapp/js/ng-wikitty.js | 0 .../chorem-webmotion}/src/main/webapp/js/paginationTable.js | 0 .../src/main/webapp/js/projectPagination.js | 0 .../chorem-webmotion}/src/main/webapp/js/salesFunnel.js | 0 .../chorem-webmotion}/src/main/webapp/js/select2.min.js | 0 .../org/chorem/webmotion/converters/JsonConverterTest.java | 0 .../chorem-webmotion}/src/test/resources/log4j.properties | 0 pom.xml => trunk/pom.xml | 12 ++++++------ .../src}/site/resources/images/logos/argouml-logo.png | Bin .../src}/site/resources/images/logos/jrst-logo.png | Bin .../site/resources/images/logos/restructuredtext-logo.png | Bin {src => trunk/src}/site/rst/calculations.rst | 0 {src => trunk/src}/site/rst/chorem-cdc.rst | 0 {src => trunk/src}/site/rst/doc-devel.rst | 0 {src => trunk/src}/site/rst/index.rst | 0 {src => trunk/src}/site/rst/requisite.rst | 0 {src => trunk/src}/site/site_fr.xml | 0 319 files changed, 13 insertions(+), 15 deletions(-) copy LICENSE.txt => trunk/LICENSE.txt (100%) copy README.txt => trunk/README.txt (100%) copy changelog.txt => trunk/changelog.txt (100%) copy LICENSE.txt => trunk/chorem-entities/LICENSE.txt (100%) copy README.txt => trunk/chorem-entities/README.txt (100%) copy changelog.txt => trunk/chorem-entities/changelog.txt (100%) copy {chorem-entities => trunk/chorem-entities}/pom.xml (99%) copy {chorem-entities => trunk/chorem-entities}/src/license/THIRD-PARTY.properties (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/com/inamik/utils/AbstractTableFormatter.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/com/inamik/utils/SimpleTableFormatter.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/com/inamik/utils/TableFormatter.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremAction.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremClient.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremConfig.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremConfigAction.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremConfigOption.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremMain.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremQueryHelper.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremQueryMaker.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ChoremUtil.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/ImportChoremTopia.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/Saint.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/EmployeeMigration.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/ExpenseClaimStatus.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/InvoiceMigration.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/InvoiceStatus.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/InvoiceableUtil.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/Quotation18Migration.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/QuotationMigration.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/QuotationStatus.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/TaskStatus.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/VacationMigration.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/entities/VacationStatus.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/project/AdcCalculation.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/project/Calculation.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/project/QuotationCalculation.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/project/TaskCalculation.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/java/org/chorem/project/TotalQuotationCalculation.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/resources/chorem.properties (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/resources/log4j.properties (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/xmi/chorem-model.properties (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/xmi/chorem-model.zargo (100%) copy {chorem-entities => trunk/chorem-entities}/src/main/xmi/vacations.rst (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/chorem-entities-base.png (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/chorem-entities-billy.png (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/chorem-entities-bonzoms.png (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/chorem-entities-gepeto.png (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/dataModel.rst (100%) copy {chorem-entities => trunk/chorem-entities}/src/site/rst/gepeto.rst (100%) copy {chorem-entities => trunk/chorem-entities}/src/test/java/org/chorem/ChoremUtilTest.java (100%) copy {chorem-entities => trunk/chorem-entities}/src/test/java/org/chorem/entities/InvoiceableUtilTest.java (100%) copy {chorem-web => trunk/chorem-web}/LICENSE.txt (100%) copy README.txt => trunk/chorem-web/README.txt (100%) copy changelog.txt => trunk/chorem-web/changelog.txt (100%) copy {chorem-web => trunk/chorem-web}/pom.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/i18n/jsp.rules (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/ChoremSession.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/ChoremUtil.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/ContactDetailsConstants.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/JspUtils.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/action/ChoremBaseAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/action/EntitySearchJsonAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/action/HomeAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/action/SelectWikittyComponentAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/billy/action/QuotationAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/gepeto/ProjectOrderFull.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/gepeto/action/ProjectAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/gepeto/action/ProjectOrderAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/java/org/chorem/gepeto/action/TaskAction.java (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/freemarker.properties (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/i18n/chorem-web_en_GB.properties (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/i18n/chorem-web_fr_FR.properties (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/billy/action/QuotationAction-addQuotation-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/billy/action/QuotationAction-modifyQuotation-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/gepeto/action/ProjectAction-addProject-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/gepeto/action/ProjectAction-modifyProject-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/gepeto/action/ProjectOrderAction-addProjectOrder-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/org/chorem/gepeto/action/TaskAction-addTask-validation.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/struts.properties (100%) copy {chorem-web => trunk/chorem-web}/src/main/resources/struts.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators/billy.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators/bonzoms.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators/cash.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators/gepeto.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/decorators/main.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/billy/addQuotation.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/billy/home.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/billy/menu.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/billy/quotationDetails.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/bonzoms/companies.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/bonzoms/menu.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/bonzoms/persons.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/common/inc/footer.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/common/inc/header.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/common/selectWikittyComponent.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/addProject.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/addProjectOrder.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/addTask.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/menu.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/projectDetails.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/projectOrderDetails.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/projects.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/projectsByYear.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/projectsWithoutQuotation.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/gepeto/results.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/jsp/home.jsp (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/sitemesh.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/WEB-INF/web.xml (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/css/style.css (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/js/chorem.js (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/simple/a-close.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/simple/form-common.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/controlheader-core.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/file.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/form-close.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/form.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/password.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/submit-close.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/submit.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/text.ftl (100%) copy {chorem-web => trunk/chorem-web}/src/main/webapp/template/xhtml/textarea.ftl (100%) copy LICENSE.txt => trunk/chorem-webmotion/LICENSE.txt (100%) copy README.txt => trunk/chorem-webmotion/README.txt (100%) copy changelog.txt => trunk/chorem-webmotion/changelog.txt (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/pom.xml (99%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/doc/REST_API_Timer.txt (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/jetty/jetty-context.xml (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/license/THIRD-PARTY.properties (100%) copy {chorem-web => trunk/chorem-webmotion}/src/main/i18n/jsp.rules (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/ChoremDateUtil.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/ChoremWebMotionUtil.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/PaginatedResult.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/AdcDashboardAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/AdminAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/BIAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/DashboardAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/DashboardHRAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/EmployeeEditAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/GenericAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/HrAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/MapWithDefault.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/WikittyRestAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/crm/AccountAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExport.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/crm/ContactRowForExportModel.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/crm/ExportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/crm/QuotationAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/AccountBillingReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/BillingPerAccountReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/BillingPerProjectReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/BillingReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/BillingReportHelper.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/ExpenseAccountAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/financial/ProjectBillingReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/DashboardProjectAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/GanttAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/ProjectsAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/QuotationData.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/QuotationStatusAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/project/TaskData.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/AcceptedQuotationsReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/AccountSalesReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/FunnelAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/ProjectSalesReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/QuotationYearData.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesData.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesPerAccountReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesPerProjectReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SalesReportHelper.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/actions/sales/SentQuotationsReportAction.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountBean.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/bean/financial/ExpenseAccountEntryBean.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/converters/JsonConverter.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/converters/JsonHelper.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/filters/AuthenticationFilter.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/filters/ChoremClientFilter.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/filters/DecoratorFilter.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/injector/InjectorListener.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/render/RenderWikitty.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/chorem/webmotion/render/RenderWikittyJson.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/wikitty/web/jsptag/WikittyDisplay.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/java/org/wikitty/web/jsptag/WikittyInput.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/resources/i18n/chorem-webmotion_en_GB.properties (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/resources/i18n/chorem-webmotion_fr_FR.properties (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/resources/log4j.properties (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/resources/mapping (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/admin/importExport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/bi/reportDefinition.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/contact.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/crm/account.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/crm/company.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/crm/editQuotation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/crm/project.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardAdc.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardAnnualProfit.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardBudget.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardEmployee.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardMultiProject.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardRequestVacation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardSingleProject.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardSummary.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardVAT.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardVacation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardVacationAsked.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/decorator.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/edit.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/editMulti.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/editRelated.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/editVacationRequest.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/employeeEdit.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/expenseAccountEntryEdit.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/expenseAccountView.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/expenseAccounts.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/accountBillingReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/billingPerAccountReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/billingPerProjectReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/billingReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/menu.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/financial/reports/projectBillingReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/hr.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/index.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/login.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/projects/editProject.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/projects/projects.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/report.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/acceptedQuotation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/accountSalesReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/dialog-cancel.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/dialog-draftToSent.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/dialog-leadToDraft.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToAccepted.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/dialog-sentToRejected.html (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/projectSalesReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/sales.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/salesFunnel.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/salesPerAccountReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/salesPerProjectReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/salesReport.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/salesReports/sentQuotation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/search.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/simpleWikiFields.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/vacationDiv.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/view.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionCompany.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionEmployee.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionFinancialTransaction.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionPerson.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionProject.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionQuotation.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/jsp/viewActionTask.jsp (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/nuiton-js.properties (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/web.xml (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/wikitty.tld (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/WEB-INF/wro.xml (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/chorem-bi.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/chorem-crm.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/chorem-sales.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/chorem.less (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/employeeEdit.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/jquery-ui-timepicker-addon.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/jquery.fn.gantt.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/ng-grid.min.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/select2/select2-spinner.gif (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/select2/select2.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/select2/select2.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/select2/select2x2.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/css/vacationRequest.css (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/ajax-loader.gif (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/glyphicons-halflings-white.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/glyphicons-halflings.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/jquery.fn.gantt/grid.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/jquery.fn.gantt/icon_sprite.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/jquery.fn.gantt/loader_bg.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/img/jquery.fn.gantt/slider_handle.png (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/angular-ui-bootstrap-tpls-0.11.0.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/chorem.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/dashboardAdc.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/employeeEdit.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/financial/expenseAccount.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/financial/expenseAccountListCtrl.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/jquery-ui-timepicker-addon.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/jquery-ui-timepicker-fr.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/jquery.fn.gantt.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/jquery.maskedinput-1.3-1.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/js-hypercube.min.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/less-1.3.3.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/ng-grid-2.0.7.debug.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/ng-grid-2.0.7.min.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/ng-select2.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/ng-wikitty.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/paginationTable.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/projectPagination.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/salesFunnel.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/main/webapp/js/select2.min.js (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/test/java/org/chorem/webmotion/converters/JsonConverterTest.java (100%) copy {chorem-webmotion => trunk/chorem-webmotion}/src/test/resources/log4j.properties (100%) copy pom.xml => trunk/pom.xml (97%) copy {src => trunk/src}/site/resources/images/logos/argouml-logo.png (100%) copy {src => trunk/src}/site/resources/images/logos/jrst-logo.png (100%) copy {src => trunk/src}/site/resources/images/logos/restructuredtext-logo.png (100%) copy {src => trunk/src}/site/rst/calculations.rst (100%) copy {src => trunk/src}/site/rst/chorem-cdc.rst (100%) copy {src => trunk/src}/site/rst/doc-devel.rst (100%) copy {src => trunk/src}/site/rst/index.rst (100%) copy {src => trunk/src}/site/rst/requisite.rst (100%) copy {src => trunk/src}/site/site_fr.xml (100%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm