git.evergreen-ils.org Git - Evergreen.git/atom - Open-ILS/web/conify/global/actor/org_unit_type.html history Evergreen ILS https://git.evergreen-ils.org/?p=Evergreen.git Evergreen Project static/git-favicon.png static/git-logo.png 2021-03-03T15:10:59Z gitweb LP#1617556 - Remove openils_dojo.js references 2016-08-27T12:02:11Z Chris Sharp csharp@georgialibraries.org Jason Stephenson jason@sigio.com 2016-08-27T12:02:11Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=3e9241c08a3d42702a38b113155cfe14f70ce07f
LP#1617556 - Remove openils_dojo.js references

Somewhere along the way, openils_dojo.js was removed,
but references remained.  This removes them, hopefully
helping to speed up page loads.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Jason Stephenson <jason@sigio.com>
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Server-generated IDL JS 2010-11-12T13:55:58Z erickson erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4 erickson erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4 2010-11-12T13:55:58Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=cbec2a1091df96da7d74e42c67e571c94f452ccf
Server-generated IDL JS

The goal is to reduce use of pre-onload XHR, which is known to cause
problems (dreaded white-screen-of-death) in firefox/xulrunner.  Change
allows opac, staff client, and embedded browser interfaces to load
a pre-formatted JS object instead of IDL XML via XHR.  In addition to
dropping the XHR, clients no longer parse the XML, which should reduce
page render time.  Finally, in the staff interfaces, the full IDL is
once again loaded, so there is no need to specifiy per-page classes.
Per-page classes are still supported and used in the OPAC to reduce the
up-front load time.

Change requires an update to the Evergreen Apache config.  See -r18700.

Part of this change included condensing fieldmapper.hash and
fielmapper.dojoData content into fieldmapper.Fieldmapper to avoid
circular dependencies, which was causing problems with IE.  Will
eventually want to deprecate .hash and .dojoData, but for now they still
function as before.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18712 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
replace Cookie.js/cookieManager with dojo.cookie. Some things to watch out for as... 2010-11-10T20:51:23Z phasefx phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4 phasefx phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4 2010-11-10T20:51:23Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=2cebe64791d112d3061d25c828b837e11b308ec8
replace Cookie.js/cookieManager with dojo.cookie.  Some things to watch out for as we review this changeset:

In Cookie.js, a -1 passed as the expires parameter indicated a session cookie.  We could also specify such things as "+1y" or a specific date.  With dojo.cookie, an expires value of -1 deletes a cookie.  Not specifying an expires option will create a session cookie.  We can enter a date or a number days from today.  For the case in the code where we had "+1y", I supplied a value of 365.

In the previous code, we used empty strings for a lot of cookie deletion.  The canonical dojo example has us using null (with an expires of -1).  There were also some cases where it seemed obvious that we were deleting cookies, but were at the same passing an actual value (see base.js).  I changed these to nulls.

In opac_utils.js, grabFleshedUser(), I fixed a dead code path where a cookie deletion attempt came after a return statement.

I ran through the opac within and outside of the staff client, tried all of the acquisition UI's from the Acq menu, and most of the interfaces under Admin, and didn't find any auth cookie errors.


git-svn-id: svn://svn.open-ils.org/ILS/trunk@18687 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
type is a required attributed for script and style tags. 2010-06-09T19:10:50Z atz atz@dcc99617-32d9-48b4-a31d-7c20da2025e4 atz atz@dcc99617-32d9-48b4-a31d-7c20da2025e4 2010-06-09T19:10:50Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e2f2f2b3cc4d4bb0e26da5824002c8250ff411b3
type is a required attributed for script and style tags.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@16637 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
MORE: convert from permacrud to pcrud -- not as big as it looks -- and move some... 2010-03-04T20:20:30Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2010-03-04T20:20:30Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e439f2e4eebc87dff338354ef6ec6f6806004ba5
MORE: convert from permacrud to pcrud -- not as big as it looks -- and move some startup logic to the top (even though yslow will hate me)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15702 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
adding openils_dojo.js includes for our custom dojo build 2009-06-05T15:00:30Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2009-06-05T15:00:30Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=0bcb10c4dbac5891dfe022faa8fbb136586b909f
adding openils_dojo.js includes for our custom dojo build

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13325 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Make quotes in JavaScript inside attribute values work in XMLENT 2008-11-07T21:19:20Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-11-07T21:19:20Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e484d6d81ee4c4b21911b77e7923997764bb4726
Make quotes in JavaScript inside attribute values work in XMLENT

