Commit Graph

21843 Commits

Author SHA1 Message Date
Ralf Becker
589a5e63cc Fix missing category colors for app specific categories
r42030: Make sure global categories is infolog when in infolog.  Other apps (tracker) may grab it first if we don't set it here
2013-03-20 10:02:06 +00:00
Ralf Becker
10703e36f0 fixed not working link in notifications / subscribtions, if path contains eg. a space
caused by unnecessary appended path=... url parameter breaking WebDAV, added new config to NOT add it, as not setting id causes signature to fail
2013-03-20 09:55:50 +00:00
Ralf Becker
7cc358b526 fixed not working link in notifications / subscribtions, if path contains eg. a space
caused by unnecessary appended path=... url parameter breaking WebDAV, added new config to NOT add it, as not setting id causes signature to fail
2013-03-20 09:55:30 +00:00
Nathan Gray
9ae89a0844 Fix missing data in named sub-templates 2013-03-19 22:53:51 +00:00
Nathan Gray
81fbfc23cc Add general placeholder {{link}} is a link to current record 2013-03-19 20:56:58 +00:00
Nathan Gray
190e25be11 Fix responsible edit fields not saved 2013-03-19 19:23:24 +00:00
Nathan Gray
95846e595b - Change responsible edit to multi-checkbox widget instead of chosen 2013-03-19 15:47:18 +00:00
Nathan Gray
e8600c5db2 - Fix responsible edit fields not saved
- Change responsible edit to multi-checkbox widget instead of chosen
2013-03-19 15:44:38 +00:00
Nathan Gray
a00c37f3d0 - Code consolidation for merging links
- Cache notifications per date-time & lang preferences instead of generating for each user
- Custom notifications for Infolog
2013-03-19 15:07:53 +00:00
Nathan Gray
e7b7b78e92 Re-init egw_time so it gets the appropriate preferences for the notification 2013-03-18 23:41:10 +00:00
Nathan Gray
ab601bf94c Make sure global categories is infolog when in infolog. Other apps (tracker) may grab it first if we don't set it here 2013-03-18 23:22:51 +00:00
Nathan Gray
cbbd03f388 - Use top-level preferences to load favorites
- Empty sidebox target on unload to prevent handlers hanging around
2013-03-18 20:58:55 +00:00
Nathan Gray
0e89b309e3 Push updated preferences to client so favorites don't re-appear / disappear 2013-03-18 20:55:47 +00:00
Nathan Gray
562ffe972f Fix some destructors 2013-03-18 20:52:41 +00:00
Klaus Leithoff
bc61becbf4 handle missing v2 skin 2013-03-18 16:02:56 +00:00
Klaus Leithoff
229b09da8d handle missing v2 skin 2013-03-18 16:02:35 +00:00
Nathan Gray
3e09f30480 Fix multiple delete confirmations 2013-03-18 15:43:22 +00:00
Klaus Leithoff
4ef692332f allow better config options for spell checking in ckeditor (add BrowserBased only) 2013-03-18 15:37:17 +00:00
Klaus Leithoff
6204999b19 allow better config options for spell checking in ckeditor (add BrowserBased only) 2013-03-18 15:36:27 +00:00
Klaus Leithoff
9006939914 * API: enable browsers native spellchecker as default for HTML Editor, if e.g.: aspell fails - to use browsers native spellchecker, you have to hold CMD/CTRL button on rightclick to access the browsers spell correction options 2013-03-18 10:00:24 +00:00
Klaus Leithoff
8f2c59ac45 * API: enable browsers native spellchecker as default for HTML Editor, if e.g.: aspell fails - to use browsers native spellchecker, you have to hold CMD/CTRL button on rightclick to access the browsers spell correction options 2013-03-18 09:59:21 +00:00
Ralf Becker
c46956639d documented required rewrite rule for Apache FCGI 2013-03-18 08:15:44 +00:00
Ralf Becker
428e71daad documented required rewrite rule for Apache FCGI 2013-03-18 08:14:47 +00:00
Nathan Gray
a0cedae8b3 Add chosen to et2 selectbox 2013-03-15 17:47:28 +00:00
Nathan Gray
7a3b2db0a6 If widget's row / column gets disabled, let widget know too 2013-03-15 17:46:53 +00:00
Nathan Gray
237c5ffcdf Fix missing category colors for app specific categories 2013-03-15 14:49:02 +00:00
Nathan Gray
e696dc6501 Add check for [username] when trying to convert a user to account ID 2013-03-15 14:07:01 +00:00
Klaus Leithoff
a0f33eda48 handle/fix missed ckeditor3 calls 2013-03-15 11:53:04 +00:00
Klaus Leithoff
d4d2096a39 handle/fix missed ckeditor3 calls 2013-03-15 11:50:48 +00:00
Klaus Leithoff
1e0cf86ccb * eMail: fix bug regarding wrong identity used when changing identity on send 2013-03-15 11:12:48 +00:00
Klaus Leithoff
a134486443 * API: switch from CKEditor 3 to version Major Release 4; This step solves problems experienced with IE10 2013-03-15 08:34:53 +00:00
Nathan Gray
d226d759cd Add check for [username] when trying to convert a user to account ID 2013-03-14 19:34:12 +00:00
Ralf Becker
9cc5a75482 * CalDAV: preference to overwrite default on how many days to sync into past or future 2013-03-14 17:19:44 +00:00
Ralf Becker
fc4545d1ea * CalDAV: preference to overwrite default on how many days to sync into past or future 2013-03-14 17:13:59 +00:00
Klaus Leithoff
382b12b29a missing fallback on skins 2013-03-14 17:00:34 +00:00
Klaus Leithoff
d22fb56089 remove ckeditor3 2013-03-14 16:52:21 +00:00
Klaus Leithoff
91eafa3037 switch to ckeditor4 2013-03-14 16:44:43 +00:00
Klaus Leithoff
a3ef1985ec switch to CKEditor4 2013-03-14 16:30:55 +00:00
Klaus Leithoff
48687977f9 * API: add CKEDITOR4 2013-03-14 16:16:49 +00:00
Ralf Becker
d0428594a1 * Calendar/ImportExport: fixed out-of-memory condition while importing large iCal files
do NOT read whole file into memory, just pass stream so iCal class can use an iterator
2013-03-14 15:41:38 +00:00
Ralf Becker
9ef5149632 * Calendar/ImportExport: fixed out-of-memory condition while importing large iCal files
do NOT read whole file into memory, just pass stream so iCal class can use an iterator
2013-03-14 15:40:05 +00:00
Ralf Becker
166335f16e * Calendar/CalDAV: fixed recuring event disapeared from device, if a rejected recurrence existed and a change from an other user caused a reload (412 Precondition Failed) 2013-03-14 14:48:40 +00:00
Ralf Becker
4d11e020e8 * Calendar/CalDAV: fixed recuring event disapeared from device, if a rejected recurrence existed and a change from an other user caused a reload (412 Precondition Failed) 2013-03-14 14:47:06 +00:00
Ralf Becker
73b2c5cd78 reverted (unnecessary) fix of r41893, causing editing of account addressbook data to show up empty 2013-03-14 11:02:12 +00:00
Ralf Becker
cbf7abc4fb reverted (unnecessary) fix of r41893, causing editing of account addressbook data to show up empty 2013-03-14 11:01:46 +00:00
Klaus Leithoff
b0c07ee100 * CKEDITOR/API: Version update to 3.6.6.1; handle IE10 problems regarding input behavior on enter 2013-03-14 09:58:58 +00:00
Klaus Leithoff
308c4a2951 * CKEDITOR/API: Version update to 3.6.6.1; handle IE10 problems regarding input behavior on enter 2013-03-14 09:55:03 +00:00
Nathan Gray
4efa3e8be5 If there's no ID, don't even ask for the title 2013-03-13 19:32:25 +00:00
Nathan Gray
e685a222dc Avoid JSON error popup by checking for the queue before using it 2013-03-13 19:31:06 +00:00
Nathan Gray
3c69b26525 Add empty row placeholder 2013-03-13 18:42:03 +00:00