JBoss Rich Faces SVN: r12543 - in trunk/test-applications/seleniumTest/richfaces/src: test/java/org/richfaces/testng and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2009-02-03 08:21:18 -0500 (Tue, 03 Feb 2009)
New Revision: 12543
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/panelMenuGroup/panelMenuGroupAutoTest.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java
Log:
https://jira.jboss.org/jira/browse/RF-5898
https://jira.jboss.org/jira/browse/RF-5899
https://jira.jboss.org/jira/browse/RF-5903
Modified: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/panelMenuGroup/panelMenuGroupAutoTest.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java 2009-02-03 13:15:53 UTC (rev 12542)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java 2009-02-03 13:21:18 UTC (rev 12543)
@@ -1,5 +1,8 @@
package org.richfaces.testng;
+import java.util.HashMap;
+import java.util.Map;
+
import org.ajax4jsf.template.Template;
import org.richfaces.AutoTester;
import org.richfaces.SeleniumTestBase;
@@ -7,6 +10,14 @@
public class PanelMenuGroupTest extends SeleniumTestBase {
+ private static Map<String, String> params = new HashMap<String, String>();
+
+ static {
+ params.put("parameter1", "value1");
+ params.put("parameter2", "value2");
+ params.put("parameter3", "value3");
+ }
+
@Test
public void testRenderedAttribute(Template template) {
AutoTester tester = getAutoTester(this);
@@ -47,6 +58,30 @@
tester.testLimitToList();
}
+ @Test
+ public void testNestedParams(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+ writeStatus("Test component encodes nested f:param tags and their values are present as request parameters");
+ tester.testRequestParameters(params);
+ }
+
+ @Test
+ public void testImmediate(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+ writeStatus("Test immediate attribute");
+ tester.testImmediate();
+ }
+
+ @Test
+ public void testImmediateWithExternalValidationFailed(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+ writeStatus("Test immediate attribute with external validation failed");
+ tester.testImmediateWithExternalValidationFailed();
+ }
+
@Override
public void sendAjax() {
clickAjaxCommandAndWait("icon" + getAutoTester(this).getClientId(AutoTester.COMPONENT_ID));
15 years, 11 months
JBoss Rich Faces SVN: r12542 - in trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin: Military and 7 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2009-02-03 08:15:53 -0500 (Tue, 03 Feb 2009)
New Revision: 12542
Added:
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_mini.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_medium.jpg
trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_mini.jpg
Log:
Add new Images
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/F_22_Raptor_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/KA-226_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/Leopard_3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/MH_53_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/a_10_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/abrams_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/aircrafts_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/atomic_bomb_test_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/mig_21_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_USMC_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/soldier_sniper_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Military/tank 1_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/blackeyed_susan_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/daisies_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower1_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower4_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower5_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/flower6_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/goldenrod_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/many_yellow_flowers_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/miniature_rose_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/purple_flowers_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_rose_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/red_roses_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Flowers/yellow_flower_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/Re4ka_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/korana_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river10_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river11_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river12_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river13_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river4_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river5_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river6_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river7_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river8_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river9_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Rivers/river_and_torrents_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/asteroid_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/astronaut_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/earth_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy4_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy5_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/galaxy_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/iss_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/isss_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/moon_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula3_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/nebula_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/satellite_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/space_station_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/Nature/Space/sun_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Basketball_soccer_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/Soccer_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/bdysch!!!_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/euro2008_holland_wideweb__470x321,0_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/Football/flag_football_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/alonso_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/bmw_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/f1_7_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/ferrary_pit_stop_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula-1-cars_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_1_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula1_team_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/formula_1_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/kimi_raikkonen_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/lewis_hamilton_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/renault_pit_stop_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_medium.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_medium.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_mini.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/realworld/web/src/main/webapp/WEB-INF/Upload/admin/sport/f1/reno2_mini.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 11 months
JBoss Rich Faces SVN: r12541 - trunk/test-applications/realworld/ejb/src/main/resources.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2009-02-03 08:10:23 -0500 (Tue, 03 Feb 2009)
New Revision: 12541
Modified:
trunk/test-applications/realworld/ejb/src/main/resources/import.sql
Log:
Update SQL
Modified: trunk/test-applications/realworld/ejb/src/main/resources/import.sql
===================================================================
--- trunk/test-applications/realworld/ejb/src/main/resources/import.sql 2009-02-03 13:08:36 UTC (rev 12540)
+++ trunk/test-applications/realworld/ejb/src/main/resources/import.sql 2009-02-03 13:10:23 UTC (rev 12541)
@@ -6,9 +6,25 @@
INSERT INTO Users(user_id, firstname, secondname, email, login, password, birthdate) VALUES (5, 'Barak', 'Abama', 'amarkavtsov(a)exadel.com', 'admin', '12345', '1985-01-08');
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (1, 'Cars', 'Photo of my dog', true, 1, null);
INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (2, 'Tetki', 'Simple Album 2', true, 1, null);
-INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (3, 'Football', 'Simple Album 3', true, 1, null);
-INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (11, 'Water', 'Water Photos', true, 6, null);
-INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (12, 'Bmw', 'BMW Cars Photos', true, 6, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (3, 'Football', 'Simple Album 3', true, 2, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (4, 'Japan', 'Simple Album', true, 3, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (5, 'Music', 'Simple Album 2', false, 3, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (6, 'Child1', 'Simple Album 2', true, 1, 1);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (7, 'Child2', 'Simple Album 2', true, 1, 1);
+
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (8, 'Sport', 'Sport', true, 5, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (9, 'Nature', 'Nature', true, 5, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (10, 'Military', 'Military', true, 5, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (11, 'F1', 'Formula 1', true, 5, 8);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (12, 'Football', 'FootBall', true, 5, 8);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (13, 'Flowers', 'Flowers pictures', true, 5, 9);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (14, 'Space', 'Space pictures', true, 5, 9);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (15, 'Rivers', 'Rivers pictures', true, 5, 9);
+
+
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (16, 'Water', 'Water Photos', true, 6, null);
+INSERT INTO albums(album_id, name, description, shared, album_user_id, parent_album_id) VALUES (17, 'Bmw', 'BMW Cars Photos', true, 6, null);
+
INSERT INTO Ranks(rank_id, total, hits) VALUES (1, 100, 21);
INSERT INTO Ranks(rank_id, total, hits) VALUES (2, 200, 21);
INSERT INTO Ranks(rank_id, total, hits) VALUES (3, 100, 31);
@@ -77,6 +93,101 @@
INSERT INTO Ranks(rank_id, total, hits) VALUES (66, 98, 19);
INSERT INTO Ranks(rank_id, total, hits) VALUES (67, 2, 40);
INSERT INTO Ranks(rank_id, total, hits) VALUES (68, 200, 36);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (69, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (70, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (71, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (72, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (73, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (74, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (75, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (76, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (77, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (78, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (79, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (80, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (81, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (82, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (83, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (84, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (85, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (86, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (87, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (88, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (89, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (90, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (91, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (92, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (93, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (94, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (95, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (96, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (97, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (98, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (99, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (100, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (101, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (102, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (103, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (104, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (105, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (106, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (107, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (108, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (109, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (110, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (111, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (112, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (113, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (114, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (115, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (116, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (117, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (118, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (119, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (120, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (121, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (122, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (123, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (124, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (125, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (126, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (127, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (128, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (129, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (130, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (131, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (132, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (133, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (134, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (135, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (136, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (137, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (138, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (139, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (140, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (141, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (142, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (143, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (144, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (145, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (146, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (147, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (148, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (149, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (150, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (151, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (152, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (153, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (154, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (155, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (156, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (157, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (158, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (159, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (160, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (161, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (162, 101, 26);
+INSERT INTO Ranks(rank_id, total, hits) VALUES (163, 101, 26);
INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (1, 'Aston Martin', 'amarkhel/Cars/aston_martin.jpg', 'Where is the Batman?', '2008-12-18', 1, 1,'Canon S3', 500, 20, 375, '2008-12-01');
INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (2, 'Ferrari', 'amarkhel/Cars/ferrari_profile.jpg', 'Beauty!', '2008-12-18', 1, 2,'Canon S3', 500, 37.5, 314, '2008-12-01');
@@ -85,70 +196,157 @@
INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (5, 'Pagani Zonda', 'amarkhel/Cars/Pagani_Zonda.jpg', 'The picture is provided by my friend photographer', '2008-12-18', 1, 5,'Canon S3', 500, 49.6, 338, '2008-12-01');
INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (6, 'Codatronca (concept)', 'amarkhel/Cars/spadaconcept codatronca.jpg', 'Just concept', '2008-12-18', 1, 6,'Canon S3', 560, 21.7, 360, '2008-12-01');
INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (7, 'Unknown supercar', 'amarkhel/Cars/supercar.jpg', 'Tell me it name if you know', '2008-12-18', 1, 7,'Canon S3', 480, 29.7, 360, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (8, 'Audrey Tautou', 'amarkhel/Tetki/Audrey_Tautou.jpg', 'Pretty girl!', '2008-12-18', 1, 8,'Canon S3', 396, 34.7, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (9, 'Juliette Binoche', 'amarkhel/Tetki/Juliette_Binoche.jpg', 'Saw her in "Chocolate" at first', '2008-12-18', 1, 9,'Canon S3', 400, 44.9, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (10, 'Penelope Cruz', 'amarkhel/Tetki/Penelope_Cruz.jpg', 'Without comments', '2008-12-18', 1, 10,'Canon S3', 500, 41.7, 375, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (11, 'Rihanna', 'amarkhel/Tetki/Rihanna.jpg', 'Was born in Barbados. True or false?', '2008-12-18', 1, 11,'Canon S3', 375, 52.5, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (12, 'Uma Turman', 'amarkhel/Tetki/Uma_Turman.jpg', 'Share the delight with Tarantino )', '2008-12-18', 1, 12,'Canon S3', 368, 40.2, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (13, 'Basketball soccer', 'root/Football/Basketball_soccer.jpg', 'They never saw camera', '2008-12-18', 1, 13,'Canon S3', 500, 33.1, 374, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (14, 'bdysch!!!', 'root/Football/bdysch!!!.jpg', 'Dermo sluchaetsia', '2008-12-18', 1, 14,'Canon S3', 500, 50.4, 333, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (15, 'Training', 'root/Football/euro2008_holland_wideweb__470x321,0.jpg', ' ) ', '2008-12-18', 1, 15,'Canon S3', 470, 37.3, 331, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (16, 'Also football', 'root/Football/flag_football.jpg', 'This is also football, but I do not understand it at all', '2008-12-18', 2, 16,'Canon S3', 500, 24.4, 333, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (17, 'Soccer', 'root/Football/Soccer.jpg', 'Soccer differs from football', '2008-12-18', 2, 17,'Canon S3', 350, 45.3, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (18, 'from birds fly', 'qqqq/Japan/birds_fly.jpg', 'One of the megalopolices', '2008-12-18', 2, 18,'Canon S3', 500, 53.4, 375, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (19, 'Haruki Murakami', 'qqqq/Japan/Haruki_Murakami.jpg', 'World famous aouthor', '2008-12-18', 2, 19,'Canon S3', 500, 36, 376, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (20, 'Street fashion', 'qqqq/Japan/Japanese_Street_Fashion.jpg', 'Venture to walk in such in our streets?', '2008-12-18', 2, 20,'Canon S3', 367, 59.2, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (21, 'Kendo Championship', 'qqqq/Japan/Kendo_Championship_2006.jpg', 'Samurais steel alive!', '2008-12-18', 2, 21,'Canon S3', 500, 48.7, 332, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (22, 'Live in peace', 'qqqq/Japan/live_in_piece.jpg', 'The best place for meditation', '2008-12-18', 2, 22,'Canon S3', 500, 42.7, 398, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (23, 'Modern family', 'qqqq/Japan/modern_japanesse_family.jpg', 'Where is his mother?!', '2008-12-18', 2, 23,'Canon S3', 500, 43.1, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (24, 'Zen garden', 'qqqq/Japan/zen-garden_landscape_design.jpg', 'Fen Shui i vsia fignia', '2008-12-18', 2, 24,'Canon S3', 500, 46.1, 375, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (25, 'Sergei Babkin', 'qqqq/Music/Babkin.jpg', 'Also plays in theatre', '2008-12-18', 2, 25,'Canon S3', 525, 59.5, 350, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (26, 'Bob Marley', 'qqqq/Music/Bob_Marley.jpg', 'Everyone should know him', '2008-12-18', 2, 26,'Canon S3', 496, 41.7, 384, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (27, 'Infected Mushroom', 'qqqq/Music/Infected_Mushroom.jpg', 'Famous psyhedelic trance group from Israel', '2008-12-18', 2, 27,'Canon S3', 500, 35.4, 334, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (28, 'Massive Attack', 'qqqq/Music/massiveAttack.jpg', 'They play theme to "House"', '2008-12-18', 2, 28,'Canon S3', 500, 47.4, 377, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (29, 'Street musician', 'qqqq/Music/StreetMusician.jpg', 'unknown musician', '2008-12-18', 2, 29,'Canon S3', 336, 60.5, 500, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (30, 'SOAD', 'qqqq/Music/system-of-a-down.jpg', 'Try not to loose your innervision!', '2008-12-18', 2, 30,'Canon S3', 500, 39.5, 323, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (31, 'Amon Tobin', 'qqqq/Music/tobin.jpg', 'Brasilian, works in London. Try his "Supermodified2000" album', '2008-12-18', 2, 31,'Canon S3', 450, 37, 302, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (32, 'Cat', 'admin/Album1/images.jpg', 'Crazy Cats', '2008-12-18', 2, 32,'Canon S3', 452, 20.2, 393, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (33, 'Cat1', 'admin/Album1/images2.jpg', 'Crazy Cats', '2008-12-18', 2, 33,'Canon S3', 800, 92.2, 600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (34, 'Cat2', 'admin/Album1/images3.jpg', 'Crazy Cats', '2008-12-18', 2, 34,'Canon S3', 622, 37.5, 466, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (35, 'Cat3', 'admin/Album1/images4.jpg', 'Crazy Cats', '2008-12-18', 2, 35,'Canon S3', 758, 35.8, 550, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (36, 'Cat4', 'admin/Album1/images5.jpg', 'Crazy Cats', '2008-12-18', 3, 36,'Canon S3', 555, 51.7, 596, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (37, 'Moon1', 'admin/Album1/Moon/images.jpg', 'Moon pictures', '2008-12-18', 3, 37,'Canon S3', 602, 44.0, 480, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (38, 'Moon2', 'admin/Album1/Moon/images1.jpg', 'Moon pictures', '2008-12-18', 3, 38,'Canon S3', 598, 23.0, 480, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (39, 'Moon3', 'admin/Album1/Moon/images2.jpg', 'Moon pictures', '2008-12-18', 3, 39,'Canon S3', 430, 49.0, 400, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (40, 'Moon4', 'admin/Album1/Moon/images3.jpg', 'Moon pictures', '2008-12-18', 3, 40,'Canon S3', 800, 36.0, 600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (41, 'Moon5', 'admin/Album1/Moon/images4.jpg', 'Moon pictures', '2008-12-18', 3, 41,'Canon S3', 1309, 99.4, 1284, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (42, 'Moon6', 'admin/Album1/Moon/images5.jpg', 'Moon pictures', '2008-12-18', 3, 42,'Canon S3', 800, 93.5, 540, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (43, 'Plane', 'admin/Planes/images.jpg', 'Planes pictures', '2008-12-18', 3, 43,'Canon S3', 800, 28.6, 534, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (44, 'Plane1', 'admin/Planes/images1.jpg', 'Planes pictures', '2008-12-18', 3, 44,'Canon S3', 540, 31.9, 390, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (45, 'Plane2', 'admin/Planes/images2.jpg', 'Planes pictures', '2008-12-18', 3, 45,'Canon S3', 770, 66.0, 486, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (46, 'Plane3', 'admin/Planes/images3.jpg', 'Planes pictures', '2008-12-18', 3, 46,'Canon S3', 1024, 45.0, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (47, 'Plane4', 'admin/Planes/images4.jpg', 'Planes pictures', '2008-12-18', 3, 47,'Canon S3', 1024, 78.7, 768, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (48, 'Plane4', 'admin/Planes/images5.jpg', 'Planes pictures', '2008-12-18', 3, 48,'Canon S3', 1024, 50.8, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (8, 'Audrey Tautou', 'amarkhel/Tetki/Audrey_Tautou.jpg', 'Pretty girl!', '2008-12-18', 2, 8,'Canon S3', 396, 34.7, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (9, 'Juliette Binoche', 'amarkhel/Tetki/Juliette_Binoche.jpg', 'Saw her in "Chocolate" at first', '2008-12-18', 2, 9,'Canon S3', 400, 44.9, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (10, 'Penelope Cruz', 'amarkhel/Tetki/Penelope_Cruz.jpg', 'Without comments', '2008-12-18', 2, 10,'Canon S3', 500, 41.7, 375, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (11, 'Rihanna', 'amarkhel/Tetki/Rihanna.jpg', 'Was born in Barbados. True or false?', '2008-12-18', 2, 11,'Canon S3', 375, 52.5, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (12, 'Uma Turman', 'amarkhel/Tetki/Uma_Turman.jpg', 'Share the delight with Tarantino )', '2008-12-18', 2, 12,'Canon S3', 368, 40.2, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (13, 'Basketball soccer', 'root/Football/Basketball_soccer.jpg', 'They never saw camera', '2008-12-18', 3, 13,'Canon S3', 500, 33.1, 374, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (14, 'bdysch!!!', 'root/Football/bdysch!!!.jpg', 'Dermo sluchaetsia', '2008-12-18', 3, 14,'Canon S3', 500, 50.4, 333, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (15, 'Training', 'root/Football/euro2008_holland_wideweb__470x321,0.jpg', ' ) ', '2008-12-18', 3, 15,'Canon S3', 470, 37.3, 331, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (16, 'Also football', 'root/Football/flag_football.jpg', 'This is also football, but I do not understand it at all', '2008-12-18', 3, 16,'Canon S3', 500, 24.4, 333, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (17, 'Soccer', 'root/Football/soccer.jpg', 'Soccer differs from football', '2008-12-18', 3, 17,'Canon S3', 350, 45.3, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (18, 'from birds fly', 'qqqq/Japan/birds_fly.jpg', 'One of the megalopolices', '2008-12-18', 4, 18,'Canon S3', 500, 53.4, 375, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (19, 'Haruki Murakami', 'qqqq/Japan/Haruki_Murakami.jpg', 'World famous aouthor', '2008-12-18', 4, 19,'Canon S3', 500, 36, 376, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (20, 'Street fashion', 'qqqq/Japan/Japanese_Street_Fashion.jpg', 'Venture to walk in such in our streets?', '2008-12-18', 4, 20,'Canon S3', 367, 59.2, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (21, 'Kendo Championship', 'qqqq/Japan/Kendo_Championship_2006.jpg', 'Samurais steel alive!', '2008-12-18', 4, 21,'Canon S3', 500, 48.7, 332, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (22, 'Live in peace', 'qqqq/Japan/live_in_piece.jpg', 'The best place for meditation', '2008-12-18', 4, 22,'Canon S3', 500, 42.7, 398, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (23, 'Modern family', 'qqqq/Japan/modern_japanesse_family.jpg', 'Where is his mother?!', '2008-12-18', 4, 23,'Canon S3', 500, 43.1, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (24, 'Zen garden', 'qqqq/Japan/zen-garden_landscape_design.jpg', 'Fen Shui i vsia fignia', '2008-12-18', 4, 24,'Canon S3', 500, 46.1, 375, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (25, 'Sergei Babkin', 'qqqq/Music/Babkin.jpg', 'Also plays in theatre', '2008-12-18', 5, 25,'Canon S3', 525, 59.5, 350, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (26, 'Bob Marley', 'qqqq/Music/Bob_Marley.jpg', 'Everyone should know him', '2008-12-18', 5, 26,'Canon S3', 496, 41.7, 384, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (27, 'Infected Mushroom', 'qqqq/Music/Infected_Mushroom.jpg', 'Famous psyhedelic trance group from Israel', '2008-12-18', 5, 27,'Canon S3', 500, 35.4, 334, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (28, 'Massive Attack', 'qqqq/Music/massiveAttack.jpg', 'They play theme to "House"', '2008-12-18', 5, 28,'Canon S3', 500, 47.4, 377, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (29, 'Street musician', 'qqqq/Music/StreetMusician.jpg', 'unknown musician', '2008-12-18', 5, 29,'Canon S3', 336, 60.5, 500, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (30, 'SOAD', 'qqqq/Music/system-of-a-down.jpg', 'Try not to loose your innervision!', '2008-12-18', 5, 30,'Canon S3', 500, 39.5, 323, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (31, 'Amon Tobin', 'qqqq/Music/tobin.jpg', 'Brasilian, works in London. Try his "Supermodified2000" album', '2008-12-18', 5, 31,'Canon S3', 450, 37, 302, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (32, 'Water1', 'user/Water/P4020733.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 49,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (33, 'Water2', 'user/Water/P4300975.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 50,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (34, 'Water3', 'user/Water/P5081081.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 51,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (35, 'Water4', 'user/Water/P6191535.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 52,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (36, 'Water5', 'user/Water/P6191547.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 53,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (37, 'Water6', 'user/Water/P7121703.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 54,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (38, 'Water7', 'user/Water/P7231757.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 55,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (39, 'Water8', 'user/Water/Spa53749.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 56,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (40, 'Water9', 'user/Water/SPA537441.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 57,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (41, 'Water10', 'user/Water/Spa53740.jpg', 'Belorussian lakes and rivers', '2008-12-18', 16, 58,'Canon S3', 768, 100.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (42, 'Bmw1', 'user/Bmw/bmw-5-e39-535i-1.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 59,'Canon S3', 600, 89.0, 800, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (43, 'Bmw2', 'user/Bmw/bmw-5-e39-535i-2.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 60,'Canon S3', 600, 137.0, 800, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (44, 'Bmw3', 'user/Bmw/bmw-5-e39-535i-3.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 61,'Canon S3', 600, 116.0, 800, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (45, 'Bmw4', 'user/Bmw/bmw-5-e39-535i-4.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 62,'Canon S3', 624, 133.0, 832, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (46, 'Bmw5', 'user/Bmw/bmw-5-e39-535i-6.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 63,'Canon S3', 624, 97.0, 832, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (47, 'Bmw6', 'user/Bmw/bmw-5-e39-535i-7.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 64,'Canon S3', 624, 100.0, 832, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (48, 'Bmw7', 'user/Bmw/bmw-5-e39-535i-8.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 65,'Canon S3', 546, 96.0, 728, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (49, 'Bmw8', 'user/Bmw/bmw_525i_sedan_1.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 66,'Canon S3', 768, 284.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (50, 'Bmw9', 'user/Bmw/bmw_530i_3.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 67,'Canon S3', 1200, 157.0, 1600, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (51, 'Bmw10', 'user/Bmw/bmw_m5_sedan_2.jpg', 'BMW 5-series sedan', '2008-12-18', 17, 68,'Canon S3', 768, 152.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (49, 'Water1', 'user/Water/P4020733.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 49,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (50, 'Water2', 'user/Water/P4300975.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 50,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (51, 'Water3', 'user/Water/P5081081.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 51,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (52, 'Water4', 'user/Water/P6191535.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 52,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (53, 'Water5', 'user/Water/P6191547.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 53,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (54, 'Water6', 'user/Water/P7121703.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 54,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (55, 'Water7', 'user/Water/P7231757.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 55,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (56, 'Water8', 'user/Water/SPA53749.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 56,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (57, 'Water9', 'user/Water/SPA537441.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 57,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (58, 'Water10', 'user/Water/SPA53740.jpg', 'Belorussian lakes and rivers', '2008-12-18', 11, 58,'Canon S3', 768, 100.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (59, 'Bmw1', 'user/Bmw/bmw1.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 59,'Canon S3', 600, 89.0, 800, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (60, 'Bmw2', 'user/Bmw/bmw2.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 60,'Canon S3', 600, 137.0, 800, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (61, 'Bmw3', 'user/Bmw/bmw3.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 61,'Canon S3', 600, 116.0, 800, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (62, 'Bmw4', 'user/Bmw/bmw4.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 62,'Canon S3', 624, 133.0, 832, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (63, 'Bmw5', 'user/Bmw/bmw6.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 63,'Canon S3', 624, 97.0, 832, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (64, 'Bmw6', 'user/Bmw/bmw7.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 64,'Canon S3', 624, 100.0, 832, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (65, 'Bmw7', 'user/Bmw/bmw8.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 65,'Canon S3', 546, 96.0, 728, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (66, 'Bmw8', 'user/Bmw/bmw9.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 66,'Canon S3', 768, 284.0, 1024, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (67, 'Bmw9', 'user/Bmw/bmw10.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 67,'Canon S3', 1200, 157.0, 1600, '2008-12-01');
-INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (68, 'Bmw10', 'user/Bmw/bmw112.jpg', 'BMW 5-series sedan', '2008-12-18', 12, 68,'Canon S3', 768, 152.0, 1024, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (52, 'alonso', 'admin/sport/f1/alonso.jpg', 'alonso', '2008-12-18', 11, 69,'Canon S3', 1024, 410.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (53, 'alonso2', 'admin/sport/f1/alonso2.jpg', 'alonso2', '2008-12-18', 11, 70,'Canon S3', 1024, 546.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (54, 'bmw', 'admin/sport/f1/bmw.jpg', 'bmw', '2008-12-18', 11, 71,'Canon S3', 1024, 232.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (55, 'f1_2', 'admin/sport/f1/f1_2.jpg', 'f1_2', '2008-12-18', 11, 72,'Canon S3', 1024, 239.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (56, 'f1_7', 'admin/sport/f1/f1_7.jpg', 'f1_7', '2008-12-18', 11, 73,'Canon S3', 1024, 184.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (57, 'ferrary_pit_stop', 'admin/sport/f1/ferrary_pit_stop.jpg', 'ferrary_pit_stop', '2008-12-18', 11, 74,'Canon S3', 1024, 158.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (58, 'formula-1-cars', 'admin/sport/f1/formula-1-cars.jpg', 'formula-1-cars', '2008-12-18', 11, 75,'Canon S3', 1024, 102.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (59, 'formula1_1', 'admin/sport/f1/formula1_1.jpg', 'formula1_1', '2008-12-18', 11, 76,'Canon S3', 1024, 288.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (60, 'formula1_team', 'admin/sport/f1/formula1_team.jpg', 'formula1_team', '2008-12-18', 11, 77,'Canon S3', 1024, 175.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (61, 'formula_1', 'admin/sport/f1/formula_1.jpg', 'formula_1', '2008-12-18', 11, 78,'Canon S3', 1024, 198.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (62, 'kimi', 'admin/sport/f1/kimi.jpg', 'kimi', '2008-12-18', 11, 79,'Canon S3', 1024, 450.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (63, 'kimi_raikkonen', 'admin/sport/f1/kimi_raikkonen.jpg', 'kimi_raikkonen', '2008-12-18', 11, 80,'Canon S3', 1024, 149.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (64, 'lewis_hamilton', 'admin/sport/f1/lewis_hamilton.jpg', 'lewis_hamilton', '2008-12-18', 11, 81,'Canon S3', 1024, 354.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (65, 'renault_pit_stop', 'admin/sport/f1/renault_pit_stop.jpg', 'renault_pit_stop', '2008-12-18', 11, 82,'Canon S3', 1024, 192.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (66, 'reno2', 'admin/sport/f1/reno2.jpg', 'reno2', '2008-12-18', 11, 83,'Canon S3', 1024, 405.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (67, 'Basketball_soccer', 'admin/sport/Football/Basketball_soccer.jpg', 'Basketball_soccer', '2008-12-18', 12, 84,'Canon S3', 1024, 33.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (68, 'Basketball_soccer_medium', 'admin/sport/Football/Basketball_soccer_medium.jpg', 'Basketball_soccer_medium', '2008-12-18', 12, 85,'Canon S3', 1024, 49.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (69, 'Basketball_soccer_mini', 'admin/sport/Football/Basketball_soccer_mini.jpg', 'Basketball_soccer_mini', '2008-12-18', 12, 86,'Canon S3', 1024, 4.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (70, 'bdysch!!!', 'admin/sport/Football/bdysch!!!.jpg', 'bdysch!!!', '2008-12-18', 12, 87,'Canon S3', 1024, 51.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (71, 'bdysch!!!_medium', 'admin/sport/Football/bdysch!!!_medium.jpg', 'bdysch!!!_medium', '2008-12-18', 12, 88,'Canon S3', 1024, 35.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (72, 'bdysch!!!_mini', 'admin/sport/Football/bdysch!!!_mini.jpg', 'bdysch!!!_mini', '2008-12-18', 12, 89,'Canon S3', 1024, 3.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (73, 'euro2008_holland_wideweb__470x321,0', 'admin/sport/Football/euro2008_holland_wideweb__470x321,0.jpg', 'euro2008_holland_wideweb__470x321,0', '2008-12-18', 12, 90,'Canon S3', 1024, 38.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (74, 'euro2008_holland_wideweb__470x321,0_medium', 'admin/sport/Football/euro2008_holland_wideweb__470x321,0_medium.jpg', 'euro2008_holland_wideweb__470x321,0_medium', '2008-12-18', 12, 91,'Canon S3', 1024, 35.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (75, 'euro2008_holland_wideweb__470x321,0_mini', 'admin/sport/Football/euro2008_holland_wideweb__470x321,0_mini.jpg', 'euro2008_holland_wideweb__470x321,0_mini', '2008-12-18', 12, 92,'Canon S3', 1024, 3.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (76, 'flag_football', 'admin/sport/Football/flag_football.jpg', 'flag_football', '2008-12-18', 12, 93,'Canon S3', 1024, 25.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (77, 'flag_football_medium', 'admin/sport/Football/flag_football_medium.jpg', 'flag_football_medium', '2008-12-18', 12, 94,'Canon S3', 1024, 40.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (78, 'flag_football_mini', 'admin/sport/Football/flag_football_mini.jpg', 'flag_football_mini', '2008-12-18', 12, 95,'Canon S3', 1024, 4.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (79, 'Soccer', 'admin/sport/Football/Soccer.jpg', 'Soccer', '2008-12-18', 12, 96,'Canon S3', 1024, 46.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (80, 'Soccer_medium', 'admin/sport/Football/Soccer_medium.jpg', 'Soccer_medium', '2008-12-18', 12, 97,'Canon S3', 1024, 37.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (81, 'Soccer_mini', 'admin/sport/Football/Soccer_mini.jpg', 'Soccer_mini', '2008-12-18', 12, 98,'Canon S3', 1024, 3.000000, 768, '2008-12-01');
+
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (82, 'blackeyed_susan', 'admin/Nature/Flowers/blackeyed_susan.jpg', 'blackeyed_susan', '2008-12-18', 13, 100,'Canon S3', 1024, 141.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (83, 'daisies', 'admin/Nature/Flowers/daisies.jpg', 'daisies', '2008-12-18', 13, 101,'Canon S3', 1024, 125.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (84, 'daisies_2', 'admin/Nature/Flowers/daisies_2.jpg', 'daisies_2', '2008-12-18', 13, 102,'Canon S3', 1024, 150.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (85, 'flower1', 'admin/Nature/Flowers/flower1.jpg', 'flower1', '2008-12-18', 13, 103,'Canon S3', 1024, 68.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (86, 'flower2', 'admin/Nature/Flowers/flower2.jpg', 'flower2', '2008-12-18', 13, 104,'Canon S3', 1024, 86.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (87, 'flower3', 'admin/Nature/Flowers/flower3.jpg', 'flower3', '2008-12-18', 13, 105,'Canon S3', 1024, 259.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (88, 'flower4', 'admin/Nature/Flowers/flower4.jpg', 'flower4', '2008-12-18', 13, 106,'Canon S3', 1024, 266.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (89, 'flower5', 'admin/Nature/Flowers/flower5.jpg', 'flower5', '2008-12-18', 13, 107,'Canon S3', 1024, 137.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (90, 'flower6', 'admin/Nature/Flowers/flower6.jpg', 'flower6', '2008-12-18', 13, 108,'Canon S3', 1024, 437.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (91, 'goldenrod', 'admin/Nature/Flowers/goldenrod.jpg', 'goldenrod', '2008-12-18', 13, 109,'Canon S3', 1024, 266.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (92, 'many_yellow_flowers', 'admin/Nature/Flowers/many_yellow_flowers.jpg', 'many_yellow_flowers', '2008-12-18', 13, 110,'Canon S3', 1024, 157.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (93, 'miniature_rose', 'admin/Nature/Flowers/miniature_rose.jpg', 'miniature_rose', '2008-12-18', 13, 111,'Canon S3', 1024, 147.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (94, 'purple_flowers', 'admin/Nature/Flowers/purple_flowers.jpg', 'purple_flowers', '2008-12-18', 13, 112,'Canon S3', 1024, 185.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (95, 'red_rose', 'admin/Nature/Flowers/red_rose.jpg', 'red_rose', '2008-12-18', 13, 113,'Canon S3', 1024, 132.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (96, 'red_roses', 'admin/Nature/Flowers/red_roses.jpg', 'red_roses', '2008-12-18', 13, 114,'Canon S3', 1024, 157.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (97, 'yellow_flower', 'admin/Nature/Flowers/yellow_flower.jpg', 'yellow_flower', '2008-12-18', 13, 115,'Canon S3', 1024, 107.000000, 768, '2008-12-01');
+
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (98, 'korana', 'admin/Nature/Rivers/korana.jpg', 'korana', '2008-12-18', 15, 116,'Canon S3', 1024, 1917.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (99, 'korana2', 'admin/Nature/Rivers/korana2.jpg', 'korana2', '2008-12-18', 15, 117,'Canon S3', 1024, 949.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (100, 'Re4ka', 'admin/Nature/Rivers/Re4ka.jpg', 'Re4ka', '2008-12-18', 15, 118,'Canon S3', 1024, 412.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (101, 'river10', 'admin/Nature/Rivers/river10.jpg', 'river10', '2008-12-18', 15, 119,'Canon S3', 1024, 276.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (102, 'river11', 'admin/Nature/Rivers/river11.jpg', 'river11', '2008-12-18', 15, 120,'Canon S3', 1024, 187.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (103, 'river12', 'admin/Nature/Rivers/river12.jpg', 'river12', '2008-12-18', 15, 121,'Canon S3', 1024, 265.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (104, 'river13', 'admin/Nature/Rivers/river13.jpg', 'river13', '2008-12-18', 15, 122,'Canon S3', 1024, 106.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (105, 'river2', 'admin/Nature/Rivers/river2.jpg', 'river2', '2008-12-18', 15, 123,'Canon S3', 1024, 130.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (106, 'river3', 'admin/Nature/Rivers/river3.jpg', 'river3', '2008-12-18', 15, 124,'Canon S3', 1024, 126.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (107, 'river4', 'admin/Nature/Rivers/river4.jpg', 'river4', '2008-12-18', 15, 125,'Canon S3', 1024, 267.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (108, 'river5', 'admin/Nature/Rivers/river5.jpg', 'river5', '2008-12-18', 15, 126,'Canon S3', 1024, 176.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (109, 'river6', 'admin/Nature/Rivers/river6.jpg', 'river6', '2008-12-18', 15, 127,'Canon S3', 1024, 126.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (110, 'river7', 'admin/Nature/Rivers/river7.jpg', 'river7', '2008-12-18', 15, 128,'Canon S3', 1024, 201.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (111, 'river8', 'admin/Nature/Rivers/river8.jpg', 'river8', '2008-12-18', 15, 129,'Canon S3', 1024, 278.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (112, 'river9', 'admin/Nature/Rivers/river9.jpg', 'river9', '2008-12-18', 15, 130,'Canon S3', 1024, 210.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (113, 'river_and_torrents', 'admin/Nature/Rivers/river_and_torrents.jpg', 'river_and_torrents', '2008-12-18', 15, 131,'Canon S3', 1024, 161.000000, 768, '2008-12-01');
+
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (114, 'asteroid', 'admin/Nature/Space/asteroid.jpg', 'asteroid', '2008-12-18', 14, 132,'Canon S3', 1024, 71.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (115, 'astronaut', 'admin/Nature/Space/astronaut.jpg', 'astronaut', '2008-12-18', 14, 133,'Canon S3', 1024, 202.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (116, 'earth', 'admin/Nature/Space/earth.jpg', 'earth', '2008-12-18', 14, 134,'Canon S3', 1024, 232.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (117, 'galaxy', 'admin/Nature/Space/galaxy.jpg', 'galaxy', '2008-12-18', 14, 135,'Canon S3', 1024, 137.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (118, 'galaxy2', 'admin/Nature/Space/galaxy2.jpg', 'galaxy2', '2008-12-18', 14, 136,'Canon S3', 1024, 328.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (119, 'galaxy3', 'admin/Nature/Space/galaxy3.jpg', 'galaxy3', '2008-12-18', 14, 137,'Canon S3', 1024, 59.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (120, 'galaxy4', 'admin/Nature/Space/galaxy4.jpg', 'galaxy4', '2008-12-18', 14, 138,'Canon S3', 1024, 218.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (121, 'galaxy5', 'admin/Nature/Space/galaxy5.jpg', 'galaxy5', '2008-12-18', 14, 139,'Canon S3', 1024, 134.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (122, 'iss', 'admin/Nature/Space/iss.jpg', 'iss', '2008-12-18', 14, 140,'Canon S3', 1024, 154.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (123, 'isss', 'admin/Nature/Space/isss.jpg', 'isss', '2008-12-18', 14, 141,'Canon S3', 1024, 65.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (124, 'moon', 'admin/Nature/Space/moon.jpg', 'moon', '2008-12-18', 14, 142,'Canon S3', 1024, 174.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (125, 'nebula', 'admin/Nature/Space/nebula.jpg', 'nebula', '2008-12-18', 14, 143,'Canon S3', 1024, 99.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (126, 'nebula2', 'admin/Nature/Space/nebula2.jpg', 'nebula2', '2008-12-18', 14, 144,'Canon S3', 1024, 124.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (127, 'nebula3', 'admin/Nature/Space/nebula3.jpg', 'nebula3', '2008-12-18', 14, 145,'Canon S3', 1024, 86.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (128, 'satellite', 'admin/Nature/Space/satellite.jpg', 'satellite', '2008-12-18', 14, 146,'Canon S3', 1024, 231.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (129, 'space_station', 'admin/Nature/Space/space_station.jpg', 'space_station', '2008-12-18', 14, 147,'Canon S3', 1024, 32.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (130, 'sun', 'admin/Nature/Space/sun.jpg', 'sun', '2008-12-18', 14, 148,'Canon S3', 1024, 67.000000, 768, '2008-12-01');
+
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (131, 'abrams', 'admin/Military/abrams.jpg', 'abrams', '2008-12-18', 10, 149,'Canon S3', 1024, 228.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (132, 'aircrafts', 'admin/Military/aircrafts.jpg', 'aircrafts', '2008-12-18', 10, 150,'Canon S3', 1024, 209.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (133, 'atomic_bomb_test', 'admin/Military/atomic_bomb_test.jpg', 'atomic_bomb_test', '2008-12-18', 10, 151,'Canon S3', 1024, 123.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (134, 'a_10', 'admin/Military/a_10.jpg', 'a_10', '2008-12-18', 10, 152,'Canon S3', 1024, 145.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (135, 'F_22_Raptor', 'admin/Military/F_22_Raptor.jpg', 'F_22_Raptor', '2008-12-18', 10, 153,'Canon S3', 1024, 44.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (136, 'F_22_Raptor_2', 'admin/Military/F_22_Raptor_2.jpg', 'F_22_Raptor_2', '2008-12-18', 10, 154,'Canon S3', 1024, 119.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (137, 'F_22_Raptor_3', 'admin/Military/F_22_Raptor_3.jpg', 'F_22_Raptor_3', '2008-12-18', 10, 155,'Canon S3', 1024, 99.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (138, 'KA-226', 'admin/Military/KA-226.jpg', 'KA-226', '2008-12-18', 10, 156,'Canon S3', 1024, 54.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (139, 'Leopard_2', 'admin/Military/Leopard_2.jpg', 'Leopard_2', '2008-12-18', 10, 157,'Canon S3', 1024, 454.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (140, 'Leopard_3', 'admin/Military/Leopard_3.jpg', 'Leopard_3', '2008-12-18', 10, 158,'Canon S3', 1024, 507.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (141, 'MH_53', 'admin/Military/MH_53.jpg', 'MH_53', '2008-12-18', 10, 159,'Canon S3', 1024, 168.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (142, 'mig_21', 'admin/Military/mig_21.jpg', 'mig_21', '2008-12-18', 10, 160,'Canon S3', 1024, 98.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (143, 'soldier_sniper', 'admin/Military/soldier_sniper.jpg', 'soldier_sniper', '2008-12-18', 10, 161,'Canon S3', 1024, 102.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (144, 'soldier_USMC', 'admin/Military/soldier_USMC.jpg', 'soldier_USMC', '2008-12-18', 10, 162,'Canon S3', 1024, 149.000000, 768, '2008-12-01');
+INSERT INTO images(image_id, name, path, description, created, img_album_id, rank_id, cameraModel, height, size, width, uploaded) VALUES (145, 'tank 1', 'admin/Military/tank 1.jpg', 'tank 1', '2008-12-18', 10, 163,'Canon S3', 1024, 293.000000, 768, '2008-12-01');
+
+
+
+
+
+
INSERT INTO metatags(metatag_id, tag, image_metatag_id) VALUES (1, 'Beach', 1);
INSERT INTO metatags(metatag_id, tag, image_metatag_id) VALUES (22, 'Sun', 1);
INSERT INTO metatags(metatag_id, tag, image_metatag_id) VALUES (23, 'Summer', 1);
@@ -202,6 +400,10 @@
INSERT INTO messages(message_id, date, message, author_id, owner_id, readed, theme, friendshipRequest) VALUES (1, '1985-01-08', 'Hello I am user', 2, 1, false, 'Hello, amarkhel', false);
INSERT INTO messages(message_id, date, message, author_id, owner_id, readed, theme, friendshipRequest) VALUES (2, '1985-01-08', 'Please, add meto your friends', 3, 1, false, 'Request for friendship', true);
INSERT INTO messages(message_id, date, message, author_id, owner_id, readed, theme, friendshipRequest) VALUES (3, '1985-01-09', 'Hello ', 1, 2, false, 'Hello, amarkhel', false);
+INSERT INTO shared_albums(album_id, user_id) VALUES(4, 1);
+INSERT INTO shared_albums(album_id, user_id) VALUES(5, 1);
+INSERT INTO shared_albums(album_id, user_id) VALUES(8, 5);
+INSERT INTO shared_albums(album_id, user_id) VALUES(9, 5);
INSERT INTO shared_images(image_id, user_id) VALUES(30, 1);
INSERT INTO shared_images(image_id, user_id) VALUES(31, 1);
INSERT INTO user_friends(user1_id, user2_id) VALUES(1, 2);
15 years, 11 months
JBoss Rich Faces SVN: r12539 - trunk/test-applications/realworld/web/src/main/java/org/richfaces/realworld/modalpanel.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2009-02-03 07:45:27 -0500 (Tue, 03 Feb 2009)
New Revision: 12539
Modified:
trunk/test-applications/realworld/web/src/main/java/org/richfaces/realworld/modalpanel/test.java
Log:
Modified: trunk/test-applications/realworld/web/src/main/java/org/richfaces/realworld/modalpanel/test.java
===================================================================
--- trunk/test-applications/realworld/web/src/main/java/org/richfaces/realworld/modalpanel/test.java 2009-02-03 12:26:30 UTC (rev 12538)
+++ trunk/test-applications/realworld/web/src/main/java/org/richfaces/realworld/modalpanel/test.java 2009-02-03 12:45:27 UTC (rev 12539)
@@ -10,9 +10,14 @@
import java.util.Map;
import javax.imageio.ImageIO;
+import javax.imageio.stream.FileImageInputStream;
+import org.richfaces.model.UploadItem;
import org.richfaces.realworld.domain.Album;
import org.richfaces.realworld.domain.Image;
+import org.richfaces.realworld.service.Constants;
+import org.richfaces.realworld.util.ImageUtils;
+import org.richfaces.realworld.util.ImageUtils.ImageDimension;
public class test {
@@ -21,11 +26,12 @@
* @throws IOException
*/
public static void main(String[] args) throws IOException {
- String directory ="C:\\Documents and Settings\\Administrator\\Desktop\\Fun";
- writeFiles(directory, "_mini", 100, 100);
+ String directory ="C:\\Documents and Settings\\Administrator\\Desktop\\amarkhel\\Sport";
+ writeFiles(directory, "_mini", 150);
+ writeFiles(directory, "_medium", 600);
}
- public static void renameAllImagesFromAlbumAndChilds(Album album, String replace,
+ /*public static void renameAllImagesFromAlbumAndChilds(Album album, String replace,
String forReplace) {
for(Image image: album.getImages()){
System.out.println(image.getPath());
@@ -37,15 +43,12 @@
String forReplace2 = forReplace + "/" + a.getName();
renameAllImagesFromAlbumAndChilds(a, replace2, forReplace2);
}
- }
+ }*/
- private static void writeFiles(String directory, String pattern, int width, int height) {
+ private static void writeFiles(String directory, String pattern, int size) {
File f = new File(directory);
for(String s: f.list()){
File temp = new File(directory +"\\"+ s);
- if(temp.isDirectory() && !(directory +"\\"+ s).endsWith("avatars")){
- writeFiles(directory +"\\"+ s,pattern, width, height);
- }
if(s.endsWith(".jpg") && !s.endsWith("_mini.jpg")&& !s.endsWith("_medium.jpg")){
BufferedImage bsrc =null;
try {
@@ -54,15 +57,18 @@
// TODO Auto-generated catch block
e1.printStackTrace();
}
+ int i = bsrc.getWidth() > bsrc.getHeight()? bsrc.getWidth(): bsrc.getHeight();
+ int width2 = bsrc.getWidth();
+ double d = (double) size
+ / i;
+ Double yy = ((Double)d*bsrc.getWidth());
+ int width = yy.intValue();
+ yy = ((Double)d*bsrc.getHeight());
+ int height= yy.intValue();
BufferedImage bdest = new BufferedImage(width, height,
BufferedImage.TYPE_INT_RGB);
Graphics2D g = bdest.createGraphics();
- int width2 = bsrc.getWidth();
- int height2 = bsrc.getHeight();
- double d = (double) width
- / width2;
- double e = (double) height / height2;
- AffineTransform at = AffineTransform.getScaleInstance(d, e);
+ AffineTransform at = AffineTransform.getScaleInstance(d, d);
Map<RenderingHints.Key, Object> hints = new HashMap<RenderingHints.Key, Object>();
hints.put(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR);
g.addRenderingHints(hints);
15 years, 11 months
JBoss Rich Faces SVN: r12538 - in trunk/test-applications/realworld/web/src/main/webapp: layout and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alevkovsky
Date: 2009-02-03 07:26:30 -0500 (Tue, 03 Feb 2009)
New Revision: 12538
Modified:
trunk/test-applications/realworld/web/src/main/webapp/index.xhtml
trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
trunk/test-applications/realworld/web/src/main/webapp/layout/template3.xhtml
trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
Log:
Fix some design bugs
Modified: trunk/test-applications/realworld/web/src/main/webapp/index.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/panelBar.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/template3.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
===================================================================
--- trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-02-03 12:24:01 UTC (rev 12537)
+++ trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-02-03 12:26:30 UTC (rev 12538)
@@ -41,6 +41,7 @@
.top-right-menu-item {
vertical-align: top;
+ padding: 0px;
}
.top-right-menu-item a {
@@ -48,6 +49,7 @@
color: #ffffff;
text-decoration: none;
font-weight: normal;
+ padding: 0px 8px 0px 15px;
}
.main-menu-panel {
15 years, 11 months
JBoss Rich Faces SVN: r12537 - in trunk/test-applications/seleniumTest/richfaces/src: test/java/org/richfaces/testng and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: dsvyatobatsko
Date: 2009-02-03 07:24:01 -0500 (Tue, 03 Feb 2009)
New Revision: 12537
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/panelMenuGroup/panelMenuGroupAutoTest.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java
Log:
https://jira.jboss.org/jira/browse/RF-5900
https://jira.jboss.org/jira/browse/RF-5901
https://jira.jboss.org/jira/browse/RF-5906
Modified: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/panelMenuGroup/panelMenuGroupAutoTest.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java 2009-02-03 12:04:28 UTC (rev 12536)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/PanelMenuGroupTest.java 2009-02-03 12:24:01 UTC (rev 12537)
@@ -31,6 +31,22 @@
tester.testOncomplete();
}
+ @Test
+ public void testAjaxSingle(Template template) {
+ AutoTester autoTester = getAutoTester(this);
+ autoTester.renderPage(template, null);
+ writeStatus("Test ajaxSingle attribute in case of external validation failure");
+ autoTester.testAjaxSingle();
+ }
+
+ @Test
+ public void testLimitToListAttribute(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+ writeStatus("Test component with limitToList = true skips ajaxRendered areas update");
+ tester.testLimitToList();
+ }
+
@Override
public void sendAjax() {
clickAjaxCommandAndWait("icon" + getAutoTester(this).getClientId(AutoTester.COMPONENT_ID));
15 years, 11 months
JBoss Rich Faces SVN: r12536 - trunk/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-02-03 07:04:28 -0500 (Tue, 03 Feb 2009)
New Revision: 12536
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
Log:
https://jira.jboss.org/jira/browse/RF-5647
process attribute is removed from the chapter
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2009-02-02 22:13:05 UTC (rev 12535)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragSupport.xml 2009-02-03 12:04:28 UTC (rev 12536)
@@ -259,16 +259,7 @@
only.
</para>
</note>
- <para>
- Information about the
- <emphasis>
- <property>"process"</property>
- </emphasis>
- attribute usage you can find
- <link linkend="process">here</link>
- .
- </para>
- </section>
+ </section>
<section>
<title>Look-and-Feel Customization</title>
15 years, 11 months
JBoss Rich Faces SVN: r12535 - trunk/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-02-02 17:13:05 -0500 (Mon, 02 Feb 2009)
New Revision: 12535
Modified:
trunk/ui/tree/src/main/config/component/tree.xml
Log:
https://jira.jboss.org/jira/browse/RF-5649
boolean disableKeyboardNavigation description is added to Tree
Modified: trunk/ui/tree/src/main/config/component/tree.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/tree.xml 2009-02-02 22:02:21 UTC (rev 12534)
+++ trunk/ui/tree/src/main/config/component/tree.xml 2009-02-02 22:13:05 UTC (rev 12535)
@@ -321,6 +321,7 @@
<property>
<name>disableKeyboardNavigation</name>
<classname>boolean</classname>
+ <description>Disables keyboard navigation. Default value is "false"</description>
</property>
<property>
15 years, 11 months
JBoss Rich Faces SVN: r12534 - trunk/ui/calendar/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-02-02 17:02:21 -0500 (Mon, 02 Feb 2009)
New Revision: 12534
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
https://jira.jboss.org/jira/browse/RF-5650
descriptions are added to the component attributes
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2009-02-02 19:28:13 UTC (rev 12533)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2009-02-02 22:02:21 UTC (rev 12534)
@@ -332,12 +332,12 @@
<property>
<name>oninputmouseover</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>HTML: a script expression; a pointer is moved onto</description>
</property>
<property>
<name>oninputmouseout</name>
<classname>java.lang.String</classname>
- <description></description>
+ <description>HTML: a script expression; a pointer is moved away</description>
</property>
<property>
<name>ondateselect</name>
15 years, 11 months