/[drupal]/contributions/modules/apachesolr_rdf/apachesolr_rdf.install
ViewVC logotype

Log of /contributions/modules/apachesolr_rdf/apachesolr_rdf.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 23:31:38 2009 UTC (3 weeks, 2 days ago) by drunkenmonkey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-UNSTABLE5
Changes since 1.1.2.10: +62 -3 lines
Diff to previous 1.1.2.10 , to branch point 1.1 , to next main 1.8
Refactored the system for defining dynamic fields to add type functionality.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 8 16:43:06 2009 UTC (3 months, 2 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-UNSTABLE3, DRUPAL-6--1-0-UNSTABLE4
Changes since 1.1.2.9: +198 -15 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Working version of the new layout. Only hooks documentation has to be updated and then additional features (advanced search, facets) to be added.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 7 21:50:10 2009 UTC (3 months, 2 weeks ago) by drunkenmonkey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Bug fixing.
E.g. I forgot that there is a hook_update_index(), which led to fatal error due to my incompatible unintentional "implementation".
Also added more correct port validation.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 11:46:42 2009 UTC (3 months, 2 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
"schema" is ALSO reserved?!? Aww, come on!

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 00:30:06 2009 UTC (3 months, 2 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Some bug fixes.
"index" is NO good name for a database field and "access arguments" are not inherited from parents.
Who would've imagined that?

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 5 16:51:35 2009 UTC (3 months, 2 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
Removed $schema_args parameter in ~_get_schema_function().
Admin pages now also done, should work. Pending actual testing.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 00:14:38 2009 UTC (3 months, 3 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.3: +1 -4 lines
Diff to previous 1.3
Admin interface for server settings: done.
Index and search settings to do.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 21:59:41 2009 UTC (3 months, 3 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.2: +48 -13 lines
Diff to previous 1.2
.install, .module, .index.inc and schemas updated to new layout.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 16:58:35 2009 UTC (3 months, 3 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.8: +5 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Revert to working version (unstable2), experimental development continues in HEAD.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 16:49:06 2009 UTC (3 months, 3 weeks ago) by drunkenmonkey
Branch: MAIN
Changes since 1.1: +230 -0 lines
Diff to previous 1.1
Moved experimental development to HEAD.
Non-working version where layout is changed to increase modularity.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 10:58:01 2009 UTC (3 months, 3 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +6 -6 lines
Diff to previous 1.1.2.7 , to branch point 1.1
First steps in changing the basic layout to be more modular regarding servers, indexing and searching.
Non-working.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 00:31:10 2009 UTC (4 months ago) by drunkenmonkey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-UNSTABLE1, DRUPAL-6--1-0-UNSTABLE2
Changes since 1.1.2.6: +2 -3 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Much refactoring and also many real advances. Should have committed earlier. Just for the protocol.
- solrconfig.xml copied and adapted from apachesolr module
- moved .inc files to top level (for consistency with other modules, and module_load_include())
- created functions for capsulating the code to access the different schemas (plus caching)
- indexing now works
- searching is on the way...

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 22:38:06 2009 UTC (4 months, 1 week ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +1 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
- Removed global default cron limit (unnecessary, since specific ones have to be set)
- Added apachesolr_rdf_enabled_contexts()
- Slight bug fixes

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 01:46:11 2009 UTC (4 months, 1 week ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.4: +6 -12 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Almost finished indexing and configuration (minus some bug-fixing).
Search needs to be done.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 23:40:21 2009 UTC (4 months, 2 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +3 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Slight refactoring (moved *_statement_count() to *.module) and progress in indexing.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 00:23:20 2009 UTC (4 months, 2 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +33 -17 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Changed the db layout to include context (as part of the primary key) and a statement count. Also changed insertion routine in hook_enable().

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 00:24:02 2009 UTC (4 months, 2 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +19 -9 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Indexing mechanism elaborated, but still unfinished

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 00:12:42 2009 UTC (4 months, 3 weeks ago) by drunkenmonkey
Branch: DRUPAL-6--1
Changes since 1.1: +62 -0 lines
Diff to previous 1.1
First version of install file, adapted from apachesolr.install

Revision 1.1
Wed Jul 1 00:12:42 2009 UTC (4 months, 3 weeks ago) by drunkenmonkey
Branch: MAIN
Branch point for: DRUPAL-6--1
FILE REMOVED
file apachesolr_rdf.install was initially added on branch DRUPAL-6--1.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2