nathangray
726d2c3a51
Fix resource categories:
...
- category admin is different from category owner
- fix error saving ACL
- fix missing column IDs, which prevented user from resizing or toggling some columns
2016-06-13 20:35:43 -06:00
nathangray
91eb837aa9
Restore addressbook favorites broken by 5ecd1c3c8e
2016-06-13 19:18:11 -06:00
nathangray
b8f8d59793
Show holidays & birthdays as events on mobile
2016-06-13 19:08:56 -06:00
Ralf Becker
218831f76d
do not load categories in iframe for calendar, thought unloading them via clicking on app-header still failes
2016-06-13 18:04:11 +02:00
Hadi Nategh
885ed833e1
Fix resources categories shown in iframe
2016-06-13 17:31:43 +02:00
Ralf Becker
e54a56efd6
set currentapp to app whos category we display to fix refresh issues for user (not admin) opening cats in app-tab
2016-06-13 16:07:04 +02:00
Ralf Becker
6c47da8f64
we need to set a different dom-id for each application and also global categories of that app
...
otherwise eT2 objects are overwritter when a second categories template is shown
2016-06-13 16:04:11 +02:00
Ralf Becker
1778f8ef37
remove not used dom fragment, leftover from old code version
2016-06-13 16:03:32 +02:00
Ralf Becker
6c87e540d6
* Resources: fix PHP Fatal call to undefined method Api\Accounts::get_list() when editing ACL
2016-06-13 14:52:49 +02:00
Ralf Becker
c3c5b7cafa
* Mail: fix PHP Fatal error when saving Sieve scripts
2016-06-13 14:17:48 +02:00
Hadi Nategh
5e4412aea5
Run applications categories with ajax=true
...
- Fix categories colors not showing up
- Fix categories list refresh does not work
2016-06-13 12:30:21 +02:00
Hadi Nategh
2db301ac7a
Fix delete and revert icons
2016-06-13 10:10:10 +02:00
Ralf Becker
6bafc66f15
fix not being able to create new infolog entries after last commit
2016-06-10 10:48:16 +02:00
leithoff
249af04b21
handle pass var by reference for getSortedList
2016-06-10 09:47:19 +02:00
nathangray
5ecd1c3c8e
'No filters' blank favorite also clears advanced search
2016-06-09 15:05:25 -06:00
nathangray
9c7c53606a
Still accept old style favorites on the client side, as they're still handled on the server side.
...
Better fix than previous handling
2016-06-09 12:37:30 -06:00
nathangray
78a1768bc4
Fix yearly planner
...
- months were 1 day too short when computer timezone was east of GMT
- slight mismatch between positions between months
- hover time was off by just a bit
2016-06-09 19:13:35 +02:00
nathangray
035ef0a9c7
Some more adjustments to get disabled attribute into nextmatch unparsed
...
Fix some nextmatch columns did not show up in column selection
2016-06-09 19:13:35 +02:00
Hadi Nategh
feb09667ae
Fix tutorial stops calendar sidebox from loading, happens only in FF
2016-06-09 17:40:16 +02:00
Ralf Becker
24532ec3d7
close InfoLog edit window with "Permission denied!", if user has no read rights to an entry, happens eg. when clicking on elementlist in PM, which shows elements independent of read rights
2016-06-09 16:26:39 +02:00
Ralf Becker
8031564327
* ImportExport: scheduled im/exports fail with PHP Fatal error
...
Cannot use object of type EGroupware\Api\Asyncservice as array in importexport/inc/class.importexport_schedule_ui.inc.php on line 627
2016-06-09 16:20:18 +02:00
Ralf Becker
d5122139ab
* Filemanager/Projectmanager: fix broken layout when showing /apps/projectmanager eg. opening Filemanager from PM
2016-06-09 16:20:18 +02:00
Ralf Becker
7af18ff895
remove SyncML Authentication config
2016-06-09 16:20:18 +02:00
leithoff
caafb0b84b
improved handling of authentication/connection failed errors
2016-06-09 15:48:01 +02:00
EvaWpunkt
0e83ef74b9
Add more icons (delete, deleted, archive)
2016-06-09 15:19:09 +02:00
EvaWpunkt
a9e3942c58
Add undelete icon (png)
2016-06-09 15:14:49 +02:00
EvaWpunkt
4138b540c4
Add undelete icon (svg)
2016-06-09 15:09:25 +02:00
Ralf Becker
bca20a9534
silence "Declaration of $class::$method should be compatible with $parent::$method" warning
2016-06-09 09:24:33 +02:00
Ralf Becker
5643f0f6c2
fix PHP Warning: Declaration of EGroupware\\Api\\CalDAV::ServeRequest() should be compatible with HTTP_WebDAV_Server::ServeRequest($prefix = NULL)
2016-06-09 09:00:57 +02:00
Ralf Becker
b381843d01
* Setup: some authtication types eg. Cas were not shown in setup
2016-06-09 08:48:46 +02:00
nathangray
1ce17f4656
Better handle reloads from framework to avoid double toolbar and bad display
2016-06-08 16:02:54 -06:00
nathangray
578ded52b8
Fix quick timezone selection
...
- Now updates all open apps, not just the currently active one.
- Fixed AJAX change did not stay changed
2016-06-08 16:02:10 -06:00
nathangray
fa6ecf8176
Make sure we have no errors if calendar entry is somehow missing.
2016-06-08 12:58:00 -06:00
nathangray
dd0e541605
Still accept old style favorites on the client side, as they're still handled on the server side.
2016-06-08 11:48:14 -06:00
nathangray
0d77d8e62a
Better handling for drag & drop of multi-day events between blocking & non-blocking areas
2016-06-08 10:16:17 -06:00
nathangray
fa7cbf6fcd
Fix yearly planner had different day widths for longer or shorter months
2016-06-08 09:03:52 -06:00
Ralf Becker
46d02bf967
* API: async service failed to run on a default install (no phpgwapi)
...
PHP Warning: include(): Failed opening '/var/www/epl-16.1/phpgwapi/inc/functions.inc.php'
2016-06-08 15:35:06 +02:00
Ralf Becker
b17fd7004e
* Admin: fix async service testjob to run on a default install (no phpgwapi)
2016-06-08 15:15:01 +02:00
Ralf Becker
ce684b0ee7
revert last commit to fix PHP Fatal error: Declaration of calendar_zpush::ChangeMessage($folderid, $_id, SyncAppointment $message, $contentParameters) must be compatible with activesync_plugin_write::ChangeMessage($folderid, $id, $message, $contentParameters)
2016-06-08 13:01:09 +02:00
Ralf Becker
277c21ed9e
add SyncAppointment object to function signature
2016-06-08 11:57:12 +02:00
Hadi Nategh
5c803e9c43
Fix fatal error in mail
2016-06-08 10:08:20 +02:00
nathangray
ce329317d7
Separate years in planner view month headers, clicking on them changes to monthly view
2016-06-07 17:03:16 -06:00
nathangray
4f4c2e5b71
Planner monthly view month labels zoom into that month in planner by user
2016-06-07 16:45:02 -06:00
nathangray
147f9688e4
Make sidebox calendar 'goto' stay in planner view
2016-06-07 16:44:25 -06:00
nathangray
b3e8a5e38c
Fix drag and drop 'Move to' with all day non-blocking events in day view did not remove original user
2016-06-07 16:14:11 -06:00
nathangray
6b39b40449
Remove execute action from server side, handled client side now
2016-06-07 14:14:02 -06:00
leithoff
40d1e52238
fix warning
2016-06-07 16:07:58 +02:00
leithoff
0bd975927f
attempt to handle connection failed errors more convieniently
2016-06-07 15:31:34 +02:00
Ralf Becker
93853cbfe0
remove unused code calling not existing Api\Framework::set_onload()
2016-06-07 15:19:18 +02:00
Ralf Becker
e9f854a074
replace under zpush 2.3 removed global debugLog() function with ZLog::Write(LOGLEVEL_DEBUG, ...)
2016-06-07 13:02:41 +02:00