myslice.git
10 years agoreset self.in_set_buffer once consumed
Thierry Parmentelat [Mon, 16 Sep 2013 12:27:14 +0000 (14:27 +0200)]
reset self.in_set_buffer once consumed

10 years agoindented googlemaps.js
Thierry Parmentelat [Mon, 16 Sep 2013 12:24:48 +0000 (14:24 +0200)]
indented googlemaps.js

10 years agocosmetic
Thierry Parmentelat [Mon, 16 Sep 2013 12:22:04 +0000 (14:22 +0200)]
cosmetic

10 years agotemporarilty turn off checkbox-related stuff in googlemaps, as this prevents the...
Thierry Parmentelat [Mon, 16 Sep 2013 12:17:29 +0000 (14:17 +0200)]
temporarilty turn off checkbox-related stuff in googlemaps, as this prevents the map from qorking properly

10 years agooops, this should have gone with previous commit
Thierry Parmentelat [Mon, 16 Sep 2013 11:17:37 +0000 (13:17 +0200)]
oops, this should have gone with previous commit

10 years agoadd tracing info in googlemaps plugin
Thierry Parmentelat [Mon, 16 Sep 2013 11:15:51 +0000 (13:15 +0200)]
add tracing info in googlemaps plugin
a bit intrusive admittedly, but will probably come in handy until we fix this right

10 years agocosmetic
Thierry Parmentelat [Mon, 16 Sep 2013 10:10:35 +0000 (12:10 +0200)]
cosmetic

10 years agoreview slice view layout
Thierry Parmentelat [Mon, 16 Sep 2013 10:10:21 +0000 (12:10 +0200)]
review slice view layout

10 years agoturning off demo_page.css and demo_table.css for now
Thierry Parmentelat [Mon, 16 Sep 2013 10:07:03 +0000 (12:07 +0200)]
turning off demo_page.css and demo_table.css for now
these were designed for a specific purpose (demoing datatables)
before we can use them again it looks like we need to protect their possible impact against the rest of the system

10 years agoclean up duplicate demo_page.css1 in hazelnut/
Thierry Parmentelat [Mon, 16 Sep 2013 09:53:34 +0000 (11:53 +0200)]
clean up duplicate demo_page.css1 in hazelnut/
was identical to the one in query_editor/
and not referenced anywhere on top of that

10 years agodecidedly.. this is required to run with do_query_users=False
Thierry Parmentelat [Mon, 16 Sep 2013 08:54:23 +0000 (10:54 +0200)]
decidedly.. this is required to run with do_query_users=False

10 years agowhoops, properly restores users area
Thierry Parmentelat [Mon, 16 Sep 2013 07:48:11 +0000 (09:48 +0200)]
whoops, properly restores users area

10 years agoadd a flag for more easily turning off the 'user_all' request part
Thierry Parmentelat [Mon, 16 Sep 2013 07:37:14 +0000 (09:37 +0200)]
add a flag for more easily turning off the 'user_all' request part

10 years agodisplays actual jQuery version used in console + various reformatting
Thierry Parmentelat [Mon, 16 Sep 2013 07:23:14 +0000 (09:23 +0200)]
displays actual jQuery version used in console + various reformatting

10 years agotweaked the test pluginview
Thierry Parmentelat [Mon, 16 Sep 2013 07:20:20 +0000 (09:20 +0200)]
tweaked the test pluginview

10 years agodives into publish_result
Thierry Parmentelat [Mon, 16 Sep 2013 07:04:38 +0000 (09:04 +0200)]
dives into publish_result

10 years agonew publish_result_debug flag
Thierry Parmentelat [Mon, 16 Sep 2013 07:04:04 +0000 (09:04 +0200)]
new publish_result_debug flag

10 years agowe have enough versions already
Thierry Parmentelat [Fri, 13 Sep 2013 11:05:29 +0000 (13:05 +0200)]
we have enough versions already

