[Xerte-dev] Re: 1.9 zip

Julian Tenney Julian.Tenney at nottingham.ac.uk
Tue Dec 11 21:49:50 GMT 2012


off the top of my head, IE9 is ~17% I thoght the shares were roughly 33% IE 8/9; 33% FF, 33% chrome, and half of the IE share is 9. Heuristic I know.
________________________________________
From: xerte-dev-bounces at lists.nottingham.ac.uk [xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell [ronm at mitchellmedia.co.uk]
Sent: 11 December 2012 18:35
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: 1.9 zip

Ok been testing further and have updated the techdis install so that it's
up-to-date to r589. Suffice to say was nervous doing that but all seems fine
and you obviously have access to test yourself.

In testing the close editor prompt to publish issue which all seems fine in
most browsers I think I've found the reason nobody else has reported the
window_reference issue...

1. Firstly that error only shows when using developer tools to debug with
IE9
2. Without developer tools and script debugging on I don't see an error but
I don't get prompted to publish either
3. If I switch IE 9 to compatibility mode I do get prompted to publish and
it works and I dodn't get the window_reference error even with developer
tools and debugging on

So it seems there's an IE 9 incompatibility when not in compatibility mode -
at least on my laptop. Can anyone else replicate this?

How big an issue that is I guess depends if it's just my set-up and/or how
common IE 9 is.

HTH
Ron

-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
Sent: 11 December 2012 17:54
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: 1.9 zip

Actually I've been looking at this again and comparing files and thinking
all the stuff about $temp_array[0]; has simply confused the issue - at least
for me :-(

When I compare r587 and r589 I can see that the line that has changed is the
one I mentioned below. e.g. r589 has fixed the issue whereas Julian posted
r587 which supposedly fixed the issue. Lost track of when I started looking
at this but I'm now thinking it was between r587 and r589 and that Pat has
already fixed it in r589!

It all seems to be working for me now.

John try this...
with r589 in place
1. Create a new project
2. Add a page
3. Preview
4. Close the editor
5. Click ok when/if prompted?
6. Make public
7. Check the public url
All should be ok - changes shown?
8. Add another page
9. Click preview
10. Close the editor
11. Click ok when/if prompted
12. View the public url
Changes should be shown?

If you don't click preview or publish in step 3. or step 9. you don't get
prompted and changes are lost but I'm pretty sure that's always been the
case. The reason I'm not saying 100% sure is because by habit I always or at
least usually click publish before previewing anyway.

HTH
Ron



-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
Sent: 11 December 2012 16:57
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: 1.9 zip

Probably a question for Pat...

If I look at the following lines 25 and 26 of update_file.php:

$temp_array =
explode("-",str_replace($xerte_toolkits_site->users_file_area_full,"",stripc
slashes($_POST['file_path'])));

                        $template_id = $temp_array[0];


and then do
die($template_id);

it results in

C:
mpphtdocs
rtetoolkits/USER

which clearly isn't correct. Not quite sure why it's removing the xa as well
as the slashes.

Is there something wrong with line 25? Do you have a different
update_file.php we can try?

-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
Sent: 11 December 2012 16:34
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: 1.9 zip

The trouble is none of the fixes are fixing the problem :-(

-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
Sent: 11 December 2012 16:20
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

I remember me and Pat trying to trap the window close event in the flash
movie to save the file, and finding it was unreliable to trap the event,
pass it to the flash movie and save the file if you just cose the wizard
window.

If you guys can get the fixes you've been discussing commited, I can zip
them up an get them in the new web site when it launches on friday
(hopefully, subject to bureacracy) ________________________________________
From: xerte-dev-bounces at lists.nottingham.ac.uk
[xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Ron Mitchell
[ronm at mitchellmedia.co.uk]
Sent: 11 December 2012 16:10
To: 'For Xerte technical developers'
Subject: [Xerte-dev] Re: 1.9 zip

John
Publish saves changes to data.xml
Preview saves changes to preview.xml
Closing without first previewing or publishing always has the potential to
lose changes especially now that the close + OK to publish isn't working!

So in terms of what has changed it's just that closing and clicking ok to
publish isn't working. It's always been the case that unless you preview
changes are not saved unless you manually publish or when clicking ok works.

HTH
Ron

From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Smith, John
Sent: 11 December 2012 15:44
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Yeah what I'm seeing is:

I make a LO, add some stuff and then click Publish.
Then I make it Public, edit it again click Publish, close and Preview  =
changes are there. Then I Edit it again, make changes but just click the
close button. No popup and when I click Preview the changes are lost.

This is in both Chrome and IE and from SVN trunk, latest revision. Are you
guys working from a zip copy of trunk already?

Will checkout a fresh trunk and see what happens.

Regards,

John Smith
Learning Technologist
School of Health & Life Sciences
Glasgow Caledonian University

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
Pat Lockley
Sent: Tuesday, December 11, 2012 1:42 PM
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

If you don't preview then it isn't saved to preview.xml

The pop up should happen if data and preview.xml are different

On 11 Dec 2012, at 11:36, "Smith, John"
<J.J.Smith at gcu.ac.uk<mailto:J.J.Smith at gcu.ac.uk>> wrote:
Hi all,

Correct me if I'm wrong but if you made a change in the editor and then
closed the window without Publishing you used to get a popup? I'm not
getting that at all now at latest revision. Closing the window doesn't give
me any popup and the changes are lost now. Anyone else seeing this?

Regards,

John Smith
Learning Technologist
School of Health & Life Sciences
Glasgow Caledonian University

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
Pat Lockley
Sent: Tuesday, December 11, 2012 9:30 AM
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Look at the top, there is a conditional which means temp array is sometimes
created and sometimes not

So some cases will need it and some won't

On 11 Dec 2012, at 09:10, "Ron Mitchell"
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
Tried that but no change - project still not published upon clicking ok.
Publishing manually works fine.

But still don't get why the files would be different? Your commit:
http://code.google.com/p/xerteonlinetoolkits/source/browse/trunk/website_cod
e/php/versioncontrol/update_file.php?spec=svn589&r=589

has the four temp_array[0] and you're saying that file is working for you?
Or did something go wrong with the commit?

Going to be offline for at least a few hours now so perhaps someone else can
have a look.

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
Pat Lockley
Sent: 10 December 2012 22:15
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

No idea - all four temp arrays need to be replaced

As long as it is temp_array[0]

On 10 Dec 2012, at 20:20, "Ron Mitchell"
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
There seems to be two occurrences of temp_array[0]
http://code.google.com/p/xerteonlinetoolkits/source/browse/trunk/website_cod
e/php/versioncontrol/update_file.php?spec=svn589&r=589

Do both need changing or just one?
How come this works for you if same version?

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
Pat Lockley
Sent: 10 December 2012 18:28
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Ok one of the queries has a ref to temp_array[0] in still

Replace with $template_id

On 10 Dec 2012, at 18:28, "Ron Mitchell"
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
do these help?

$query_for_play_content_strip

select originaltemplatesdetails.template_name, logindetails.username,
originaltemplatesdetails.template_framework, templaterights.user_id,
templaterights.folder, templaterights.template_id,
templatedetails.access_to_whom from originaltemplatesdetails,
templaterights, templatedetails, logindetails where
templatedetails.template_type_id = originaltemplatesdetails.template_type_id
and templatedetails.creator_id = logindetails.login_id and
templaterights.template_id = templatedetails.template_id and
templaterights.template_id="TEMPLATE_ID_TO_REPLACE" and role="creator"

$query_for_play_content

select originaltemplatesdetails.template_name, logindetails.username,
originaltemplatesdetails.template_framework, templaterights.user_id,
templaterights.folder, templaterights.template_id,
templatedetails.access_to_whom from originaltemplatesdetails,
templaterights, templatedetails, logindetails where
templatedetails.template_type_id = originaltemplatesdetails.template_type_id
and templatedetails.creator_id = logindetails.login_id and
templaterights.template_id = templatedetails.template_id and
templaterights.template_id="C:
mpphtdocs
rtetoolkits/USER" and role="creator"


$query_for_play_content_response

Resource id #20

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of
Pat Lockley
Sent: 10 December 2012 17:58
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

website_code/php/versioncontrol/update_file.php

there will be a variable called query or something query

On Mon, Dec 10, 2012 at 5:14 PM, Ron Mitchell
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
Sorry what query? In what file?

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk>
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at li
sts.nottingham.ac.uk>] On Behalf Of Pat Lockley
Sent: 10 December 2012 16:03

To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Ok, so for you, the query doesn't work.

echo out the query and see what it is

On Mon, Dec 10, 2012 at 3:01 PM, Ron Mitchell
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
I tested with a brand new svn update and export and a clean install using
the xampp option so not sure why we're seeing different things. I truned on
debugging and upon clicking ok to publish changes got the attached. Does
that help?

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk>
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at li
sts.nottingham.ac.uk>] On Behalf Of Pat Lockley
Sent: 10 December 2012 14:27

To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Pah,

It's been two years, but maybe that's my instinctive name for all things XOT

Well it works here on my XAMPP, but start putting echos in the code to see
where it gets too. Easiest way to debug (it's all I'd do, but mine err,
works).

Pat

On Mon, Dec 10, 2012 at 2:25 PM, Ron Mitchell
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
Hi Pat
are you sure about the db name?

as far as I can see when using the quick xampp install option the db created
is called toolkits_data as defines in \setup\xampp_database.txt

Testing the publishing options with a clean xampp install...

I get the prompt whether to publish with Chrome, Safari and FF but not IE.
Possibly because I still get the window_reference error when using IE.
Perhaps specific to my local IE?

But as Julian reported even when clicking ok to publish the changes aren't
published until manually publishing.

HTH
Ron

From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk>
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at li
sts.nottingham.ac.uk>] On Behalf Of Pat Lockley
Sent: 10 December 2012 14:12

To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

xertetoolkits

mine is a fresh xampp and it works

it's both files in versioncontrol and the response is alerted out so you can
add echo "HELLO" to your heart's content to debug it

On Mon, Dec 10, 2012 at 1:06 PM, Ron Mitchell
<ronm at mitchellmedia.co.uk<mailto:ronm at mitchellmedia.co.uk>> wrote:
testing locally with guest access and no integration_config_path set...

Create project
Add a page
Preview (so the file is save)
Quit the wizard - I don't get prompted to publish at all even with the
latest change Pat comitted If I publish manually all is fine.

I'll test a clean install via xampp... If using the quick xampp install
option what's the name of the db that gets created is it toolkits?


-----Original Message-----
From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk>
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at li
sts.nottingham.ac.uk>] On Behalf Of Julian Tenney
Sent: 10 December 2012 11:15
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

