Commit Graph

24164 Commits

Author SHA1 Message Date
Hadi Nategh
b68cb6e5c0 Add login.js to phpgwapi in order to make it available for all templates. Implement socialMedia for jdots and idots templates too 2014-07-24 17:17:23 +00:00
Hadi Nategh
1912a14fe7 Add login.js to phpgwapi in order to make it available for all templates. Implement socialMedia for jdots and idots templates too 2014-07-24 17:13:46 +00:00
Ralf Becker
0440ca0777 fixed typo causing no next execution to be found, and therefore periodic jobs to be terminated 2014-07-24 15:58:55 +00:00
Ralf Becker
3253a191b7 fixed typo causing no next execution to be found, and therefore periodic jobs to be terminated 2014-07-24 15:58:20 +00:00
Klaus Leithoff
4515afb067 add missing flags parameter on reopening exported messages 2014-07-24 12:00:45 +00:00
Klaus Leithoff
c013b68772 add missing flags parameter on reopening exported messages 2014-07-24 12:00:17 +00:00
Ralf Becker
ea1c8800e7 fixed unknown attribute "acc_id" exception, if account is not yet stored 2014-07-24 11:46:01 +00:00
Ralf Becker
19651fcb9b remove wrong settings definition, causing an illegal string offset in preferences 2014-07-24 09:53:04 +00:00
Ralf Becker
138af9f95b remove wrong settings definition, causing an illegal string offset in preferences 2014-07-24 09:52:28 +00:00
Ralf Becker
a4f21dbf00 quiten permanennt error_log in etemplate_widget::run, if widget is disabled, and therefore not running 2014-07-24 09:39:27 +00:00
Ralf Becker
1266aeb52a quiten permanennt error_log in etemplate_widget::run, if widget is disabled, and therefore not running 2014-07-24 09:38:55 +00:00
Ralf Becker
ba316c51c9 fixed sqlfs_stream_wrapper::dir_opendir("links://default/apps/$app/$id",0) links://default/apps/$app/$id is no directory! 2014-07-24 07:28:24 +00:00
Ralf Becker
98692acb09 fixed sqlfs_stream_wrapper::dir_opendir("links://default/apps/$app/$id",0) links://default/apps/$app/$id is no directory! 2014-07-24 07:27:58 +00:00
Ralf Becker
5d8fe4498e removed stray error_log 2014-07-24 07:24:56 +00:00
Ralf Becker
b3e4dbf265 removed stray error_log 2014-07-24 07:24:37 +00:00
Ralf Becker
786a8d0dfb fixed uncaught ErrorException in setup: Argument 2 passed to addressbook_bo::private_addressbook() must be of the type array, null given 2014-07-24 07:05:25 +00:00
Ralf Becker
e60896f250 fixed uncaught ErrorException in setup: Argument 2 passed to addressbook_bo::private_addressbook() must be of the type array, null given 2014-07-24 07:04:59 +00:00
Ralf Becker
1ab646e290 forgot to merge update checker 2014-07-23 19:31:44 +00:00
Ralf Becker
ea7a888ebf * Admin: automatic update check displaying an icon for available (security-)updates for admins, escalating for security updates to all users after 3 days 2014-07-23 19:29:57 +00:00
Ralf Becker
4b887be1ba Changelog for 14.1.20140724 2014-07-23 16:50:19 +00:00
Ralf Becker
f36c84f15b pending translations from our translation server 2014-07-23 16:47:31 +00:00
Ralf Becker
d2b6fd0794 pending translations from our translation server 2014-07-23 16:40:19 +00:00
Ralf Becker
25579d428c show addressbooks for user whos preferences are displayed, for "default" and "forced" only show acl independent settings 2014-07-23 14:00:47 +00:00
Ralf Becker
fbf05c95f4 show addressbooks for user whos preferences are displayed, for "default" and "forced" only show acl independent settings 2014-07-23 14:00:20 +00:00
Hadi Nategh
358ab236e1 Set display_format and hours_per_day for infolog used_time 2014-07-23 13:20:52 +00:00
Ralf Becker
f6bba15754 skip current user only for users, not group(-preferences) 2014-07-23 13:16:24 +00:00
Ralf Becker
7ed3f45649 skip current user only for users, not group(-preferences) 2014-07-23 13:16:01 +00:00
Hadi Nategh
1bda4f1337 Set display_format and hours_per_day for infolog used_time 2014-07-23 13:14:23 +00:00
Hadi Nategh
e7da57c6cb Backport commit 47853 by ng, Fix detached date label 2014-07-23 12:54:02 +00:00
Ralf Becker
c7ec0a09a0 need to check type, not account_id to detected "default" or "forced" prefs 2014-07-23 12:39:32 +00:00
Ralf Becker
448241f596 need to check type, not account_id to detected "default" or "forced" prefs 2014-07-23 12:39:10 +00:00
Ralf Becker
94f0a2df9c show calendars and ressource-calendars for user whos preferences are displayed, for "default" and "forced" we only display all and primary group calendars, but ressources of current user 2014-07-23 12:32:02 +00:00
Ralf Becker
349630ffa7 show calendars and ressource-calendars for user whos preferences are displayed, for "default" and "forced" we only display all and primary group calendars, but ressources of current user 2014-07-23 12:30:39 +00:00
Hadi Nategh
0e5747deb0 Make mail ACL account owner row readonly as the owner should not be able to delete/change his rights, he always has full-rights 2014-07-23 11:59:46 +00:00
Ralf Becker
6a7258e98e Don't clear children if tabs attribute not provided 2014-07-23 09:15:00 +00:00
Ralf Becker
0abcd5e68f Refine select option searching when the id is like parent[selectbox].
- only search parents when the ID has multiple parts
- fix case when selectbox was in the sel_options arrayMgr, but had no options, parent was used as select options
2014-07-23 09:14:24 +00:00
Ralf Becker
8eb1cb6ee6 Extend run() method for tabs:
- Apply additional tabs once in run() before applying the method, instead of in each method
- Apply tab readonlys to disable tabs, so they can be skipped
2014-07-23 09:06:51 +00:00
Ralf Becker
72f7f5a3fd * Admin/Setup: restore of 14.1 backup was not working (backup file itself is correct)
caused by typo in json_decode of schema
2014-07-23 07:15:29 +00:00
Ralf Becker
eeafdea313 * Admin/Setup: restore of 14.1 backup was not working (backup file itself is correct)
caused by typo in json_decode of schema
2014-07-23 07:15:06 +00:00
Nathan Gray
b6b660ee16 Fix detached date label 2014-07-22 22:22:09 +00:00
Nathan Gray
8f0513c99e Don't clear children if tabs attribute not provided 2014-07-22 21:33:41 +00:00
Nathan Gray
101eee1e1c Extend run() method for tabs:
- Apply additional tabs once in run() before applying the method, instead of in each method
- Apply tab readonlys to disable tabs, so they can be skipped
2014-07-22 21:26:03 +00:00
Nathan Gray
3176500c83 Refine select option searching when the id is like parent[selectbox].
- only search parents when the ID has multiple parts
- fix case when selectbox was in the sel_options arrayMgr, but had no options, parent was used as select options
2014-07-22 21:21:33 +00:00
Ralf Becker
650d271fc0 copy felamimail preferences to new mail app, if they still exist there
r47848: fixe PHP Fatal error in preferences::copy_preferences() in mail install
2014-07-22 16:53:27 +00:00
Ralf Becker
b3c2bebd5f fixe PHP Fatal error in preferences::copy_preferences() in mail install 2014-07-22 16:52:22 +00:00
Ralf Becker
f2ca4d2762 copy felamimail preferences to new mail app, if they still exist there 2014-07-22 14:57:23 +00:00
Nathan Gray
6dfd8c616b - Add special handling for ids like something[{}] to only send select options once
- Don't need to process or send options for account, it is done client side now.
2014-07-22 14:18:33 +00:00
Nathan Gray
57e187cc2d Fix unable to set EACL 2014-07-22 14:07:46 +00:00
Hadi Nategh
a93ab11a60 Fix mail ACL popup dialog does not make delete button readonly for account owner 2014-07-22 13:56:36 +00:00
Ralf Becker
c8b64fa265 re-add "Deny access" to groups 2014-07-22 13:49:15 +00:00