10 years agoadding jquery 1.7.2 in the third-party/area
Thierry Parmentelat [Fri, 13 Sep 2013 11:04:27 +0000 (13:04 +0200)]
adding jquery 1.7.2 in the third-party/area
I've had to redo all my benchmarking, with the same scenario (a simplified slice view with 2 queries) I am getting
1.7.2 :  2.7s + 4.5s
1.9.1 :  2.9s + 6.6s
1.10.2: 2.9s + 6.5s
2.0.3:   2.7s + 4.5s
bottom line is, as far as performance, 2.0 seems to bring us back to where 1.7 was

10 years agocripes, this file was in the way all along and I've been using 1.7.2 without noticing it
Thierry Parmentelat [Fri, 13 Sep 2013 10:28:51 +0000 (12:28 +0200)]
cripes, this file was in the way all along and I've been using 1.7.2 without noticing it

10 years agoadopting jquery 2.0.3 - benchmarking showed no impact on performance
Thierry Parmentelat [Fri, 13 Sep 2013 10:11:10 +0000 (12:11 +0200)]
adopting jquery 2.0.3 - benchmarking showed no impact on performance
1.10.2 would be fine as well but we do not need support for old IE's

10 years agomessage timestamping : drop date but shows milliseconds
Thierry Parmentelat [Fri, 13 Sep 2013 08:18:24 +0000 (10:18 +0200)]
message timestamping : drop date but shows milliseconds

