Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / static / im / cloudbar / cloudbar.js @ fb9d96e9

History | View | Annotate | Download (6.4 kB)

# Date Author Comment
238a9ce3 06/18/2013 11:22 am Olga Brani

cloudbar: Body class "user-not-authenticated "when user has not signed in.

ffdb9fcc 06/17/2013 03:17 pm Olga Brani

cloudbar: Add class to body when user is authenticated

7fb14dbb 06/06/2013 06:05 pm Kostas Papadimitriou

cloudbar: Automatic active service detection

automatically detect which cloudbar menu is active by matching the current
window location with the registered service url.

904fd3cd 05/31/2013 01:01 pm Kostas Papadimitriou

astakos: Dynamically set hand indicator in landing page

removed the hardcoded mapping between cloudbar and dashboard elements

07395a9a 05/27/2013 03:14 pm Kostas Papadimitriou

cloudbar: Handle relative service icon urls

8b9e871d 05/14/2013 03:14 pm Olga Brani

Merge branch 'develop' into feature-branding

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/landing.html
snf-astakos-app/astakos/im/views.py...

ffdc2320 04/30/2013 06:54 pm Olga Brani

Synnefo branding images & retina.js

0156e40c 04/18/2013 12:20 pm Kostas Papadimitriou

Services api/presentation logic cleanup

- Remove presentation information from Service model (order, icon)
- To access the list of services filled with both presentation and api
data use Service.catalog(). The method fills a dict with service
identifiers and service metadata through the following steps...

20a29096 02/05/2013 05:59 pm Olga Brani

Cloudbar improved functionality

Profile menu in Cloudbar appears both on hover and on tab

a3af7d09 01/28/2013 03:36 pm Olga Brani

Astakos presentation fixes

- Rename Profile to Dashboard
- New functionality for cloudbar
- Responsive styles
- New image for reset password page

a202beb8 01/24/2013 03:58 pm Kostas Papadimitriou

Fix cloudbar profile sizing

46cdafb6 01/24/2013 12:25 pm Olga Brani

Cloudbar bug fix

d44504d6 01/23/2013 06:05 pm Kostas Papadimitriou

Cloudbar sign in redirect param fix

clean additional params from url

1e689956 01/23/2013 03:10 pm Olga Brani

Change cloudbar profile toggle js.

7f7863bb 01/15/2013 09:04 pm Kostas Papadimitriou

Cloudbar flickering fix

prepend body placeholder (using border-top) to avoid flickering caused
due to late rendering of the cloudbar element

0c87304c 12/13/2012 02:42 pm Kostas Papadimitriou

Use https to load google fonts

4f78c22c 09/13/2012 04:21 pm Sofia Papagiannaki

merge with origin 0.6.4

ea221961 09/07/2012 01:22 pm Olga Brani

New font (Open Sans)

49a1289d 08/02/2012 04:31 pm Olga Brani

Update theme

- Change font
- Style changes

c798d62b 07/31/2012 05:07 pm Olga Brani

Cloudbar fixes. Html updates.

badb9324 06/26/2012 04:29 pm Olga Brani

Fixes

abf4d9e5 06/15/2012 05:39 pm Olga Brani

Merge remote-tracking branch 'origin/newstyles' into newstyles

da7eb085 06/15/2012 05:37 pm Olga Brani

Fixes and Clouds animations

2bc206d4 06/13/2012 03:37 pm Kostas Papadimitriou

Merge branch 'master' into newstyles

Conflicts:
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
snf-astakos-app/astakos/im/templates/im/base.html
snf-astakos-app/astakos/im/templates/im/login_base.html

cbe40c76 06/12/2012 04:28 pm Olga Brani

Bug fixes +blinking cloudbar

a2f9a5db 06/08/2012 05:13 pm Kostas Papadimitriou

Proper display of active service in cloudbar

based on service id or name.

9024c501 05/31/2012 05:19 pm Olga Brani

Responsive with initial-scale:1.0

246eba2f 05/24/2012 04:01 pm Olga Brani

Cloudbar login fixes

25f5da04 05/24/2012 12:10 pm Olga Brani

Cloudbar account style

0c887794 05/15/2012 02:39 pm Olga Brani

Bug fixes and improvements

0f4a8a68 05/02/2012 05:14 pm Olga Brani

New html styles

4af2e338 03/13/2012 05:31 pm Kostas Papadimitriou

Improve cloudbar styles

- new home icon (okeanos small logo)
- new styles for icon link

02717631 03/07/2012 09:01 pm Kostas Papadimitriou

Minor cloudbar improvements

7a245cde 03/01/2012 12:39 pm Kostas Papadimitriou

Cloudbar IE fix

fixed cloudbar to display properly on pithos app with IE

c934c789 03/01/2012 12:09 pm Kostas Papadimitriou

Cloudbar fix

proper callback parameter

7a0c3713 03/01/2012 12:09 pm Kostas Papadimitriou

Convert cloudbar api responses to JSONP

if callback parameter is set on url use it and set the appropriate
response mimetype.

c3ef34ef 02/28/2012 04:51 pm root

Fix cloudbar.

ded3a1b7 02/25/2012 10:38 pm Sofia Papagiannaki

remove hardcoded urls to the astakos api services from the cloudar

1ae97c83 02/25/2012 09:57 pm Sofia Papagiannaki

change cloudbar to contain dynamic links

27993be5 02/23/2012 05:36 pm Kostas Papadimitriou

Repo refactor and webproject hooks fixes