git-svn-id: svn://svn.open-ils.org/ILS/trunk@11098 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Add reporter Dojo resource file (reports.js.pot) 2008-11-07T20:52:24Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-11-07T20:52:24Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=a57ff21df5e1ce0ea56df3d6a04023a54ff251a2
Add reporter Dojo resource file (reports.js.pot)
Generate POT files without msgstr contents (annoys pot2po)
Merge Conify Dojo resource files into a single Dojo resource file (conify.js.pot)


git-svn-id: svn://svn.open-ils.org/ILS/trunk@11096 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Bring i18n to org unit administration interface 2008-10-14T20:36:48Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-10-14T20:36:48Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=4d2f14451454cad3b5e4eb9a0ada72f90ac9a7b2
Bring i18n to org unit administration interface


git-svn-id: svn://svn.open-ils.org/ILS/trunk@10832 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Complete i18n support for the aout admin interface 2008-10-14T03:38:48Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-10-14T03:38:48Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=cf1df11e846f253d18d30b24fe3e0bef74974041
Complete i18n support for the aout admin interface


git-svn-id: svn://svn.open-ils.org/ILS/trunk@10829 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Start making it possible to localize Conify. 2008-10-14T02:39:13Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-10-14T02:39:13Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=f877b66e346a9bbed7134b0bab69ea0fc9b122fc
Start making it possible to localize Conify.
Using a combination of mod_xmlent and dojo string substitution for the nonce.


git-svn-id: svn://svn.open-ils.org/ILS/trunk@10827 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Fix some broken XHTML in org_unit_type.html (does that tag needs args? hmm) 2008-10-08T15:40:44Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-10-08T15:40:44Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=f63453f92cc20d67d02ff817d289702726983b7e
Fix some broken XHTML in org_unit_type.html (does that tag needs args? hmm)
Don't strip comments as we're hiding our JavaScript inside comments...


git-svn-id: svn://svn.open-ils.org/ILS/trunk@10789 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
Prepare Conify for XMLENT 2008-10-08T05:19:39Z dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 dbs dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-10-08T05:19:39Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=d5cab26429878e41d33ff62f4f1684f1ec71666d
Prepare Conify for XMLENT

git-svn-id: svn://svn.open-ils.org/ILS/trunk@10788 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
move the translation widget out to openils.widget 2008-04-23T01:41:36Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-23T01:41:36Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=562f869bff27532367c4483b12a012089a078339
move the translation widget out to openils.widget

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9431 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
load fmall.js via dojo in fieldmapper.Fieldmapper 2008-04-18T05:16:33Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-18T05:16:33Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=8d55772ac94876a5efef002d352741db2d327f2e
load fmall.js via dojo in fieldmapper.Fieldmapper

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9378 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
move locale parsing out to a separate javascript file; translations of group names... 2008-04-17T19:21:56Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-17T19:21:56Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=2a6074cb99cad0a40ca4a47b697f694223045e07
move locale parsing out to a separate javascript file; translations of group names and descriptions

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9374 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
locale parsing based on URL knowledge (because apache is not helping); aou.name trans... 2008-04-17T18:54:50Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-17T18:54:50Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=34dd7daf8e6f7fae99866356406b4f055b9ab606
locale parsing based on URL knowledge (because apache is not helping); aou.name translation support

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9373 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
pull in my own requirements 2008-04-17T05:28:05Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-17T05:28:05Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=208613aea5e22922805f960a925820ac38c48606
pull in my own requirements

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9371 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html
merging admin interface from the dojo-admin branch 2008-04-11T03:45:49Z miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 miker miker@dcc99617-32d9-48b4-a31d-7c20da2025e4 2008-04-11T03:45:49Z https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=d951d337586bdde7153c726295430a30f9189c35
merging admin interface from the dojo-admin branch

git-svn-id: svn://svn.open-ils.org/ILS/trunk@9309 dcc99617-32d9-48b4-a31d-7c20da2025e4
  • [D] Open-ILS/web/conify/global/actor/org_unit_type.html