Skip to content

Commit

Permalink
http to https
Browse files Browse the repository at this point in the history
- github.com
- php.net to secure.php.net
- www.doctrine-project.org
- orientdb.org
- packagist.org
- twitter.com
- martinfowler.com
- sensiolabs.com
- en.wikipedia.org
- www.mongodb.org to www.mongodb.com
- amazon.com
- 3v4l.org
- php.budgegeria.de
- framework.zend.com
- www.sitemaps.org
- schema.org
- www.w3.org
- www.atlassian.com
- magentocommerce.com to magento.com
- mysql.com
- slideshare.net
- groups.google.com

moved non-www doctrine-project.org to version with www
  • Loading branch information
vladyslavstartsev committed Jan 8, 2019
1 parent 2e9bac0 commit aa62f02
Show file tree
Hide file tree
Showing 172 changed files with 487 additions and 487 deletions.
4 changes: 2 additions & 2 deletions config/services.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">

<services>
<defaults autowire="true" autoconfigure="true" public="false">
Expand Down
12 changes: 6 additions & 6 deletions config/team_members.yml
Expand Up @@ -26,7 +26,7 @@ parameters:
name: 'Steve Müller'
github: deeky666
avatarUrl: 'https://avatars2.githubusercontent.com/u/1411514?v=4'
website: 'http://dzh-online.de/'
website: 'https://www.dzh-online.de/'
location: 'Hamburg, Germany'
maintains: ["dbal", "coding-standard"]
greg0ire:
Expand All @@ -42,7 +42,7 @@ parameters:
twitter: guilhermeblanco
github: guilhermeblanco
avatarUrl: 'https://avatars1.githubusercontent.com/u/208883?v=4'
website: 'http://www.doctrine-project.org'
website: 'https://www.doctrine-project.org'
location: 'Toronto, ON, Canada'
maintains: ["orm", "dbal", "annotations", "doctrine1", "common", "cache", "event-manager", "lexer", "doctrine-cache-bundle"]
jmikola:
Expand Down Expand Up @@ -106,7 +106,7 @@ parameters:
twitter: srgmrzv
github: morozov
avatarUrl: 'https://avatars1.githubusercontent.com/u/59683?v=4'
website: 'http://morozov.livejournal.com/'
website: 'https://morozov.livejournal.com/'
location: 'San Jose, CA'
maintains: ["dbal"]
Ocramius:
Expand All @@ -121,7 +121,7 @@ parameters:
name: 'Tom H Anderson'
github: TomHAnderson
avatarUrl: 'https://avatars1.githubusercontent.com/u/493920?v=4'
website: 'http://tomhanderson.com'
website: 'https://tomhanderson.com/'
location: 'Salt Lake City, Utah'
maintains: ["doctrine-module"]
dbu:
Expand All @@ -135,12 +135,12 @@ parameters:
name: 'Ryan Weaver'
github: weaverryan
avatarUrl: 'https://avatars1.githubusercontent.com/u/121003?v=4'
website: 'http://knpuniversity.com'
website: 'https://symfonycasts.com/'
location: 'Grand Rapids MI'
maintains: ["rst-parser", "doctrine-bundle"]
SenseException:
name: 'Claudio Zizza'
github: 'SenseException'
avatarUrl: 'https://avatars3.githubusercontent.com/u/859964?v=4'
website: 'http://php.budgegeria.de/'
website: 'https://php.budgegeria.de/'
location: 'Karlsruhe'
2 changes: 1 addition & 1 deletion phpunit.xml.dist
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<phpunit xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
verbose="true"
Expand Down
2 changes: 1 addition & 1 deletion source/atom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<feed xmlns="https://www.w3.org/2005/Atom">
<title><![CDATA[{{ site.title }}]]></title>
<link href="{{ site.url }}/atom.xml" rel="self" />
<link href="{{ site.url }}/" />
Expand Down
Expand Up @@ -8,7 +8,7 @@ permalink: /2008/06/13/php-net-style-api-documentation-lookups.html
<p>

I have been using php.net style API lookups ever since I can remember.
It is very nice being able to simply go to http://php.net/array\_walk
It is very nice being able to simply go to https://secure.php.net/array\_walk
and have it pull up that function in the PHP API Documentation. So,
tonight i have implemented this functionality in to the Doctrine
website. Below are some examples of how you can quickly access the API
Expand Down
10 changes: 5 additions & 5 deletions source/blog/2008-10-19-the-bleeding-edge-website-upgraded.md
Expand Up @@ -44,7 +44,7 @@ releases were added thanks to my custom theme built specifically for the
Doctrine backend.

