johndoh
4ea790ba37
Extend skin_logo allowing per skin logos ( #6273 )
2018-06-19 11:26:57 +02:00
Aleksander Machniak
9e129c93d7
Fix blankpage compat. with assets_path setting
2018-05-23 16:08:35 +00:00
johndoh
647a7e91c6
Unify content frame (watermark) template objects ( #6285 )
...
* unify content frame (watermark) template objects
* several improvements, use existing env var for watermark url
* tighten up var parsing for contentframe template object
2018-05-18 17:25:02 +02:00
Aleksander Machniak
430c000e32
Support skin localization ( #5853 )
2018-05-11 09:59:27 +02:00
Aleksander Machniak
35a3abd3de
Fix skin extending for assets ( #5115 ) - take two
2018-04-24 06:32:16 +00:00
Aleksander Machniak
8355ba62fb
Revert "Fix skin extending for assets ( #5115 )"
2018-04-23 19:53:45 +02:00
Aleksander Machniak
acfd335f14
Simplify code to set/change a skin
...
When changing skin in Preferences we do not use the new skin immediately,
we do this after redirect.
2018-04-20 09:14:44 +02:00
Aleksander Machniak
3f53acb64a
Fix regression in skin extending for assets (commit ecde98729b)
...
It could have been possible that core template loaded plugin files
by mistake (if file with the same name existed), we don't want that.
2018-04-18 09:34:37 +00:00
Aleksander Machniak
c1774b6e1d
Put additional footer content before "footer scripts" (for Elastic)
2018-04-16 12:59:00 +02:00
Aleksander Machniak
ecde98729b
Fix skin extending for assets ( #5115 )
...
Remove redundant is_file() calls.
2018-04-15 12:21:56 +02:00
Aleksander Machniak
418c72137e
Improve search_form() for external use
2018-04-11 09:08:18 +02:00
Aleksander Machniak
5832eca405
RCMAIL_CHARSET -> RCUBE_CHARSET ( #6236 )
2018-04-06 08:10:11 +02:00
Aleksander Machniak
73ea8f94d0
Use htmlspecialchars() with charset argument, simplify some code
2018-04-03 15:29:59 +02:00
Aleksander Machniak
b00d5c3836
Automatically localize data-label-* attributes of a template object
2018-01-18 11:33:11 +01:00
Aleksander Machniak
83bd85677b
Remove x_frame_options env
2018-01-07 08:55:46 +01:00
Aleksander Machniak
55a1d6ef1b
Make search form's aria label to also support plugin localization (via label-domain property)
2017-12-21 11:43:41 +01:00
Aleksander Machniak
38d275445d
Plugin API: Add 'write' argument to 'render_page' hook
2017-12-18 12:04:42 +01:00
Aleksander Machniak
46e2e7e16c
CS fix
2017-12-06 15:50:58 +01:00
Aleksander Machniak
758044d69e
Add skin config options to dont_override list
...
... so e.g. options in user preferences will be hidden.
2017-11-28 16:32:01 +01:00
Aleksander Machniak
1cf72fa2b6
Allow plugins to include Less files ( #6051 )
2017-11-20 13:48:07 +01:00
Aleksander Machniak
ef0982f1b8
Merge branch 'master' into dev-elastic
2017-10-28 18:24:54 +02:00
JohnDoh
a8f0d35ebc
Extend disabled_actions config so it accepts also button names ( #5903 )
2017-10-21 08:48:34 +02:00
Aleksander Machniak
d815525c6a
Merge branch 'master' into dev-elastic
2017-10-20 13:34:25 +02:00
Aleksander Machniak
22b30de5d9
Fix bug where assets_path wasn't added to some watermark frames
2017-10-04 09:27:23 +02:00
Aleksander Machniak
3a77c906a1
Merge branch 'master' into dev-elastic
2017-09-10 13:28:47 +02:00
Aleksander Machniak
13d203303e
Refactored Help plugin to use frames, added Elastic skin support
2017-08-02 19:13:19 +02:00
Aleksander Machniak
5d398d4d00
Add version number to the client environment
2017-07-30 10:09:50 +00:00
Aleksander Machniak
4b2f2b6b3b
Use about:blank instead of blank.gif for empty iframes
2017-07-05 13:58:53 +02:00
Aleksander Machniak
86a4d78369
Merge branch 'dev-elastic'
2017-07-02 16:47:54 +02:00
Aleksander Machniak
8fff21deb5
Fix POST parameter reflection in default_charset selector ( #5768 )
2017-05-26 08:46:59 +02:00
Aleksander Machniak
9858c2a294
Merge branch 'master' into dev-elastic
2017-05-14 13:32:35 +02:00
Aleksander Machniak
51fb3bfa58
Support including files with path relative to templates dir
2017-04-20 16:09:56 +02:00
Aleksander Machniak
559254d6ee
Use <button> instead of <input> for submit button on logon screen
2017-04-04 15:00:12 +02:00
Aleksander Machniak
51dffcda86
Skip <script> element if it has no content
2017-03-26 19:17:38 +02:00
Aleksander Machniak
f03839b24b
Add support for 'link' objects in templates (with conditions)
...
.. to simplify conditional <link> tags injection while nested 'if' objects do not work
2017-03-22 12:15:39 +01:00
Aleksander Machniak
71ff264b02
Support conditional include
2017-03-20 11:47:38 +01:00
ka7
9a35768c26
spelling fixes ( #5690 )
2017-03-12 12:14:19 +01:00
Aleksander Machniak
38067f61da
Get rid of data-popup-pos
2017-03-06 16:49:37 +01:00
Aleksander Machniak
adbab9d3e2
Merge branch 'master' into dev-elastic
2017-03-03 09:14:44 +01:00
Aleksander Machniak
e2d80479d6
Make possible to set (some) config options from a skin
2017-02-26 15:31:06 +01:00
Aleksander Machniak
f29fd706cf
Get back to eval()
...
We used create_function() before but it's deprecated in PHP 7.2
and really it was just a wrapper on eval().
2017-02-06 15:13:41 +01:00
Aleksander Machniak
8131629c6e
Extended unified searchform object for templates engine
2017-01-14 10:35:44 +01:00
Aleksander Machniak
cc10cbe039
Make button object to be a <button> by default
2017-01-13 11:17:05 +01:00
Aleksander Machniak
369b44d94a
Fix unsetting template objects
...
Fixes compatibility with some plugins e.g. kolab_addressbook which
call parse() method (for sub-templates) while parsing the main template
2016-12-27 04:46:36 -05:00
Aleksander Machniak
e17fcf1649
Support ALLOW-FROM in x_frame_options ( #5122 )
2016-11-11 12:56:38 +01:00
Aleksander Machniak
d02e6ea45e
Fix so templating system does not mess with external (e.g. email) content ( #5499 )
2016-11-07 13:39:43 +01:00
Aleksander Machniak
edea8732a6
Fix regression where UI object could be not created on some pages ( #5484 )
2016-10-20 15:48:42 +02:00
Aleksander Machniak
f43f5bf93f
Use JSON_PRETTY_PRINT in devel_mode
...
This effectively makes PHP 5.4 a real requirement
2016-10-18 10:42:49 +02:00
Aleksander Machniak
638afafbd2
Make so rcmail.log() depends on devel_mode ( #5193 )
2016-10-04 17:19:45 +02:00
Victor Benincasa
daeb66ee99
Fix login form
...
Fix a small bug introduced on commit 43f3c5f that breaks the login form ($attrib['form'] is checked at line 1899, so it cannot be unset).
2016-08-26 05:31:28 -03:00