CHANGELOG
2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*****
* @package fluxx-compensator an ownCloud app
* @category base
* @author Christian Reiner
* @copyright 2012-2013 Christian Reiner <foss@christian-reiner.info>
* @license GNU Affero General Public license (AGPL)
* @link information http://apps.owncloud.com/content/show.php?content=157091
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the license, or any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this library.
* If not, see <http://www.gnu.org/licenses/>.
*****
Changelog:
* Mon Oct 28 2013 Christian Reiner: version 0.2.5
Compatibility with owncloud version 6
* Wed Sep 11 2013 Christian Reiner: version 0.2.4
Handling rules for the media app (aka 'music') fixing sliding the main content.
* Sun Aug 04 2013 Christian Reiner: version 0.2.3
Fixed layout in contacts app mode by an additional app specific css rule.
* Fri Jul 12 2013 Christian Reiner: version 0.2.2
Prevent scrolling of fluxx handles.
* Sun Jun 16 2013 Christian Reiner: version 0.2.1
A few style fixes to improve optics when used inside MS-IE.
* Thu Jun 13 2013 Christian Reiner: version 0.2.0
Changed strategy for for fluxx handles, ugly but less cross browser problems.
Some style rules defaults now set explicitly to enable transitions in forefox.
Much enhanced cross browser compatibility, only some optical issue with IE left.
* Sun Apr 28 2013 Christian Reiner: version 0.1.4
Include navigation handle in moving of content when header panel is hidden.
Apply intelligent positioning to navigation handle when header is hidden too.
Fixed a few glitches in handle movements under certain conditions.
* Wed Apr 17 2013 Christian Reiner: version 0.1.3
Some optical fixes to the handles position and shadow.
Slide navigations content up too when the header panel is hidden.
* Mon Apr 09 2013 Christian Reiner: version 0.1.2
Fixed handle positioning for non-priviledged user accounts.
* Sat Mar 23 2013 Christian Reiner: version 0.1.1
Corrected handles anchor definition to work correct on exotic page layouts.
This is required by the 'external' app which embeds a frame as main widgets.
* Tue Feb 19 2013 Christian Reiner: version 0.1.0
Initial release.