Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

3.0-proto 3189 2550

latest revision download Branch 3.0-proto

3189 deleted | Diffs: previous, other | Lines: 0 ( +0, -40 )

Created: 2008-12-12 10:56:13 -0600 (27 days ago) | Author: stachoo | Changeset: 3189

Removing unused branches

3155 annotated / raw | Diffs: previous, other | Lines: 40 ( +12, -0 )

Created: 2008-11-14 13:09:59 -0600 (55 days ago) | Author: stachoo | Changeset: 3155

Copied to: trunk/core/carrot2-component-suites/suites/carrot2-default/suite-webapp.xml 3188

CARROT-428: PUT tab added

3153 annotated / raw | Diffs: previous, other | Lines: 28 ( +2, -0 )

Created: 2008-11-14 10:36:27 -0600 (55 days ago) | Author: stachoo | Changeset: 3153

CARROT-427: implemented, webtest

2946 annotated / raw | Diffs: previous, other | Lines: 26 ( +0, -2 )

Created: 2008-09-21 04:11:37 -0500 (3 months 17 days ago) | Author: stachoo | Changeset: 2946

A number of fixes / improvements inspired by writing the docs.
doc: more formatting support, restructuring
carrot2-webapp: intro text improved, more consistently rendered layout for startup screen, processing-time attributes can be now overriden by request parameters
carrot2-component-suites: Boss now handles web and image search, old Yahoo handles new search, more semantic description of components, now used in documentation
carrot2-source-live: slack increased to stop occasional test failures
carrot2-util-text: stopword merging option added, turned on by default. Merging stopwords from all languages improves clustering of multilingual results, doesn't degrade single language queries

2918 annotated / raw | Diffs: previous, other | Lines: 28 ( +1, -1 )

Created: 2008-09-12 13:25:56 -0500 (3 months 26 days ago) | Author: stachoo | Changeset: 2918

carrot2-webapp: CARROT-324: a very simple (not to say dumb) query word highlighting for the webapp. To make this happen, I had to change the format for saving maps of values into XML (document/cluster/processing result attributes, attribute sets). Clean your Workbench's workspace after this update, otherwise you'll get deserialization exceptions.

2913 new/moved annotated / raw | Diffs: previous, other | Lines: 28 ( +28, -0 )

Created: 2008-09-04 16:57:26 -0500 (4 months 4 days ago) | Author: stachoo | Changeset: 2913

Moved from: branches/3.0-proto/core/carrot2-component-suites/suites/carrot2-default/suite.xml 2911

carrot2-dcs: initial checkin
carrot2-webapp: @Request attribute annotation removed
lib: google collections upgraded to v0.8, commons-lang upgraded to 2.4
carrot2-core: include mechanism added to component suites (doesn't work under Workbench though, we'll need to investigate that)
carrot2-core: caching controller statistics can now be serialized to XML


2911 annotated / raw | Diffs: previous, other | Lines: 95 ( +5, -5 )

Created: 2008-08-29 10:17:51 -0500 (4 months 10 days ago) | Author: stachoo | Changeset: 2911

Moved to: branches/3.0-proto/core/carrot2-component-suites/suites/carrot2-default/suite-webapp.xml 2913

carrot2-webapp: CARROT-317: controller statistics added. The semantics of the total queries field has changed a little: now it's the total number of queries handled by the controller, which, with the current model of the webapp, counts two requests per user query. This will help us track requests performed to satisfy different queries, like documents / clusters / xml queries.
carrot2-webapp: access keys for tabs implemented.

2905 annotated / raw | Diffs: previous, other | Lines: 95 ( +6, -17 )

Created: 2008-08-27 12:44:10 -0500 (4 months 12 days ago) | Author: stachoo | Changeset: 2905

carrot2-source-boss: CARROT-280: Replacing "old" Yahoo web search with BOSS in the webapp
carrot2-lingo-3g: a result attribute indicating whether native matrix routines were used

2902 annotated / raw | Diffs: previous, other | Lines: 106 ( +11, -0 )

Created: 2008-08-27 06:53:45 -0500 (4 months 12 days ago) | Author: dawidweiss | Changeset: 2902

http://issues.carrot2.org/browse/CARROT-280

Added Yahoo Boss (Web) to the default suite.

2875 annotated / raw | Diffs: previous, other | Lines: 95 ( +22, -0 )

Created: 2008-08-16 12:24:56 -0500 (4 months 23 days ago) | Author: stachoo | Changeset: 2875

carrot2-source-pubmed: CARROT-312: PubMed component added
carrot2-webapp: added PubMed and blog search
workbench: added PubMed

2864 annotated / raw | Diffs: previous, other | Lines: 73 ( +1, -1 )

Created: 2008-08-15 15:06:46 -0500 (4 months 24 days ago) | Author: stachoo | Changeset: 2864

carrot2-source-google: CARROT2-206: Google data source implemented based on their JSON API. Provides only up to 32 results, but it's really fast
carrot2-webapp: CARROT-365: using JSON search api to significantly improve the document list initial response time
carrot2-webapp: ugly JS code removed from the results page main markup and moved to the cacheable JS files
carrot2-core: refactorings around the SearchEngine class, now the base classes come in two flavors: multi-request and single-request

2767 annotated / raw | Diffs: previous, other | Lines: 73 ( +15, -0 )

Created: 2008-07-20 10:54:01 -0500 (5 months 19 days ago) | Author: stachoo | Changeset: 2767

carrot2-source-opensearch: CARROT-290: OpenSearch support adapted from 2.x line

2610 annotated / raw | Diffs: previous, other | Lines: 58 ( +11, -0 )

Created: 2008-05-30 14:12:37 -0500 (7 months ago) | Author: stachoo | Changeset: 2610

carrot2-source-etools: eTools data source implemented
carrot2-source-yahoo: minor refactorings
carrot2-source-microsoft: minor refactorings
carrot2-source-xml: refactoring common functionality to XmlDocumentSourceHelper
carrot2-util-common: static value for the default ResourceUtils
workbench: Hide Clusters/Documents/Attributes replaced with Show Clusters/Documents/Attributes

2597 annotated / raw | Diffs: previous, other | Lines: 47 ( +6, -3 )

Created: 2008-05-25 03:59:52 -0500 (7 months ago) | Author: stachoo | Changeset: 2597

carrot2-core: some refactorings around component suites (duplication removed, an extra init method in CachingController)

2550 new annotated / raw | Lines: 44 ( +44, -0 )

Created: 2008-05-05 14:14:42 -0500 (8 months ago) | Author: stachoo | Changeset: 2550

carrot2-core: first take at component suites, this is very much work in progress, we need to discuss this further
carrot2-webapp: webapp switched to use the component suite
carrot2-source-google: removed until google offers a less restricting API
carrot2-source-microsoft: StringUtils imported directly from commons-lang

Crucible: Open Source License registered to Atlassian.
Version 1.6.5.a is available.
Atlassian Crucible, painless code review. (Version:1.6.3 Build:build-337 2008-11-04) - Administration - Page generated 2009-01-09 03:00 -0600