tipaul
23f86854e0
why the hell do we need to explicitly utf8 decode this string ? I really don't know, but it seems it's mandatory, otherwise, tag descriptions are not properly encoded...
2007-03-30 12:00:42 +00:00
tipaul
e5de5b5e2c
some cleaning (minor, the main one will come later) : removing some unused subs
2007-03-30 11:59:16 +00:00
tipaul
8630cd4ad3
removing useless package (copy of C4::Date)
2007-03-30 11:58:02 +00:00
btoumi
39b7f58aa2
add security on borrowernumber,barcode for book issues
2007-03-30 08:38:44 +00:00
tipaul
eba2552086
Code cleaning of Biblio.pm (continued)
...
All subs have be cleaned :
- removed useless
- merged some
- reordering Biblio.pm completly
- using only naming conventions
Seems to have broken nothing, but it still has to be heavily tested.
Note that Biblio.pm is now much more efficient than previously & probably more reliable as well.
2007-03-29 16:45:53 +00:00
tipaul
a481fad4b7
Code cleaning :
...
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio
== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra
== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
2007-03-29 13:30:31 +00:00
tipaul
56c4a32119
adding default value new feature into cataloguing. The system (definition) part has already been added by toins
2007-03-29 09:42:13 +00:00
btoumi
00290cf19d
modify advanced search query structure :
...
use 'or' instead of 'and' (you have no result if you use 'and')
2007-03-29 09:28:07 +00:00
hdl
6ddde71599
Deleting ignore_errors(1) pour MARC::Charset
2007-03-29 08:45:19 +00:00
hdl
1ab5cdfd44
removing $dbh as a parameter in AuthoritiesMarc functions
...
And reporting all differences into the scripts taht relies on those functions.
2007-03-28 10:39:16 +00:00
kados
24a895bdc4
Fix for bug 1308: sort by order is lost when browsing results on more than one page
2007-03-18 03:50:15 +00:00
kados
56244e6efd
Using my precrash CVS copy I did the following:
...
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit
This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00
kados
d126742c41
finish fixing spelling error on department
2007-03-10 06:28:06 +00:00
kados
ca908b5541
adding back get_date_format_string_for_DHTMLcalendar
2007-03-10 00:28:11 +00:00
kados
f6c92d3f01
fixing typo in Date.pm and minor English in menus.inc
2007-03-09 23:36:24 +00:00
kados
0d7b552dec
move Accounts2.pm to Accounts.pm
2007-03-09 23:30:17 +00:00
kados
b6610f9f14
meging with dev_week, fixing spacing
2007-03-09 22:15:55 +00:00
tipaul
f8e9fb6445
rel_3_0 moved to HEAD (introducing new files)
2007-03-09 15:34:17 +00:00
tipaul
70501283b3
rel_3_0 moved to HEAD
2007-03-09 14:41:32 +00:00
tipaul
2ffd5b7228
rel_3_0 moved to HEAD
2007-03-09 14:28:54 +00:00
bob_lyon
0e6d8b1d1a
Adding in missing subroutine bookseller
2006-12-13 20:02:34 +00:00
tgarip1957
41e4a9c4ad
Savannah seems out of sync. reloading.Mainly code cleaning and removing of Date::Manip
2006-11-15 01:36:00 +00:00
tgarip1957
ab45e7aaab
Bug fixing and complete removal of Date::Manip
2006-11-06 21:01:43 +00:00
tgarip1957
0d080fd644
All necessary date functions for koha using the fast DateTime module
2006-11-06 20:25:43 +00:00
tgarip1957
c5627d23ec
A new Date.pm to use for all date calculations. Mysql date calculations removed from Circ2.pm, all modules free of DateManip, a new get_today function to call in allscripts, and some bug cleaning in authorities.pm
2006-10-20 01:20:56 +00:00
tgarip1957
c99a7e4028
code changed to show facets labels in different languages. Lacks the tools to create and fill the table yet
2006-10-02 19:15:20 +00:00
tgarip1957
df5492f167
Field weighting applied to ranked searches. A new facets table in mysql db
2006-10-01 21:48:54 +00:00
kados
7068b5f316
for some reason this didn't get updated properly, but was committed to
...
HEAD instead of dev_week.
2006-09-29 16:14:25 +00:00
tgarip1957
9b266b13ee
Finalizing main components. All koha modules are now working with the new XML API
2006-09-27 19:53:52 +00:00
kados
f72c2df31e
Committing some improvements to Amazon.pm
...
Updating AuthoritiesMarc to use new API in Biblio
Improvements to Auth, Output and Search
Adding Record.pm for record management
2006-09-24 20:00:51 +00:00
tgarip1957
9be398961d
Some bug fixing, new acquisitions handling
2006-09-20 21:48:44 +00:00
tgarip1957
57d5b19dca
Fixes bug with MARChtml2xml in Biblio.pm
...
synching with dev_week
2006-09-11 17:09:59 +00:00
tgarip1957
7e52a5665c
Clean up before final commits
2006-09-06 16:21:03 +00:00
tgarip1957
0b5c3f94e7
New XML API
...
Event & Net::Z3950 dependency removed
HTML::Template::Pro dependency added
2006-09-01 22:16:00 +00:00
tgarip1957
aa52969153
New XML handling of data
2006-09-01 22:05:51 +00:00
tgarip1957
99d79a6f7f
No more MARC Records - everything is MARC XML
...
we read - write only XML
2006-09-01 15:33:46 +00:00
tgarip1957
0451359813
New set of routines for HEAD.
...
Uses a complete new ZEBRA Indexing.
ZEBRA is now XML and comprises of a KOHA meta record. Explanatory notes will be on koha-devel
Fixes UTF8 problems
Fixes bug with authorities
SQL database major changes.
Separate biblioograaphic and holdings records. Biblioitems table depreceated
etc. etc.
Wait for explanatory document on koha-devel
2006-08-25 21:07:08 +00:00
toins
b364247586
Add a forgetted function : getbibliofromitemnumber
2006-08-21 09:51:15 +00:00
toins
2a1972fda0
fix POD error...
2006-08-11 16:05:55 +00:00
toins
2ca5f288f4
re-input an old function.
2006-08-11 16:04:07 +00:00
tipaul
a60ebe1c31
reintroducing letters management dropped by toins synch
2006-08-11 14:35:10 +00:00
tipaul
967ec60b62
the new "includes" features, for personalized templates. Look at koha-devel, i'll write a mail here (& something on the wiki)
2006-08-11 10:03:13 +00:00
toins
b9db60d518
this module is unused now.
2006-08-10 13:01:07 +00:00
toins
6abda1a918
add a filter on text file.
2006-08-10 12:54:45 +00:00
toins
e8d1968ff9
sync with dev_week.
2006-08-10 12:49:37 +00:00
toins
32e0d66afa
sync with dev_week.
2006-08-10 12:41:04 +00:00
kados
b9acea8d45
rolling back previous merge, will do manually
2006-08-02 16:40:23 +00:00
toins
192b76cc8a
New Function : ModOrderBiblioNumber.
2006-08-01 08:47:49 +00:00
toins
4fd001ceef
* Function GetBasketContent renamed to GetOrders.
...
* Function GetOrder renamed to GetOrderNumber.
* Function GetSingleOrder renamed to GetOrder.
* GetAllOrders has been merged with GetPendingOrders.
2006-08-01 08:26:53 +00:00
toins
50c4d5c7d5
New function "GetBookFundsId" : this function get the list of bookfund id into an array.
2006-07-31 15:58:26 +00:00