]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authorhegerbra <hegerbra@web>
Sun, 24 Apr 2016 15:16:25 +0000 (17:16 +0200)
committerOSP robot <osp@rtime.felk.cvut.cz>
Sun, 24 Apr 2016 15:16:25 +0000 (17:16 +0200)
student/hegerbra/index.mdwn

index 1c07856abd4d73aa25e22526e9ccf417f27d481b..632604fdf1f9cca61d750bce8028d3663989c41f 100644 (file)
@@ -5,43 +5,12 @@
 Assignment
 ======
 
-http://docs.jboss.org/hibernate/orm/5.0/javadocs/
+My choice for contributing to an open source project is translating wordpress plugin Get Notified.
 
-
-All Classes (down to the left0 -> DetachedCriteria
-
-
-
-When getting an object from the database which has another objects attached to it, we sometimes want to apply certain criteria to these attached objects.
-
-So for simmply getting the attached objects we would use:
-
-createAlias(String associationPath, String alias, JoinType joinType) 
-
-which creates an association path alias within this DetachedCriteria specifying the type of join
-
-than for those atached object we would use: 
-
- add(Criterion criterion)
-
-which adds a restriction
-
-
-To simplyfy this scenariou hibernate came out with:
-createAlias(String associationPath, String alias, JoinType joinType, Criterion withClause)
-
-which creates an association path alias within this DetachedCriteria specifying the type of join adding up the restriction to the command.
-
-Altough this sollution doesn’t work properly so I would use this opportunity to take a closer look at this issue, hopefully I would be able to fix it.
-
-
-It turned out that this was no longer an issiue so I have turned to my other choice for contribution to an open source project which was translating wordpress.
-Few years ago when working on e-shop using wordpress It was part of my job to translate a wordpress template.
-I have decidet to translate plugin Get Notified.
 [https://github.com/kjbenk/get-notified][1]
 [https://translate.wordpress.org/projects/wp-plugins/get-notified][2]
 
+Few years ago when working on e-shop using wordpress It was part of my job to translate a wordpress template.
 Nowadays most of the wordpress templates,plugins and new versions already come with a local translation pack.
 This is done by people from wordpress translate comunity. One of the reasons translating wordpress is popular, is because it is now done via wordpress translate user interface which allows anyone to sugest translation. Once you register and sugest your translations you become a wordpress translate contributor. Your translations are now in state sugested(waiting), it is now up to translate editors of current plugin, theme,etc to approve modify or decline your sugestions. Another way to get your sugestions is to become translations is to become translation editor your self. For that you have to ask the project author to post request naming you translation editor for his project in your locale in our case sk_Sk.
 
@@ -55,7 +24,20 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [[Example] My communication with developers in a public mailing list archive](comunication_with_plugin_author_part1.png)
+* [comunication_with_plugin_author_part1](comunication_with_plugin_author_part1.png)
+* [comunication_with_plugin_author_part1](comunication_with_plugin_author_part2.png)
+* [comunication with translate editors.png](comunication with translate editors.png)
+* [comunication with main translate editor part1.png](comunication with main translate editor part1.png
+* [comunication with main translate editor part2.png](comunication with main translate editor part2.png
+* [email from translating editor.png](email from translating editor.png)
+* [fully translated plugin.png(fully translated plugin.png)
+* [approved translations exaple.png](approved translations exaple.png)
+
+
+
+
+
+
 * [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
 * [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
 * [[Example] Additional supporting material](http://lwn.net/Articles/385586/)