]>
git.koha-community.org Git - koha.git/log
tipaul [Mon, 26 Jan 2004 10:41:50 +0000 (10:41 +0000)]
removing UNUSED; from input string (useless except if string list is not updated & an UNUSED string becomes used...)
tipaul [Mon, 26 Jan 2004 10:40:31 +0000 (10:40 +0000)]
modifying rebuildthesaurus command line parameters : script more versatile.
tipaul [Mon, 26 Jan 2004 10:39:38 +0000 (10:39 +0000)]
synch'ing release notes
tipaul [Mon, 26 Jan 2004 10:39:16 +0000 (10:39 +0000)]
code indenting only ?
tipaul [Mon, 26 Jan 2004 10:38:06 +0000 (10:38 +0000)]
dealing correctly "bulk" field
tipaul [Mon, 26 Jan 2004 10:36:42 +0000 (10:36 +0000)]
returning array length correctly...
tipaul [Mon, 26 Jan 2004 10:36:03 +0000 (10:36 +0000)]
moving <<prev & next>> links into template, to enable translation.
tipaul [Mon, 26 Jan 2004 10:34:53 +0000 (10:34 +0000)]
quoting ". Before this fix, a " in title or somewhere else made the string after the " disappear in marc editor
rangi [Thu, 22 Jan 2004 21:21:56 +0000 (21:21 +0000)]
Getting rid of another -1 error message
rangi [Thu, 22 Jan 2004 00:37:09 +0000 (00:37 +0000)]
Fix for bug 293, this should be all fixed now
rangi [Wed, 21 Jan 2004 20:48:35 +0000 (20:48 +0000)]
Bug fix for bug 605
tipaul [Tue, 20 Jan 2004 13:04:38 +0000 (13:04 +0000)]
warn removing
tipaul [Tue, 20 Jan 2004 12:59:28 +0000 (12:59 +0000)]
2.0.0RC2 build last commits...
tipaul [Tue, 20 Jan 2004 10:26:24 +0000 (10:26 +0000)]
french default opac
tipaul [Tue, 20 Jan 2004 10:24:27 +0000 (10:24 +0000)]
french css opac
tipaul [Tue, 20 Jan 2004 10:23:55 +0000 (10:23 +0000)]
minor html modif
tipaul [Tue, 20 Jan 2004 10:23:09 +0000 (10:23 +0000)]
minor html modifs
tipaul [Tue, 20 Jan 2004 10:21:13 +0000 (10:21 +0000)]
*** empty log message ***
tipaul [Tue, 20 Jan 2004 09:47:11 +0000 (09:47 +0000)]
*** empty log message ***
tipaul [Tue, 20 Jan 2004 09:46:53 +0000 (09:46 +0000)]
new index in z3950results table
tipaul [Tue, 20 Jan 2004 09:18:54 +0000 (09:18 +0000)]
moving release notes to misc directory.
tipaul [Tue, 20 Jan 2004 09:14:25 +0000 (09:14 +0000)]
new french librarian interface (builded with translator tool)
tipaul [Tue, 20 Jan 2004 09:09:16 +0000 (09:09 +0000)]
new french librarian interface (builded with translator tool)
tipaul [Tue, 20 Jan 2004 09:08:35 +0000 (09:08 +0000)]
minor improvement & fixes
tipaul [Fri, 16 Jan 2004 16:24:19 +0000 (16:24 +0000)]
improving translator tool a lot :
* managing strings with LIMITED pragma when the string is a koha intenral code too (like search)
* improving speed by 50 : just by reading the whole file before s///g, instead of doing a s///g on each line.
* NOT overwritting unchanged file => now, we can commit only what has changed !
* removing useless chars (., ?, spaces...) at end of strings.
WORKS on french OPAC AND INTRANET without problems.
tipaul [Fri, 16 Jan 2004 15:57:14 +0000 (15:57 +0000)]
fixing a bug in a test that makes javascript fail in MARC editor.
appearing on specific MARC configuration, nobody saw it before it seem !
rangi [Thu, 15 Jan 2004 23:31:38 +0000 (23:31 +0000)]
Fix for bug 605
dragon28 [Wed, 14 Jan 2004 07:49:23 +0000 (07:49 +0000)]
minor typo fix
tipaul [Tue, 13 Jan 2004 17:33:39 +0000 (17:33 +0000)]
removing useless (& buggy here) checkauth
tipaul [Tue, 13 Jan 2004 17:32:33 +0000 (17:32 +0000)]
template filling fix
tipaul [Tue, 13 Jan 2004 17:31:37 +0000 (17:31 +0000)]
small fix
tipaul [Tue, 13 Jan 2004 17:30:47 +0000 (17:30 +0000)]
warning deletion
tipaul [Tue, 13 Jan 2004 17:29:30 +0000 (17:29 +0000)]
* minor html fixes
* adding publisher in acquisition process (& ordering basket by publisher)
tipaul [Tue, 13 Jan 2004 17:28:30 +0000 (17:28 +0000)]
minor graphic fixes & var added in detail view
tipaul [Tue, 13 Jan 2004 17:25:34 +0000 (17:25 +0000)]
permissions fix : catalogue needed for cat-home & editcatalogue for addbiblio.
dragon28 [Tue, 13 Jan 2004 10:25:56 +0000 (10:25 +0000)]
minor typo fix
tipaul [Mon, 12 Jan 2004 19:20:33 +0000 (19:20 +0000)]
adding notforloan field management
tipaul [Mon, 12 Jan 2004 17:38:51 +0000 (17:38 +0000)]
reverting erroneouse quoting : in show columns, the tablename must NOT be quoted (no prepare / execute)
tipaul [Mon, 12 Jan 2004 16:37:12 +0000 (16:37 +0000)]
ordering lists by text (that appears), not by code (that is hidden to the user)
tipaul [Mon, 12 Jan 2004 09:58:23 +0000 (09:58 +0000)]
minor improvement to manage better ()\{... in strings
tipaul [Fri, 9 Jan 2004 16:09:44 +0000 (16:09 +0000)]
documenting & cleaning z3950 process.
Improving stability too :
Now, the process should not fail if there is a pb with server connection : it just reports "server did not connect" to the user (& if another one answered, it shows the answered entries too)
slef [Thu, 8 Jan 2004 17:29:56 +0000 (17:29 +0000)]
DBI call fix for bug 662.
slef [Thu, 8 Jan 2004 17:11:48 +0000 (17:11 +0000)]
DBI call fix for bug 662.
slef [Thu, 8 Jan 2004 17:05:03 +0000 (17:05 +0000)]
DBI call fix for bug 662.
slef [Thu, 8 Jan 2004 16:34:36 +0000 (16:34 +0000)]
DBI call fix for bug 662.
slef [Thu, 8 Jan 2004 16:31:54 +0000 (16:31 +0000)]
DBI call fix for bug 662. No syntax check: missing module?
slef [Thu, 8 Jan 2004 16:28:20 +0000 (16:28 +0000)]
DBI call fix for bug 662
tipaul [Thu, 8 Jan 2004 16:02:40 +0000 (16:02 +0000)]
french OPAC for CSS theme
tipaul [Thu, 8 Jan 2004 15:59:37 +0000 (15:59 +0000)]
fench OPAC for css theme.
tipaul [Thu, 8 Jan 2004 15:59:11 +0000 (15:59 +0000)]
adding "UNUSED feature". Now, unused strings are shown with "UNUSED;" before the translation if it appears. If you are sure the string will not be reintroduced later, you can delete it.
oleonard [Wed, 7 Jan 2004 21:03:18 +0000 (21:03 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 20:51:03 +0000 (20:51 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 20:39:54 +0000 (20:39 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 20:17:23 +0000 (20:17 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 20:11:27 +0000 (20:11 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 19:54:04 +0000 (19:54 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 17:53:16 +0000 (17:53 +0000)]
Expanded CSS block to move invalid attributes out of body tag
oleonard [Wed, 7 Jan 2004 17:50:10 +0000 (17:50 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 17:46:17 +0000 (17:46 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc), linked titles to opac-detail
oleonard [Wed, 7 Jan 2004 17:33:34 +0000 (17:33 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
oleonard [Wed, 7 Jan 2004 17:29:54 +0000 (17:29 +0000)]
Adding external css file to move invalid attributes out of body tag
oleonard [Wed, 7 Jan 2004 17:25:54 +0000 (17:25 +0000)]
Modified HTML to move towards validity (quoted attributes, close tags, etc)
tipaul [Wed, 7 Jan 2004 16:40:45 +0000 (16:40 +0000)]
some modifs in css & design.
* added class for LibraryName
* created <label> style for forms labels
* added a "powered by Koha" on the bottom of the main page
slef [Tue, 6 Jan 2004 19:02:39 +0000 (19:02 +0000)]
DBI call fix for bug 662
slef [Tue, 6 Jan 2004 18:57:24 +0000 (18:57 +0000)]
DBI call fix for bug 662
tipaul [Tue, 6 Jan 2004 15:46:17 +0000 (15:46 +0000)]
adding LibraryName parameter management
tipaul [Tue, 6 Jan 2004 15:42:10 +0000 (15:42 +0000)]
valid XHTML opac.
slef [Mon, 5 Jan 2004 17:53:36 +0000 (17:53 +0000)]
DBI call fix for bug 662
oleonard [Fri, 2 Jan 2004 17:18:30 +0000 (17:18 +0000)]
Modified HTML to move towards validity (quoted attributes, removed deprecated elements, etc)
oleonard [Fri, 2 Jan 2004 15:44:57 +0000 (15:44 +0000)]
Modified HTML to move towards validity (quoted attributes, added DOCTYPE, etc)
oleonard [Fri, 2 Jan 2004 15:42:22 +0000 (15:42 +0000)]
Adding smaller version of arrow so image doesn't need to be resized in HTML
oleonard [Wed, 31 Dec 2003 18:09:07 +0000 (18:09 +0000)]
Added 'id' attribute to ethnicity, categorycode, and branchcode select lists
oleonard [Wed, 31 Dec 2003 17:57:41 +0000 (17:57 +0000)]
Added 'id' attribute to branchcode select list
oleonard [Tue, 30 Dec 2003 20:56:02 +0000 (20:56 +0000)]
Changes to generated HTML to allow proper validation (&, quoted attributes, etc.)
oleonard [Tue, 30 Dec 2003 19:58:44 +0000 (19:58 +0000)]
Changes to generated HTML to allow proper validation
oleonard [Tue, 30 Dec 2003 17:49:34 +0000 (17:49 +0000)]
Changes to generated HTML to allow proper validation (&)
oleonard [Tue, 30 Dec 2003 16:46:29 +0000 (16:46 +0000)]
Changes to generated HTML to allow proper validation (&, quoted attributes, etc.)
oleonard [Tue, 30 Dec 2003 16:14:34 +0000 (16:14 +0000)]
Changes to generated HTML to allow proper validation (&, quoted attributes, etc.)
slef [Tue, 23 Dec 2003 17:55:54 +0000 (17:55 +0000)]
DBI call fix for bug 662
slef [Tue, 23 Dec 2003 17:52:04 +0000 (17:52 +0000)]
DBI call fix for bug 662
slef [Tue, 23 Dec 2003 14:38:33 +0000 (14:38 +0000)]
DBI call fix for bug 662
slef [Tue, 23 Dec 2003 14:14:15 +0000 (14:14 +0000)]
DBI call fix for bug 662
tipaul [Mon, 22 Dec 2003 15:19:35 +0000 (15:19 +0000)]
missing image
tipaul [Mon, 22 Dec 2003 15:17:58 +0000 (15:17 +0000)]
minor html modif
slef [Mon, 22 Dec 2003 15:06:00 +0000 (15:06 +0000)]
another possible mysql location
slef [Mon, 22 Dec 2003 15:04:40 +0000 (15:04 +0000)]
typo fix in message display
tipaul [Mon, 22 Dec 2003 14:56:35 +0000 (14:56 +0000)]
fix for #671 (add institution member)
note member management code is really dirty & can be factorised, will be done in HEAD branch (2.1.x version)
tipaul [Mon, 22 Dec 2003 14:53:55 +0000 (14:53 +0000)]
fix for #646 (logging with low rights librarian code)
slef [Mon, 22 Dec 2003 12:52:37 +0000 (12:52 +0000)]
fluffed path
tipaul [Mon, 22 Dec 2003 10:56:19 +0000 (10:56 +0000)]
fix for #672 (ordering readingrec)
tipaul [Mon, 22 Dec 2003 10:40:55 +0000 (10:40 +0000)]
fix for #537 : in borrower screen, the "fine & debts" now shows only amount due if >0, "nothing due" if borrower has no debts.
tipaul [Mon, 22 Dec 2003 09:17:02 +0000 (09:17 +0000)]
fix for #675
tipaul [Mon, 22 Dec 2003 08:58:03 +0000 (08:58 +0000)]
fix for #614
tipaul [Fri, 19 Dec 2003 17:28:42 +0000 (17:28 +0000)]
fix for 683
tipaul [Fri, 19 Dec 2003 17:19:48 +0000 (17:19 +0000)]
image link error
slef [Fri, 19 Dec 2003 16:38:43 +0000 (16:38 +0000)]
fixed to use ne instead of != Dumb perl types.
slef [Fri, 19 Dec 2003 15:01:06 +0000 (15:01 +0000)]
typo fix
tipaul [Fri, 19 Dec 2003 14:44:20 +0000 (14:44 +0000)]
fix for 318
slef [Fri, 19 Dec 2003 12:51:17 +0000 (12:51 +0000)]
DBI call fix for bug 662
slef [Fri, 19 Dec 2003 02:11:38 +0000 (02:11 +0000)]
DBI call fix for bug 662