George Wilson
821ca1f4eb
Merge branch 'master' into feature/drop-php55
2019-08-16 18:01:28 +01:00
Allon Moritz
f7519475f1
Make it joomla 4 compatible ( #362 )
2019-08-16 14:52:52 +01:00
wilsonge
0716d5e3e6
Fix code style errors in project
2019-08-13 00:15:35 +01:00
Elijah Madden
802cff4ae8
Use correct database ( #391 )
...
Suppose you're not operating on the default Joomla database (the one returned by `JFactory::getDbo()`) but on another one entirely? In theory, it is possible. In that case, you will want this new table object to use the same DBO that `$this` is using.
If you look at any similar table classes that are built in to Joomla, you will see this same kind of thing. So this is consistent with Joomla practices.
2019-03-15 12:24:27 +00:00
Astrid
84df598015
makeSameAliasPossibleForDifferentLanguages ( #373 )
2017-11-06 12:56:26 +01:00
Jean-Marie Simonet
3389bf4902
IMplementing full associations
2017-05-16 08:03:22 +02:00
Yves Hoppe
516252c286
Copyright header update to 2017
2017-02-13 17:20:35 +01:00
Chris Davenport
bb4b0bfb46
Fix for failing code style tests ( #283 )
...
* Fix for failing code style tests
* Changed spacing again and ran the script this time
2016-12-01 08:21:47 +01:00
chrisdavenport
3cf373b43c
Release 3.6.0-beta
2016-11-28 22:13:39 +00:00
zero-24
5270b206cc
Fix Cs for weblinks backend ( #232 )
...
* Update weblinks.php
* Update weblink.php
* Update controller.php
2016-06-28 22:05:31 +01:00
Nicola Galgano
c9ab22cdf0
PHP 7 error when save a weblink
...
Fatal error: Cannot use Joomla\String\String as String because 'String' is a special class name
2015-12-06 08:34:41 +01:00
Yves Hoppe
7ea2741520
Integrated robo build system - clean merge of #125
2015-11-02 10:55:42 +01:00