Nathan Gray
|
1e786ec974
|
Automatically send widget attribute changes made while processing an ajax submit.
(App code can return without calling exec() to avoid re-rendering the whole thing)
|
2013-11-01 21:48:22 +00:00 |
|
Nathan Gray
|
0c87bd63e7
|
Fix for sub-templates set via content not properly validated on submit
|
2013-11-01 21:39:45 +00:00 |
|
Nathan Gray
|
36d930ad41
|
Explicit method visibility is supposed to satisfy PHP 5.4
|
2013-11-01 21:19:08 +00:00 |
|
Nathan Gray
|
aa4651272e
|
Some minor enhancements / bugfixes, such as
- Better warnings
- Check some vars before using
- Fixes missing value on selects with tag attr
|
2013-11-01 21:12:20 +00:00 |
|
Hadi Nategh
|
7783ec44e0
|
Calendar app runs by et2
|
2013-10-31 14:51:19 +00:00 |
|
Klaus Leithoff
|
cce5514771
|
use icServer folder infos for specialuse folder and trash/sent/draft/template folder retrieval (if no valid pref is set)
|
2013-10-31 14:45:11 +00:00 |
|
Ralf Becker
|
78422727ab
|
* Admin/SambaAdmin/LDAP: fixed for new accounts not created Samba password hashes
changepassword hook was called before addaccount hook
|
2013-10-31 13:23:03 +00:00 |
|
Ralf Becker
|
1f86facef8
|
half backport of r43136, to fix jQuery 1.10.2 update related error: Uncaught Error: cannot call methods on draggable prior to initialization; attempted to call method "destroy"
|
2013-10-31 12:53:00 +00:00 |
|
Klaus Leithoff
|
1c1c62e590
|
switch to INSTANCE Cache for getSortedList ResultCache; close Session as early as possible on ajax-calls; fix problem for IE8 window closes on submit of compose, despite of selecting to_infolog/to_tracker
|
2013-10-31 12:26:19 +00:00 |
|
Ralf Becker
|
e90143da6f
|
* jQuery: update to version 1.10.2 to improve IE10 experience
|
2013-10-31 12:11:29 +00:00 |
|
Ralf Becker
|
d25f9dce25
|
* CalDAV: fixed wrong http-status for delete in inbox and announce sync-report on inbox, so clients using it get events only once
|
2013-10-31 11:29:44 +00:00 |
|
Ralf Becker
|
b20bd49817
|
* CalDAV: fixed wrong http-status for delete in inbox and announce sync-report on inbox, so clients using it get events only once
|
2013-10-31 11:29:22 +00:00 |
|
Klaus Leithoff
|
7baddc4d39
|
adapt getFlags method
|
2013-10-31 09:13:56 +00:00 |
|
Klaus Leithoff
|
75dc25a684
|
implement flagMessages; implement getCurrentMailbox
|
2013-10-31 08:55:33 +00:00 |
|
Ralf Becker
|
04a066154e
|
fixing PHP fatal error: "Object of class etemplate could not be converted to string", caused by last commit
|
2013-10-31 08:49:46 +00:00 |
|
Ralf Becker
|
eca96a4411
|
fixing PHP fatal error: "Object of class etemplate could not be converted to string", caused by last commit
|
2013-10-31 08:46:28 +00:00 |
|
Ralf Becker
|
e4e3627cdc
|
fixed first row with index="0" got displayed wired eg. in file selection popup, caused by empty("0") === true
|
2013-10-31 08:34:14 +00:00 |
|
Ralf Becker
|
aff5641761
|
fixed first row with index="0" got displayed wired eg. in file selection popup, caused by empty("0") === true
|
2013-10-31 08:31:12 +00:00 |
|
Nathan Gray
|
34e5d01de4
|
Allow access to current namespace content with {$_cont[...]}, since {$cont[...]} goes to the root
(this might not be the best, but I can't figure out a better way with the compiled expressions)
|
2013-10-30 17:16:20 +00:00 |
|
Ralf Becker
|
064baf926a
|
et2.submit(button,async) button can now be widget-id too, new optional async parameter to send request asynchronious (default synchronious), eg. to show an otherwise frozen animation
|
2013-10-30 14:07:29 +00:00 |
|
Klaus Leithoff
|
69ecce26d7
|
fix issue with double-encoded foldernames; fix getCurrentMailbox issue; sorting of accounts in tree by id (as before; by name may be an option to consider); use openConnection as central access to gather specialUseFolderInfo and/or fetching the delimiter
|
2013-10-30 13:27:26 +00:00 |
|
Klaus Leithoff
|
7e0f61f8d9
|
gather specialUseFolderInformation
|
2013-10-30 12:21:28 +00:00 |
|
Klaus Leithoff
|
6d4de6abb1
|
fix foldertree: initial display
|
2013-10-30 09:59:05 +00:00 |
|
Ralf Becker
|
cabb1e8b8c
|
fixed error if this._widgetSurrondings is not defined, no idea why
|
2013-10-30 09:43:12 +00:00 |
|
Klaus Leithoff
|
4bd8d43318
|
steps to get back to a working list in ui
|
2013-10-29 16:16:56 +00:00 |
|
Ralf Becker
|
4ac778c4d9
|
show channel and add command how to discover channel to help message
|
2013-10-29 09:29:51 +00:00 |
|
Ralf Becker
|
a4d8c8dac1
|
check for pear.horde.org/Horde_Imap_Client
|
2013-10-29 09:05:16 +00:00 |
|
Nathan Gray
|
4d29125c41
|
Fix some window/scope issues with jquery & plain assign handlers to make sure they operate on the window, not the request context (which can be anything)
|
2013-10-28 22:22:09 +00:00 |
|
Nathan Gray
|
388b2cbceb
|
- Fix etemplate2 assign json plugin so it's on the right egw object
- Add a console debug group (when supported) to make it easier to work with console log
|
2013-10-28 20:16:49 +00:00 |
|
Ralf Becker
|
852a836730
|
* Admin/Preferences: changepassword hook was called twice
fixed by calling in now from API and not on every location in application code changing a password
|
2013-10-25 19:29:16 +00:00 |
|
Ralf Becker
|
d01fceb26c
|
* Admin/Preferences: changepassword hook was called twice
fixed by calling in now from API and not on every location in application code changing a password
|
2013-10-25 19:27:46 +00:00 |
|
Ralf Becker
|
e94502515d
|
* Admin/Preferences: changepassword hook was called twice
fixed by calling in now from API and not on every location in application code changing a password
|
2013-10-25 19:24:01 +00:00 |
|
Klaus Leithoff
|
dd2465b317
|
fix a problem regarding the status fetch for noselect mailboxes
|
2013-10-25 14:17:20 +00:00 |
|
Klaus Leithoff
|
628806c289
|
implement getMailboxes and listSubscribedMailboxes, to get listview back on the road; attachment info still missing, and filters to be implemented
|
2013-10-25 13:37:53 +00:00 |
|
Ralf Becker
|
c3d3ca9973
|
fixed wrongly disabled tabs
|
2013-10-25 12:26:44 +00:00 |
|
Ralf Becker
|
76362d59b8
|
fixed wrongly disabled tabs
|
2013-10-25 12:26:18 +00:00 |
|
Ralf Becker
|
e8ac0674e1
|
need to compare short names, as long name generated by prefixing with template-name is not found, because different template name
|
2013-10-25 11:39:05 +00:00 |
|
Ralf Becker
|
b5c0d7030e
|
need to compare short names, as long name generated by prefixing with template-name is not found, because different template name
|
2013-10-25 11:38:10 +00:00 |
|
Klaus Leithoff
|
49bacaef69
|
supplement folder status Info with delimiter
|
2013-10-25 10:23:36 +00:00 |
|
Ralf Becker
|
57f45fe5f0
|
* InfoLog: add converting into a Tracker ticket to actions selectbox of edit popup
|
2013-10-25 08:18:59 +00:00 |
|
Ralf Becker
|
f21aeeef10
|
* InfoLog: add converting into a Tracker ticket to actions selectbox of edit popup
|
2013-10-25 08:18:07 +00:00 |
|
Ralf Becker
|
f62028444d
|
disable tabs independent of using short or full name, eg. $readonlys["tabs"]["test"] = true works as well as $readonlys["tabs"]["app.something.test"] = true
|
2013-10-25 07:31:45 +00:00 |
|
Ralf Becker
|
18ecd65887
|
disable tabs independent of using short or full name, eg. $readonlys["tabs"]["test"] = true works as well as $readonlys["tabs"]["app.something.test"] = true
|
2013-10-25 07:30:51 +00:00 |
|
Nathan Gray
|
ae04210b66
|
jqplot version update to 1.0.8
|
2013-10-24 20:24:26 +00:00 |
|
Nathan Gray
|
2d2462c825
|
Remove spreadsheet merge print selectbox from sidebox
|
2013-10-24 19:40:27 +00:00 |
|
Ralf Becker
|
a88e48d198
|
fixing <description value="Created" readonly="true"/>, as as select-box
|
2013-10-24 17:31:56 +00:00 |
|
Nathan Gray
|
7c7d6391ab
|
- Automatically add 'Select All' action with Ctrl+A shortcut after first action group
- Implement Select All into selection controller so it works even if all rows aren't loaded
|
2013-10-24 17:29:11 +00:00 |
|
Ralf Becker
|
2f0f2ae303
|
* All apps: new custom-field type IP-Address getting initially set with remote IP address, and allowing to set negativ length for text fields to make them readonly
|
2013-10-24 17:22:23 +00:00 |
|
Nathan Gray
|
9bdaf0f338
|
Silence error log
|
2013-10-24 17:05:22 +00:00 |
|
Nathan Gray
|
1e6fcec665
|
Fix missing typeof operator
|
2013-10-24 17:01:58 +00:00 |
|