http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317

Bouzid <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44859|0                           |1
        is obsolete|                            |

--- Comment #33 from Bouzid <[email protected]> ---
Created attachment 44860
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44860&action=edit
Bug 11317: translate date with datetime format preference,replace in tools and
rename preference in Koha-config.xml. Test case :

Preparation :
* Add the "filesaccess" preference to your "koha-conf.xml" file. This
* preference should be in the "config" section. For this test cas, we
* will use the "/tmp/files-access" directory :
<config>
 ...
  <filesaccess>/tmp/files-access</filesaccess>
 ...
</config>
* Create the log directory on your server. Make sure this directory
* is readable by your web server :
$ mkdir /tmp/files-access
* Add a test file in the log directory :
$ cd /tmp/files-access
$ echo "Hello world!" > test.txt

Test :
* Go in the "tools/Additional tools" section in the intranet and select
"Report/log
* files"
* The "test.txt" should appear in the files list.
* Click on the "test.txt" file, a download dialog should appear.
* Download the file and verify its content. It should contain the
* text "Hello world!".

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to