Show
Ignore:
Timestamp:
04/23/08 20:38:57 (2 months ago)
Author:
erickson
Message:

Merged revisions 9437,9440-9442 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........

r9437 | erickson | 2008-04-22 22:50:31 -0400 (Tue, 22 Apr 2008) | 1 line


fixed what appears to be some copy paste errors. no longer requiring kwargs to be non-null on User create

........

r9440 | miker | 2008-04-23 08:23:10 -0400 (Wed, 23 Apr 2008) | 1 line


adding helper views for overdue, running and pending reports

........

r9441 | erickson | 2008-04-23 11:13:45 -0400 (Wed, 23 Apr 2008) | 4 lines



Removing dead code and their makefile counterparts

........

r9442 | miker | 2008-04-23 13:17:15 -0400 (Wed, 23 Apr 2008) | 1 line


adding translation for description

........

Location:
branches/acq-experiment
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/acq-experiment

    • Property svnmerge-integrated changed from /trunk:1-9435 to /trunk:1-9442
  • branches/acq-experiment/Open-ILS/src/Makefile

    r9415 r9443  
    3636        @echo $@ 
    3737        make -C apachemods mod_xmlent.so 
    38  
    39 oils_cgi: 
    40         @echo $@ 
    41         make -C apachemods oils_cgi.so 
    42  
    43 oils_cgi-install: 
    44         @echo $@ 
    45         make -C apachemods oils_cgi-install 
    4638 
    4739mod_xmlent-install: 
     
    9284         
    9385 
    94 libfieldmapper:  
    95         make -C apachemods libfieldmapper.so 
    96  
    97 libfieldmapper-install:  
    98         make -C apachemods libfieldmapper-install 
    99  
    10086c_apps: 
    10187        @echo $@