]>
 
 
matita.cs.unibo.it Git - helm.git/log 
 
 
 
 
 
 
Claudio Sacerdoti Coen  [Fri, 2 Jul 2004 15:34:35 +0000  (15:34 +0000)] 
 
Bug fixed: eta_expand did not perform any recursion over the local context 
of a metavariable ==> the local context was not lifted. 
 
Claudio Sacerdoti Coen  [Fri, 2 Jul 2004 15:18:06 +0000  (15:18 +0000)] 
 
Bug fixed: the beta_expansion function did not lift the argument before 
attempting to match it ==> no matching was done correctly under an 
abstraction. 
 
Andrea Asperti  [Thu, 1 Jul 2004 15:28:10 +0000  (15:28 +0000)] 
 
... 
 
Stefano Zacchiroli  [Thu, 1 Jul 2004 14:12:30 +0000  (14:12 +0000)] 
 
New handling of substitution: 
- splitted metasenv from substitution 
- substitution enriched with canonical context information for 
  checking_metasenv_consistency 
 
Stefano Zacchiroli  [Thu, 1 Jul 2004 14:10:27 +0000  (14:10 +0000)] 
 
added (commented) benchmarking code for the disambiguation paper 
 
Andrea Asperti  [Mon, 28 Jun 2004 11:30:14 +0000  (11:30 +0000)] 
 
removed a useless test on explicit substitutions on variables with body 
 
Andrea Asperti  [Mon, 28 Jun 2004 11:17:06 +0000  (11:17 +0000)] 
 
use get_obj to retrieve cic objects instead of typecheck 
 
Andrea Asperti  [Mon, 28 Jun 2004 11:02:02 +0000  (11:02 +0000)] 
 
fixed typo 
 
Andrea Asperti  [Mon, 28 Jun 2004 10:59:17 +0000  (10:59 +0000)] 
 
- new implementation of the apply case in fo_unif using beta expansion 
- infinite loop fix while unifying terms in an invalid metasenv 
 
Stefano Zacchiroli  [Tue, 22 Jun 2004 15:33:17 +0000  (15:33 +0000)] 
 
ugliness changes: 
- more google like look and feel for query results 
- exceptions are no longer rendered in <h1> elements but pretty printed 
  inside the standard moogle HTML template 
- advanced search status is now rememberd between searches 
- added results count 
- added result type feedback in results page 
 
Matteo Selmi  [Fri, 18 Jun 2004 13:50:11 +0000  (13:50 +0000)] 
 
Corrections to "auto" tactic 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 11:29:22 +0000  (11:29 +0000)] 
 
elim_tac rewritten almost entirely. It is now based on refinement + 
one invocation of the (now more powerful than before) apply_tac. 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 11:28:02 +0000  (11:28 +0000)] 
 
Added new function compare_metasenvs. 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 11:27:29 +0000  (11:27 +0000)] 
 
Comments changed. 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 11:26:45 +0000  (11:26 +0000)] 
 
- In the case (?i args) vs term the term is now eta-expanded w.r.t. args. 
  This allows to easily implement elim using apply and it makes the auto 
  tactic much more powerful. 
- CicMetaSubst.apply_subst semantics changed: it now always performs 
  beta-reduction when a meta in head-position in an application is istantiated 
  with a lambda-abstraction. 
- CicMetaSubst.apply_subst_reducing no longer in use: removed. 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 11:22:13 +0000  (11:22 +0000)] 
 
New syntax. 
 
Claudio Sacerdoti Coen  [Fri, 18 Jun 2004 08:43:42 +0000  (08:43 +0000)] 
 
Fourier URIs changed in V8. 
 
Claudio Sacerdoti Coen  [Thu, 17 Jun 2004 13:48:56 +0000  (13:48 +0000)] 
 
- moogle replaces the old search engine 
 
Stefano Zacchiroli  [Thu, 17 Jun 2004 10:13:22 +0000  (10:13 +0000)] 
 
bugfix: ignore proof checker output 
 
Claudio Sacerdoti Coen  [Wed, 16 Jun 2004 17:47:01 +0000  (17:47 +0000)] 
 
atmost/atleast/exactly constraints are now used only for the "hint" method. 
They are no longer used for "match" and "elim". 
 
