Skip to content

Commit

Permalink
Merge pull request #277 from vladyslavstartsev/jira-to-gh-issues
Browse files Browse the repository at this point in the history
remove dead links
  • Loading branch information
jwage committed Jan 8, 2019
2 parents e895b8c + f21ea19 commit 2e9bac0
Show file tree
Hide file tree
Showing 40 changed files with 677 additions and 655 deletions.
6 changes: 3 additions & 3 deletions source/blog/2008-10-19-the-bleeding-edge-website-upgraded.md
Expand Up @@ -10,13 +10,13 @@ awesomeness that is [symfony](http://www.symfony-project.com) 1.2. I
upgraded the Doctrine website to 1.2 as well as Doctrine 1.1. I had
several schema changes that I migrated to production with the new
[Migrations
features](http://www.doctrine-project.org/blog/new-to-migrations-in-1-1)
features](https://www.doctrine-project.org/2008/10/18/new-to-migrations-in-1-1.html)
that were mentioned previously on the blog. It made the upgrade of the
website much easier. The primary motivation for diving in to this was a
blog post made on
[10/18/2008](http://www.symfony-project.org/blog/2008/10/18/spice-up-your-forms-with-some-nice-widgets-and-validators)
[10/18/2008](https://symfony.com/blog/spice-up-your-forms-with-some-nice-widgets-and-validators)
and
[10/14/2008](http://www.symfony-project.org/blog/2008/10/14/new-in-symfony-1-2-make-your-choice)
[10/14/2008](https://symfony.com/blog/new-in-symfony-1-2-make-your-choice)
where Fabien talks about forms in symfony 1.2.

Below is an overview of some of the changes made.
Expand Down
4 changes: 2 additions & 2 deletions source/blog/2008-10-26-symfony-doctrine-schema-manager.md
Expand Up @@ -15,9 +15,9 @@ Something I've always thought would be fun to build and has been one of
the most requested items by users is a nice web based interface for
managing your schema and generate your models from it. With the [new
form
framework](http://www.symfony-project.org/blog/2008/10/18/spice-up-your-forms-with-some-nice-widgets-and-validators)
framework](https://symfony.com/blog/spice-up-your-forms-with-some-nice-widgets-and-validators)
as of [symfony
1.1](http://www.symfony-project.org/blog/2008/06/30/the-wait-is-over-symfony-1-1-released)
1.1](https://symfony.com/blog/the-wait-is-over-symfony-1-1-released)
, you can build rich forms with a nice OOP interface. This made it
extremely easy to make the schema manager feature of the
[sfDoctrineManagerPlugin](http://www.symfony-project.com/plugins/sfDoctrineManagerPlugin).
Expand Down
6 changes: 3 additions & 3 deletions source/blog/2008-12-03-first-1-1-alpha-version-released.md
Expand Up @@ -12,11 +12,11 @@ cycles before releasing the stable version.

This new version is sporting dozens of enhancements and even more bug
fixes. Primarily the [new scalar hydration
type](http://www.doctrine-project.org/blog/new-hydration-modes-for-doctrine-1-1)
type](https://www.doctrine-project.org/2008/10/12/new-hydration-modes-for-doctrine-1-1.html)
, [the migration diff
tool](http://www.doctrine-project.org/blog/new-to-migrations-in-1-1) ,
tool](https://www.doctrine-project.org/2008/10/18/new-to-migrations-in-1-1.html) ,
and other [miscellaneous new
features](http://www.doctrine-project.org/blog/doctrine-1-1-development-begins).
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
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2009-03-03-doctrine-1-1-documentation.md
Expand Up @@ -7,7 +7,7 @@ permalink: /2009/03/03/doctrine-1-1-documentation.html
---
Today I have begun updating the documentation to reflect the changes
made in 1.1 and [The Guide to Doctrine for
PHP](http://www.doctrine-project.org/documentation/manual/1_1/en) is now
PHP](https://www.doctrine-project.org/projects/doctrine1/en/latest/) is now
available. We still have some more changes to make but most things have
been updated and added.

Expand Down
4 changes: 2 additions & 2 deletions source/blog/2009-05-29-doctrine-lazy-loading.md
Expand Up @@ -109,10 +109,10 @@ How?

If you need help with keeping track of how many queries you have per
page, frameworks like
[Symfony](http://www.symfony-project.org/book/1_0/16-Application-Management-Tools#chapter_16_sub_web_debug_toolbar)
[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
show you how many queries you have per page. Or of course you can always
use the
[Profiling](http://www.doctrine-project.org/documentation/manual/1_1/en/component-overview:profiler)
[Profiling](https://www.doctrine-project.org/projects/doctrine1/en/latest/manual/component-overview.html#profiler)
tool built in to Doctrine to log the queries in your application and
keep track of it that way.
2 changes: 1 addition & 1 deletion source/blog/2009-06-24-thank-you-servergrove.md
Expand Up @@ -6,7 +6,7 @@ categories: []
permalink: /2009/06/24/thank-you-servergrove.html
---
As you all may know, we recently
[moved](http://www.doctrine-project.org/blog/doctrine-changing-homes)
[moved](https://www.doctrine-project.org/2009/06/16/doctrine-changing-homes.html)
the Doctrine infrastructure to a brand new home. This is all thanks to
[ServerGrove](http://www.servergrove.net/). I contacted them a few
months ago about potentially sponsoring us and they did not hesitate one
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2009-08-07-doctrine2-batch-processing.md
Expand Up @@ -198,7 +198,7 @@ Good stuff!
More information on bulk operations with Doctrine 2 can be found in the
(very new) online manual that is still a work in progress:

http://www.doctrine-project.org/documentation/manual/2\_0/en/batch-processing
https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/batch-processing.html#batch-processing

UPDATE
======
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2009-08-15-doctrine2-native-queries.md
Expand Up @@ -61,4 +61,4 @@ More on NativeQuery and ResultSetMapping can be found in the new
documentation under:

[Documentation - Native
Sql](http://www.doctrine-project.org/documentation/manual/2_0/en/native-sql)
Sql](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/native-sql.html#native-sql)
4 changes: 2 additions & 2 deletions source/blog/2009-09-01-doctrine2-preview-release.md
Expand Up @@ -61,15 +61,15 @@ Documentation
=============

The documentation for Doctrine 2 can be found
[here](http://www.doctrine-project.org/documentation/2_0/en). Please be
[here](https://www.doctrine-project.org/projects/doctrine-orm/en/current/). Please be
aware that the documentation is still a work in progress and not all
areas have been completed.

Sandbox
=======

To get started quickly, please check out our [sandbox quickstart
tutorial](http://www.doctrine-project.org/documentation/manual/2_0/en/introduction#sandbox-quickstart).
tutorial](https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html).
You can also obtain Doctrine 2.0.0 ALPHA1 via a PEAR package like normal
which can be found on the
[download](http://www.doctrine-project.org/download)
Expand Down
18 changes: 9 additions & 9 deletions source/blog/2009-10-07-doctrine-2-documentation.md
Expand Up @@ -17,25 +17,25 @@ started, code examples, best practices, etc.

The Guide to Doctrine for PHP starts off with the following chapters...

- [Introduction](http://www.doctrine-project.org/documentation/manual/2_0/en/introduction)
- [Architecture](http://www.doctrine-project.org/documentation/manual/2_0/en/architecture)
- [Configuration](http://www.doctrine-project.org/documentation/manual/2_0/en/configuration)
- [Introduction](https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html)
- [Architecture](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/architecture.html)
- [Configuration](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/configuration.html)
- [Basic
Mapping](http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping)
Mapping](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html)
- [...and
more](http://www.doctrine-project.org/documentation/manual/2_0/en)
more](https://www.doctrine-project.org/projects/doctrine-orm/en/current/)

The following chapters have been completed and updated recently...

- [Events](http://www.doctrine-project.org/documentation/manual/2_0/en/events)
- [Tools](http://www.doctrine-project.org/documentation/manual/2_0/en/tools)
- [Events](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html)
- [Tools](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/tools.html)

We also have a cookbook with a few articles already too...

- [Implementing ArrayAccess for domain
objects](http://www.doctrine-project.org/documentation/cookbook/2_0/en/implementing-arrayaccess-for-domain-objects)
objects](https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/implementing-arrayaccess-for-domain-objects.html)
- [Implementing the NOTIFY changetracking
policy](http://www.doctrine-project.org/documentation/cookbook/2_0/en/implementing-the-notify-changetracking-policy)
policy](https://www.doctrine-project.org/projects/doctrine-orm/en/current/cookbook/implementing-the-notify-changetracking-policy.html)

We hope this helps you a little bit with getting started using Doctrine
2 and that you enjoy it! :)
Expand Up @@ -15,8 +15,8 @@ New Chapters
============

- [Data
Hydrators](http://www.doctrine-project.org/documentation/manual/1_2/en/data-hydrators)
- [Extensions](http://www.doctrine-project.org/documentation/manual/1_2/en/extensions)
Hydrators](https://www.doctrine-project.org/projects/doctrine1/en/latest/manual/data-hydrators.html)
- [Extensions](https://www.doctrine-project.org/projects/doctrine1/en/latest/manual/extensions.html)

Please read over it and create
[Jira](http://www.doctrine-project.org/jira) issues for any problems or
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2010-02-17-doctrine2-behaviours-nutshell.md
Expand Up @@ -225,7 +225,7 @@ $em->merge($searchedBlogPosts[0]);

Read about Merging, Detached instances and other cool stuff of Doctrines
object model in the [Working with
Objects](http://www.doctrine-project.org/documentation/manual/2_0/en/working-with-objects#merging-entities)
Objects](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/working-with-objects.html#merging-entities)
chapter of the manual.

Versionable
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2010-02-24-doctrine2-versionable.md
Expand Up @@ -109,7 +109,7 @@ class ResourceVersion
Now we need to solve the problem of generating the `ResourceVersion`
whenever an `Versionable` entity is persisted or updated. This can be
done by using the [Doctrine EventManager
API](http://www.doctrine-project.org/documentation/manual/2_0/en/events).
API](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html).
We will implement the `EventSubscriber` interface and hook into the
"onFlush" event.

Expand Down
4 changes: 2 additions & 2 deletions source/blog/2010-03-13-doctrine2-validations.md
Expand Up @@ -133,7 +133,7 @@ extension, which requires another type of event called "onFlush".
Also read:

- [Doctrine 2 Manual:
Events](http://www.doctrine-project.org/documentation/manual/2_0/en/events#lifecycle-events)
Events](https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/events.html#lifecycle-events)
- [Doctrine 2 Blog: A reusable Versionable
Behaviour](http://www.doctrine-project.org/blog/doctrine2-versionable)
Behaviour](https://www.doctrine-project.org/2010/02/24/doctrine2-versionable.html)

2 changes: 1 addition & 1 deletion source/blog/2010-03-17-doctrine-performance-revisited.md
Expand Up @@ -10,7 +10,7 @@ performant ORM experience we are often confronted with benchmarks and
have been talking about performance topics since last year in several
talks at many different conferences, and Roman has [talked about his
opinion on such benchmarks on this
blog](http://www.doctrine-project.org/blog/php-benchmarking-mythbusters).
blog](https://www.doctrine-project.org/2009/11/18/php-benchmarking-mythbusters.html).

Recently Francois Zaninotto, lead developer of the soon to be released
Propel 1.5 (currently in beta) [wrote a blog
Expand Down
Expand Up @@ -6,7 +6,7 @@ categories: []
permalink: /2010/03/21/doctrine-2-give-me-my-constructor-back.html
---
At [ConFoo
2010](http://www.doctrine-project.org/blog/doctrine-2-at-confoo-2010)
2010](https://www.doctrine-project.org/2010/03/15/doctrine-2-at-confoo-2010.html)
during my presentation, someone asked about the constructor of entities
in Doctrine 2 and whether or not it could be used. I think this is
something worth writing about since in Doctrine 1 this was not possible.
Expand Down
14 changes: 7 additions & 7 deletions source/blog/2010-06-15-doctrine2-beta2-released.md
Expand Up @@ -7,7 +7,7 @@ permalink: /2010/06/15/doctrine2-beta2-released.html
---
Today we are happy to announce the immediate availability of the second
beta version of Doctrine2. This is the first release after the
[split](http://www.doctrine-project.org/blog/bringing-it-all-together)
[split](https://www.doctrine-project.org/2010/05/27/bringing-it-all-together.html)
of Doctrine2 into three independent projects, Common, DBAL and ORM. This
change took longer than we expected but we are back to our SVN
productivity now and strive to surpass it utilizing Git.
Expand All @@ -21,29 +21,29 @@ Common

- Added ClassLoader\#classExists as well as
ClassLoader\#getClassLoader methods
[DCOM-7](http://www.doctrine-project.org/jira/browse/DCOM-7)
[DCOM-7](https://github.com/doctrine/common/issues/669)
- Changes to Annotation Parser with regards to Autoloading Annotation
Classes

DBAL
====

- New Driver support for Microsoft PDO Sqlsrv Extension
[DBAL-10](http://www.doctrine-project.org/jira/browse/DBAL-10)
[DBAL-10](https://github.com/doctrine/dbal/issues/927)
- Fixed Mssql/Sqlsrv Platforms and SchemaManager
[DBAL-8](http://www.doctrine-project.org/jira/browse/DBAL-8)
[DBAL-8](https://github.com/doctrine/dbal/issues/2031)
- New Driver and Platform Support for DB2 (PDO\_DB2 and IBM\_DB2
Extensions)
[DDC-494](http://www.doctrine-project.org/jira/browse/DDC-494)
[DDC-494](https://github.com/doctrine/orm/issues/4999)

ORM
===

- Basic Pessimistic Locking support using FOR UPDATE or vendor
specific shared locks
[DDC-178](http://www.doctrine-project.org/jira/browse/DDC-178)
[DDC-178](https://github.com/doctrine/orm/issues/2432)
- Added a Validate Mapping CLI Task
[DDC-515](http://www.doctrine-project.org/jira/browse/DDC-515)
[DDC-515](https://github.com/doctrine/orm/issues/5023)

Download
--------
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2010-07-12-doctrine2-large-collections.md
Expand Up @@ -86,7 +86,7 @@ As you can see this is very simple to use, but also missing some bits:
basis, which would eliminate possible max memory problems compared
to the complete hydration of a collection.
- Methods link()/unlink() like described in
[DDC-128](http://www.doctrine-project.org/jira/browse/DDC-128)
[DDC-128](https://github.com/doctrine/orm/issues/1892)

I hope I got your attention and maybe someone has an interest in
extending the LargeCollection a little bit more.
4 changes: 2 additions & 2 deletions source/blog/2010-07-27-dbal2-beta3-released.md
Expand Up @@ -11,12 +11,12 @@ released Doctrine DBAL 2.0.0BETA3 today. Noteworthy changes include:
- BC Break: Changed behaviour of Postgres and Oracle DateTime now
without Timezone (TIMESTAMP WITHOUT TIME ZONE instead of TIMESTAMP
WITH TIME ZONE) See [Ticket
DBAL-22](http://www.doctrine-project.org/jira/browse/DBAL-22) for
DBAL-22](https://github.com/doctrine/dbal/issues/1394) for
more details aswell as migration issues for PostgreSQL and Oracle.
This will be re-announced for the ORM Beta 3 release, which is
affected from this change.
- SQL Loggers can now log execution times of queries
[DBAL-11](http://www.doctrine-project.org/jira/browse/DBAL-11)
[DBAL-11](https://github.com/doctrine/dbal/issues/1037)
- Several Issue with AutoIncrement Detection in Doctrine

A total of 13 issues on DBAL has been fixed.
Expand Down
Expand Up @@ -6,7 +6,7 @@ categories: []
permalink: /2010/07/27/document-oriented-databases-vs-relational-databases.html
---
[My last
post](http://www.doctrine-project.org/blog/mongodb-for-ecommerce)
post](https://www.doctrine-project.org/2010/07/22/mongodb-for-ecommerce.html)
brought up a lot of questions on the differences between
document-oriented and relational databases, possible use cases for each
and approaches and gotchas one should remember when dealing with either.
Expand Down
Expand Up @@ -10,7 +10,7 @@ Doctrine MongoDB Object Document Mapper (ODM). The release contains
several bug fixes and a few enhancements. You now have the ability to
mix types of documents in references and embedded documents. You can
read the [blog
post](http://www.doctrine-project.org/blog/mixing-types-of-documents)
post](https://www.doctrine-project.org/2010/07/20/mixing-types-of-documents.html)
about mixing types of documents to learn more.

<h2>
Expand Down
Expand Up @@ -21,7 +21,7 @@ be required to add another column `id` on the article\_translations
table and enforce a unique constraint on article\_id + language.

Under the umbrella of
[DDC-117](http://www.doctrine-project.org/jira/browse/DDC-117) and some
[DDC-117](https://github.com/doctrine/orm/issues/1772) and some
related tickets there were discussions about adding a feature that would
help solve this problem: Allowing to add @Id to @ManyToOne or @OneToOne
mappings. I committed this feature into an experimental Git branch today
Expand Down
4 changes: 2 additions & 2 deletions source/blog/2011-01-13-roadmap-doctrine2.md
Expand Up @@ -29,7 +29,7 @@ You can already start testing 2.1 development with two new features as
of last week:

- [Foreign Keys as Primary
Keys](http://www.doctrine-project.org/jira/browse/DDC-117)
Keys](https://github.com/doctrine/orm/issues/1772)
- [Extra Lazy
Collections](http://www.doctrine-project.org/jira/browse/DDC-546)
Collections](https://github.com/doctrine/orm/issues/5053)

2 changes: 1 addition & 1 deletion source/blog/2011-09-25-doctrine-maintenance-sep2011.md
Expand Up @@ -17,6 +17,6 @@ ORM 2.1.2.

A total of 20 bugs have been fixed in all 3 components. The DBAL release
contains a security fix for the Oracle driver fixing [a possible SQL
injection issue](http://www.doctrine-project.org/jira/browse/DBAL-164).
injection issue](https://github.com/doctrine/dbal/issues/1321).
If you are using Oracle please update immediately. This security fix was
backported to 2.0 and a new 2.0.9 version was released.
2 changes: 1 addition & 1 deletion source/blog/2012-08-29-doctrine-2-3-rc2.md
Expand Up @@ -19,7 +19,7 @@ for details:
- [DBAL](https://github.com/doctrine/dbal/blob/master/UPGRADE)

See the [2.3 Beta blog
post](http://www.doctrine-project.org/blog/doctrine-2-3-beta.html) for
post](https://www.doctrine-project.org/2012/07/16/doctrine-2-3-beta.html) for
some information about changes in 2.3.

You can install the release candidate through
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2012-09-05-doctrine-2-3-rc3.md
Expand Up @@ -19,7 +19,7 @@ for details:
- [DBAL](https://github.com/doctrine/dbal/blob/master/UPGRADE)

See the [2.3 Beta blog
post](http://www.doctrine-project.org/blog/doctrine-2-3-beta.html) for
post](https://www.doctrine-project.org/2012/07/16/doctrine-2-3-beta.html) for
some information about changes in 2.3.

You can install the release candidate through
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2012-09-17-doctrine-2-3-rc4.md
Expand Up @@ -19,7 +19,7 @@ for details:
- [DBAL](https://github.com/doctrine/dbal/blob/master/UPGRADE)

See the [2.3 Beta blog
post](http://www.doctrine-project.org/blog/doctrine-2-3-beta.html) for
post](https://www.doctrine-project.org/2012/07/16/doctrine-2-3-beta.html) for
some information about changes in 2.3.

You can install the release candidate through
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2014-01-01-dbal-242-252beta1.md
Expand Up @@ -24,7 +24,7 @@ version using Composer and the following `composer.json` contents:
You can see all the changes on Jira:

- [DBAL
2.4.2](http://www.doctrine-project.org/jira/browse/DBAL/fixforversion/10620)
2.4.2](https://github.com/doctrine/dbal/releases/tag/v2.4.2)

In the first 10 month of 2013 we watched the number of open issues cross
100 and peak at 250 in mid November, unable to do much about it due to
Expand Down
2 changes: 1 addition & 1 deletion source/blog/2014-09-11-orm-244.md
Expand Up @@ -7,7 +7,7 @@ permalink: /2014/09/11/orm-244.html
---
We are happy to announce the immediate availability of Doctrine ORM
2.4.4, which fixes a minor regression introduced by
[DDC-2996](http://www.doctrine-project.org/jira/browse/DDC-2996).
[DDC-2996](https://github.com/doctrine/orm/issues/3760).

You can find all the changes on JIRA:

Expand Down
2 changes: 1 addition & 1 deletion source/blog/2014-10-06-orm-246.md
Expand Up @@ -11,7 +11,7 @@ We are happy to announce the immediate availability of Doctrine ORM
We fixed a PHP 5.6 compatibility issue which prevented usage of entities
extending from internal PHP classes or implementing the `Serializable`
interface with the ORM:
[DDC-3120](http://www.doctrine-project.org/jira/browse/DDC-3120).
[DDC-3120](https://github.com/doctrine/orm/issues/3897).

You can find all the changes on JIRA:

Expand Down
6 changes: 3 additions & 3 deletions source/blog/2014-12-16-orm-247.md
Expand Up @@ -10,13 +10,13 @@ We are happy to announce the immediate availability of Doctrine ORM

The release includes a fix for `null` values in column mapping options
support:
[DDC-3425](http://www.doctrine-project.org/jira/browse/DDC-3425) We also
[DDC-3425](https://github.com/doctrine/orm/issues/4231) We also
fixed various `Paginator` tool issues: - allowing DQL queries that have
`HIDDEN` selected fields appearing both in the `SELECT` and the
`ORDER BY` clauses:
[DDC-3434](http://www.doctrine-project.org/jira/browse/DDC-3434) -
[DDC-3434](https://github.com/doctrine/orm/issues/4241) -
allowing DQL queries that have `SELECT` clauses containing parameters:
[DDC-3336](http://www.doctrine-project.org/jira/browse/DDC-3336)
[DDC-3336](https://github.com/doctrine/orm/issues/4133)

You can find all the changes on JIRA:

Expand Down

0 comments on commit 2e9bac0

Please sign in to comment.