nathangray
74c48e0592
Custom fields can be at the start of the content
2017-01-19 10:53:53 -07:00
nathangray
6ed24454f9
Allow expansion of custom fields when merging to include fields from other apps
...
eg: {{#other_app/#addressbook_cf/n_fn}}
2017-01-19 10:53:53 -07:00
Hadi Nategh
a3562129b0
W.I.P of SMIME support for mail application:
...
- Resolve smime p7b attachment and translate it to PEM format
- Assign a button to show the message is signed plus handler for showing the certificate
- Fix Smime class to only use php openssl extension
2017-01-19 18:52:44 +01:00
nathangray
845a1ec3e7
Added a checkbox for 'save as infolog' when merging multiple contacts into an email document.
2017-01-19 09:36:38 -07:00
nathangray
be68b38982
Split integrate() so we can get just the data, without triggering UI
2017-01-19 08:21:46 -07:00
nathangray
f77d786387
Fix pm_id sometimes gets lost when saving infolog
2017-01-19 08:21:46 -07:00
Ralf Becker
7cc280ac5f
fix use of old egw_vfs class instead of new Api\Vfs
2017-01-19 15:30:12 +01:00
Ralf Becker
55edf5cfea
fix warnings when importing events: $ignore_acl=true and only cal_id given
2017-01-19 11:11:40 +01:00
Hadi Nategh
e992b9991d
W.I.P of SMIME support for mail application
2017-01-18 19:03:29 +01:00
Ralf Becker
afaa722c47
modifications to allow exporting of all calendar entries via stylite/migrate.php script, added cal_deleted as timestamp and support again setting $updateTS=false in calendar_boupdate::save()
2017-01-18 18:31:47 +01:00
Ralf Becker
a37a6ccbb8
copy 16.1 changelog to master to satisfy update checker
2017-01-18 13:13:29 +00:00
Ralf Becker
4df3b7b540
setting timesheet custom fields to size of other apps: 64 char name, and 16k data, also setting not null constrain on ts_create after creating the column
2017-01-18 12:46:39 +01:00
Ralf Becker
87b955142d
added docker UCS setup using appcenter join script
2017-01-18 09:30:23 +01:00
nathangray
27822fcd66
Fix all day event click/drop target overlaps first appointment time in Firefox
2017-01-17 11:33:21 -07:00
nathangray
a23acf1dfa
* Add creation field to timesheet
2017-01-17 10:34:28 -07:00
Ralf Becker
78f4a6fb9e
one missing customfields
2017-01-17 18:31:58 +01:00
Ralf Becker
f9bbcdeb86
* Timesheet/Resources/Filemanager/Calendar: customfields could not be deleted
2017-01-17 18:24:56 +01:00
Ralf Becker
83f8850568
* Mail: update Horde packages to fix recipients with non-ascii chars (e.g. "Mike Håvard <mike@example.com>") were not displayed
2017-01-17 13:55:27 +01:00
nathangray
5ad67a4c85
Another fix for infolog contact and projectmanager links handler - missing pm_id
2017-01-16 13:58:52 -07:00
nathangray
9ba38a86f8
Use listbox for pricelist, since projectmanager-pricelist widget is not available for view
2017-01-16 13:39:16 -07:00
nathangray
2352640ad7
Avoid error caused by calling member method statically
2017-01-16 13:02:19 -07:00
Hadi Nategh
a66b34c8fc
Disable autocomplete_url for taglists in hooks with no sel_options
2017-01-13 15:13:44 +01:00
Hadi Nategh
807e812f5b
Try to fix infolog contact and projectmanager links handler
2017-01-12 15:13:44 +01:00
Hadi Nategh
da8bb01e33
* Mail: Fix can not display content of resolved winmail attachments in compose dialog
2017-01-12 12:37:20 +01:00
Hadi Nategh
2df0dfaa1c
Allow user to be able to modify list of trusted domains for external images
2017-01-12 12:35:14 +01:00
Hadi Nategh
2707b1da0b
Add no_sel_options to preferences settings in order to be able to use taglist with no sel_options
2017-01-12 12:27:46 +01:00
nathangray
e5b93acc4f
Implement pe_status, set_status() and delete()
2017-01-11 15:48:10 -07:00
nathangray
f8be81e17f
Clear instance singleton on destruct
...
Allows for unit testing
2017-01-11 15:46:12 -07:00
nathangray
5e13b8dfda
- Some nicer messages when things go wrong
...
- Reset account backend after test
2017-01-11 15:41:53 -07:00
Hadi Nategh
03fb09e199
Do the same for week_days count as commit bb9bf40edb
2017-01-11 10:36:14 +01:00
nathangray
aa63949012
Update notification popup to fit theme better
2017-01-10 11:42:44 -07:00
Hadi Nategh
bb9bf40edb
Make days count in calendar report independent of the amounts
2017-01-10 18:03:48 +01:00
nathangray
a5f45e2bfa
Fix some translation problems reported by Stefan Unverricht
2017-01-10 09:30:00 -07:00
Hadi Nategh
7329088e14
Do not write the rows in calendar cat. report if all columns are zero
2017-01-10 09:26:57 +01:00
Hadi Nategh
1eff570926
Consider whitespaces when trying to translate <, >, <= and >= signs in HTML:
...
- Fix some mails get cut off after switching to plain-text mode
2017-01-09 16:57:30 +01:00
Hadi Nategh
e135b7272f
* Mobile template: Fix customfields do not show up in view mode
2017-01-09 16:04:51 +01:00
Hadi Nategh
104731cb8d
* Calendar/Categrory report: Consider multidays events in over range calculation
2017-01-09 15:00:44 +01:00
nathangray
775ef84867
Fix namespace
2017-01-06 11:21:38 -07:00
nathangray
fd4519a972
Allow projectmanager to restore deleted infologs
2017-01-06 10:43:16 -07:00
nathangray
b439bb2b5c
- Re-initialize Config on each start, since it doesn't happen normally
...
- Better error message for if login fails
2017-01-06 10:39:16 -07:00
nathangray
f8b57077fb
A start on some automatic testing for apps
...
- use 'phpunit -c doc/phpunit.xml' to run tests
- extend api/src/test/AppTest.php to write application tests
2017-01-06 10:39:16 -07:00
Hadi Nategh
e8b2838616
* Calendar/Categrory report: Add sort option for the report
2017-01-06 16:15:34 +01:00
Hadi Nategh
3e4d1acfa2
* Calendar/Categrory report: Fix miscalculation of multidays events because of wrong week number
2017-01-06 14:48:13 +01:00
Hadi Nategh
c7089cadd9
Revert unintentional changes to mrconfig and ContentSecurityPolicy from commitacdf079fb180490d8659fad0f4c20dd74ea78503
2017-01-05 15:04:53 +01:00
Hadi Nategh
acdf079fb1
* Etemplate: Fix error "Etemplate\Api\Auth not found" happening while to login
2017-01-05 14:59:20 +01:00
Hadi Nategh
5cea6c30e4
* Setup: Fix error "[] operator not supported for strings" for setup page
2017-01-05 12:52:25 +01:00
nathangray
153dde2200
Move holidays.php out of inc subdirectory, add a failure check
2017-01-04 08:21:59 -07:00
nathangray
4d88ec8445
Fix contact can't be cleared
2017-01-04 08:06:11 -07:00
Hadi Nategh
b91560f79c
Fix collab editor fails to open files with spaces in their names
2017-01-04 14:42:17 +01:00
Hadi Nategh
fdad5d0fcf
Add src attribute as an option to iframe widget
2017-01-04 11:57:31 +01:00