Commit graph

106 commits

Author SHA1 Message Date
Jeroen Baten
6c6d2bf749
Merge pull request #1874 from vmazurashu/master
#1802 string This progress type cannot cannot be removed
2018-06-18 14:57:41 +02:00
Vadim
5b251b4aea #1802: fix issue with wrong string 2018-06-18 15:46:19 +03:00
lmann99
89773995ea Add the description field to the Create new project dialog
Improve workflow and communication by being able to see the description of newly created
projects without requiring access to edit the project.
2017-01-08 01:25:15 -05:00
lmann99
1e58368f3e Add project url to email template keywords, allow url keyword in timesheet template 2017-01-01 08:42:21 -05:00
Jeroen Baten
fc381520ba fixed some small strings 2016-12-27 22:37:06 +01:00
Jeroen Baten
f46f1bfbb3 updated and added languages 2016-12-27 16:21:40 +01:00
Vova Perebykivskyi
46b5997e62 Remove slf4j-jdk14 dependency.
Set default config for ExpensesSheet entities obviously in ehcache.xml.
Add log4j loggers.
Minor changes to documentation / i18n.
Code refactoring.
2016-11-15 15:37:16 +02:00
Vova Perebykivskyi
8f23e7e863 Add i18n for some strings.
Code refactoring.
2016-10-27 14:36:50 +03:00
Vova Perebykivskyi
74a2d9900a Merge libreplan-webapp module with ZK branch.
Code refactoring.
2016-10-27 10:05:21 +03:00
Vova Perebykivskyi
cb0b44adb2 Resolve error in DashboardControllerGlobal. 2016-08-01 15:05:21 +03:00
Vova Perebykivskyi
fbdaf8f31f Add start/end date constraints.
Update NEWS file.
Resolve minor errors.
2016-06-21 16:14:09 +03:00
Vova Perebykivskyi
cfc416e4ec Update Spring stack.
Code refactoring (config files, java classes, css file).
Update LibrePlan version in files.
2016-05-13 11:16:33 +03:00
Vova Perebykivskiy
de2a9104df Add more E-mail Notifications.
i18n.
Code refactoring.
Changes to mappings.
2016-02-24 17:23:04 +02:00
Vova Perebykivskiy
cf7ea8e496 Update MPXJ library.
Changes to Project Import functionality.
Code refactoring.
i18n.
2016-02-23 16:10:51 +02:00
Vova Perebykivskiy
d780b187bf Documents uploading/downloading feature + tests.
i18n.
Resolving bugs/issues.
Code refactoring.
Add Liquibase tip.
2016-02-18 15:53:05 +02:00
Vova Perebykivskiy
a2a936b313 Change message of new LibrePlan version.
i18n.
(cherry picked from commit 88cb119)
2016-02-17 14:06:33 +02:00
Vova Perebykivskiy
c0b9dcdec5 i18n.
Add Limits functionality.
Changes to INSTALL and HACKING documents.

