You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/annotations.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ New annotation reader does not depend on any namespaces, for that reason you can
63
63
single reader instance for whole project. The example bellow shows how to setup the
64
64
mapping and listeners:
65
65
66
-
**Note:** using this repository you can test and check the [example demo configuration](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/example/em.php)
66
+
**Note:** using this repository you can test and check the [example demo configuration](https://github.com/Atlantic18/DoctrineExtensions/blob/master/example/em.php)
Copy file name to clipboardExpand all lines: doc/sluggable.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ no more exceptions during concurrent flushes.
55
55
56
56
**Note:**
57
57
58
-
- There is a reported [issue](https://github.com/l3pp4rd/DoctrineExtensions/issues/254) that sluggable transliterator
58
+
- There is a reported [issue](https://github.com/Atlantic18/DoctrineExtensions/issues/254) that sluggable transliterator
59
59
does not work on OSX 10.6 its ok starting again from 10.7 version. To overcome the problem
60
60
you can use your [custom transliterator](#transliterator)
61
-
- Public [Sluggable repository](http://github.com/l3pp4rd/DoctrineExtensions"Sluggable extension on Github") is available on github
61
+
- Public [Sluggable repository](http://github.com/Atlantic18/DoctrineExtensions"Sluggable extension on Github") is available on github
62
62
- Last update date: **2012-02-26**
63
63
- For usage together with **SoftDeleteable** in order to take into account softdeleted entities while generating unique
64
64
slug, you must explicitly call **addManagedFilter** with a name of softdeleteable filter, so it can be disabled during
@@ -88,8 +88,8 @@ Content:
88
88
89
89
## Setup and autoloading
90
90
91
-
Read the [documentation](http://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
92
-
or check the [example code](http://github.com/l3pp4rd/DoctrineExtensions/tree/master/example)
91
+
Read the [documentation](http://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/annotations.md#em-setup)
92
+
or check the [example code](http://github.com/Atlantic18/DoctrineExtensions/tree/master/example)
93
93
on how to setup and use the extensions in most optimized way.
94
94
95
95
<aname="entity-mapping"></a>
@@ -779,7 +779,7 @@ class Company
779
779
```
780
780
781
781
For other mapping drivers see
782
-
[xml](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Xml/Mapping.Fixture.Xml.Sluggable.dcm.xml) or [yaml](https://github.com/l3pp4rd/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Yaml/Mapping.Fixture.Yaml.Category.dcm.yml) examples from tests
782
+
[xml](https://github.com/Atlantic18/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Xml/Mapping.Fixture.Xml.Sluggable.dcm.xml) or [yaml](https://github.com/Atlantic18/DoctrineExtensions/blob/master/tests/Gedmo/Mapping/Driver/Yaml/Mapping.Fixture.Yaml.Category.dcm.yml) examples from tests
0 commit comments