Skip to content

Commit

Permalink
Merge branch 'staging' into improveReinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Aug 14, 2016
2 parents 52fc128 + e47e6e8 commit fc49b24
Show file tree
Hide file tree
Showing 61 changed files with 152 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ before_script:
# JavaScript tests
- if [[ $RUN_JAVASCRIPT_TESTS == "yes" ]]; then export DISPLAY=:99.0; bash tests/javascript/travis-tests.sh $PWD; fi
# Make sure all dev dependencies are installed
- if [[ $RUN_UNIT_TESTS == "yes" ]]; then bash tests/unit/unit-tests.sh $PWD; fi
- if [[ $RUN_UNIT_TESTS == "yes" ]]; then bash build/travis/unit-tests.sh $PWD; fi

script:
- if [[ $RUN_UNIT_TESTS == "yes" ]]; then libraries/vendor/bin/phpunit --configuration travisci-phpunit.xml; fi
Expand Down
8 changes: 4 additions & 4 deletions administrator/components/com_users/views/users/view.html.php
Expand Up @@ -44,31 +44,31 @@ class UsersViewUsers extends JViewLegacy
* A JForm instance with filter fields.
*
* @var JForm
* @since 3.6
* @since 3.6.3
*/
public $filterForm;

/**
* An array with active filters.
*
* @var array
* @since 3.6
* @since 3.6.3
*/
public $activeFilters;

/**
* An ACL object to verify user rights.
*
* @var JObject
* @since 3.6
* @since 3.6.3
*/
protected $canDo;

/**
* An instance of JDatabaseDriver.
*
* @var JDatabaseDriver
* @since 3.6
* @since 3.6.3
*/
protected $db;

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion components/com_content/views/featured/view.html.php
Expand Up @@ -36,7 +36,7 @@ class ContentViewFeatured extends JViewLegacy
* An instance of JDatabaseDriver.
*
* @var JDatabaseDriver
* @since 3.6
* @since 3.6.3
*/
protected $db;

Expand Down
2 changes: 1 addition & 1 deletion components/com_users/views/profile/view.html.php
Expand Up @@ -28,7 +28,7 @@ class UsersViewProfile extends JViewLegacy
* An instance of JDatabaseDriver.
*
* @var JDatabaseDriver
* @since 3.6
* @since 3.6.3
*/
protected $db;

Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/album.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Album class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/album/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/album/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookAlbum extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/checkin.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Checkin class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/checkin/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/checkin/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookCheckin extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/comment.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Comment class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/Comment/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/Comment/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookComment extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/event.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API User class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/event/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/event/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookEvent extends JFacebookObject
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/facebook/facebook.php
Expand Up @@ -14,7 +14,8 @@
/**
* Joomla Platform class for interacting with a Facebook API instance.
*
* @since 13.1
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebook
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/group.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Group class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/group/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/group/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookGroup extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/link.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Link class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/link/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/link/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookLink extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/note.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Note class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/note/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/note/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookNote extends JFacebookObject
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/facebook/oauth.php
Expand Up @@ -14,7 +14,8 @@
/**
* Joomla Platform class for generating Facebook API access token.
*
* @since 13.1
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookOAuth extends JOAuth2Client
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/facebook/object.php
Expand Up @@ -14,7 +14,8 @@
/**
* Facebook API object class for the Joomla Platform.
*
* @since 13.1
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
abstract class JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/photo.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Photo class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/photo/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/photo/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookPhoto extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/post.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Post class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/post/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/post/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookPost extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/status.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Status class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/status/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/status/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookStatus extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/user.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API User class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/user/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/user/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookUser extends JFacebookObject
{
Expand Down
5 changes: 3 additions & 2 deletions libraries/joomla/facebook/video.php
Expand Up @@ -12,8 +12,9 @@
/**
* Facebook API Video class for the Joomla Platform.
*
* @see http://developers.facebook.com/docs/reference/api/video/
* @since 13.1
* @see http://developers.facebook.com/docs/reference/api/video/
* @since 13.1
* @deprecated 4.0 Use the `joomla/facebook` package via Composer instead
*/
class JFacebookVideo extends JFacebookObject
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/auth.php
Expand Up @@ -12,7 +12,8 @@
/**
* Google authentication class abstract
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
abstract class JGoogleAuth
{
Expand Down
5 changes: 2 additions & 3 deletions libraries/joomla/google/auth/oauth2.php
Expand Up @@ -11,12 +11,11 @@

use Joomla\Registry\Registry;

jimport('joomla.oauth.v2client');

/**
* Google OAuth authentication class
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleAuthOauth2 extends JGoogleAuth
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google API data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
abstract class JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/adsense.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Adsense data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataAdsense extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/calendar.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Calendar data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataCalendar extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/picasa.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Picasa data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPicasa extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/picasa/album.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Picasa data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPicasaAlbum extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/picasa/photo.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Picasa data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPicasaPhoto extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/plus.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google+ data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPlus extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/plus/activities.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google+ data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPlusActivities extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/plus/comments.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google+ data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPlusComments extends JGoogleData
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/data/plus/people.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google+ data class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleDataPlusPeople extends JGoogleData
{
Expand Down
5 changes: 2 additions & 3 deletions libraries/joomla/google/embed.php
Expand Up @@ -11,12 +11,11 @@

use Joomla\Registry\Registry;

jimport('joomla.environment.uri');

/**
* Google API object class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
abstract class JGoogleEmbed
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/embed/analytics.php
Expand Up @@ -12,7 +12,8 @@
/**
* Google Analytics embed class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleEmbedAnalytics extends JGoogleEmbed
{
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/google/embed/maps.php
Expand Up @@ -14,7 +14,8 @@
/**
* Google Maps embed class for the Joomla Platform.
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Use the `joomla/google` package via Composer instead
*/
class JGoogleEmbedMaps extends JGoogleEmbed
{
Expand Down

0 comments on commit fc49b24

Please sign in to comment.