Stefano Zacchiroli  [Wed, 16 Jun 2004 13:42:32 +0000  (13:42 +0000)] 
 
in the particular case of simple searches, Andrea atmost/atleast/exactly 
technique is used 
 
Andrea Asperti  [Wed, 16 Jun 2004 09:39:15 +0000  (09:39 +0000)] 
 
first moogle commit 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 14:09:05 +0000  (14:09 +0000)] 
 
search.xsl added. 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 14:08:40 +0000  (14:08 +0000)] 
 
Added search.xsl (S). 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 14:06:38 +0000  (14:06 +0000)] 
 
Stylesheet whose input is an empty document. It calls the 
new search engine (moowgle) passing the needed parameters. 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 13:45:08 +0000  (13:45 +0000)] 
 
New profile param: searchengineURL 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 10:12:46 +0000  (10:12 +0000)] 
 
Uncommited changes committed. 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 10:12:02 +0000  (10:12 +0000)] 
 
Interface URL can now be setted using the control panel. 
 
Claudio Sacerdoti Coen  [Thu, 10 Jun 2004 10:11:42 +0000  (10:11 +0000)] 
 
Interface URL can now be setted. 
 
Claudio Sacerdoti Coen  [Wed, 9 Jun 2004 13:12:23 +0000  (13:12 +0000)] 
 
The normalization of URIs when the DB is empty (or it is being filled) is 
not reliable. As a consequence the semantics of the Http_getter_map has been 
changed again: the only method that normalized the URIs before using them 
is the resolve method. The methods replace, add, remove, etc. no longer 
normalize their argument. 
 
Claudio Sacerdoti Coen  [Wed, 9 Jun 2004 09:19:30 +0000  (09:19 +0000)] 
 
- new stylesheets in the predefined set 
- some fields are now password fields 
 
Claudio Sacerdoti Coen  [Tue, 8 Jun 2004 16:40:13 +0000  (16:40 +0000)] 
 
New attributes for ht:* elements proposed by Nijmegen. 
All the attributes are IMPLIED and the default value for all of them 
is backward compatible. 
 
Claudio Sacerdoti Coen  [Thu, 3 Jun 2004 11:52:45 +0000  (11:52 +0000)] 
 
Objects ordering is now case-insensite. 
 
Enrico Tassi  [Wed, 2 Jun 2004 17:00:38 +0000  (17:00 +0000)] 
 
fix for proofEngineTypes.mli 
 
Enrico Tassi  [Tue, 1 Jun 2004 13:44:34 +0000  (13:44 +0000)] 
 
new universes implementation 
 
Claudio Sacerdoti Coen  [Mon, 31 May 2004 11:23:48 +0000  (11:23 +0000)] 
 
Ordering is now done in no-case style. 
 
Claudio Sacerdoti Coen  [Mon, 31 May 2004 10:56:06 +0000  (10:56 +0000)] 
 
theory:path/index.theory are not rewritten to theory:/path.theory 
if theory:path/index.theory exists in the database. 
 
Matteo Selmi  [Mon, 31 May 2004 09:08:29 +0000  (09:08 +0000)] 
 
New filtering function for "Auto" tactic using "just costraints" 
 
Claudio Sacerdoti Coen  [Sun, 30 May 2004 22:14:49 +0000  (22:14 +0000)] 
 
