686f67fb90
vier mobile: private mail width
2019-04-08 07:27:19 +02:00
c713c2bf62
Merge pull request #6955 from tobiasd/20190331-vier
...
vier mobile enhancements
2019-04-04 14:22:34 -04:00
b529c03a20
Sanitize theme path items
...
- Sanitize theme style/color/scheme path items
2019-03-31 21:52:48 -04:00
820e2a89f9
add search to user menu as well
2019-03-31 15:20:23 +02:00
843b9f71c1
be consistent with messages and admin links as both are in the nav bar and the user menu
2019-03-31 11:24:17 +02:00
174e71cc36
mobile view: show events and admin, but hide pm link
2019-03-31 11:18:41 +02:00
afd751ee74
add link to admin panel as well, but keep icon as it is really handy
2019-03-31 11:17:59 +02:00
d7dbc632f8
Improved comment hiding interaction
...
- Remove global window.showMore and window.showFewer
- Improve global showHideComments function
- Remove frio-specific showHideComments function
2019-02-14 22:24:34 -05:00
f226464acc
Don't auto mention yourself or forums, don't do it in the firstlevel post
2019-01-30 03:36:24 +00:00
d40b2792b6
Display mentioned users and in the comment box by default
2019-01-28 21:22:03 +00:00
043521fb47
Switch to supported HTML entity for bullet in delivery indicator
2019-01-26 19:42:13 -05:00
e2d32caa78
Update delivery count display
...
- Hide display when item is preceding the feature
- Wrap the display in its own span
- Remove delivery bullet from wall_thread.tpl
- [frio] Make delivery icon fainter
2019-01-23 00:05:53 -05:00
6538a8eaca
Add delivery queue display in frio and vier
...
- Add new $item.owner_self and $item.delivery keys for display
- Add new sub/delivery_count.tpl template
2019-01-21 09:39:13 -05:00
2a0e18c7dd
Bugfix: Theme functions hadn't been executed anymore
2019-01-18 20:08:35 +00:00
1bdb3c916a
Make style.php require query parameter puid for specific stylesheets
2019-01-12 02:21:12 -05:00
e447375cdd
Merge branch '2019.01-rc' into bug/6334-escape-get-app
2019-01-06 16:38:48 -05:00
4bf2701912
Merge pull request #6400 from annando/issue-6394
...
Issue 6394: The contact location has to be BBEncoded
2019-01-06 16:37:43 -05:00
7e19506435
Issue 6394: The contact location has to be BBEncoded
2019-01-06 21:04:10 +00:00
73882ff58f
[vier] Add message icon link in header nav
2019-01-03 23:07:03 -05:00
5e1ceb57de
Escape global namespaced get_app() calls
...
- Add deprecated status
2019-01-03 21:27:36 -05:00
Michael Vogel
0eef382e82
Merge pull request #6365 from MrPetovan/bug/6363-unescape-prev-next-link
...
Unescape $prevlink and $nextlink template variables
2019-01-03 04:54:12 +01:00
ff50f2bb65
Unescape $prevlink and $nextlink template variables
2019-01-02 19:06:23 -05:00
2f15f1c477
Unescape profiles template variables
2019-01-01 11:45:36 -05:00
620395378e
Normalize uses of Strings::formatNetworkName to $network_link
...
- Unescape HTML template variable $network_link
2018-12-26 11:11:38 -05:00
b1e85ba605
Fix template escaping in photo gallery view
2018-12-23 10:51:18 -05:00
bd356a4149
Unescape tags
2018-12-21 06:15:22 +00:00
2776b1443b
Fix post location escaping
2018-12-21 00:06:37 -05:00
6b481aaac6
Fix advanced profile fields escaping
2018-12-21 00:06:22 -05:00
c7a636fe18
Fixing templates - unescaping it again
2018-12-20 21:57:53 +00:00
a01bdbbe2d
Fix wrong merge + nofilter in contact_edit
2018-12-18 08:39:26 -05:00
e1b3bcc77d
Unescape yet more values with a focus on the vier theme
2018-12-16 22:38:32 -05:00
c407fb7963
Avoid escaping relevant template variables
2018-12-16 22:38:32 -05:00
2241ba4540
Remove uses of HTML escaping in Smarty templates
2018-12-16 22:38:30 -05:00
924869ab5b
Merge branch 'develop' into bug/6211-fix-contact-nets-all
2018-12-02 10:24:50 -05:00
458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
663ba65f17
Remove "all" value for nets parameter
2018-11-30 05:43:07 -05:00
73528fa279
Some correction
2018-11-25 20:40:30 +00:00
6075245b84
Much more escapes
2018-11-25 20:34:02 +00:00
7381540039
Escaping the address field
2018-11-25 20:04:01 +00:00
4f9f86e310
We are now escaping many template fields
2018-11-25 18:56:26 +00:00
Adam Magness
ffc406d819
normalise_link calls
...
implement normaliseLink function
2018-11-08 11:28:29 -05:00
Jonny Tischbein
6b43174a74
Fix for vier theme / NonAjax Call
2018-10-31 20:09:44 +01:00
Adam Magness
70f01d6c00
Template Engine and props to Renderer
...
move methods and props from App to Renderer
2018-10-31 13:25:38 -04:00
Adam Magness
35abc4bb64
get markup template
...
implement getMarkupTemplate function
2018-10-31 10:44:06 -04:00
Adam Magness
91facd2d0a
replace macros
...
implement new replaceMacros function
2018-10-31 10:35:50 -04:00
Adam Magness
50da89d861
Logger Levels
...
update logger levels in calls
2018-10-30 09:58:45 -04:00
Adam Magness
14fde5dc9b
Log function
...
implement log() function.
2018-10-30 09:57:14 -04:00
Adam Magness
2db8c7d64f
Fix template urls from contacts/ to contact/
...
Update templates to match recent contact/ changes.
2018-10-17 07:25:23 -04:00
5a02e39a65
Rename App Methods
...
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
2018-10-10 00:16:06 +02:00
903290a764
Revert "Word Wrap for long words in comments"
2018-10-09 15:09:51 -04:00