Hadi Nategh
40cc063500
Create links with et2_vfs-mime widget for links which have mime type
...
- Links with accepted media type will be opened in expose view
2015-01-20 14:59:28 +00:00
Ralf Becker
4755f00f06
for group-invitations we need to check memberships of $user too
2015-01-20 14:57:40 +00:00
Klaus Leithoff
47110d3735
fix for problem preventing async-vacation to be run properly
2015-01-20 14:28:46 +00:00
Ralf Becker
e8b3a3635c
* Calendar/CalDAV/eSync: fixed not synced events constructed from exceptions
...
removed cal_recurrence filter in read, as cal_reference and cal_recurence is always used together for exceptions, but cal_recurrence was not allways reset to 0
2015-01-20 13:49:18 +00:00
Hadi Nategh
4eb63d65ec
Do not bind the expose view click handler if the media type is not supported
2015-01-20 13:14:23 +00:00
Hadi Nategh
fc5d0cab49
Introduce expose view to image widget
...
- The expose view only be shown if the image widget have href value
2015-01-20 11:56:51 +00:00
Ralf Becker
d3d0edaea3
let framework import magicsuggest and blueimp-gallery inline
2015-01-20 10:33:22 +00:00
Ralf Becker
acf6793e52
assigning saved preferences to egw_info, which is used for this request
2015-01-20 08:57:21 +00:00
Nathan Gray
5d93df0fbd
Clear slides after closing the gallery. Fixes showing the first image next time expose is opened.
2015-01-19 20:20:02 +00:00
Nathan Gray
ff2f486c3f
Fix vfsMime & expose to use this.node instead of image
2015-01-19 19:42:03 +00:00
Ralf Becker
de4d246726
* Calendar: speed improvments for huge calendar databases
...
by using time-range views instead of whole calendar and dates table
Also got old, much simpler non-union code working again, but union is still slightly quicker for huge databases (not at all for small ones!)
2015-01-19 19:32:26 +00:00
Hadi Nategh
cb439ffc55
Expose view work in progress
2015-01-19 18:59:35 +00:00
Hadi Nategh
811f24f9b7
Add expose plugin widget
2015-01-19 17:21:11 +00:00
Hadi Nategh
a4b8dabef5
Implement the lightbox view (expose) for mime widget
2015-01-19 17:18:01 +00:00
Ralf Becker
b6a83398a4
allow perl regular expression as mime-type filter
2015-01-19 16:09:16 +00:00
Hadi Nategh
94ea53a688
* Mail/Sieve: Fix sieve save into folder with wrong namespace
2015-01-19 12:12:18 +00:00
Ralf Becker
3c4cb54f34
* Setup: allow to use Composer ( https://getcomposer.org/ ) to manager requirements (instead of PEAR)
2015-01-18 12:05:09 +00:00
Ralf Becker
0c4b46ba04
* WebDAV: fixed not working range requests causing eg. direct playing of video files to fail
2015-01-17 17:29:12 +00:00
Nathan Gray
d633ce970a
Don't try to transform missing templates, it doesn't end well.
2015-01-16 18:10:30 +00:00
Nathan Gray
9a2292fc91
Silence some error logs
2015-01-16 18:08:10 +00:00
Nathan Gray
0f6eeed9ca
For filemanager index, store current view (tile/row) as implicit preference
2015-01-16 17:07:18 +00:00
Nathan Gray
28410fc81b
Always include comments in tile view since there are no columns to change.
2015-01-16 16:50:52 +00:00
Nathan Gray
8484896572
Pass button widget so we can tell which nextmatch (home or filemanager) to change the directory
2015-01-16 16:39:31 +00:00
Ralf Becker
e26cda55f8
fixed preferences wrong comparison causing unchanged preferences were search for changes, and fixed IDE warnings
2015-01-15 20:12:42 +00:00
Ralf Becker
d46def6606
make sure null is returned as null, not as empty object ({})
2015-01-15 20:11:23 +00:00
Ralf Becker
89fd9e35cf
* Backup: fixed broken backup of tables without an auto index
2015-01-15 16:34:27 +00:00
Hadi Nategh
e62899f204
Correct the cursor after the drag item re-enabled by mouseup event
2015-01-15 16:06:00 +00:00
Ralf Becker
6db17e8bde
fixed javascript error stalling closing of filemanager tab or changing to shared files view
2015-01-15 16:01:41 +00:00
Ralf Becker
9840334b5c
pending translations from our translation server
2015-01-15 15:49:39 +00:00
Hadi Nategh
f8e9911743
Serach js files for new phrases for translation
2015-01-15 14:56:23 +00:00
Hadi Nategh
4fa44e6482
Reorder and add missing phrases in lang files
2015-01-15 14:53:34 +00:00
Hadi Nategh
1db3cc96ef
Refresh nm rows which got linked after egw_link_drop action
2015-01-15 13:06:38 +00:00
Klaus Leithoff
736eb6a329
bind some errorlog debug output to mail_bo:: variable
2015-01-15 11:03:07 +00:00
Hadi Nategh
0406395e4c
Revert back the cursor to auto after drop action
2015-01-15 09:56:37 +00:00
Nathan Gray
bc793ad039
Fix some bugs with tile view in favorite + home changed this.et2 variable
2015-01-14 20:55:03 +00:00
Nathan Gray
9bd29925cd
infolog_ui changes default_cols in get_rows, so we change it back.
2015-01-14 20:25:05 +00:00
Nathan Gray
06abca167d
If a widget is transformed into a template, try to load and process that template too.
2015-01-14 20:10:34 +00:00
Ralf Becker
4e27f324c9
improved method to query events with performance gains of a factor 10 on huge databases, currently only used in conflict check
2015-01-14 19:41:01 +00:00
Nathan Gray
2b1a897718
Surpress labels on entry-templates
2015-01-14 17:22:29 +00:00
Hadi Nategh
f9e28d24e8
Make a delay before favorites sorting action starts in order to prevent accidental sorting action
2015-01-14 17:00:47 +00:00
Hadi Nategh
26bbb237c3
* All application: Fix unintentional dragging happens while user try to do scrolling over a dragging item in FF(e.g. scrolling over an scrollable infolog entry)
2015-01-14 16:33:57 +00:00
Hadi Nategh
ad09331ac6
Not using jquery hide() for commit #51258 , seems FF doesn't like a hidden iFrame
2015-01-14 15:06:02 +00:00
Hadi Nategh
58ce536bcb
Fix mobile theme first item of context menu not touchable
2015-01-14 14:16:47 +00:00
Ralf Becker
83ca579700
fixing IDE warnings
2015-01-14 13:52:34 +00:00
Hadi Nategh
31fe89849e
Update file's list after each upload
2015-01-14 09:06:32 +00:00
Hadi Nategh
d5231d35bc
Fix onFinishOne attribute and its handler
2015-01-14 09:05:34 +00:00
Nathan Gray
2404ebda6e
Ignore some new attributes, preserve settings when value is not an object
2015-01-13 22:00:12 +00:00
Nathan Gray
c961edcc59
Fix new portlets lose their size after configuring them.
2015-01-13 21:58:53 +00:00
Nathan Gray
abb02c7b40
Add ability to store view in favorites, so tiles can be put on home.
...
Still some bugs in resizing with this in the home portlet.
2015-01-13 21:56:54 +00:00
Nathan Gray
daf62789a0
Add observer to home, delegating the update to each portlet if possible.
2015-01-13 17:36:18 +00:00