| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2008/08/03 06:31:00 | 775 | 775 | dpavlin | switch back to GDBM_File which is included in recent Debian, and TDB_File won't compile against tdb-dev |
| 2006/10/29 16:34:25 | 750 | 750 | dpavlin | use join_subfields_with from Biblio::Isis 0.23 to handle repeatable subfields |
| 2006/06/06 12:34:25 | 747 | 747 | dpavlin | added check for broken CDATA at beginning, fix also broken delimiters |
| 2006/05/24 19:05:25 | 742 | 742 | dpavlin | fix mem_lookup with values which include characters which can be interpreted as regexes |
| 2006/05/24 13:32:07 | 733 | 733 | dpavlin | strip script name from self URL |
| 2006/04/13 19:44:51 | 730 | 730 | dpavlin | support distinct flag for field to show just unique values if field is repeatable |
| 2006/04/13 19:35:19 | 726 | 726 | dpavlin | fix start_row when using excel import |
| 2006/04/13 19:31:43 | 725 | 725 | dpavlin | fix transfer of multiple v42= fields when generating url_params (this occured when you tried to use checkboxes to select multiple items and then click on title of result) |
| 2005/09/11 18:00:46 | 709 | 709 | dpavlin | some improvements from 2005-06-05 07:32 which where not commited (hopefully a little better parametar handling) |
| 2005/04/30 15:46:03 | 698 | 698 | dpavlin | Implemented persistent filter which can be used in index or search to specify database name to limit search to. Filter searches are presistant. |
| 2005/03/13 02:00:35 | 696 | 696 | dpavlin | WebPAC cgi will now set it's own locale (using configuration directive in global.conf) |
| 2005/03/02 16:48:03 | 688 | 688 | dpavlin | bugfix for phrases (again): never assume entity name... |
| 2005/03/01 19:30:55 | 686 | 686 | dpavlin | phrase search fix: escape quotes in hidden variables |
| 2005/03/01 19:27:13 | 685 | 685 | dpavlin | transfer filter variable in index to template (it can be useful) |
| 2005/02/28 10:01:34 | 679 | 679 | dpavlin | added import_xml_file and import_xml_tag into configuration file, documentation for .dbf import |
| 2005/02/27 23:07:35 | 678 | 678 | dpavlin | Experimental support for dBase .dbf files. Usege like this in all2xml.conf: [hda] dbf_file=/data/drustvene/hda/ISO.DBF type=dbf dbf_codepage=cp852 dbf_mapping=<<_END_OF_MAP_ ID_BROJ 001 ISBN_BROJ 010 SKUPINA1 200 SKUPINA2 205 SKUPINA4 210 SKUPINA5 215 SKUPINA6 225 SKUPINA7 300 ANOTACIJA 330 PREDMET1 610 PREDMET2 610 PREDMET3 510 UDK 675 REDALICA 700 SIGNATURA 990 _END_OF_MAP_ dbf type will use <isis> tag in import_xml and dbf_codepage will override codepage specified in import_xml file. Small code refactoring. Copied from /trunk/isis_sf.pm:677 |
| 2005/02/24 09:11:35 | 677 | 677 | dpavlin | fix phrase search ("something else") |
| 2005/02/21 22:47:48 | 676 | 676 | dpavlin | added support for submit button "reset" which will reset form (you can't really use type="reset" with persitant search variables enabled). |
| 2005/02/21 22:21:53 | 675 | 675 | dpavlin | bugfix: re-enable HTML::FillInForm to create persistent search using <TMPL_VAR NAME="SEARCH_HIDDEN"> in form which has just "back to search" button. You can use this variable to dump persistant search variables without rm (runmode of CGI::Application) |
| 2005/02/17 18:11:57 | 673 | 673 | dpavlin | bugfix: check Isis database error in correct place |