Hadi Nategh
3f54a33fda
Make sure nm row_ids are string in order to address them as string, seems some ids are not
2014-09-25 08:45:06 +00:00
Ralf Becker
62b523beac
to ease upgrade, as hook is removed
2014-09-25 07:15:30 +00:00
Ralf Becker
cea5f6dccb
fix PHP Fatal error under PHP 5.3: Cannot access self:: when no class scope is active
2014-09-25 06:21:41 +00:00
Ralf Becker
be369d7ac9
fix PHP Fatal error under PHP 5.3: Cannot access self:: when no class scope is active
2014-09-25 06:21:21 +00:00
Ralf Becker
3ed259f85f
get folder ACL and vacation mostly working for admin usage
2014-09-24 17:25:18 +00:00
Nathan Gray
f0bb5a8957
Support multiple projects in gantt chart
2014-09-24 17:21:24 +00:00
Nathan Gray
812518f72f
Fix unwanted apps showing in link-app
2014-09-24 16:15:24 +00:00
Hadi Nategh
5fecd38001
Change mail display toolbar from heirachical actions to full flat list of buttons
2014-09-24 12:59:04 +00:00
Hadi Nategh
3566d96698
Add documentation to commit r48728
2014-09-24 12:08:10 +00:00
Hadi Nategh
695e78c455
* Mail: Make switching between different folders of an mail account available in ACL dialog
...
-Style mail ACL dialog
2014-09-24 12:02:35 +00:00
Ralf Becker
a0ba88621c
first stage of allowing mail app to display further actions in emailadmin edit: Folder ACL and Vacation notice for now
2014-09-24 10:03:00 +00:00
Ralf Becker
44ae13a32e
changing default columns for new installs to a postiv list of "type, name/organisation, bussiness address, phone and email", so adding further columns dont make them automatic enabled
2014-09-24 08:26:42 +00:00
Ralf Becker
c07c550e7a
changing default columns for new installs to a postiv list of "type, name/organisation, bussiness address, phone and email", so adding further columns dont make them automatic enabled
2014-09-24 08:26:19 +00:00
Ralf Becker
341e96fceb
* Admin/PostgreSQL: adding new accounts failed
...
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:56:03 +00:00
Ralf Becker
1465d5065b
* Admin/PostgreSQL: adding new accounts failed
...
because they were added with account_id=0, which is stored literaly in postgres but created a new auto-id in mysql, unsetting it works of cause for both
2014-09-24 06:55:44 +00:00
Nathan Gray
cd8f1cdd4f
Add new infolog filter 'private'
2014-09-23 22:48:11 +00:00
Nathan Gray
c5d5260d8b
Drag and drop nextmatch rows to link between entries
2014-09-23 21:25:46 +00:00
Nathan Gray
47df86be97
- Add some more filter options
...
- Fix maxdepth option to work
2014-09-23 17:46:06 +00:00
Nathan Gray
eefc75369c
Add refresh(id, type) function to et2_gantt widget
2014-09-23 16:58:09 +00:00
Ralf Becker
d424561b3a
copy 14.1 changelog to trunk to satisfy update checker
2014-09-23 14:40:36 +00:00
Hadi Nategh
aaeb66f44e
* Calendar: Fix not being able to add calenadr alarm for user with limited access
...
-Fix javascript error while switching to custom alarm date
2014-09-23 13:50:11 +00:00
Hadi Nategh
9b917407e0
* Calendar: Fix not being able to add calenadr alarm for user with limited access
...
-Fix javascript error while switching to custom alarm date
2014-09-23 13:49:22 +00:00
Ralf Becker
19d2b7effb
need to set context even for no proxy, if we need optional authentication
2014-09-23 13:45:03 +00:00
Ralf Becker
aa10bc53a5
need to set context even for no proxy, if we need optional authentication
2014-09-23 13:43:09 +00:00
Hadi Nategh
1289d23df9
Make sure the opener window is still there before asking about its widgets.
...
-Fix mail compose save as draft throws an error if the mail tab is closed while saving.
2014-09-23 12:31:03 +00:00
Hadi Nategh
0b61fd4184
Make sure the opener window is still there before asking about its widgets.
...
-Fix mail compose save as draft throws an error if the mail tab is closed while saving.
2014-09-23 12:19:28 +00:00
Ralf Becker
db8ed755f9
Changelog for 14.1.20140923
2014-09-23 09:29:27 +00:00
Hadi Nategh
9f8f35ac57
- Fix bug loading new data into gantt
...
- Setup for Stylite gantt features
2014-09-23 09:27:59 +00:00
Hadi Nategh
4963e7c968
Change redirect after save/cancel custom fields, fixes unwanted iframe after save
2014-09-23 09:02:18 +00:00
Hadi Nategh
5e6687c751
Fix diff widget to better handle empty values (cleared fields)
2014-09-23 08:59:52 +00:00
Hadi Nategh
278a0ccdd6
Use link search value to get email addresses as participants working again.
2014-09-23 08:59:18 +00:00
Hadi Nategh
89a02f201d
Add home-accounts translation
2014-09-23 08:58:41 +00:00
Hadi Nategh
22f8e05d5f
Get not loaded UIDs if select all is used.
2014-09-23 08:57:54 +00:00
Ralf Becker
d83d3db364
single from address was shown twice in mail display
2014-09-23 08:45:10 +00:00
Ralf Becker
f9c81f1af5
single from address was shown twice in mail display
2014-09-23 08:42:31 +00:00
Klaus Leithoff
712b9acd94
* Mail: resolve distributionlists upon saving as draft, infolog, tracker and storing sent message in designated send-folder
2014-09-23 08:24:24 +00:00
Klaus Leithoff
f9e775c549
* Mail: resolve distributionlists upon saving as draft, infolog, tracker and storing sent message in designated send-folder
2014-09-23 08:23:10 +00:00
Ralf Becker
9421749af2
backport r48680 from Nathan: fix Header lines to skip could not be set to 0
2014-09-23 08:19:39 +00:00
Ralf Becker
7a94452b7f
* Login: disabling cookie-enabled-check again, as it causes a redirect look under certain conditions and browsers
2014-09-23 08:05:09 +00:00
Ralf Becker
f96772a157
* Login: disabling cookie-enabled-check again, as it causes a redirect look under certain conditions and browsers
2014-09-23 08:04:46 +00:00
Nathan Gray
abaf99a827
Fix sub-grid column indent
2014-09-22 22:29:09 +00:00
Ralf Becker
6081076741
* Admin: using proxy configuration from setup for update-check and retrieving EPL license from my.stylite.de
2014-09-22 19:44:03 +00:00
Ralf Becker
bd5796704a
* Admin: using proxy configuration from setup for update-check and retrieving EPL license from my.stylite.de
2014-09-22 19:43:38 +00:00
Nathan Gray
cd19f52964
Get not loaded UIDs if select all is used.
2014-09-22 19:39:50 +00:00
Nathan Gray
7db941133f
Add home-accounts translation
2014-09-22 16:57:14 +00:00
Nathan Gray
d75cbbdaba
Use link search value to get email addresses as participants working again.
2014-09-22 16:53:53 +00:00
Hadi Nategh
c0b92e9f10
Adjust mail preview header part according to its content
2014-09-22 16:25:36 +00:00
Nathan Gray
06dd8b2adb
Fix a few more redirects resulting in unwanted iframes.
2014-09-22 16:23:02 +00:00
Nathan Gray
c27e4f2098
Fix diff widget to better handle empty values (cleared fields)
2014-09-22 16:16:11 +00:00
Nathan Gray
3ab3c93f6d
Fix Header lines to skip could not be set to 0.
2014-09-22 15:50:48 +00:00