Skip to content

Commit

Permalink
Set the name of the repo to be symphonycms
Browse files Browse the repository at this point in the history
It changes all occurences of 'symphony-2'

Fixes #2373

Picked from aefa431
Picked from ec309da
  • Loading branch information
nitriques committed Apr 8, 2019
1 parent 0506a98 commit 2ad2f73
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 32 deletions.
6 changes: 3 additions & 3 deletions .docs/dev/CONTRIBUTING.md
Expand Up @@ -12,8 +12,8 @@ Before you start, there's a couple of things you might like to know.

## Our Issue Tracker

All Symphony's issues are tracked on our [issue tracker](https://github.com/symphonycms/symphony-2/issues).
For a better understanding of the tags used on the tracker, [check out our handy reference guide](https://github.com/symphonycms/symphony-2/wiki/Issue-Tracker-Tag-Reference).
All Symphony's issues are tracked on our [issue tracker](https://github.com/symphonycms/symphonycms/issues).
For a better understanding of the tags used on the tracker, [check out our handy reference guide](https://github.com/symphonycms/symphonycms/wiki/Issue-Tracker-Tag-Reference).
All issues are open for contribution, but if there is already a user assigned it's probably best to check in with them first to see if they'd like a hand.

## Roadmap
Expand Down Expand Up @@ -48,7 +48,7 @@ The `lts` branch contains the latest Long Term Support version, which may or may

### Commenting

We use PHPDoc and JSDoc to comment the Symphony core, so please comment all new functions and classes accordingly. We use a fork of PHPDoctor to [generate](https://github.com/symphonycms/symphony-2/wiki/Creating-API-Documentation) the [API Docs](https://www.getsymphony.com/learn/api/).
We use PHPDoc and JSDoc to comment the Symphony core, so please comment all new functions and classes accordingly. We use a fork of PHPDoctor to [generate](https://github.com/symphonycms/symphonycms/wiki/Creating-API-Documentation) the [API Docs](https://www.getsymphony.com/learn/api/).
This is an example PHPDoc comment:

/**
Expand Down
6 changes: 3 additions & 3 deletions .docs/dev/INSTALLING.md
Expand Up @@ -10,7 +10,7 @@ Before installation, read the [notes on file permissions](#file-permissions).

1. Clone the Symphony Git repository to the desired location:

git clone git://github.com/symphonycms/symphony-2.git target-directory
git clone git://github.com/symphonycms/symphonycms.git target-directory
cd target-directory

(Replace `target-directory` with your chosen new directory name.)
Expand Down Expand Up @@ -40,7 +40,7 @@ Before installation, read the [notes on file permissions](#file-permissions).
git clone git://github.com/symphonycms/workspace.git

1. _(Optional)_ You can also provide the `manifest/unattended.php` file to pre-fill information.
The is an empty unattended.php file [in the code source](https://github.com/symphonycms/symphony-2/blob/master/install/includes/unattend.php).
The is an empty unattended.php file [in the code source](https://github.com/symphonycms/symphonycms/blob/master/install/includes/unattend.php).

1. Point your web browser at the `install` subdirectory (e.g., `http://example.com/install/`) and provide details on establishing a database connection and your server environment.

Expand All @@ -64,7 +64,7 @@ The is an empty unattended.php file [in the code source](https://github.com/symp
- `/vendor`

1. _(Optional)_ You can also provide the `manifest/unattended.php` file to pre-fill information.
The is an empty unattended.php file [in the code source](https://github.com/symphonycms/symphony-2/blob/master/install/includes/unattend.php).
The is an empty unattended.php file [in the code source](https://github.com/symphonycms/symphonycms/blob/master/install/includes/unattend.php).

1. Point your web browser at the `install` subdirectory (e.g., `http://example.com/install/`) and provide details on establishing a database connection and your server environment.

Expand Down
2 changes: 1 addition & 1 deletion .docs/dev/UPDATING-LTS.md
Expand Up @@ -38,7 +38,7 @@ Version `2.0.5` introduced multiple includable elements in the Data Source Edito

## Updating via Git

1. Pull from the `lts` branch at `git://github.com/symphonycms/symphony-2.git`
1. Pull from the `lts` branch at `git://github.com/symphonycms/symphonycms.git`

1. Use the following two commands to bring extensions up to date:

Expand Down
4 changes: 2 additions & 2 deletions .docs/dev/UPDATING.md
Expand Up @@ -19,7 +19,7 @@ Before updating, be sure to consult the [extension compatibility table](https://

## Updating via Git

1. Pull from the `master` branch at `git://github.com/symphonycms/symphony-2.git`
1. Pull from the `master` branch at `git://github.com/symphonycms/symphonycms.git`

1. Update all extensions to their latest versions.

Expand All @@ -40,7 +40,7 @@ Before updating, be sure to consult the [extension compatibility table](https://

Follow the instructions below if you are updating not from git.

1. Download the [latest release tar ball](https://github.com/symphonycms/symphony-2/releases).
1. Download the [latest release tar ball](https://github.com/symphonycms/symphonycms/releases).

1. Unzip it and copy the content in your current project.

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -3,4 +3,4 @@ PHP version(s) :
MySQL version(s):
OS(es) :

Please follow the guideline for security bug disclosure https://github.com/symphonycms/symphony-2/wiki/Security-Bug-Disclosure
Please follow the guideline for security bug disclosure https://github.com/symphonycms/symphonycms/wiki/Security-Bug-Disclosure
2 changes: 1 addition & 1 deletion .well-known/security.txt
@@ -1,4 +1,4 @@
# Please contact us for security related issues
Contact: team@getsymphony.com
Encryption: https://www.getsymphony.com/.well-known/pgp.txt
Policy: https://github.com/symphonycms/symphony-2/wiki/Security-Bug-Disclosure
Policy: https://github.com/symphonycms/symphonycms/wiki/Security-Bug-Disclosure
2 changes: 1 addition & 1 deletion LICENCE
@@ -1,5 +1,5 @@
Copyright 2008-2015 Alistair Kearney, Allen Chang, Scott Hughes
Copyright 2016-2018 Symphony CMS Community (https://github.com/symphonycms/symphony-2/graphs/contributors)
Copyright 2016-2018 Symphony CMS Community (https://github.com/symphonycms/symphonycms/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions README.markdown
@@ -1,6 +1,6 @@
# Symphony 2

[![Join the chat at https://gitter.im/symphonycms/symphony-2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/symphonycms/symphony-2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/symphonycms/symphony-2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/symphonycms/symphony-2)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg?style=flat-square)](https://php.net/)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/symphonycms/symphony-2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/symphonycms/symphony-2/?branch=master)
[![Build Status](https://travis-ci.org/symphonycms/symphony-2.svg?branch=master)](https://travis-ci.org/symphonycms/symphony-2)
Expand All @@ -11,8 +11,8 @@
- Version: 2.7.10
- Date: 8th April 2019
- [Release notes](https://www.getsymphony.com/download/releases/version/2.7.10/)
- [Github repository](https://github.com/symphonycms/symphony-2/tree/2.7.10)
- [MIT Licence](https://github.com/symphonycms/symphony-2/blob/master/LICENCE)
- [Github repository](https://github.com/symphonycms/symphonycms/tree/2.7.10)
- [MIT Licence](https://github.com/symphonycms/symphonycms/blob/master/LICENCE)

## Contents

Expand All @@ -36,7 +36,8 @@ Useful places:
- [The Symphony website](https://www.getsymphony.com/)
- [The Symphony forum](https://www.getsymphony.com/discuss/)
- [Symphony Extensions](http://symphonyextensions.com/)
- [Contributing to Symphony](https://github.com/symphonycms/symphony-2/wiki/Contributing-to-Symphony)
- [DEV chat room](https://gitter.im/symphonycms/symphony-2)
- [HELP chat room](https://gitter.im/symphonycms/symphony-2/help)

## Server requirements

Expand All @@ -51,4 +52,4 @@ Useful places:

## Responsible Security Disclosure

Please follow [the guideline for security bug disclosure](https://github.com/symphonycms/symphony-2/wiki/Security-Bug-Disclosure).
Please follow [the guideline for security bug disclosure](https://github.com/symphonycms/symphonycms/wiki/Security-Bug-Disclosure).
6 changes: 3 additions & 3 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "symphonycms/symphony-2",
"name": "symphonycms/symphonycms",
"version": "2.7.10",
"description": "Symphony is a PHP & MySQL based CMS that utilises XML and XSLT as its core technologies.",
"homepage": "https://www.getsymphony.com",
Expand All @@ -12,8 +12,8 @@
],
"support": {
"forum": "https://www.getsymphony.com/discuss/",
"issues": "https://github.com/symphonycms/symphony-2/issues",
"wiki": "https://github.com/symphonycms/symphony-2/wiki"
"issues": "https://github.com/symphonycms/symphonycms/issues",
"wiki": "https://github.com/symphonycms/symphonycms/wiki"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
Expand Down
2 changes: 1 addition & 1 deletion install/lib/class.updaterpage.php
Expand Up @@ -51,7 +51,7 @@ protected function viewNoupdate()
$h2 = new XMLElement('h2', __('Symphony can not be updated'));
$p = new XMLElement('p', __('The version of Symphony you are not running is not a %s.', [
__('%s2.7.x LTS version%s', [
'<a href="https://github.com/symphonycms/symphony-2/tree/lts" target="_blank">', '</a>'
'<a href="https://github.com/symphonycms/symphonycms/tree/lts" target="_blank">', '</a>'
])
]));
$p2 = new XMLElement('p', __('You need to %s before updating to a newer version.', [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://www.getsymphony.com",
"repository": {
"type": "git",
"url": "https://github.com/symphonycms/symphony-2.git"
"url": "https://github.com/symphonycms/symphonycms.git"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion symphony/lib/interface/interface.exportablefield.php
Expand Up @@ -9,7 +9,7 @@
* the field export API proposal.
*
* @since Symphony 2.3.1
* @link https://github.com/symphonycms/symphony-2/issues/1394
* @link https://github.com/symphonycms/symphonycms/issues/1394
*/
interface ExportableField
{
Expand Down
2 changes: 1 addition & 1 deletion symphony/lib/interface/interface.importablefield.php
Expand Up @@ -9,7 +9,7 @@
* the field import API.
*
* @since Symphony 2.3.1
* @link https://github.com/symphonycms/symphony-2/issues/1394
* @link https://github.com/symphonycms/symphonycms/issues/1394
*/
interface ImportableField
{
Expand Down
8 changes: 4 additions & 4 deletions symphony/lib/toolkit/class.administrationpage.php
Expand Up @@ -526,7 +526,7 @@ public function build(array $context = array())
*
* @uses CanAccessPage
*
* @link http://github.com/symphonycms/symphony-2/blob/master/symphony/assets/xml/navigation.xml
* @link http://github.com/symphonycms/symphonycms/blob/master/symphony/assets/xml/navigation.xml
* @return boolean
* true if the Author can access the current page, false otherwise
*/
Expand Down Expand Up @@ -979,7 +979,7 @@ public function getNavigationArray()
* This method fills the `$nav` array with value
* from the `ASSETS/xml/navigation.xml` file
*
* @link http://github.com/symphonycms/symphony-2/blob/master/symphony/assets/xml/navigation.xml
* @link http://github.com/symphonycms/symphonycms/blob/master/symphony/assets/xml/navigation.xml
*
* @since Symphony 2.3.2
*
Expand Down Expand Up @@ -1249,8 +1249,8 @@ private static function createChildNavItem($item, $extension_handle)
* the navigation.
*
* @uses NavigationPostBuild
* @link https://github.com/symphonycms/symphony-2/blob/master/symphony/assets/xml/navigation.xml
* @link https://github.com/symphonycms/symphony-2/blob/master/symphony/lib/toolkit/class.extension.php
* @link https://github.com/symphonycms/symphonycms/blob/master/symphony/assets/xml/navigation.xml
* @link https://github.com/symphonycms/symphonycms/blob/master/symphony/lib/toolkit/class.extension.php
*/
public function __buildNavigation()
{
Expand Down
2 changes: 1 addition & 1 deletion symphony/lib/toolkit/class.database.php
Expand Up @@ -390,7 +390,7 @@ public function isLoggingEnabled()
*
* @throws DatabaseException
* @link https://dev.mysql.com/doc/refman/5.6/en/time-zone-support.html
* @link https://github.com/symphonycms/symphony-2/issues/1726
* @link https://github.com/symphonycms/symphonycms/issues/1726
* @since Symphony 2.3.3
* @param string $timezone
* PHP's Human readable timezone, such as Australia/Brisbane.
Expand Down
2 changes: 1 addition & 1 deletion symphony/lib/toolkit/class.extension.php
Expand Up @@ -347,7 +347,7 @@ public function getSubscribedDelegates()
* this is not possible through this function and rather it should be done using the
* `NavigationPreRender` delegate.
*
* @link http://github.com/symphonycms/symphony-2/blob/master/symphony/assets/xml/navigation.xml
* @link http://github.com/symphonycms/symphonycms/blob/master/symphony/assets/xml/navigation.xml
* @return array
* An associative array of navigation items to add to the Navigation. This function
* defaults to returning null, which adds nothing to the Symphony navigation
Expand Down
4 changes: 2 additions & 2 deletions symphony/lib/toolkit/class.page.php
Expand Up @@ -275,7 +275,7 @@ public function generate($page = null)
* This method calls php's `header()` function
* in order to set the HTTP status code properly on all platforms.
*
* @see https://github.com/symphonycms/symphony-2/issues/1558#issuecomment-10663716
* @see https://github.com/symphonycms/symphonycms/issues/1558#issuecomment-10663716
*
* @param integer $status_code
*/
Expand Down Expand Up @@ -324,7 +324,7 @@ protected function renderHeaders()
* This function will check to ensure that this post request is not larger than
* what the server is set to handle. If it is, a notice is shown.
*
* @link https://github.com/symphonycms/symphony-2/issues/1187
* @link https://github.com/symphonycms/symphonycms/issues/1187
* @since Symphony 2.5.2
*/
public function isRequestValid()
Expand Down

0 comments on commit 2ad2f73

Please sign in to comment.