nathangray
9741205576
Fix broken locking on statistics page
2019-03-21 13:14:56 -06:00
nathangray
729c33ddaf
Force read contact to array
2019-03-21 12:37:00 -06:00
nathangray
9213a0c7a6
Documentation fix
2019-03-21 11:39:06 -06:00
nathangray
86fa5cbd7a
Fix empty history rows when editing an account
2019-03-21 11:20:17 -06:00
Hadi Nategh
f3b0362653
Remove extra navbar icons from mobile template
2019-03-21 16:43:23 +01:00
Hadi Nategh
00ab2ea8cc
WIP UI/UX:
...
- Applying app colors to sidebar menu
- Getting rid of round corners
2019-03-21 16:31:54 +01:00
nathangray
d45070f322
Property and type handling improvements from Scrutinizer
2019-03-21 09:08:42 -06:00
Ralf Becker
672c407804
egw.(de|en)codePath to correctly encode % and #
2019-03-21 12:46:22 +01:00
Ralf Becker
d5d098b184
Vfs stores %, # and ? urlencoded, we do the encoding here on a central place
2019-03-21 12:43:25 +01:00
Ralf Becker
4b5379d61b
* Filemanager/WebDAV: handle url-special chars like %, # and ? correctly
2019-03-21 12:36:25 +01:00
Hadi Nategh
d8d6d4d247
Apply new app color codes
2019-03-21 11:53:37 +01:00
nathangray
de54fdb084
Store proper account ID if called with account_lid, prevents displaying as "Change password for 0 (Current user)"
2019-03-20 15:36:20 -06:00
nathangray
0aedde6b64
Fix some Scrutinizer warnings
2019-03-20 14:45:03 -06:00
nathangray
b2404ba895
Fix some Scrutinizer warnings
2019-03-20 14:40:36 -06:00
nathangray
7f6088490a
Etemplate - Fix some Scrutinizer warnings
2019-03-20 14:37:39 -06:00
nathangray
0f0ef66bf1
Etemplate - Show context in diff popup
2019-03-20 14:16:57 -06:00
nathangray
d139da793d
Find and use modifications set for status widgets
2019-03-20 14:03:32 -06:00
nathangray
d2c2dde383
Avoid errors if widget has a modification on a sub-widget named 'type'
2019-03-20 14:03:32 -06:00
nathangray
6aea0844ba
Customfield command (admin_cmd_customfield) history
2019-03-20 14:03:32 -06:00
Ralf Becker
4be62b63ee
labels, options and widgets for admin_cmd_preferences
2019-03-20 18:15:02 +01:00
nathangray
6afccb215b
Category command
...
- Save original name for tracing if category is later deleted
- Skip some internal values (level, app_name)
- Nice history for delete category command
2019-03-20 10:33:10 -06:00
nathangray
ec98f00ff1
Add missing break statements
2019-03-20 10:31:32 -06:00
nathangray
8c4cfeb7f7
Avoid saving msg when deleting category
2019-03-20 10:30:54 -06:00
nathangray
4df5fad081
Historylog widget - some fixes for null values
...
- Don't warn about crazy diff value on null / empty
- Don't fail multi-part changes if one part is null / empty
2019-03-20 10:29:58 -06:00
nathangray
5bd20d080c
Fix typo
2019-03-20 09:06:08 -06:00
Ralf Becker
ce978102dc
fix IDE warnings and whitespace
2019-03-20 12:07:24 +01:00
Ralf Becker
e49113cd89
new TinyMCE "URL"
2019-03-20 12:05:20 +01:00
Ralf Becker
858f2c0119
getting admin_cmd_config history finished:
...
- deprecate app="phpgwapi" and appname, using now "store_as_api" and changed app
- update script to fix database
- use "config" hook to load application specific options
2019-03-20 11:54:49 +01:00
Hadi Nategh
a33c3a60b7
Load tinymce from vendor and set custom language_url
2019-03-20 11:25:02 +01:00
Hadi Nategh
95fe820e30
Add more sortable options to grid widget
2019-03-20 10:35:55 +01:00
Ralf Becker
8ea387e580
loading TinyMCE 5 through composer
2019-03-20 10:17:34 +01:00
nathangray
2844045d90
Get changes showing up for admin_cmd_category
2019-03-19 16:03:52 -06:00
nathangray
72de1b2852
Skip some more widgets
2019-03-19 16:00:04 -06:00
nathangray
cd53817e2d
Better handling of multi-part change widgets.
...
Before it only worked by index (array), now it works with named sub-entries too (object)
2019-03-19 15:59:31 -06:00
nathangray
19d3cf51b8
Accept 'value' as a detached attribute in image
2019-03-19 15:56:46 -06:00
nathangray
644249e963
Fix detached color widget would not set color to correct nodes
2019-03-19 15:55:26 -06:00
nathangray
0079b0683a
Get changes showing up for admin_cmd_acl
2019-03-19 14:57:25 -06:00
nathangray
006f8c1823
Remove unused variable
2019-03-19 14:52:46 -06:00
nathangray
83252a6e47
Ignore selects too
2019-03-19 14:33:09 -06:00
nathangray
6af45ef40a
Add select-bitwise selectbox type
2019-03-19 14:31:33 -06:00
nathangray
53b8d9fbbe
Skip some unneeded and invalid status widgets
2019-03-19 11:10:07 -06:00
nathangray
84a0b23c78
Etemplate - historylog
...
- Fix unwanted warning about column attribute being wrong data type
- Add warnings about invalid status_id attribute & invalid widgets
2019-03-19 11:00:46 -06:00
Ralf Becker
15fc8323e6
dont store or overwrite with empty labels
2019-03-19 17:31:20 +01:00
Ralf Becker
c6c40022df
fix admin_cmd_edit_group
2019-03-19 17:19:34 +01:00
Ralf Becker
602f3093b5
translate labels like "{something} {else}"
2019-03-19 17:19:10 +01:00
Ralf Becker
fa8ee606b3
WIP admin history: using eTemplate tree instead of regexp to parse labels and selectbox values
2019-03-19 15:34:44 +01:00
Ralf Becker
6e5fbbba7e
fix not displayed history of deleted object with new_value === null
2019-03-19 11:11:38 +01:00
Ralf Becker
934fe74fa2
translation of login-screen warning if browser is not es6 compatible
2019-03-19 09:37:14 +01:00
Ralf Becker
e1d4341ebf
pending German translation from our translation server and Stefan Unverricht
2019-03-19 10:16:28 +01:00
nathangray
ff5957947e
Admin - Add history display stuff for edit group command
2019-03-18 17:13:58 -06:00