Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the Multilanguage Associations Manager #13537

Merged
merged 41 commits into from
Jan 17, 2017
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0fbc25a
Merge Associations rewrite
rdeutz Jan 9, 2017
f341aad
updated searchtool with the new way
rdeutz Jan 9, 2017
79d95a5
udpated edit view title
rdeutz Jan 9, 2017
7cf3996
added contact associationshelper class
rdeutz Jan 10, 2017
c1ebda1
temp fix
rdeutz Jan 10, 2017
b662491
fix for category filter
rdeutz Jan 10, 2017
f7c85a5
added newsfeeds associations helper
rdeutz Jan 10, 2017
0495886
CAPS for params
rdeutz Jan 10, 2017
ebe4afc
lang tag and added a helper function
rdeutz Jan 10, 2017
00eb70b
added land tags
rdeutz Jan 10, 2017
a54d3f7
code style fix
rdeutz Jan 10, 2017
f7ebff9
better title in associations view
rdeutz Jan 10, 2017
87a3138
better title
rdeutz Jan 10, 2017
100fb42
use the usual naming
rdeutz Jan 10, 2017
7b0b75f
fix language tag, thanks to brian teeman and twitter :-)
rdeutz Jan 10, 2017
417f0fc
Merge branch 'com_associations_rewrite_merge' of https://github.com/r…
zero-24 Jan 10, 2017
f50ad78
initial review
zero-24 Jan 10, 2017
b2fda8a
on simple change
zero-24 Jan 10, 2017
67d6000
on simple change 2
zero-24 Jan 10, 2017
90f7639
simple
zero-24 Jan 10, 2017
f5ce260
some more helper changes
zero-24 Jan 10, 2017
31a0185
Update associations.php
zero-24 Jan 11, 2017
55dc10c
Update associations.php
zero-24 Jan 11, 2017
0826d30
Merge pull request #7 from zero-24/com_associations_rewrite_merge
rdeutz Jan 11, 2017
7e8422b
app isn’t set a model property
rdeutz Jan 11, 2017
1ca1c8e
correct return value
rdeutz Jan 11, 2017
dbba275
simplify code adn use helper method
rdeutz Jan 11, 2017
fc79b46
use typename directly
rdeutz Jan 11, 2017
d64c742
changed the tooltip position
rdeutz Jan 11, 2017
edccd27
Correct menu helper
infograf768 Jan 12, 2017
868edd4
remove unreacable code
rdeutz Jan 12, 2017
ca50fd1
correcting checked_out
infograf768 Jan 13, 2017
04df8c3
com_menus
infograf768 Jan 13, 2017
7ab1191
Merge pull request #8 from infograf768/patch-10
rdeutz Jan 13, 2017
e5fb8bd
Merge pull request #9 from infograf768/patch-11
rdeutz Jan 13, 2017
97c437f
Merge pull request #11 from infograf768/patch-13
rdeutz Jan 13, 2017
406d18d
fixed not supportted message
rdeutz Jan 15, 2017
e4f03ee
installation
rdeutz Jan 15, 2017
cc61448
fix menu install
rdeutz Jan 15, 2017
95fc4b6
Merge branch 'staging' into com_associations_rewrite_merge
rdeutz Jan 17, 2017
9fd1d9b
Spaces -> tabs
wilsonge Jan 17, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed the tooltip position
  • Loading branch information
rdeutz committed Jan 11, 2017
commit d64c7426836d3dbd10534efcbac5e069f271bf33
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

JHtml::_('jquery.framework');
JHtml::_('bootstrap.tooltip');
JHtml::_('bootstrap.tooltip', '.hasTooltip', array('placement' => 'bottom'));
JHtml::_('behavior.multiselect');
JHtml::_('formbehavior.chosen', 'select');

Expand Down