Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(17) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(32) |
Feb
(18) |
Mar
(33) |
Apr
(19) |
May
(77) |
Jun
(47) |
Jul
(66) |
Aug
(72) |
Sep
(22) |
Oct
(45) |
Nov
(72) |
Dec
(22) |
2007 |
Jan
(55) |
Feb
(28) |
Mar
(45) |
Apr
(30) |
May
(34) |
Jun
(35) |
Jul
(27) |
Aug
(36) |
Sep
(18) |
Oct
(58) |
Nov
(21) |
Dec
(47) |
2008 |
Jan
(66) |
Feb
(62) |
Mar
(20) |
Apr
(16) |
May
(39) |
Jun
(15) |
Jul
(22) |
Aug
(26) |
Sep
(2) |
Oct
(5) |
Nov
(31) |
Dec
(9) |
2009 |
Jan
(24) |
Feb
(1) |
Mar
(26) |
Apr
(12) |
May
(22) |
Jun
(15) |
Jul
(14) |
Aug
(27) |
Sep
(10) |
Oct
(19) |
Nov
(17) |
Dec
(4) |
2010 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
(2) |
Apr
(5) |
May
(15) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(3) |
2012 |
Jan
(7) |
Feb
(7) |
Mar
(6) |
Apr
(7) |
May
(21) |
Jun
(28) |
Jul
(1) |
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
(1) |
3
|
4
|
5
(3) |
6
(7) |
7
(6) |
8
(8) |
9
(1) |
10
(1) |
11
(1) |
12
|
13
(3) |
14
(1) |
15
(1) |
16
|
17
|
18
|
19
|
20
(1) |
21
(1) |
22
(3) |
23
(2) |
24
|
25
|
26
|
27
(2) |
28
|
29
(2) |
30
(2) |
|
From: Tony Clarke <tony.clarke@uc...> - 2006-06-22 09:29:16
|
Hi Matt, Thanks for your help. Yes we had APP_TEST turned on, turning this off solved the authentication issue issue. I think that is a good idea about the XSD file, I'll send you the XSD file for you to have a look at and then release it as a tutorial. Thanks, Tony. -----Original Message----- From: fez-users-bounces@... [mailto:fez-users-bounces@...] On Behalf Of Matthew Smith Sent: 21 June 2006 01:13 To: fez-users@... Subject: Re: [Fez-users] metadata & passwords Hi Tony Logging in - could be that you have APP_TEST turned on - I suppose we should remove this in the next release. function ldap_authenticate($p_user_id, $p_password) { if (APP_TEST === "true") { return true; // switch this on and comment the rest out for debugging/development exporting - We only export csv (actually I think it is really XMLSS for the sake of utf-8 support). You could model a dublin core export on the workflow/export_csv.php script and the functions it calls (it uses a supporting class or two). We will add support for exporting foxml (which would have dc in a datastream sub-tree) in a future release as it provides a migration path to a different repository if required. This would be different to the fedora export because we would just give the most recent versions of each datastream rather than the whole history (which can be a bit confusing). Yes there is a need for guides on how to do the xsd html matching stuff. At the moment, the base element needs to be set to the document root element in the xml that your xsd describes. I have had a similar issue as you this week and it just means that the XSDtoTree conversion that we wrote hasn't understood something in the XSD. Could you send me your example XSD and I'll provide some help getting it going and we can make the example public as a step towards a tutorial? Matt On 6/20/06, Tony Clarke <tony.clarke@...> wrote: > > > > > Hi, > > > > I have a few questions that about fez that you may be able to help with. We > have installed fez and fedora on RHEL 4 and it seems to be working fine. We > are interested in Fez and Fedora for at least two IR projects and are at the > stage where we are trying to evaluate how well fez/fedora meets our needs. I > was wondering how to do if anyone could help with the following questions; > > > > There seems to be a problem when logging in, if I provide a valid username > with any password it logs the user in (we're not using LDAP at the moment). > Is this a MySQL problem? We're using MySQL 4.1, should we upgrade to 5.x. Do > I need to use the OLD_PASSWORD function in MySQL? If I look at the users > table the passwords seem to be hashed correctly. So it seems like an > authentication problem which I suspect is a MySQL query. > > > > We would like to be able to export the records into Dublin Core. The export > facility that is currently in fez seems to only export them into CSV format. > Do I need to write a PHP script to do this? Has anyone done this or does > anyone have any suggestions on how to do this? > > > > We have having problems creating our own fields for metadata, is it possible > to do this? When we create our own "XSD Source" we do not know how to create > an "XSD Displays" to display this. When we go into the "XSD HTML Matching > Editor" we get a blank page with the message "Can't find element > ExperimentalMD ExperimentalMD XSD Display Orphaned XSDMF entries (0)". > The cataloguers would like to use MODS or something close to this to input > the metadata, is this possible? > > > > Are there any tutorials (or customising guides) available that start from a > novice/beginners level? Changing layout and static HTML content isn't a > problem, but we'd changing field names/labels and add fields, would this be > a problem. > > > > Apologies if some of these questions are conceptually incorrect. Thanks a > lot for your help so far. > > > > Thanks, > > > > Tony. > > > > > > > > > > > _______________________________________________ > Fez-users mailing list > Fez-users@... > https://lists.sourceforge.net/lists/listinfo/fez-users > > > _______________________________________________ Fez-users mailing list Fez-users@... https://lists.sourceforge.net/lists/listinfo/fez-users |
From: Matthew Smith <yo.checkit@gm...> - 2006-06-22 03:07:20
|
Hi All, I've made some progress on this topic. There are a couple of changes need to fix the problem. Note - backup any files you edit before changing the code. 1. edit include/class.reindex.php:248 - function indexFezFedoraObjects Find the line which reads 'if (@$HTTP_POST_VARS["override"] ...' and change it to read: if (Misc::checkBox(@$HTTP_POST_VARS["override"]) && !Misc::checkBox(@$HTTP_POST_VARS["recover"])) { 2. In the same file and function change the calls to 'addDatastream' to be 'getUploadLocation' - note you'll need to delete the param "A", as it is not used. There are two of these calls, one for $relsext and one for $fezmd - these are the two most basic datastreams needed by fez. So the one for relsext looks like this: Fedora_API::getUploadLocation($pid, "RELS-EXT", $relsext, "Relationships to other objects", $relsext, "text/xml", "X"); 3. Change the form so that 'override' is always set (we are using the same function with different input to do indexing and reindexing and need to support the opposit meanings of the checkboxes). Edit templates/en/manage/fedoraindex.tpl.html:173 add the line <input type=3D"hidden" name=3D"override" value=3D"on" /> just after the <form.. line. The 'recover' checkbox will now have an effect when indexing new objects! This also fixes reindexing objects with 'override' set to true. Matt On 6/10/06, J=FCrg Hofer <juerg.hofer@...> wrote: > > Hi Matt > > I didn't see your posting on the indexing matter till now, so sorry. > > No, your work around with indexing, then reindexing again with values > override does not > work on my installation. > Reindexing comes with a long error log, where the root of the problem see= ms > to be getting FezMD. > But I would be happy to send you the full error log if this would be of a= ny > helt for you. > > Juerg > > "Hi All, > > I have found out what's wrong with the indexing / reindexing of fedora > objects into fez. I haven't come up with a patch yet as I need to do > more testing but here is a work around: > > First do 'Index Fedora Objects into Fez'. When it has finished do > 'Reindex Fez Fedora Objects' but tick the box for 'Override values'. > > Please let me know if this works or not because I'm not setup to test > it this afternoon. > > Matt" > > > _______________________________________________ > Fez-users mailing list > Fez-users@... > https://lists.sourceforge.net/lists/listinfo/fez-users > > > |
From: Matthew Smith <yo.checkit@gm...> - 2006-06-22 02:02:06
|
Hi All I have setup a win2003 server here for testing fez exclusively. This means I can break it as much as I like to try and replicate problems out there. Following the install guide, I came accross this error right off the bat. The issue is the config.inc.php variable APP_FEDORA_SETUP - this needs to be edited to be 'nosslall' in my case. The options are sslall, sslapim, nosslall, nosslapim - these should reflect how you setup your fedora server. They control whether Fez tries to get at APIM and APIA using SSL or not. See http://www.fedora.info/download/2.1.1/userdocs/server/security/securingrepo.html#CONFIG Matt On 6/14/06, Matthew Smith <yo.checkit@...> wrote: > Fez is making a REST call to getDatastreamDissemination see: > > http://www.fedora.info/definitions/1/0/api/Fedora-API-A-LITE.html > > The result is HTML for some reason (it should be XML). To debug what > the error is, use these lines in include/class.fedora_api.php. Insert > this before line 635 (before the call to process url) > > echo "$filename<br/>\n"; > > Then after the processURL line add: > > echo nl2br(htmlspecialchars($xml)); exit; > > This will halt processing just before all those error messages and > print the fedora REST url being used and what fedora said back to Fez. > > Matt > > > > On 6/13/06, Tony Clarke <tony.clarke@...> wrote: > > > > > > > > > > Hi, > > > > > > > > I've just installed fez 1.2 and I keep the below messages when I try to > > Create a Community. I'm using PHP 5.1.2 and doing a phpinfo() tells me that > > DOM/XML support is enabled and also that Tidy support is enabled. Any help > > would be greatly appreciated. > > > > > > > > Thanks, > > > > > > > > Tony. > > > > > > > > > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: img line 9 and td in Entity, line: 9 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: td line 9 and tr in Entity, line: 16 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: tr line 8 and tbody in Entity, line: 17 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: tbody line 8 and table in Entity, line: 17 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: table line 7 and center in Entity, line: 18 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: center line 6 and body in Entity, line: 19 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Opening and ending tag > > mismatch: body line 5 and html in Entity, line: 19 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Warning: DOMDocument::loadXML() [function.loadXML]: Premature end of data > > in tag html line 3 in Entity, line: 20 in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 637 > > > > Fatal error: Uncaught exception 'DOMException' with message > > 'DOMXPath::__construct() expects parameter 1 to be DOMDocument, boolean > > given' in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php:638 > > Stack trace: #0 > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php(638): > > DOMXPath->__construct(false) #1 > > /usr/local/apache/htdocs/fez/include/class.record.php(1238): > > Fedora_API->callGetDatastreamContentsField('ucdlib:3', > > 'FezMD', Array) #2 > > /usr/local/apache/htdocs/fez/include/class.record.php(820): > > RecordGeneral->getXmlDisplayId() #3 > > /usr/local/apache/htdocs/fez/include/class.record.php(1168): > > Record->setIndexMatchingFields('ucdlib:3') #4 > > /usr/local/apache/htdocs/fez/include/class.record.php(1806): > > Record->insertXML('ucdlib:3', Array, true) #5 > > /usr/local/apache/htdocs/fez/include/class.record.php(278): > > RecordObject->fedoraInsertUpdate() #6 > > /usr/local/apache/htdocs/fez/workflow/enter_metadata.php(95): > > Record::insert() #7 {main} thrown in > > /usr/local/apache/htdocs/fez/include/class.fedora_api.php > > on line 638 > > > > > > > > > > > > > > _______________________________________________ > > Fez-users mailing list > > Fez-users@... > > https://lists.sourceforge.net/lists/listinfo/fez-users > > > > > > > |