Ralf Becker
b74d77f99b
fixed sometimes failed package updates because generated password contained { and removed unnecessary PEAR upgrade of included HTTP_WebDAV_Server
2013-11-07 10:04:43 +00:00
Klaus Leithoff
9fe51bc32a
fix missing jquery browser support
2013-11-05 14:41:14 +00:00
Ralf Becker
41347a0b93
Changelog for 11.1.20131105
2013-11-05 13:23:11 +00:00
Klaus Leithoff
d51e9a5b4d
fix javascript error, if no infolog or tracker rights exist
2013-11-04 13:39:31 +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
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
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
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
76362d59b8
fixed wrongly disabled tabs
2013-10-25 12:26:18 +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
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
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
Ralf Becker
a88e48d198
fixing <description value="Created" readonly="true"/>, as as select-box
2013-10-24 17:31:56 +00:00
Ralf Becker
5811c50eac
* 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:00:01 +00:00
Ralf Becker
85f0e24557
* PostgreSQL/Addressbook: fixed SQL error when sorting by a custom field
2013-10-24 14:57:00 +00:00
Klaus Leithoff
df20b4b360
work around ckeditor problem with default (kama) skin, by falling through to moonocolor
2013-10-24 14:43:25 +00:00
Klaus Leithoff
a606f1f266
make ckeditors additional skins available for selection
2013-10-24 13:22:45 +00:00
Klaus Leithoff
b1fe18b32e
* CKEditor: update to version 4.2.2; add additional skins
2013-10-24 13:19:32 +00:00
Klaus Leithoff
9a8ecd6e12
add additional moonocolor skin
2013-10-21 11:33:05 +00:00
Klaus Leithoff
aefa07f028
fix broken kama skin, remove obsolet kama skin.js
2013-10-21 11:04:47 +00:00
Klaus Leithoff
7b7c9f47a6
fix broken kama skin, add icons_hidpi.png
2013-10-21 10:59:38 +00:00
Klaus Leithoff
e24697679d
fix broken kama skin
2013-10-21 10:58:31 +00:00
Klaus Leithoff
b77be9c291
fix typo in commented code / call to cachedSummary
2013-10-21 10:02:03 +00:00
Klaus Leithoff
022ae3a310
use grids set_value method for attachmentArea display in Preview
2013-10-21 09:25:34 +00:00
Nathan Gray
77e2849895
Add et2_grid.set_value() to re-create a grid (including auto-repeat).
...
Pass an object with key/value pairs to update the grid's array managers (content,sel_options,readonlys).
The grid will then be re-created (not updated) using the template.
2013-10-18 23:24:49 +00:00
Nathan Gray
f6526a30e8
Fix intermittent issue with missing window breaking ajax
2013-10-18 21:01:53 +00:00
Ralf Becker
998d568ef4
for egw.json calls in a popup we need to use jQuery object of that window, as otherwise eg. apply from server with app.$app.method to run in main window instead of popup
2013-10-18 16:14:36 +00:00
Ralf Becker
d63cf889b4
silenced permanent error_log and fixed a typo
2013-10-18 14:31:46 +00:00
Ralf Becker
123767d517
silenced permanent error_log and fixed a typo
2013-10-18 14:30:24 +00:00
Klaus Leithoff
40bb1078af
basic implementation of open and edit on signature (no template for edit, and no action on delete yet)
2013-10-18 14:04:04 +00:00
Klaus Leithoff
61bcdd2137
implement simple list signatures template based on grid widget
2013-10-18 13:24:54 +00:00
Klaus Leithoff
eade0953b5
attempt to refresh previewAttechmentsArea grid with data; need refresh grid method; not implemented yet
2013-10-18 12:04:48 +00:00
Klaus Leithoff
95350da447
refresh quotaDisplay on folder change, and timed; prevent subject and filename from being translated
2013-10-18 09:58:25 +00:00
Klaus Leithoff
4dbda94f6a
implement set_class for progress widget; preserve widgets base classes, if we do so
2013-10-18 09:47:29 +00:00
Klaus Leithoff
2435e925ae
implement set_class for progress widget
2013-10-18 08:50:53 +00:00
Nathan Gray
5fab641aef
- Get eroles displaying in element list
...
- Remove unused js file
2013-10-17 17:02:36 +00:00
Nathan Gray
10f3665853
If there is no template specified, resolve immediately
2013-10-17 15:23:33 +00:00
Nathan Gray
ab35bfdc4d
Stop some warnings
2013-10-17 15:22:30 +00:00
Klaus Leithoff
1d3998c99e
* CKeditor: update to version 4.2.2
2013-10-17 15:13:47 +00:00
Klaus Leithoff
6e0448cb62
fix broken scayt and spellcheckerbuttons in config for ckeditor
2013-10-17 15:09:56 +00:00
Ralf Becker
056e5680b8
make sure to load all cfs, if "customfield" in in selected columns
2013-10-17 14:08:54 +00:00
Ralf Becker
086b0e7384
make sure to load all cfs, if "customfield" in in selected columns
2013-10-17 14:08:28 +00:00
Ralf Becker
3124a8c3f3
allow to use "about:*" or urls starting with / in set_value
2013-10-17 13:14:22 +00:00
Hadi Nategh
529d78e0b3
Show always print button in calendar print template
2013-10-17 12:31:19 +00:00
Ralf Becker
00cc28506c
for new or changed group-invitations, remove previously deleted members, so they show up again
2013-10-17 12:02:24 +00:00
Ralf Becker
84de505721
for new or changed group-invitations, remove previously deleted members, so they show up again
2013-10-17 12:01:53 +00:00