Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / pithos_webclient / views.py @ master

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
52670d22 06/11/2013 02:47 pm Kostas Papadimitriou

Expose STORAGE_VIEW_URL setting in index view

edb3e8ef 06/03/2013 01:15 pm Kostas Papadimitriou

Convert index view context to json

to safely append any type of values to otherProperties javascript object

fc764443 05/31/2013 05:56 pm Kostas Papadimitriou

Component/service friendly views

- Enrich settings with setting keys shared with pithos-app in order to be able
to properly resolve dynamically set urls and prefixes
- Serve ui service of the pithos component

6157de5b 05/31/2013 01:51 pm Kostas Papadimitriou

Python packaging improvments

- Use {% include %} to extend index.html with appropriate django context
- Introduce `urls_config` context variable. A dict that contains requred webapp
endpoints. Keys are merged in otherProperties js object.

e4ac2d18 05/22/2013 01:30 pm Kostas Papadimitriou

Extend otherProperties with branding settings

otherProperties object defined in the index.html is used from within the GWT
app to access deployment specific configuration options. A new placeholder added
in index.html. The placeholder gets replaced with django template code which...

a5f5da3c 06/22/2012 04:10 pm Kostas Papadimitriou

Proper version display

- Patch runtime.properties to apply version provided by index view

f90dd41a 04/11/2012 05:02 pm Kostas Papadimitriou

New setting PITHOS_UI_CLOUDBAR_ACTIVE_SERVICE

which overrides cloudbar js script ACTIVE_SERVICE setting.

28adfa0f 04/09/2012 12:33 pm Kostas Papadimitriou

Rename snf-pithos-web-client to snf-pithos-webclient