It still doesn't work:

Create project
Add a page
Preview (so the file is save)
Quit the wizard - prompted to publish - say yes Go to properties, make
access public Hit the URL. Nothing until I publish from a button somewhere
(workspace or wizard).

I think I'm going to put it out anyway, unless anyone can fix it today. I'm
not so concerned about the html5 side of this not working, but previously
working functionality doesn't work anymore. Maybe this isn't such a
dealbreaker, perhaps we should disable the prompt and force a manual
publish?

-----Original Message-----
From:
xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lists.nott
ingham.ac.uk>
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at li
sts.nottingham.ac.uk>] On Behalf Of Pat Lockley
Sent: 07 December 2012 22:37
To: For Xerte technical developers
Subject: [Xerte-dev] Re: 1.9 zip

Not sure why it would break but adding database connect in seemed to fix it

On 7 Dec 2012, at 22:21, Julian Tenney
<Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk>>
wrote:

> thanks mate, I'll test on Monday,
> ________________________________________
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk>
> [xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at lis
> ts.nottingham.ac.uk>] On Behalf Of Pat Lockley
> [patrick.lockley at googlemail.com<mailto:patrick.lockley at googlemail.com>
> ]
> Sent: 07 December 2012 19:22
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> fixed in moodle (both files in version control folder)
>
> Please test
>
>
> On Fri, Dec 7, 2012 at 12:07 PM, Julian Tenney
<Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk><mailt
o:Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk>>>
wrote:
> It works from the publish buttons. Just not on the on close trapper
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk><mailto:xerte-dev-boun<mailto:xerte-dev-bou
> n> ces at lists.nottingham.ac.uk<mailto:ces at lists.nottingham.ac.uk>>] On
> Behalf Of Pat Lockley
>
> Sent: 07 December 2012 12:06
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> I think I assumed all publishing went through one file, but that's not
> the case. Am on holiday but can poke around later on
>
> So publishing when closing
> And
> Publishing Inside xerte
>
> On 7 Dec 2012, at 11:55, Julian Tenney
<Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk><mailt
o:Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk>>>
wrote:
> It's a bit more than that. Here's what I'm doing:
>
> Create project
> Got to properties, make it public
> Goto wizard edit something
> Close editor
> Prompted to publish - say yes
> Goto properties, hit the link
> No dice.
>
> But it's also not publishing the changes for the flash verison
> either,so
Pats on the right lines, the modularised publish stuff isn't accounted for
in the wizard window?
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Smith, John
> Sent: 07 December 2012 11:41
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> You have to make it public in the workspace before it's accessible -
> well that's what I've always had to do.
>
> Publish in the editor doesn't appear to do much unless you set the
> access level.
>
> Regards,
>
> John Smith
> Learning Technologist
> School of Health & Life Sciences
> Glasgow Caledonian University
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Julian Tenney
> Sent: Friday, December 07, 2012 11:37 AM
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> Ah, it's working now.
>
> It only works after you've published the file from the workspace button.
>
> I published from the wizard button (when it closed and asked me if I
wanted to) but had to publish from the workspace before the link worked.
>
> Any idea what makes the two publishes different?
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Julian Tenney
> Sent: 07 December 2012 11:30
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> Dunno.
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Pat Lockley
> Sent: 07 December 2012 11:29
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> Does xampp use htaccess by default?
>
> On 7 Dec 2012, at 11:28, Julian Tenney
<Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk><mailt
o:Julian.Tenney at nottingham.ac.uk<mailto:Julian.Tenney at nottingham.ac.uk>>>
wrote:
> Sorry the path and file are in the right place, but I get a blank
> screen when I try and CTRL-play for preview, or when I click the link
> in properties
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Julian Tenney
> Sent: 07 December 2012 11:25
> To: For Xerte technical developers
> Subject: [Xerte-dev] Re: 1.9 zip
>
> When I do an xamppp setup, build simple project and publish etc, I
> can't
preview it on the link in the properties panel, i.e. this link doesn't work.
>
> There is no xenith.js at
modules/xerte/parent_templates/Nottingham/common_html5, which is where
play_html5 is trying to load it from.
>
> Do I move the file (where is it?) or change the link(to point to ?)
>
> From:
> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-bounces at list
> s.nottingham.ac.uk><mailto:xerte-dev-bounces at list<mailto:xerte-dev-bou
> nces at list> s.nottingham.ac.uk<http://s.nottingham.ac.uk>>
> [mailto:xerte-dev-bounces at lists.nottingham.ac.uk<mailto:xerte-dev-boun
> ces at lists.nottingham.ac.uk>]
> On Behalf Of Julian Tenney
> Sent: 07 December 2012 11:17
> To: For Xerte technical developers
> Subject: [Xerte-dev] 1.9 zip
>
> Is there anything in the svn that I shouldn't include in the zip?
>
> _______________________________________________
> Xerte-dev mailing list
>
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk><ma
ilto:Xerte-dev at lists.nottingham.ac<mailto:Xerte-dev at lists.nottingham.ac>.
> uk> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
> Glasgow Caledonian University is a registered Scottish charity, number
> SC021474
>
> Winner: Times Higher Education's Widening Participation Initiative of
> the
Year 2009 and Herald Society's Education Initiative of the Year 2009.
> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6
> 219,en.html
>
> Winner: Times Higher Education's Outstanding Support for Early Career
Researchers of the Year 2010, GCU as a lead with Universities Scotland
partners.
> http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,1
> 5691,en.html _______________________________________________
> Xerte-dev mailing list
>
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk><ma
ilto:Xerte-dev at lists.nottingham.ac<mailto:Xerte-dev at lists.nottingham.ac>.
> uk> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
> _______________________________________________
> Xerte-dev mailing list
>
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk><ma
ilto:Xerte-dev at lists.nottingham.ac<mailto:Xerte-dev at lists.nottingham.ac>.
> uk> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
>
>
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.
> uk> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
> This message and any attachment are intended solely for the addressee
> and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.
>
> This message has been checked for viruses but the contents of an
> attachment may still contain software viruses which could damage your
computer system:
> you are advised to perform your own checks. Email communications with
> the University of Nottingham may be monitored as permitted by UK
legislation.

_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev







_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev





_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev







_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev





_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



Glasgow Caledonian University is a registered Scottish charity, number
SC021474

Winner: Times Higher Education's Widening Participation Initiative of the
Year 2009 and Herald Society's Education Initiative of the Year 2009.
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en
.html

Winner: Times Higher Education's Outstanding Support for Early Career
Researchers of the Year 2010, GCU as a lead with Universities Scotland
partners.
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e
n.html
_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev


Glasgow Caledonian University is a registered Scottish charity, number
SC021474

Winner: Times Higher Education's Widening Participation Initiative of the
Year 2009 and Herald Society's Education Initiative of the Year 2009.
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,en
.html

Winner: Times Higher Education's Outstanding Support for Early Career
Researchers of the Year 2010, GCU as a lead with Universities Scotland
partners.
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,15691,e
n.html

_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev



More information about the Xerte-dev mailing list