Back compatibility code introduced: 
 1. the ls method maps a theory theory:/path/filename.theory 
    to theory:/path/filename/index.theory iff there exists at least 
    one object of the form cic:/path/filename/* 
 2. the getter handles every URI theory:/path/filename/index.theory as 
    the normalized URI theory:/path/filename.theory 
 
Claudio Sacerdoti Coen  [Sun, 30 May 2004 22:10:00 +0000  (22:10 +0000)] 
 
The theory index.theory, if present, is shown at the beginning of the 
listing. 
 
Luca Padovani  [Fri, 28 May 2004 15:02:09 +0000  (15:02 +0000)] 
 
* makeProofTreeURL ported to the new interface 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 14:27:41 +0000  (14:27 +0000)] 
 
.body removed from bread crumb trail 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 14:12:21 +0000  (14:12 +0000)] 
 
Links in the control frame when the URI ends with .body are now handled 
correctly (i.e. the .body is removed if meaningless, as for the proof-checker 
or the metadata). 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 13:39:52 +0000  (13:39 +0000)] 
 
<xsl:import href="toplevel_header.xsl"/> 
moved here from show_dc.xsl 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 13:27:15 +0000  (13:27 +0000)] 
 
<h1> ==> <h3> 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 13:20:18 +0000  (13:20 +0000)] 
 
stylesheet L added to the metadata chain 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 13:18:36 +0000  (13:18 +0000)] 
 
bread crumb trail added 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 12:45:18 +0000  (12:45 +0000)] 
 
metadataLib.xsl merged into metadataControl.xsl 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 12:38:47 +0000  (12:38 +0000)] 
 
Dead code removed. 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 12:32:39 +0000  (12:32 +0000)] 
 
defaults.js no longer in use 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 12:21:14 +0000  (12:21 +0000)] 
 
Files control.js graphLinks.js utils.js no longer in use. 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 12:19:18 +0000  (12:19 +0000)] 
 
Dead code inclusion removed. 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 10:47:07 +0000  (10:47 +0000)] 
 
No longer in use. 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 10:39:31 +0000  (10:39 +0000)] 
 
No longer in use. 
 
Claudio Sacerdoti Coen  [Fri, 28 May 2004 10:36:09 +0000  (10:36 +0000)] 
 
ls2html.xsl no longer in use 
 
Claudio Sacerdoti Coen  [Thu, 27 May 2004 17:55:33 +0000  (17:55 +0000)] 
 
Form to choose the number of nodes to show removed ;-( 
 
Claudio Sacerdoti Coen  [Thu, 27 May 2004 17:45:03 +0000  (17:45 +0000)] 
 
&2C ==> %2C 
 
Claudio Sacerdoti Coen  [Thu, 27 May 2004 17:42:12 +0000  (17:42 +0000)] 
 
Dead code removed. 
 
Claudio Sacerdoti Coen  [Thu, 27 May 2004 17:27:52 +0000  (17:27 +0000)] 
 
New HELM interface almost stable. 
 
Luca Padovani  [Thu, 27 May 2004 15:04:33 +0000  (15:04 +0000)] 
 
* it is now possible to set multiple parameters upon creation (or cloning) 
  of a new profile 
 
Luca Padovani  [Thu, 27 May 2004 11:08:21 +0000  (11:08 +0000)] 
 
* setpassword passwords swapped 
 
Luca Padovani  [Thu, 27 May 2004 09:24:03 +0000  (09:24 +0000)] 
 
* implemented setparams method for setting multiple parameters at once 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 18:07:58 +0000  (18:07 +0000)] 
 
... 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 18:07:00 +0000  (18:07 +0000)] 
 
param.processorURL added (need by the search engine) 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:57:56 +0000  (17:57 +0000)] 
 
target="_top" added to Search. 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:56:57 +0000  (17:56 +0000)] 
 
Link to the search-engine hard-coded. 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:54:36 +0000  (17:54 +0000)] 
 
Major interface upgrade still going on. But we are approaching the end of the 
tunnel. 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:54:11 +0000  (17:54 +0000)] 
 
New icons. 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:51:38 +0000  (17:51 +0000)] 
 
Major interface upgrade still going on. But we are approaching the end of 
the tunnel. 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 17:48:27 +0000  (17:48 +0000)] 
 
Bug fixed: ls?baseuri=(cic|theory):/a/ also returned theory:/a.theory. 
 
Luca Padovani  [Wed, 26 May 2004 16:26:56 +0000  (16:26 +0000)] 
 
* getparams returns annotated pairs key,values 
 
Stefano Zacchiroli  [Wed, 26 May 2004 15:37:45 +0000  (15:37 +0000)] 
 
bugfix in /ls: removed double trailing "/" 
 
Stefano Zacchiroli  [Wed, 26 May 2004 15:30:08 +0000  (15:30 +0000)] 
 
ported to regexp based /ls method 
 
Stefano Zacchiroli  [Wed, 26 May 2004 15:29:42 +0000  (15:29 +0000)] 
 
changed /ls method so that regular expressions are used instead of plain 
URIs 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 14:53:30 +0000  (14:53 +0000)] 
 
Major interface improvements. 
 
Luca Padovani  [Wed, 26 May 2004 09:08:48 +0000  (09:08 +0000)] 
 
* bumped to new version 
 
Luca Padovani  [Wed, 26 May 2004 09:06:58 +0000  (09:06 +0000)] 
 
* added external documentation in tex format 
* true=>public and false=>private for permissions 
 
Claudio Sacerdoti Coen  [Wed, 26 May 2004 09:00:27 +0000  (09:00 +0000)] 
 
JSMmenu links fixed. 
 
Luca Padovani  [Tue, 25 May 2004 17:56:07 +0000  (17:56 +0000)] 
 
############################################################### 
### Partial major upgrade of the HELM/MoWGLI Web interface. ### 
############################################################### 
 
WARNING: requires the new UWOBO profiles. 
 
Known bugs: 
 
 1. the JSMmenu for graphs is broken 
 2. the configuration stuff is utterly broken: you should rely on 
    the default configuration 
 3. only HTML has been tested (MathML and ProofTrees are broken for 
    sure) 
 4. dead code everywhere (e.g. almost all the existent 
    javascript code; several tokens in links_library.xsl) 
 
Luca Padovani  [Tue, 25 May 2004 17:54:03 +0000  (17:54 +0000)] 
 
New: UWOBO profiles added. 
 
Matteo Selmi  [Tue, 25 May 2004 07:07:19 +0000  (07:07 +0000)] 
 
written a new sort function to postpone the resolution of some types of the goals 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:53:22 +0000  (12:53 +0000)] 
 
don't remove documentation on "make dist" so that documentation will be 
part of the generated tarball 
 
Luca Padovani  [Mon, 24 May 2004 12:49:58 +0000  (12:49 +0000)] 
 
* setprofileparam ==> setparam 
* serialization/deserialization of the profile file implemented (write-through 
  semantics) 
* cloning of a profile fixed 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:47:36 +0000  (12:47 +0000)] 
 
added hostname resolution entry 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:46:57 +0000  (12:46 +0000)] 
 
implemented hostname resolution for "addr" parameter 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:46:40 +0000  (12:46 +0000)] 
 
rewritten "start" comment, now is almost decent 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:46:24 +0000  (12:46 +0000)] 
 
emptied implementing all items 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:46:15 +0000  (12:46 +0000)] 
 
removed spurious messages 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:45:56 +0000  (12:45 +0000)] 
 
- ported to latest API 
- bumped copyright info 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:45:33 +0000  (12:45 +0000)] 
 
- added basic_auth.ml example 
- restyled examples list 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:22:17 +0000  (12:22 +0000)] 
 
debian snapshot (towards a release) 
 
Stefano Zacchiroli  [Mon, 24 May 2004 12:15:09 +0000  (12:15 +0000)] 
 
added OO interface 
 
Luca Padovani  [Sat, 22 May 2004 07:01:09 +0000  (07:01 +0000)] 
 
* preliminary version of profile management 
 
Luca Padovani  [Sat, 22 May 2004 07:00:06 +0000  (07:00 +0000)] 
 
* updated respond_error messages after API change in ocaml-http 0.0.9 
 
Matteo Selmi  [Fri, 21 May 2004 16:44:53 +0000  (16:44 +0000)] 
 
Added a sort function to decide the order of theorems to try in the tactic "auto". 
 
Stefano Zacchiroli  [Thu, 20 May 2004 17:17:24 +0000  (17:17 +0000)] 
 
added file locking while writing configuration to file (save_to) 
 
Stefano Zacchiroli  [Thu, 20 May 2004 17:16:56 +0000  (17:16 +0000)] 
 
open Helm_registry per default 
 
Stefano Zacchiroli  [Thu, 20 May 2004 16:55:11 +0000  (16:55 +0000)] 
 
bumped copyright years 
 
Stefano Zacchiroli  [Thu, 20 May 2004 16:30:32 +0000  (16:30 +0000)] 
 
Changed mapping keys <-> environment variables, mixed case envvars are 
now used. 
 
Stefano Zacchiroli  [Thu, 20 May 2004 16:20:21 +0000  (16:20 +0000)] 
 
ported to latest ocaml-http API