You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(81) |
Apr
(163) |
May
(333) |
Jun
(90) |
Jul
(66) |
Aug
(178) |
Sep
(83) |
Oct
(31) |
Nov
(70) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(40) |
Feb
(25) |
Mar
(23) |
Apr
(45) |
May
(60) |
Jun
(36) |
Jul
(54) |
Aug
(44) |
Sep
(26) |
Oct
(19) |
Nov
(27) |
Dec
(28) |
2012 |
Jan
(25) |
Feb
(36) |
Mar
(23) |
Apr
(22) |
May
(12) |
Jun
(26) |
Jul
(23) |
Aug
(76) |
Sep
(59) |
Oct
(44) |
Nov
(55) |
Dec
(10) |
2013 |
Jan
(30) |
Feb
(29) |
Mar
(18) |
Apr
(14) |
May
(10) |
Jun
(10) |
Jul
(20) |
Aug
(11) |
Sep
(21) |
Oct
(36) |
Nov
(30) |
Dec
(20) |
2014 |
Jan
(12) |
Feb
(26) |
Mar
(21) |
Apr
(12) |
May
(19) |
Jun
(17) |
Jul
(15) |
Aug
(21) |
Sep
(12) |
Oct
(30) |
Nov
(12) |
Dec
(10) |
2015 |
Jan
(6) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
(4) |
Jun
(28) |
Jul
(33) |
Aug
(3) |
Sep
(25) |
Oct
(4) |
Nov
(34) |
Dec
(27) |
2016 |
Jan
(9) |
Feb
(6) |
Mar
(7) |
Apr
(13) |
May
(7) |
Jun
(27) |
Jul
(17) |
Aug
(13) |
Sep
(20) |
Oct
(20) |
Nov
(8) |
Dec
(12) |
2017 |
Jan
(8) |
Feb
(4) |
Mar
(8) |
Apr
(6) |
May
(5) |
Jun
(5) |
Jul
(13) |
Aug
(15) |
Sep
(5) |
Oct
(3) |
Nov
(6) |
Dec
(4) |
2018 |
Jan
(7) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
(7) |
Jun
(5) |
Jul
(9) |
Aug
(8) |
Sep
(17) |
Oct
(8) |
Nov
(1) |
Dec
(2) |
2019 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <duk...@us...> - 2015-11-24 16:18:27
|
Revision: 3614 http://sourceforge.net/p/pulse-java/code/3614 Author: dukes_little_b Date: 2015-11-24 16:18:25 +0000 (Tue, 24 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchConfiguration.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchContext.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/LocaleDiscriminator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/AbstractBasicContent.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchEntry.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextSearchEntryBase.java Removed Paths: ------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextEntryBase.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-23 18:32:37
|
Revision: 3613 http://sourceforge.net/p/pulse-java/code/3613 Author: dukes_little_b Date: 2015-11-23 18:32:35 +0000 (Mon, 23 Nov 2015) Log Message: ----------- API refactoring, added Boost Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/META-INF/services/org.hibernate.integrator.spi.Integrator branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchConfiguration.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchableDelegate.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/package-info.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/ branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/ConfigurableBoostStrategy.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextEntryBase.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextKeywordAnalyzer.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/LocaleDiscriminator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/impl/package-info.java Removed Paths: ------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIndexUtility.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/LocaleDiscriminator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-20 19:46:00
|
Revision: 3612 http://sourceforge.net/p/pulse-java/code/3612 Author: dukes_little_b Date: 2015-11-20 19:45:59 +0000 (Fri, 20 Nov 2015) Log Message: ----------- finished pagination Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/conf/2ndLevelCache.xml branches/0.7/branches/full-text-search/trunk/conf/ehcache.xml branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchContext.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-20 17:02:36
|
Revision: 3611 http://sourceforge.net/p/pulse-java/code/3611 Author: dukes_little_b Date: 2015-11-20 17:02:35 +0000 (Fri, 20 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchContext.java Removed Paths: ------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/ConfigurableAnalyzer.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-20 16:37:12
|
Revision: 3610 http://sourceforge.net/p/pulse-java/code/3610 Author: dukes_little_b Date: 2015-11-20 16:37:10 +0000 (Fri, 20 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchContext.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/jaxb.index branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/util/HibernateDataSourceImpl.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/util/xml/transform/XSLCompileUtils.java branches/0.7/branches/full-text-search/trunk/lib/saxon/saxon9he.jar Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/ConfigurableAnalyzer.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchConfiguration.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIndexUtility.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/LocaleDiscriminator.java branches/0.7/branches/full-text-search/trunk/lib/Hibernate/required/solr-core-3.6.2.jar branches/0.7/branches/full-text-search/trunk/lib/Hibernate/required/solr-solrj-3.6.2.jar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-18 18:40:32
|
Revision: 3609 http://sourceforge.net/p/pulse-java/code/3609 Author: dukes_little_b Date: 2015-11-18 18:40:31 +0000 (Wed, 18 Nov 2015) Log Message: ----------- simplified the API and added comments Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchableDelegate.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/package-info.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchEntry.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-18 18:14:47
|
Revision: 3608 http://sourceforge.net/p/pulse-java/code/3608 Author: dukes_little_b Date: 2015-11-18 18:14:45 +0000 (Wed, 18 Nov 2015) Log Message: ----------- working version (including delegates) Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchable.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNode.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchableDelegate.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-18 16:18:27
|
Revision: 3607 http://sourceforge.net/p/pulse-java/code/3607 Author: dukes_little_b Date: 2015-11-18 16:18:26 +0000 (Wed, 18 Nov 2015) Log Message: ----------- working version (tested for Content) Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchable.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNode.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-18 15:26:31
|
Revision: 3606 http://sourceforge.net/p/pulse-java/code/3606 Author: dukes_little_b Date: 2015-11-18 15:26:30 +0000 (Wed, 18 Nov 2015) Log Message: ----------- broken implementation Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchable.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/map/SitemapNode.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-17 16:20:17
|
Revision: 3605 http://sourceforge.net/p/pulse-java/code/3605 Author: dukes_little_b Date: 2015-11-17 16:20:16 +0000 (Tue, 17 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchContext.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchRequestBean.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-17 13:49:56
|
Revision: 3604 http://sourceforge.net/p/pulse-java/code/3604 Author: dukes_little_b Date: 2015-11-17 13:49:54 +0000 (Tue, 17 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/conf/pulse.jaxb-endorsed.xml branches/0.7/branches/full-text-search/trunk/conf/pulse.xml branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchable.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearch.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEntry.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/jaxb.index branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchEntry.java Removed Paths: ------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchResult.java Property Changed: ---------------- branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-16 17:48:37
|
Revision: 3603 http://sourceforge.net/p/pulse-java/code/3603 Author: dukes_little_b Date: 2015-11-16 17:48:35 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Branch for full-text-search feature Modified Paths: -------------- branches/0.7/branches/full-text-search/trunk/conf/pulse.xml branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/Content.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/util/entity/AbstractBasicEntity.java Added Paths: ----------- branches/0.7/branches/full-text-search/trunk/ branches/0.7/branches/full-text-search/trunk/container/src/java/META-INF/ branches/0.7/branches/full-text-search/trunk/container/src/java/META-INF/services/ branches/0.7/branches/full-text-search/trunk/container/src/java/META-INF/services/org.hibernate.integrator.spi.Integrator branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/ branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchEventListener.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchIntegrator.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/FullTextSearchResult.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/IFullTextSearchable.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/search/package-info.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/site/content/ContentFullTextSearchResult.java branches/0.7/branches/full-text-search/trunk/container/src/java/org/torweg/pulse/util/entity/LongId.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-16 17:48:08
|
Revision: 3602 http://sourceforge.net/p/pulse-java/code/3602 Author: dukes_little_b Date: 2015-11-16 17:48:07 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Branch for full-text-search feature Added Paths: ----------- branches/0.7/branches/full-text-search/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-16 17:46:05
|
Revision: 3601 http://sourceforge.net/p/pulse-java/code/3601 Author: dukes_little_b Date: 2015-11-16 17:46:04 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Added Paths: ----------- branches/0.7/branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2015-11-16 16:45:29
|
Revision: 3600 http://sourceforge.net/p/pulse-java/code/3600 Author: search247 Date: 2015-11-16 16:45:28 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2015-11-16 16:06:43
|
Revision: 3599 http://sourceforge.net/p/pulse-java/code/3599 Author: ddietz Date: 2015-11-16 16:06:42 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2015-11-16 16:04:43
|
Revision: 3598 http://sourceforge.net/p/pulse-java/code/3598 Author: ddietz Date: 2015-11-16 16:04:42 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2015-11-16 15:18:12
|
Revision: 3597 http://sourceforge.net/p/pulse-java/code/3597 Author: search247 Date: 2015-11-16 15:18:11 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <m-...@us...> - 2015-11-16 14:35:49
|
Revision: 3596 http://sourceforge.net/p/pulse-java/code/3596 Author: m-dietz Date: 2015-11-16 14:35:48 +0000 (Mon, 16 Nov 2015) Log Message: ----------- bundle.xml: removed Retailer/Representative admin components from bundle Localized.java, SearchFailure.java, SearchSuggestion.java: utf8mb4 support changes Modified Paths: -------------- branches/0.7/trunk/bundles/Core/bundle.xml branches/0.7/trunk/container/src/java/org/torweg/pulse/site/content/Localized.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/search/SearchFailure.java branches/0.7/trunk/container/src/java/org/torweg/pulse/util/search/SearchSuggestion.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2015-11-16 14:18:10
|
Revision: 3595 http://sourceforge.net/p/pulse-java/code/3595 Author: ddietz Date: 2015-11-16 14:18:08 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2015-11-16 14:06:15
|
Revision: 3594 http://sourceforge.net/p/pulse-java/code/3594 Author: search247 Date: 2015-11-16 14:06:13 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2015-11-16 13:06:46
|
Revision: 3593 http://sourceforge.net/p/pulse-java/code/3593 Author: search247 Date: 2015-11-16 13:06:45 +0000 (Mon, 16 Nov 2015) Log Message: ----------- fixes for JAXB Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2015-11-16 13:05:51
|
Revision: 3592 http://sourceforge.net/p/pulse-java/code/3592 Author: search247 Date: 2015-11-16 13:05:50 +0000 (Mon, 16 Nov 2015) Log Message: ----------- fixes for JAXB Modified Paths: -------------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2015-11-16 12:16:41
|
Revision: 3591 http://sourceforge.net/p/pulse-java/code/3591 Author: ddietz Date: 2015-11-16 12:16:40 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Result utility for building paging URLs Added Paths: ----------- branches/0.7/trunk/container/src/java/org/torweg/pulse/util/entity/dao/PagingUrls.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <duk...@us...> - 2015-11-16 11:00:16
|
Revision: 3590 http://sourceforge.net/p/pulse-java/code/3590 Author: dukes_little_b Date: 2015-11-16 11:00:14 +0000 (Mon, 16 Nov 2015) Log Message: ----------- Modified Paths: -------------- branches/0.7/trunk/components/shop/xsl/email/shop.checkout.confirmationEmail.text.xsl branches/0.7/trunk/components/shop/xsl/email/shop.checkout.orderEmail.text.xsl branches/0.7/trunk/components/shop/xsl/i18n/shop.babelfish.de.xsl branches/0.7/trunk/xsl/i18n/admin-viewport.babelfish.de.xsl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |