Commit graph

1751 commits

Author SHA1 Message Date
lmann99
50df8c866a Add to user preferences ability to set default show/hide button state
Added additional user preferences settings to allow setting the default state of the planning view show buttons
 (resources, progress, reported hours, labels, and money cost bar)
2017-01-14 18:49:09 -05:00
lmann99
cef18801a9 Revert "Create vertical scroll bar on global dashboard"
This reverts commit dbdc802b98.

Forgot to checkout new branch prior to committing
2017-01-10 22:50:32 -05:00
lmann99
dbdc802b98 Create vertical scroll bar on global dashboard
Add height attribute to zul grid component
2017-01-10 22:45:12 -05: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
8243aa6304 Add a Planned Budget column and change sorter on Total Budget to Projects List tab
Planned Budget will reflect the amounts planned on project tasks.  Changed the sorter on Total Budget to use the amounts estimated on the
General data tab instead of the amounts on project tasks.
2017-01-08 00:40:11 -05:00
lmann99
b5d13c0824 Fix LazyInitializationException when sorting project list by State
State is using the same sorter as Total Budget, change to use state name instead.
2017-01-07 23:40:01 -05:00
lmann99
e274cf8a1e Merge branch 'master' of https://github.com/LibrePlan/libreplan
Pulling in later changes...
2017-01-04 17:27:20 -05:00
Jeroen Baten
1a8e8fad5a Merge pull request #138 from PaulLuchyn/master
Updated javadoc and docs, bug fixing
2017-01-04 17:20:16 +01:00
PaulLuchyn
a57c7520d6 Added javadoc
Docs update, fixed ArithmeticException on dashboard page
2017-01-04 12:36:27 +02:00
lmann99
29a4aefd84 Fix for bug 1706, java.lang.StackOverflowException when adding backdated progress assignment 2017-01-03 22:31:21 -05:00
lmann99
4921df1ba9 Changes to logo uploading and deleting 2017-01-02 12:16:07 -05:00
lmann99
4cef4f2cc8 Correction to earlier email notification related changes 2017-01-01 22:20:13 -05:00
lmann99
82255f5ee1 Fix for bug 1705, java.lang.NullPointerException by 'Create Worker' when looking up existing user 2017-01-01 16:56:38 -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
lmann99
02800f97db Updates to email notification routines 2016-12-31 13:42:04 -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
Paul Luchyn
6be32a2161 Added "Delete all projects" button 2016-12-12 17:14:48 +02:00
Paul Luchyn
b12c5c673e Added interactive user roles list 2016-12-08 17:37:25 +02:00
Paul Luchyn
d605ea1ae3 Changed functional of logs page
Added saving of state between tab changes, code refactor
2016-12-05 11:43:26 +02:00
Paul Luchyn
2d52ba4ddb Removed checkIncludeOrderElements checkbox and its functional
Removed checkbox, all corresponding functional and condition checking, predicate refactor, code refactor
2016-11-30 11:27:00 +02:00
Paul Luchyn
e327ecfe30 Merge remote-tracking branch 'upstream/master' 2016-11-29 16:04:27 +02:00
Vova Perebykivskyi
22d3601a6c Merge remote-tracking branch 'upstream/master' 2016-11-29 10:38:00 +02:00
Vova Perebykivskyi
c29bc6aa61 Rows alignment for Firefox. 2016-11-29 10:36:26 +02:00
Paul Luchyn
1603be046e Fixed ValidationException on LDAP configuration page 2016-11-24 14:08:25 +02:00
Paul Luchyn
ecef5a32ca Changed css styles on Dashboard (Global) page 2016-11-24 12:58:19 +02:00
Paul Luchyn
ca9a470714 Added constraints to the risk and issue logs page 2016-11-24 11:08:44 +02:00
Paul Luchyn
9dce4e47ce Added nonlimiting limits 2016-11-23 16:59:15 +02:00
Vova Perebykivskyi
495d29768d Revert old timeplotz dependency.
Rows alignment for Chrome.
2016-11-21 14:59:12 +02:00
Paul Luchyn
f812889057 Resolved bug with constraint violation when deleting project with risk and issue logs
Code refactor
2016-11-21 13:45:38 +02:00
Paul Luchyn
94f10b3866 Fixed null pointer exception when sending email manually
Fixed bad timeplotz dependency
2016-11-21 11:26:01 +02:00
Paul Luchyn
fbd3a66cbd Merge remote-tracking branch 'upstream/master' 2016-11-18 13:01:38 +02:00
Paul Luchyn
3073f68e1c Fixed bug with foreign key constraint violation while order deleting
Code refactor, API changes, changed logic of file and order deleting, minor fixes

Code refactoring
Test refactor, file deleting logic changes
2016-11-18 12:31:13 +02:00
Vova Perebykivskyi
321d5cf567 Update hibernate-core to 5.1.1.
Resolve some no sessions exceptions.
2016-11-17 11:05:25 +02: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
5a7c972d47 Code refactoring. 2016-11-09 18:31:42 +02:00
Vova Perebykivskyi
09d6ef866a Merge remote-tracking branch 'upstream/master' 2016-11-09 18:07:04 +02:00
Vova Perebykivskyi
acbb41cddf Changes to EmailSending feature.
Code refactoring.
2016-11-09 18:03:47 +02:00
Paul Luchyn
cf623623ad Merge remote-tracking branch 'upstream/master' 2016-11-08 18:52:11 +02:00
Paul Luchyn
aeeed97372 Resolved InvalidDataAccessApiUsageException
Code refactor, resolved deprecated methods, partial mapping changes
2016-11-08 18:40:49 +02:00
Vova Perebykivskyi
dd06b250c3 Style changes to User Accounts Page.
Style changes to Personal Timesheet Page.
Changes to LibrePlan new version notification.
Set timeout for email connection.
Code refactoring.
2016-11-01 15:13:03 +02:00
Vova Perebykivskyi
e5d0fc5f36 Optimize imports. 2016-10-31 17:01:20 +02:00
Vova Perebykivskyi
35ccbec0ac Resolve some TODO`s.
Code refactoring.
2016-10-31 16:49:57 +02:00
Vova Perebykivskyi
14eef2d7a2 Visual improvements for workReport page.
Code refactoring.
2016-10-28 09:59:56 +03:00
Vova Perebykivskyi
6b6179e750 Changes to Spring security rules.
Code refactoring.
2016-10-27 18:26:01 +03:00
Vova Perebykivskyi
c168affc7c Resolve ZK binding model exception.
Code refactoring.
2016-10-27 15:01:42 +03:00
Vova Perebykivskyi
8f23e7e863 Add i18n for some strings.
Code refactoring.
2016-10-27 14:36:50 +03:00
Vova Perebykivskyi
2503ebf513 LibrePlan website opens in new browser window.
Code refactoring.
2016-10-27 10:05:21 +03:00
Vova Perebykivskyi
74a2d9900a Merge libreplan-webapp module with ZK branch.
Code refactoring.
2016-10-27 10:05:21 +03:00
Vova Perebykivskyi
0f25b227fe Merge libreplan-business module with ZK branch.
Code refactoring.
2016-10-27 10:05:20 +03:00