فهرست منبع

[doc] article reference link to blog

gediminasm 13 سال پیش
والد
کامیت
07ae4cd912
8فایلهای تغییر یافته به همراه12 افزوده شده و 1 حذف شده
  1. 2 0
      doc/annotations.md
  2. 1 0
      doc/loggable.md
  3. 1 0
      doc/mapping.md
  4. 1 0
      doc/sluggable.md
  5. 4 1
      doc/sortable.md
  6. 1 0
      doc/timestampable.md
  7. 1 0
      doc/translatable.md
  8. 1 0
      doc/tree.md

+ 2 - 0
doc/annotations.md

@@ -4,6 +4,8 @@ Bellow you will find all annotation descriptions used in these extensions.
 There will be introduction on usage with examples. For more detailed usage
 There will be introduction on usage with examples. For more detailed usage
 on extensions, refer to their specific documentation.
 on extensions, refer to their specific documentation.
 
 
+[blog_reference]: http://gediminasm.org/article/annotation-reference-for-extensions "Doctrine2 extensions annotation reference and examples"
+
 Content:
 Content:
 
 
 - Best [practices](#setup) for setting up
 - Best [practices](#setup) for setting up

+ 1 - 0
doc/loggable.md

@@ -11,6 +11,7 @@ Features:
 - Objects can be reverted to previous versions
 - Objects can be reverted to previous versions
 - Annotation, Yaml and Xml mapping support for extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
 
+[blog_reference]: http://gediminasm.org/article/loggable-behavioral-extension-for-doctrine2 "Loggable extension for Doctrine2 tracks record changes and version management"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 Update **2011-04-04**
 Update **2011-04-04**

+ 1 - 0
doc/mapping.md

@@ -11,6 +11,7 @@ Features:
 - Mapping drivers for annotation and yaml
 - Mapping drivers for annotation and yaml
 - Conventional extension points for metadata extraction and object manager abstraction
 - Conventional extension points for metadata extraction and object manager abstraction
 
 
+[blog_reference]: http://gediminasm.org/article/mapping-extension-for-doctrine2 "Mapping extension for Doctrine2 makes it easy to create extensions based on annotation, xml, yaml mapping drivers"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 - Public [Mapping repository](http://github.com/l3pp4rd/DoctrineExtensions "Mapping extension on Github") is available on github
 - Public [Mapping repository](http://github.com/l3pp4rd/DoctrineExtensions "Mapping extension on Github") is available on github

+ 1 - 0
doc/sluggable.md

@@ -13,6 +13,7 @@ Features:
 - Multiple slugs, diferent slugs can link to same fields
 - Multiple slugs, diferent slugs can link to same fields
 - Built-in slug handlers, for tree path based slugs or linked by relation
 - Built-in slug handlers, for tree path based slugs or linked by relation
 
 
+[blog_reference]: http://gediminasm.org/article/sluggable-behavior-extension-for-doctrine-2 "Sluggable extension for Doctrine 2 makes automatic record field transformations into url friendly names"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 Update **2010-09-11**
 Update **2010-09-11**

+ 4 - 1
doc/sortable.md

@@ -1,4 +1,4 @@
-# Sortable behavior extension for Doctrine 2
+# Sortable behavior extension for Doctrine2
 
 
 **Sortable** behavior will maintain a position field for ordering
 **Sortable** behavior will maintain a position field for ordering
 entities.
 entities.
@@ -10,6 +10,9 @@ Features:
 - Can be nested with other behaviors
 - Can be nested with other behaviors
 - Annotation, Yaml and Xml mapping support for extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
 
+[blog_reference]: http://gediminasm.org/article/sortable-behavior-extension-for-doctrine2 "Sortable extension will enable ordering on any entity or its relation"
+[blog_test]: http://gediminasm.org/test "Test extensions on this blog"
+
 **Notice:**
 **Notice:**
 
 
 - Public [Sortable repository](http://github.com/l3pp4rd/DoctrineExtensions "Sortable extension on Github") is available on github
 - Public [Sortable repository](http://github.com/l3pp4rd/DoctrineExtensions "Sortable extension on Github") is available on github

+ 1 - 0
doc/timestampable.md

@@ -13,6 +13,7 @@ Features:
 - Can be nested with other behaviors 
 - Can be nested with other behaviors 
 - Annotation, Yaml and Xml mapping support for extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
 
+[blog_reference]: http://gediminasm.org/article/timestampable-behavior-extension-for-doctrine-2 "Timestampable extension for Doctrine 2 helps automate update of dates"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 Update **2011-04-04**
 Update **2011-04-04**

+ 1 - 0
doc/translatable.md

@@ -14,6 +14,7 @@ Features:
 - Can be nested with other behaviors
 - Can be nested with other behaviors
 - Annotation, Yaml and Xml mapping support for extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
 
+[blog_reference]: http://gediminasm.org/article/translatable-behavior-extension-for-doctrine-2 "Translatable extension for Doctrine 2 makes automatic record field translations and their loading depending on language used"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 **2011-10-08**
 **2011-10-08**

+ 1 - 0
doc/tree.md

@@ -15,6 +15,7 @@ Features:
 - Can be nested with other extensions
 - Can be nested with other extensions
 - Annotation, Yaml and Xml mapping support for extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
 
+[blog_reference]: http://gediminasm.org/article/tree-nestedset-behavior-extension-for-doctrine-2 "Tree - Nestedset or Closure extension for Doctrine 2 makes tree implementation on entities"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 
 Thanks for contributions to:
 Thanks for contributions to: