Ralf Becker
d2c85cfe86
fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
...
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
Ralf Becker
7c7445cea5
fix Call to protected method admin_cmd_config::exec() from context infolog_customfields
2021-03-02 17:35:48 +02:00
nathangray
e62e27b179
Fix some missing translations found by Stefan Unverricht
2019-05-23 11:25:06 -06:00
nathangray
be556fc1d7
Fix bug where editing custom status for one type lost statuses for other types
2019-04-23 09:44:53 -06:00
nathangray
557353e7df
Log infolog custom type & status to command log
2019-04-09 15:36:54 -06:00
nathangray
d805e9f467
Stop using deprecated each(), using foreach(), key() or current() instead
2019-02-12 14:13:45 -07:00
nathangray
6bf8f6bb26
Fix some more PHP 7.2 warnings
...
Remove some calls to deprecated each()
2018-12-18 10:20:23 -07:00
Hadi Nategh
938ebae39a
Fix some translations
2018-12-17 11:09:36 +01:00
Ralf Becker
6c15873c4f
* AD/LDAP/InfoLog: change group owners on account-migration
2018-03-14 14:50:46 +01:00
Ralf Becker
3752c35a5a
add ajax=true to diverse admin pages of apps, changing customfields class to autoloadable admin_customfields (with old class extending new one, just in case), fix wrong English phrase "typ" in infolog
2016-08-12 11:35:30 +02:00
Ralf Becker
f94aa623db
using new api for InfoLog
2016-04-30 17:05:23 +00:00
Nathan Gray
4da6635a51
Fix missing infolog custom types
2014-11-19 21:15:48 +00:00
Nathan Gray
bcbf679f64
More custom field UI work
...
- Application sub-type options
- Tracker & Infolog now use common UI
2014-10-23 17:33:03 +00:00
Nathan Gray
76f970967f
Fix a few more redirects resulting in unwanted iframes.
2014-09-22 15:23:36 +00:00
Ralf Becker
f864753113
* Admin/all apps: fix refresh of admin after calling site configuration, categories, etc from apps
2014-07-08 13:52:48 +00:00
Hadi Nategh
5d8c57f1bd
Avoid to build iframe when redirect, extension to commit 47537
2014-07-08 08:42:57 +00:00
Hadi Nategh
0b8bad6838
Redirect infolog-customfield back to infolog list after save/cancel
2014-07-08 08:23:14 +00:00
Ralf Becker
ffae12e240
* all apps: custom-fields are now stored in own egw_customfields table (no more limit on number), site configurations get now JSON serialized
2014-06-23 14:35:22 +00:00
Ralf Becker
41ce90ff30
infolog update 1.9.006 changing async_method from (not longer existing) boinfolog to infolog_bo
2014-01-28 08:34:23 +00:00
Hadi Nategh
a661d52de2
Infolog: Prefix name on css classes
2013-09-19 12:52:50 +00:00
Nathan Gray
ad36ac309a
Move site config over to etemplate, and move custom notifications into site config
2013-01-31 19:39:01 +00:00
Nathan Gray
ede9d83142
Implement custom notification messages for infolog
2013-01-30 23:12:52 +00:00
Ralf Becker
fe62956a96
allow to require custom fields to be filled out by users
2011-05-18 10:25:39 +00:00
Ralf Becker
34d460ae2f
"deleting a type, did not delete a group owner
...
--> causing groups still considered to be used as group owners and therefore not resolved to there users for grants"
2010-03-28 15:38:12 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
7f9df0d051
- renamed class to new naming convention
...
- update version and dependencies for 1.6
- file_access method for attachments
2008-10-07 12:50:14 +00:00