You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/05/09 07:41:33 UTC

[Solr Wiki] Update of "TaskList" by HossMan

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by HossMan:
http://wiki.apache.org/solr/TaskList

The comment on the change is:
cleaning up many old DONE things, mostly from post-incubation

------------------------------------------------------------------------------
  
  == Post Graduation Checklist ==
  
+  * change all links in Wiki to point to correct svn path (under lucene, not incubator)
+  * change all links in Wiki to point to correct website (so we don't rely on incubator.apache.org redirects)
- 
-  * [DONE] Graduate
-  * [DONE] lucene, solr, incubator status website update (news section)
-  * [DONE] update incubator status page (move solr to graduated projects, remove from project.xml,etc)
-  * [DONE] move svn ... Doug is now attempting this
-    * [DONE] svn permissions for committers necessary for new location?
-    * [DONE] have everyone update their subversion working directories (remember to update SVN paths in IDEs too, etc)
-  * [DONE] change unix group for committers from "incubator" to "lucene": http://issues.apache.org/jira/browse/INFRA-1117
-  * move website
-    * [DONE] checkout in new location (from the new svn location too)
-    * point lucene website to new solr website
-    * [DONE] set up forwarding from old site to new, remove old incubator site.
-    * [DONE] fix double-breadcrumb issue while we are at it
-    * [DONE] change parent from "incubator" to "lucene" (left hand icon, etc)
-  * Wiki
-    * change all links in Wiki to point to new svn path
-    * [NOT NEEDED because of redirect] change all links in Wiki to point to new website
-    * update release guide
-  * JIRA... does it watch a specific svn path to link issues, or does it watch the whole repo?
-  * [DONE] move location of releases
-    * [DONE] update website only after release has propagated
-    * [DONE] change download pointer to new nightly build location
-    * [DONE] remove old nightly and release locations only after website update has propogated
-  * [DONE] remove incubation disclaimers from README, CHANGES, build.xml, etc
-  * [DONE]fix nightly builds
-    * [DONE] svn switch working dir, check if incubating included, move output to /www/people.apache.org/builds, move javadoc output location
- 
  
  == Simple Non-Invasive Tasks ==
  
@@ -76, +51 @@

           * !UpdateHandler
           * !FieldType ... in progress
           * !SchemaField
-  * [MOSTLY DONE] Testing (see [https://issues.apache.org/jira/browse/SOLR-3 SOLR-3])
-    * Either eliminate testapp, or refactor it to use new test harness and document it as a performance testing tool.
   * !SolrQueryParser Configuration in schema.xml
     * make more options configurable via schema.xml besides operator ([http://www.nabble.com/QueryParser-default-operator---AND-tf1977319.html#a5425106 discussion])
     * refactor option setting into a utility (possibly in !IndexSchema) so people constructing a !SolrQueryParser instance directly get the built in defaults. ([http://www.nabble.com/QueryParser-default-operator---AND-tf1977319.html#a5425271 discussion])