10 years agoadd latest jquery releases to third-party
Thierry Parmentelat [Fri, 13 Sep 2013 07:25:00 +0000 (09:25 +0200)]
add latest jquery releases to third-party

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Thu, 12 Sep 2013 09:57:31 +0000 (11:57 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoREADME: django init updated
Yasin [Thu, 12 Sep 2013 09:57:27 +0000 (11:57 +0200)]
README: django init updated

10 years agoalso display query.object - the bulk of the time is for displaying users
Thierry Parmentelat [Wed, 11 Sep 2013 16:47:46 +0000 (18:47 +0200)]
also display query.object - the bulk of the time is for displaying users

10 years agono change - just added debug messages, and pretty-printed
Thierry Parmentelat [Wed, 11 Sep 2013 15:51:31 +0000 (17:51 +0200)]
no change - just added debug messages, and pretty-printed

10 years agothe slice view moves back to non-transient messages for now
Thierry Parmentelat [Wed, 11 Sep 2013 14:35:54 +0000 (16:35 +0200)]
the slice view moves back to non-transient messages for now

10 years agocosmetic, tweak the way we describe standard file layout
Thierry Parmentelat [Wed, 11 Sep 2013 14:32:59 +0000 (16:32 +0200)]
cosmetic, tweak the way we describe standard file layout

10 years agoreinstate the original messages mode in addition to the new popup-based one
Thierry Parmentelat [Wed, 11 Sep 2013 14:19:29 +0000 (16:19 +0200)]
reinstate the original messages mode in addition to the new popup-based one
use plugin = Messages  (transient = True | False)
to select between both

10 years agomake pending operations the first thing in slice view
Thierry Parmentelat [Wed, 11 Sep 2013 13:56:47 +0000 (15:56 +0200)]
make pending operations the first thing in slice view

10 years agoa lingering cosmetic change for outlined plugins
Thierry Parmentelat [Wed, 11 Sep 2013 09:11:54 +0000 (11:11 +0200)]
a lingering cosmetic change for outlined plugins

10 years agoMyAccount: html indentation refined
Yasin [Mon, 9 Sep 2013 15:30:30 +0000 (17:30 +0200)]
MyAccount: html indentation refined

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Mon, 9 Sep 2013 14:04:13 +0000 (16:04 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoMyAccount: CSS improved + html indentation fix
Yasin [Mon, 9 Sep 2013 14:04:00 +0000 (16:04 +0200)]
MyAccount: CSS improved + html indentation fix

10 years agoredrawing slice view
Thierry Parmentelat [Mon, 9 Sep 2013 13:48:13 +0000 (15:48 +0200)]
redrawing slice view

10 years agoCSS: cosmetic changes to My Account
Yasin [Mon, 9 Sep 2013 13:23:42 +0000 (15:23 +0200)]
CSS: cosmetic changes to My Account

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Mon, 9 Sep 2013 13:03:18 +0000 (15:03 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoMyAccount css fix: Platform access table aligned to center
Yasin [Mon, 9 Sep 2013 13:03:13 +0000 (15:03 +0200)]
MyAccount css fix: Platform access table aligned to center

10 years agoSetting tag myslice-0.2-2 myslice-0.2-2
Thierry Parmentelat [Mon, 9 Sep 2013 10:50:53 +0000 (12:50 +0200)]
Setting tag myslice-0.2-2
cleaner tag, using module-tag for consistent numbering

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Mon, 9 Sep 2013 10:48:16 +0000 (12:48 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

10 years agobump version number
Thierry Parmentelat [Mon, 9 Sep 2013 10:45:44 +0000 (12:45 +0200)]
bump version number

10 years agoDjango Installation guide improved
Yasin [Mon, 9 Sep 2013 09:58:41 +0000 (11:58 +0200)]
Django Installation guide improved

10 years agoREADME: updated
Yasin [Mon, 9 Sep 2013 09:54:22 +0000 (11:54 +0200)]
README: updated

10 years agoMerged My Account css, changed the html name to account-view.html
Yasin [Mon, 9 Sep 2013 09:48:20 +0000 (11:48 +0200)]
Merged My Account css, changed the html name to account-view.html

10 years agoFIX: indentation. config.py
Yasin [Mon, 9 Sep 2013 09:36:32 +0000 (11:36 +0200)]
FIX: indentation. config.py

10 years agoFix: conflict config.py
Yasin [Mon, 9 Sep 2013 09:27:22 +0000 (11:27 +0200)]
Fix: conflict config.py

10 years agoFIX: conflict in settings.py
Yasin [Mon, 9 Sep 2013 09:21:40 +0000 (11:21 +0200)]
FIX: conflict in settings.py

10 years agostable backend myslice-0.2-1
Thierry Parmentelat [Mon, 9 Sep 2013 09:17:40 +0000 (11:17 +0200)]
stable backend

10 years agorenamed slice-request templates more consistently
Thierry Parmentelat [Mon, 9 Sep 2013 09:10:37 +0000 (11:10 +0200)]
renamed slice-request templates more consistently

10 years agovarious cleanups and tweaks
Thierry Parmentelat [Mon, 9 Sep 2013 08:52:59 +0000 (10:52 +0200)]
various cleanups and tweaks
created an embryo of onelab.css from register.css (now renamed registration.css)

10 years agorestore style for unfold2 layout
Thierry Parmentelat [Fri, 6 Sep 2013 16:11:00 +0000 (18:11 +0200)]
restore style for unfold2 layout

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Thierry Parmentelat [Fri, 6 Sep 2013 15:24:25 +0000 (17:24 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agono change, just formatted long lines
Thierry Parmentelat [Fri, 6 Sep 2013 15:23:37 +0000 (17:23 +0200)]
no change, just formatted long lines

10 years agoFIX import:RegistrationView
Yasin [Fri, 6 Sep 2013 15:17:49 +0000 (17:17 +0200)]
FIX import:RegistrationView

10 years agotrash-based urls are now prefixed in trash/ and moved in trash/urls.py
Thierry Parmentelat [Fri, 6 Sep 2013 08:32:54 +0000 (10:32 +0200)]
trash-based urls are now prefixed in trash/ and moved in trash/urls.py

10 years agonew view portal.homeview.HomeView that replaces former login_user
Thierry Parmentelat [Fri, 6 Sep 2013 08:09:06 +0000 (10:09 +0200)]
new view portal.homeview.HomeView that replaces former login_user
made a bit nicer (no login widget is already logged in)
also the slice urls are now /portal/slice/<slicename> since the slice view sits in portal/

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Yasin [Thu, 5 Sep 2013 16:30:09 +0000 (18:30 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agoFIX: slicerequestview errors
Yasin [Thu, 5 Sep 2013 16:30:06 +0000 (18:30 +0200)]
FIX: slicerequestview errors

10 years agore-add missing imports in urls.py
Thierry Parmentelat [Thu, 5 Sep 2013 15:58:03 +0000 (17:58 +0200)]
re-add missing imports in urls.py

10 years agocleanup of imports in portal.views
Thierry Parmentelat [Thu, 5 Sep 2013 15:55:11 +0000 (17:55 +0200)]
cleanup of imports in portal.views
this now only exposes PresViewView, ValidatePendingView

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Thierry Parmentelat [Thu, 5 Sep 2013 15:45:12 +0000 (17:45 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agoregistrationview
Thierry Parmentelat [Thu, 5 Sep 2013 15:44:47 +0000 (17:44 +0200)]
registrationview
again this is not thoroughly tested, I have issues with my backend(s) and can't seem to evaluate authorities

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Yasin [Thu, 5 Sep 2013 15:24:12 +0000 (17:24 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agoREADME: updated the db migration steps
Yasin [Thu, 5 Sep 2013 15:23:12 +0000 (17:23 +0200)]
README: updated the db migration steps

10 years agoisolate slice request view
Thierry Parmentelat [Thu, 5 Sep 2013 15:07:26 +0000 (17:07 +0200)]
isolate slice request view
not thoroughly tested yet (I run into db issues on my linux box which is the only one that can send mails)
also a fix for importing account_process

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Thierry Parmentelat [Thu, 5 Sep 2013 14:23:01 +0000 (16:23 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agoContactView revisited
Thierry Parmentelat [Thu, 5 Sep 2013 14:20:30 +0000 (16:20 +0200)]
ContactView revisited
instead of redefining dispatch, we now define post, get (and _display as a common piece)
we need to avoid messing with 'dispatch' in the context of LoginRequiredView and the like

10 years agoaccount_process moved to accountview.py
Yasin [Thu, 5 Sep 2013 14:05:23 +0000 (16:05 +0200)]
account_process moved to accountview.py

10 years agoFIX: required imports
Yasin [Thu, 5 Sep 2013 13:42:17 +0000 (15:42 +0200)]
FIX: required imports

10 years agoContactView (was contact) now a class on its own in contactview.py
Thierry Parmentelat [Thu, 5 Sep 2013 12:41:30 +0000 (14:41 +0200)]
ContactView (was contact) now a class on its own in contactview.py

10 years agocleanup sliceview deps
Thierry Parmentelat [Thu, 5 Sep 2013 12:25:01 +0000 (14:25 +0200)]
cleanup sliceview deps

10 years agoAccountView isolated in portal.accountview.py
Thierry Parmentelat [Thu, 5 Sep 2013 11:20:01 +0000 (13:20 +0200)]
AccountView isolated in portal.accountview.py

10 years agoMerge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan
Thierry Parmentelat [Thu, 5 Sep 2013 10:57:01 +0000 (12:57 +0200)]
Merge branch 'jordan' of ssh://git.onelab.eu/git/myslice into jordan

10 years agocosmetic changes to manifold API debug messages
Thierry Parmentelat [Thu, 5 Sep 2013 10:54:13 +0000 (12:54 +0200)]
cosmetic changes to manifold API debug messages

10 years agocleaned up imports in portal/views.py
Thierry Parmentelat [Thu, 5 Sep 2013 10:53:41 +0000 (12:53 +0200)]
cleaned up imports in portal/views.py

10 years agoREADME: updated DB migration notes
Yasin [Thu, 5 Sep 2013 10:00:26 +0000 (12:00 +0200)]
README: updated DB migration notes

10 years agomodels.py:Affiliation field removed. NOTE: DB MIGRATION or FLUSH needed
Yasin [Thu, 5 Sep 2013 09:55:51 +0000 (11:55 +0200)]
models.py:Affiliation field removed. NOTE: DB MIGRATION or FLUSH needed

10 years agocosmetic
Thierry Parmentelat [Wed, 4 Sep 2013 15:46:13 +0000 (17:46 +0200)]
cosmetic

10 years agoPlatformView in platformview.py
Thierry Parmentelat [Wed, 4 Sep 2013 15:45:56 +0000 (17:45 +0200)]
PlatformView in platformview.py

10 years agoFix: merge conflict def def account_process(): in views.py
Yasin [Wed, 4 Sep 2013 13:49:21 +0000 (15:49 +0200)]
Fix: merge conflict def def account_process(): in views.py

10 years agoMy Account: Updating Name, Password- OK. portal/actions.py:Added manifold_update...
Yasin [Wed, 4 Sep 2013 13:40:43 +0000 (15:40 +0200)]
My Account: Updating Name, Password- OK. portal/actions.py:Added manifold_update function

10 years agoplatformsview.py
Thierry Parmentelat [Wed, 4 Sep 2013 13:09:20 +0000 (15:09 +0200)]
platformsview.py

10 years agoremoved unnecessary import
Thierry Parmentelat [Wed, 4 Sep 2013 12:55:50 +0000 (14:55 +0200)]
removed unnecessary import

10 years agorenamed acc_process into account_process
Thierry Parmentelat [Wed, 4 Sep 2013 12:55:34 +0000 (14:55 +0200)]
renamed acc_process into account_process

10 years agostarting to split views.y into pieces
Thierry Parmentelat [Wed, 4 Sep 2013 12:49:01 +0000 (14:49 +0200)]
starting to split views.y into pieces
first comes dashboardview.py

10 years agopropose another model for LoginRequiredView and the like
Thierry Parmentelat [Wed, 4 Sep 2013 12:42:28 +0000 (14:42 +0200)]
propose another model for LoginRequiredView and the like
this one would not fit for eg. DashBoard, that does not define its own get but relies on mixins for that

10 years agobe more specific on update time
Thierry Parmentelat [Wed, 4 Sep 2013 12:41:32 +0000 (14:41 +0200)]
be more specific on update time

10 years agoupdated README
Thierry Parmentelat [Wed, 4 Sep 2013 09:18:52 +0000 (11:18 +0200)]
updated README

10 years agoFix merge conflict: MyAccount
Yasin [Wed, 4 Sep 2013 09:11:28 +0000 (11:11 +0200)]
Fix merge conflict: MyAccount

10 years agoMy Account:CSS moved from html. MinorFix: portal/actions.py
Yasin [Wed, 4 Sep 2013 09:06:30 +0000 (11:06 +0200)]
My Account:CSS moved from html. MinorFix: portal/actions.py

10 years agoran indent-region under emacs to reformat in a more legible way
Thierry Parmentelat [Wed, 4 Sep 2013 09:04:07 +0000 (11:04 +0200)]
ran indent-region under emacs to reformat in a more legible way

10 years agosliceview rewritten as a class-based view
Thierry Parmentelat [Wed, 4 Sep 2013 08:55:17 +0000 (10:55 +0200)]
sliceview rewritten as a class-based view
hide decorators in a single place portal/templateviews that defines 2 abstract classes
from portal.templateviews            import LoginRequiredView,LogoutOnManifoldExceptionView

10 years agomove over imports for logout_on_manifold_exception
Thierry Parmentelat [Wed, 4 Sep 2013 08:04:33 +0000 (10:04 +0200)]
move over imports for logout_on_manifold_exception

10 years agologout_on_manifold_exception : a decorator for dealing with manifold exceptions insid...
Thierry Parmentelat [Tue, 3 Sep 2013 15:59:08 +0000 (17:59 +0200)]
logout_on_manifold_exception : a decorator for dealing with manifold exceptions inside a view (when implemented as a function)

10 years agotake sliceview out of trash/
Thierry Parmentelat [Tue, 3 Sep 2013 15:45:55 +0000 (17:45 +0200)]
take sliceview out of trash/

10 years agoget rid of MyCustomBackend that had hard-wired user accounts
Thierry Parmentelat [Tue, 3 Sep 2013 14:46:08 +0000 (16:46 +0200)]
get rid of MyCustomBackend that had hard-wired user accounts

10 years agokeep only import topmenu_items, the_user in myslice/viewutils
Thierry Parmentelat [Tue, 3 Sep 2013 14:45:19 +0000 (16:45 +0200)]
keep only import topmenu_items, the_user in myslice/viewutils
all the rest goes into trash/trashutils

10 years agocleanup commented code
Thierry Parmentelat [Tue, 3 Sep 2013 14:02:25 +0000 (16:02 +0200)]
cleanup commented code

10 years agotweak topmenu for both logged-in or not-logged-in cases
Thierry Parmentelat [Mon, 2 Sep 2013 16:40:07 +0000 (18:40 +0200)]
tweak topmenu for both logged-in or not-logged-in cases