(cherry picked from commit 0a0af1e9cded313ac4d5293d16cf834346287ccb)
2015-12-22 18:02:44 +02:00
Vova Perebykivskiy
58b8a3e1c5 i18n.
Email functionality bug fixes.
2015-12-22 18:01:51 +02:00
Vova Perebykivskiy
afeea6823b Add limits for workers and machines (Mapping, Entity, DAO, Model, DB).
Refactoring.
Add method for create button of Workers/Machines to check if users not violating with limits.
Add i18n.
2015-12-22 18:01:51 +02:00
Vova Perebykivskiy
788e8880fd Code refactoring.
Add changes to Dashboard Global functionality.
Change i18n for OrderStatusEnum.
Add new values for i18n.
Add css classes for Dashboard Global.
2015-11-30 15:41:09 +02:00
Vova Perebykivskiy
ffca70fbea Add documentation about E-mail sending functionality.
Update JUnit version.
Code refactoring.
Imports optimizations.
Changes to UI of E-mail Templates page.
New values for i18n.
Validations of E-mail functionality.
2015-11-11 15:45:24 +02:00
Vova Perebykivskiy
821290f75a Visual improvements to root pom file.
Add license header to many files.
Add new strings to i18n.
Code refactoring.
Add few comments to classes.
Add new method for NotificationModel.
Optimizing imports.
Manually add constraints for email/username at E-mail connector page.
A lot of changes to SendEmail class.
2015-11-09 13:05:43 +02:00
Vova Perebykivskiy
9adff9de0b Update how-to-start-with-IDEA
Changed quartz scheduler version
Add opportunity to Schedule E-mail class
Add opportunity to test E-mail connector
Minor changes to BaseCRUDController
Add new strings for i18n
Some changes to editJobScheduling form
2015-10-15 17:54:14 +03:00
Vova Perebykivskiy
60a108f377 Add edit E-mail template page. 2015-10-06 18:00:43 +03:00
Jeroen Baten
77cb4686e3 Merge pull request #15 from KrisBuytaert/patch-1
Update nl.po
2015-04-01 15:41:55 +02:00
Jeroen Baten
ff5f31e110 i18n: Adding Norwegian Bokmal language 2015-04-01 15:15:41 +02:00
Kris Buytaert
a566212c93 Update nl.po
dt fout :)
2014-07-30 19:37:04 +02:00
Oscar Gonzalez Fernandez
5530184f8a Escape ' characters used along with positional parameters
The command `find -ipath "*src*.po"|xargs sed -ie "/msgstr.*{[0-9]}/
s/\([^']\)'\([^']\)/\1''\2/g"` was used to do the fix.
2014-04-02 20:05:21 +02:00
Oscar Gonzalez Fernandez
f1a7c0370a Fix bug #1643
Java's Gettext Commons,
http://xnap-commons.sourceforge.net/gettext-commons/, uses
java.text.MessageFormat for doing the parameter substitution.
MessageFormat interprets ' as an escaping character. In order to
introduce ', you have to escape it, i.e., you have to type '' instead.
Otherwise posterior positional parameters like {0} aren't interpreted.
2014-04-02 18:49:35 +02:00
Jeroen Baten
e4b2f5783d Batch of changed english strings, including in po files 2014-03-26 12:36:00 +01:00
Giuseppe Zizza
0486bef3ea i18n: Update Italian translation
FEA: ItEr77S03Community
2013-04-29 16:41:49 +02:00
Lorenzo Tilve Álvaro
8651151eb9 i18n: Update Galician translation
FEA: ItEr77S03Community
2013-04-29 16:37:06 +02:00
Lorenzo Tilve Álvaro
2c0ae1a17f i18n: Update Spanish translation
FEA: ItEr77S03Community
2013-04-29 16:36:58 +02:00
Philippe Poumaroux
ea2a038594 i18n: Update French translation
FEA: ItEr77S03Community
2013-04-29 16:28:01 +02:00
Jeroen Baten
82b8607ff5 i18n: Update Dutch translation
FEA: ItEr77S03Community
2013-04-29 16:28:00 +02:00
Manuel Rego Casasnovas
e3e772fe66 i18n: Update keys.pot files
FEA: ItEr77S03Community
2013-04-22 12:28:15 +02:00
Lorenzo Tilve Álvaro
d55b5d4801 Fix i18n formatting problem on dashboards
On the chinese translation of the dashboard a formatting exception was being raised
due to the way the i18n methods were being called.

FEA: ItEr77S04BugFixing
2013-04-15 10:06:21 +02:00
Swanson Chan
d7b9d0c5aa i18n: Add Chinese translation 2013-03-12 10:07:19 +01:00
Lorenzo Tilve Álvaro
b71ab8611e Fixed fuzzy translation strings
FEA: ItEr77S15FilteringEnhancements
2013-02-08 13:45:43 +01:00
Lorenzo Tilve Álvaro
5da7d810ea Added translations for filtering improvements strings
FEA: ItEr77S15FilteringEnhancements
2013-02-08 12:04:40 +01:00
Thiago Cangussu
c97ba7d025 i18n: Update Portuguese translation
FEA: ItEr77S03Community
2012-12-21 12:19:34 +01:00
Daniel Díaz Sañudo
7bbab06a41 i18n: Update Catalan translation
FEA: ItEr77S03Community
2012-12-13 18:04:56 +01:00
Jeroen Baten
4de9c9b0d6 i18n: Update Dutch translation
FEA: ItEr77S03Community
2012-12-13 18:02:12 +01:00
Manuel Rego Casasnovas
0898db0b18 i18n: Update Spanish and Galician translations
FEA: ItEr77S03Community
2012-12-13 18:00:59 +01:00
Manuel Rego Casasnovas
d448c863a9 i18n: Update keys.pot files
FEA: ItEr77S03Community
2012-12-07 14:15:27 +01:00
Thiago Cangussu
022640235a i18n: Update Portuguese translation
FEA: ItEr77S03Community
2012-11-27 17:53:39 +01:00
Philippe Poumaroux
db7623c606 i18n: Update French translation
FEA: ItEr77S03Community
2012-11-27 17:41:08 +01:00
Jeroen Baten
2a4c79572e i18n: Update Dutch translation
FEA: ItEr77S03Community
2012-11-27 17:35:43 +01:00
Daniel Díaz Sañudo
0fb1b361aa i18n: Update Catalan translation
FEA: ItEr77S03Community
2012-11-27 17:31:49 +01:00
Manuel Rego Casasnovas
560516cc1e i18n: Update Galician translation
FEA: ItEr77S03Community
2012-11-27 17:12:47 +01:00