![Doctrine Releases
](http://www.doctrine-project.com/uploads/assets/api_release_list.png)
](https://www.doctrine-project.com/uploads/assets/api_release_list.png)

Edit User SVN Access
====================
Expand All @@ -54,15 +54,15 @@ widget for editing the website users svn access for all the different
Doctrine versions.

![Edit User SVN Access
](http://www.doctrine-project.com/uploads/assets/edit_user_svn_access.png)
](https://www.doctrine-project.com/uploads/assets/edit_user_svn_access.png)

Doctrine Release Points
=======================

List of all the Doctrine sub-release points.

![Doctrine Release Points
](http://www.doctrine-project.com/uploads/assets/api_release_points_list.png)
](https://www.doctrine-project.com/uploads/assets/api_release_points_list.png)

Edit Doctrine Release
=====================
Expand All @@ -71,12 +71,12 @@ Edit a Doctrine release and control its stability as well as other
information.

![Edit Doctrine Release
](http://www.doctrine-project.com/uploads/assets/edit_api_release.png)
](https://www.doctrine-project.com/uploads/assets/edit_api_release.png)

Edit Blog Post
==============

Edit a blog post entry using markdown syntax.

![Edit Blog
Post](http://www.doctrine-project.com/uploads/assets/edit_blog_post.png)
Post](https://www.doctrine-project.com/uploads/assets/edit_blog_post.png)
4 changes: 2 additions & 2 deletions source/blog/2008-11-25-doctrine-1-0-4-released.md
Expand Up @@ -9,5 +9,5 @@ Today we are happy to introduce the immediate availability of Doctrine
1.0.4. This is a major bug fix release for the 1.0 branch of Doctrine.
It contains over 75 bug fixes and it is recommended that you upgrade as
soon as possible. As always you can view the [change
log](http://www.doctrine-project.org/change_log/1_0_4) on the website
and [download here](http://www.doctrine-project.org/download).
log](https://www.doctrine-project.org/change_log/1_0_4) on the website
and [download here](https://www.doctrine-project.org/download).
2 changes: 1 addition & 1 deletion source/blog/2008-12-03-first-1-1-alpha-version-released.md
Expand Up @@ -19,6 +19,6 @@ and other [miscellaneous new
features](https://www.doctrine-project.org/2008/10/02/doctrine-1-1-development-begins.html).

You can download the package
[here](http://www.doctrine-project.org/download) and read some
[here](https://www.doctrine-project.org/download) and read some
documentation on the changes and new features
[here](http://trac.doctrine-project.org/browser/branches/1.1/UPGRADE_TO_1_1).
6 changes: 3 additions & 3 deletions source/blog/2008-12-11-double-dose-of-doctrine.md
Expand Up @@ -7,11 +7,11 @@ permalink: /2008/12/11/double-dose-of-doctrine.html
---
Today I am happy to introduce two new versions of Doctrine! We have made
available yet another maintenance release for the 1.0 version,
[1.0.5](http://www.doctrine-project.org/download). This release contains
[1.0.5](https://www.doctrine-project.org/download). This release contains
dozens of fixes that are logged
[here](http://www.doctrine-project.org/change_log/1_0_5). In addition to
[here](https://www.doctrine-project.org/change_log/1_0_5). In addition to
the monthly 1.0.x maintenance release, we have made available the [first
beta of the 1.1](http://www.doctrine-project.org/download) development
beta of the 1.1](https://www.doctrine-project.org/download) development
branch of Doctrine.

This is exciting news because this means we are very close to releasing
Expand Down
4 changes: 2 additions & 2 deletions source/blog/2009-01-05-doctrine-1-0-6-released.md
Expand Up @@ -19,7 +19,7 @@ years. I hope everyone enjoyed the holidays as much as I did.
Anyways, on my first day back I am happy to introduce the freshly
packaged Doctrine 1.0.6 bug fix release. This release contains dozens of
fixes and the change log can be read
[here](http://www.doctrine-project.org/change_log/1_0_6). It is strongly
[here](https://www.doctrine-project.org/change_log/1_0_6). It is strongly
encouraged that you upgrade as soon as possible.

Doctrine 1.1
Expand All @@ -29,4 +29,4 @@ On a side note, we will be releasing the 2nd beta of 1.1 later this week
and we have a few other surprises that will be a part of the 1.1 stable
release. So, you will have to stick around to see what we have planned.
You can check out what is new in 1.1 by reading the
[upgrade](http://www.doctrine-project.org/upgrade/1_1) file.
[upgrade](https://www.doctrine-project.org/upgrade/1_1) file.
4 changes: 2 additions & 2 deletions source/blog/2009-01-06-2nd-1-1-beta-released.md
Expand Up @@ -30,7 +30,7 @@ Development Highlights
with temporary generated models not being cleaned up properly

You can also check out the [detailed
documentation](http://www.doctrine-project.org/upgrade/1_1) of all the
documentation](https://www.doctrine-project.org/upgrade/1_1) of all the
changes that are contained in the 1.1 version of Doctrine as well as the
[changelog](http://www.doctrine-project.org/change_log/1_1_0_BETA2) to
[changelog](https://www.doctrine-project.org/change_log/1_1_0_BETA2) to
help ease the upgrade process.
Expand Up @@ -22,7 +22,7 @@ having a third beta but as the amount of tickets that came in was
practically none, we decided to move on to the release candidate stage.

As always, you can [download
here](http://www.doctrine-project.org/download) and check out the
[change log](http://www.doctrine-project.org/change_log/1_1_0_RC1) and
the [upgrade](http://www.doctrine-project.org/upgrade/1_1) document to
here](https://www.doctrine-project.org/download) and check out the
[change log](https://www.doctrine-project.org/change_log/1_1_0_RC1) and
the [upgrade](https://www.doctrine-project.org/upgrade/1_1) document to
find out what has changed in 1.1.
8 changes: 4 additions & 4 deletions source/blog/2009-01-23-introducing-doctrine-orm-for-php.md
Expand Up @@ -7,7 +7,7 @@ permalink: /2009/01/23/introducing-doctrine-orm-for-php.html
---
Today I am very happy to announce that we have a first draft available
of the new main Doctrine documentation which is titled, "[Doctrine ORM
for PHP](http://www.doctrine-project.org/documentation/manual/1_0/en)".
for PHP](https://www.doctrine-project.org/documentation/manual/1_0/en)".
The content of this documentation was re-organized and completely
re-written from the "Old Manual". The order of the chapters and sections
have been re-thought and we've tried to put them in a more logical
Expand Down Expand Up @@ -64,7 +64,7 @@ We have a few more bugs to fix in the 1.1 version then we will release
the second stable version of Doctrine, 1.1. Right before we release
Doctrine 1.1(which will hopefully also be in a week or so), we will
branch the new documentation for 1.1 and make all the necessary updates
based on [what's changed](http://www.doctrine-project.org/upgrade/1_0).
based on [what's changed](https://www.doctrine-project.org/upgrade/1_0).
Then we will release and open it to your suggestions.

Printed Book: "Doctrine ORM for PHP"
Expand All @@ -80,11 +80,11 @@ appreciation for the project and support it by purchasing a copy.
> **TIP** If you want to print a rich text version of the Book yourself
> instead of using the PDF or ordering a copy, we have implemented a
> print stylesheet so when you access the documentation
> [here](http://www.doctrine-project.org/documentation/manual/1_0/en/one-page/print)
> [here](https://www.doctrine-project.org/documentation/manual/1_0/en/one-page/print)
> you will get the version styled for printing.
* * * * *

Now go ahead and check out [Doctrine ORM for PHP - Guide to Doctrine for
PHP](http://www.doctrine-project.org/documentation/manual/1_0/en) and
PHP](https://www.doctrine-project.org/documentation/manual/1_0/en) and
bring me some feedback. :)
4 changes: 2 additions & 2 deletions source/blog/2009-01-30-new-documentation-pdf-downloads.md
Expand Up @@ -10,9 +10,9 @@ project](http://www.symfony-project.org) , we now have a new way to
generate the PDF version of our documentation. The new PDFs are a MAJOR
step up from the previous style of PDF and am very pleased with it!
Check it out by viewing the 1.0 version of [The Guide to Doctrine for
PHP](http://www.doctrine-project.org/documentation/manual/1_0/en/pdf) or
PHP](https://www.doctrine-project.org/documentation/manual/1_0/en/pdf) or
[The Doctrine
Cookbook](http://www.doctrine-project.org/documentation/cookbook/1_0/en/pdf).
Cookbook](https://www.doctrine-project.org/documentation/cookbook/1_0/en/pdf).

What is next?
=============
Expand Down
4 changes: 2 additions & 2 deletions source/blog/2009-02-03-doctrine-1-0-7-is-available.md
Expand Up @@ -6,7 +6,7 @@ categories: []
permalink: /2009/02/03/doctrine-1-0-7-is-available.html
---
Today I have made available [Doctrine
1.0.7](http://www.doctrine-project.org/download) , the latest bug fix
1.0.7](https://www.doctrine-project.org/download) , the latest bug fix
release for the 1.0 version of Doctrine. This release is a significant
one with a few dozen bugs fixed. Below is a list that highlights some of
the fixes.
Expand All @@ -27,4 +27,4 @@ Highlights

Lots of other fixes have been made in this release so if you want to see
a list of all the changes be sure to check the
[changelog](http://www.doctrine-project.org/change_log/1_0_7).
[changelog](https://www.doctrine-project.org/change_log/1_0_7).
Expand Up @@ -9,7 +9,7 @@ Today I am happy to tell you that we have two new versions of Doctrine
available for you to use. The first is the monthly maintenance release
for Doctrine 1.0 and the second is another release candidate for the
newest major version of Doctrine, 1.1. As always you can grab them from
the [downloads](http://www.doctrine-project.org/download) page.
the [downloads](https://www.doctrine-project.org/download) page.

1.0.8 Highlights
================
Expand All @@ -19,7 +19,7 @@ the [downloads](http://www.doctrine-project.org/download) page.
- Dozens and dozens of other small fixes

You can read the full change log for the 1.0.8 release
[here](http://www.doctrine-project.org/change_log/1_0_8).
[here](https://www.doctrine-project.org/change_log/1_0_8).

1.1.0-RC2 Highlights
====================
Expand All @@ -36,7 +36,7 @@ You can read the full change log for the 1.0.8 release
callbacks enabled.

You can read the full change log for the 1.1.0-RC2 release
[here](http://www.doctrine-project.org/change_log/1_1_0_RC2).
[here](https://www.doctrine-project.org/change_log/1_1_0_RC2).

<hr />

Expand Down
4 changes: 2 additions & 2 deletions source/blog/2009-03-12-get-trained-by-doctrine-experts.md
Expand Up @@ -60,5 +60,5 @@ session that works for you. You can reach me via e-mail at
<hr />

You can always see the live up-to-date SensioLabs training schedule
[here](http://www.sensiolabs.com/en/training) or on the
[homepage](http://www.doctrine-project.org) of the Doctrine website.
[here](https://training.sensiolabs.com/en/) or on the
[homepage](https://www.doctrine-project.org) of the Doctrine website.
6 changes: 3 additions & 3 deletions source/blog/2009-03-16-doctrine-1-1-released.md
Expand Up @@ -30,13 +30,13 @@ Highlights
- Plenty of other bug fixes

You can read a detailed list of all the changes made in 1.1
[here](http://www.doctrine-project.org/upgrade/1_1) in the upgrade file.
[here](https://www.doctrine-project.org/upgrade/1_1) in the upgrade file.

Download
========

As always you can get Doctrine on the
[download](http://www.doctrine-project.org/download) page or via pear.
[download](https://www.doctrine-project.org/download) page or via pear.

$ pear install pear.phpdoctrine.org/Doctrine-1.1.0

Expand All @@ -47,4 +47,4 @@ You can also check it out via svn.
If you find any problems with this release please report it on our
[trac](http://trac.doctrine-project.org) or if you have any questions
you can send it to one of our [mailing
lists](http://www.doctrine-project.org/community).
lists](https://www.doctrine-project.org/community).
6 changes: 3 additions & 3 deletions source/blog/2009-05-11-doctrine-1-0-9-and-1-1-1-released.md
Expand Up @@ -9,8 +9,8 @@ Today I am very happy to make available two new releases of Doctrine for
the 1.0 and 1.1 code bases. These are both significant bug fix releases
and it is recommended that you upgrade right away.

- [1.1.1](http://www.doctrine-project.org/download/1_1_1/format/tgz)
- [1.0.9](http://www.doctrine-project.org/download/1_0_9/format/tgz)
- [1.1.1](https://www.doctrine-project.org/download/1_1_1/format/tgz)
- [1.0.9](https://www.doctrine-project.org/download/1_0_9/format/tgz)

You can find more information about these releases as usual on the
[download](http://www.doctrine-project.org/download) page.
[download](https://www.doctrine-project.org/download) page.
2 changes: 1 addition & 1 deletion source/blog/2009-05-27-want-to-contribute-to-doctrine.md
Expand Up @@ -22,7 +22,7 @@ You can see Roman made a call to the Doctrine developers mailing list
[here](http://groups.google.com/group/doctrine-dev/browse_thread/thread/c6e4c74e1a392909)
about the issue. We are taking all the feedback in to consideration and
we have started by creating a
[contribute](http://www.doctrine-project.org/contribute) page that is
[contribute](https://www.doctrine-project.org/contribute) page that is
linked from the primary menu of the website. We hope that this will help
with new users finding information faster about how they can get started
contributing.
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2009-05-29-doctrine-lazy-loading.md
Expand Up @@ -110,7 +110,7 @@ How?
If you need help with keeping track of how many queries you have per
page, frameworks like
[Symfony](https://symfony.com/legacy/doc/gentle-introduction/1_4/en/16-Application-Management-Tools#chapter_16_sub_web_debug_toolbar)
and [Zend Framework](http://framework.zend.com) give you debug tools to
and [Zend Framework](https://framework.zend.com/) give you debug tools to
show you how many queries you have per page. Or of course you can always
use the
[Profiling](https://www.doctrine-project.org/projects/doctrine1/en/latest/manual/component-overview.html#profiler)
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2009-06-05-doctrine-statistics.md
Expand Up @@ -31,7 +31,7 @@ Downloads
> **NOTE** **These statistics don't count downloads through other
> sources such as symfony, Doctrine SVN, etc. They only track the
> downloads through the Doctrine website on the
> [Download](http://www.doctrine-project.org/download) page.**
> [Download](https://www.doctrine-project.org/download) page.**
Hopefully I can make this same post a year from now about the same thing
and Doctrine will have grown with many new versions.
6 changes: 3 additions & 3 deletions source/blog/2009-06-15-doctrine-1-0-10-and-1-1-2-released.md
Expand Up @@ -8,11 +8,11 @@ permalink: /2009/06/15/doctrine-1-0-10-and-1-1-2-released.html
Today I am happy to release two new maintenance releases for Doctrine.
As usual we have a new version for the 1.0 branch and a new version for
the 1.1 branch. The new versions can be gotten on the
[Download](http://www.doctrine-project.org/download) page.
[Download](https://www.doctrine-project.org/download) page.

You can review the changelogs for
[1.0.10](http://www.doctrine-project.org/change_log/1_0_10) and
[1.1.2](http://www.doctrine-project.org/change_log/1_1_2) to see what
[1.0.10](https://www.doctrine-project.org/change_log/1_0_10) and
[1.1.2](https://www.doctrine-project.org/change_log/1_1_2) to see what
all issues have been addressed in these releases.

On a side note, development on the Doctrine 1.2 version will begin very
Expand Down
Expand Up @@ -5,7 +5,7 @@ authorEmail:
categories: []
permalink: /2009/06/17/special-price-offer-symfony-1-2-doctrine-training-workshop.html
---
As you all may know, I work for [Sensio Labs](http://www.sensiolabs.com)
As you all may know, I work for [Sensio Labs](https://sensiolabs.com)
, the creators of the [Symfony](http://www.symfony-project.org)
framework. Sensio offers trainings in many topics, but primarily Symfony
and Doctrine. I will be teaching a training session June 29th to July
Expand Down
6 changes: 3 additions & 3 deletions source/blog/2009-06-21-website-updates.md
Expand Up @@ -11,7 +11,7 @@ of you.

I have decided to remove the Doctrine Forum forever and consolidate the
user discussions in to the
[doctrine-user](http://groups.google.com/group/doctrine-user) mailing
[doctrine-user](https://groups.google.com/forum/#!forum/doctrine-user) mailing
list which is hosted on Google Groups. I chose to do this for a few
reasons.

Expand All @@ -29,10 +29,10 @@ time...**developing Doctrine**..instead of maintaining the forum.
Some other changes I have made/fixed.

- Change Logs are now fixed from the move
- The [blog](http://www.doctrine-project.org/blog) has been enhanced
- The [blog](https://www.doctrine-project.org/blog) has been enhanced
and tags fixed
- [API
Documentation](http://www.doctrine-project.org/Doctrine_Record/1_1)
Documentation](https://www.doctrine-project.org/Doctrine_Record/1_1)
Enhanced to include browse code links so you can see the code for
each class, function, etc.
- A bunch of other small little things tweaked and fixed.
Expand Down

0 comments on commit aa62f02

Please sign in to comment.