myslice.git
10 years agoadd debug messages when a checkbox is pressed
Thierry Parmentelat [Fri, 4 Oct 2013 13:38:17 +0000 (15:38 +0200)]
add debug messages when a checkbox is pressed

10 years agofix checkbox management of hazelnut for when the slice query comes back first
Thierry Parmentelat [Thu, 3 Oct 2013 14:05:48 +0000 (16:05 +0200)]
fix checkbox management of hazelnut for when the slice query comes back first
the optimization that calls fnAddData only once had broken that, and we attempted to check the checkboxes before the call to fnAddData

10 years agoescape_id moves into plugin.js
Thierry Parmentelat [Wed, 2 Oct 2013 15:36:45 +0000 (17:36 +0200)]
escape_id moves into plugin.js

10 years agocosmetic
Thierry Parmentelat [Wed, 2 Oct 2013 15:16:59 +0000 (17:16 +0200)]
cosmetic

10 years agomode debugging in hazelnut, and depending on the global debug flag
Thierry Parmentelat [Wed, 2 Oct 2013 15:16:43 +0000 (17:16 +0200)]
mode debugging in hazelnut, and depending on the global debug flag

10 years agochange the way domids are built for checkboxes in a hazelnut - new method Plugin...
Thierry Parmentelat [Wed, 2 Oct 2013 15:15:40 +0000 (17:15 +0200)]
change the way domids are built for checkboxes in a hazelnut - new method Plugin.flat_id

10 years agoremove the network_hrn column for resources that does not convey any useful informati...
Thierry Parmentelat [Wed, 2 Oct 2013 08:55:34 +0000 (10:55 +0200)]
remove the network_hrn column for resources that does not convey any useful information - even if it was filled in

10 years agogo right to the dashboard after login
Thierry Parmentelat [Wed, 2 Oct 2013 08:45:59 +0000 (10:45 +0200)]
go right to the dashboard after login

10 years agoPKG: follow renaming views/ into ui/
Mohamed Larabi [Tue, 1 Oct 2013 16:59:09 +0000 (18:59 +0200)]
PKG: follow renaming views/ into ui/

10 years agomake sure to always print something after the xmlrpc call to the backend returns
Thierry Parmentelat [Tue, 1 Oct 2013 14:44:51 +0000 (16:44 +0200)]
make sure to always print something after the xmlrpc call to the backend returns

10 years agostupidly tried to set checkboxes=False .. on an otherwise empty table - dataTables...
Thierry Parmentelat [Tue, 1 Oct 2013 14:20:43 +0000 (16:20 +0200)]
stupidly tried to set checkboxes=False .. on an otherwise empty table - dataTables does not like this
tested checkboxes=False on other hazelnuts and it worked fine

10 years agocleanup
Thierry Parmentelat [Tue, 1 Oct 2013 14:19:45 +0000 (16:19 +0200)]
cleanup

10 years agominor tweaks in hazelnut style sheet
Thierry Parmentelat [Tue, 1 Oct 2013 13:06:51 +0000 (15:06 +0200)]
minor tweaks in hazelnut style sheet

10 years agoMerge branch 'configfile' into checkboxes
Thierry Parmentelat [Tue, 1 Oct 2013 12:39:20 +0000 (14:39 +0200)]
Merge branch 'configfile' into checkboxes

10 years ago*do not* turn off checkboxes on hazelnuts for now
Thierry Parmentelat [Tue, 1 Oct 2013 12:37:28 +0000 (14:37 +0200)]
*do not* turn off checkboxes on hazelnuts for now

10 years agoshorter / more informative debug messages
Thierry Parmentelat [Tue, 1 Oct 2013 12:31:18 +0000 (14:31 +0200)]
shorter / more informative debug messages

10 years agomanifold url can be configured in myslice.ini - instead of in the git repo - so we...
Thierry Parmentelat [Tue, 1 Oct 2013 11:17:45 +0000 (13:17 +0200)]
manifold url can be configured in myslice.ini - instead of in the git repo - so we can more quietly stash

10 years agocosmetic for when googlemap goes mad with broken query results
Thierry Parmentelat [Tue, 1 Oct 2013 10:33:46 +0000 (12:33 +0200)]
cosmetic for when googlemap goes mad with broken query results

10 years agouse more sensitive names in hazelnut.js
Thierry Parmentelat [Tue, 1 Oct 2013 08:49:43 +0000 (10:49 +0200)]
use more sensitive names in hazelnut.js

10 years agomore sensitive names for domid in sliceview
Thierry Parmentelat [Tue, 1 Oct 2013 08:21:00 +0000 (10:21 +0200)]
more sensitive names for domid in sliceview

10 years agoremove useless log line
Thierry Parmentelat [Tue, 1 Oct 2013 07:57:04 +0000 (09:57 +0200)]
remove useless log line

10 years agohazelnuts with checkboxes enabled can be sorted by that column - e.g. to see users...
Thierry Parmentelat [Tue, 1 Oct 2013 07:30:04 +0000 (09:30 +0200)]
hazelnuts with checkboxes enabled can be sorted by that column - e.g. to see users or resources in a slice show up first
no need to specify aoColumns in datatables_options any lkonger (this even gets discarded anyway)

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

10 years agoremove commented code for hazelnut's old 'update_plugin'
Thierry Parmentelat [Mon, 30 Sep 2013 14:24:33 +0000 (16:24 +0200)]
remove commented code for hazelnut's old 'update_plugin'

10 years agooops, these were not meant to be commited
Thierry Parmentelat [Mon, 30 Sep 2013 13:50:18 +0000 (15:50 +0200)]
oops, these were not meant to be commited

10 years agohazelnut patched so that one single call to fnAddData is made once the 'all' query...
Thierry Parmentelat [Mon, 30 Sep 2013 13:37:03 +0000 (15:37 +0200)]
hazelnut patched so that one single call to fnAddData is made once the 'all' query is done processing
measured improvement for the redisplay part is
6 times faster with 1400 users (13 s down to 2s)
3 times faster with 330 resources (3.2s down to 1.2s)

10 years agotweaked resources_selected rendering - removed the +/- column that has no content...
Thierry Parmentelat [Mon, 30 Sep 2013 12:52:13 +0000 (14:52 +0200)]
tweaked resources_selected rendering - removed the +/- column that has no content (might not be right?)

10 years agoimproved the look of the resources selected plugin
Thierry Parmentelat [Mon, 30 Sep 2013 12:34:37 +0000 (14:34 +0200)]
improved the look of the resources selected plugin

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Mon, 30 Sep 2013 09:14:46 +0000 (11:14 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agofix dropdown in slice page
Thierry Parmentelat [Mon, 30 Sep 2013 09:13:10 +0000 (11:13 +0200)]
fix dropdown in slice page

10 years agomove former myslice/viewutils.py, to gether with the contents of former views/ subdir...
Thierry Parmentelat [Mon, 30 Sep 2013 09:12:53 +0000 (11:12 +0200)]
move former myslice/viewutils.py, to gether with the contents of former views/ subdir, all together into a new ui/ subdir

10 years agoRemove unused wsgi file
Mohamed Larabi [Mon, 30 Sep 2013 09:11:19 +0000 (11:11 +0200)]
Remove unused wsgi file

10 years agoimport cfgparse in method that needs it for more robustness
Thierry Parmentelat [Mon, 30 Sep 2013 08:35:30 +0000 (10:35 +0200)]
import cfgparse in method that needs it for more robustness

10 years agotweak googlemap initial point of view
Thierry Parmentelat [Mon, 30 Sep 2013 08:16:38 +0000 (10:16 +0200)]
tweak googlemap initial point of view

10 years agofewer white spaces in topmenu items - dropdown still dead in sliceview though
Thierry Parmentelat [Sat, 28 Sep 2013 07:22:13 +0000 (09:22 +0200)]
fewer white spaces in topmenu items - dropdown still dead in sliceview though

10 years agoclean up as hints are not yet exposed to slice request an contact
Thierry Parmentelat [Sat, 28 Sep 2013 07:20:40 +0000 (09:20 +0200)]
clean up as hints are not yet exposed to slice request an contact
not quite sure these hints are really useful except in some very specific cases

10 years agodos2unix'ed for ^M at EOL
Thierry Parmentelat [Fri, 27 Sep 2013 17:29:50 +0000 (19:29 +0200)]
dos2unix'ed for ^M at EOL

10 years agocomment about cfgparse not being managed by the debian package
Thierry Parmentelat [Fri, 27 Sep 2013 14:19:48 +0000 (16:19 +0200)]
comment about cfgparse not being managed by the debian package

10 years agotypo & indented
Thierry Parmentelat [Fri, 27 Sep 2013 14:12:36 +0000 (16:12 +0200)]
typo & indented

10 years agorestore do_query_users=True
Thierry Parmentelat [Fri, 27 Sep 2013 08:15:36 +0000 (10:15 +0200)]
restore do_query_users=True

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Thu, 26 Sep 2013 16:13:27 +0000 (18:13 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agocosemtic, remove extra " in resources selection
Thierry Parmentelat [Thu, 26 Sep 2013 16:10:17 +0000 (18:10 +0200)]
cosemtic, remove extra " in resources selection

10 years agoRegistration: FIX: Email content
Yasin [Thu, 26 Sep 2013 14:22:35 +0000 (16:22 +0200)]
Registration: FIX: Email content

10 years agoRegistration: email format imporved
Yasin [Thu, 26 Sep 2013 13:42:09 +0000 (15:42 +0200)]
Registration: email format imporved

10 years agoRegistration: Fix send email
Yasin [Thu, 26 Sep 2013 13:33:48 +0000 (15:33 +0200)]
Registration: Fix send email

10 years agoRegistration: email sent to devel[temporary] + cc the requestor
Yasin [Thu, 26 Sep 2013 13:26:20 +0000 (15:26 +0200)]
Registration: email sent to devel[temporary] + cc the requestor

10 years agoFIX: Registration = Indentation & Garbage values [don't know how it camegit add porta...
Yasin [Thu, 26 Sep 2013 13:13:05 +0000 (15:13 +0200)]
FIX: Registration = Indentation & Garbage values [don't know how it camegit add portal/templates/registration_view.html]

10 years agoconfig.py: old format restored
Yasin [Thu, 26 Sep 2013 12:54:09 +0000 (14:54 +0200)]
config.py: old format restored

10 years agoConfig.py: pointing to test
Yasin [Thu, 26 Sep 2013 12:05:57 +0000 (14:05 +0200)]
Config.py: pointing to test

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

10 years agoMyAccount: Delete Private key- OK
Yasin [Thu, 26 Sep 2013 10:25:53 +0000 (12:25 +0200)]
MyAccount: Delete Private key- OK

10 years agoMerge branch 'master' of git://git.onelab.eu/myslice
Loic Baron [Thu, 26 Sep 2013 10:16:07 +0000 (12:16 +0200)]
Merge branch 'master' of git://git.onelab.eu/myslice

Conflicts:
portal/registrationview.py

10 years agoAutocomplete working in query_editor plugin
Loic Baron [Thu, 26 Sep 2013 10:12:27 +0000 (12:12 +0200)]
Autocomplete working in query_editor plugin

10 years agoMerge branch 'master' of git://git.onelab.eu/myslice
Loic Baron [Thu, 26 Sep 2013 10:10:16 +0000 (12:10 +0200)]
Merge branch 'master' of git://git.onelab.eu/myslice

Conflicts:
portal/templates/registration_view.html

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Jordan Augé [Thu, 26 Sep 2013 10:05:32 +0000 (12:05 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoplugins.tabs: fixed shown event (used to refresh googlemaps)
Jordan Augé [Thu, 26 Sep 2013 10:05:07 +0000 (12:05 +0200)]
plugins.tabs: fixed shown event (used to refresh googlemaps)

10 years agoFIX: Dashboard- Modify now redirects correctly to MyAccount
Yasin [Thu, 26 Sep 2013 09:33:21 +0000 (11:33 +0200)]
FIX: Dashboard- Modify now redirects correctly to MyAccount

10 years agobuttons in the resources selected area are styled by bootstrap
Thierry Parmentelat [Thu, 26 Sep 2013 09:27:34 +0000 (11:27 +0200)]
buttons in the resources selected area are styled by bootstrap

10 years agovarious cleanups in the use of datatables
Thierry Parmentelat [Thu, 26 Sep 2013 09:08:30 +0000 (11:08 +0200)]
various cleanups in the use of datatables

10 years agofix typo - restore auto width on resources in the slice page
Thierry Parmentelat [Thu, 26 Sep 2013 09:02:30 +0000 (11:02 +0200)]
fix typo - restore auto width on resources in the slice page

10 years agoclean up the platforms view, rename network into platform
Thierry Parmentelat [Thu, 26 Sep 2013 08:57:22 +0000 (10:57 +0200)]
clean up the platforms view, rename network into platform

10 years agofix dashboard title
Thierry Parmentelat [Thu, 26 Sep 2013 08:10:43 +0000 (10:10 +0200)]
fix dashboard title

10 years agoa custom favicon.ico
Thierry Parmentelat [Wed, 25 Sep 2013 19:21:58 +0000 (21:21 +0200)]
a custom favicon.ico

10 years agoMerge branch 'master' of git.onelab.eu:/git/myslice myslice-0.2-4
Thierry Parmentelat [Wed, 25 Sep 2013 16:35:11 +0000 (18:35 +0200)]
Merge branch 'master' of git.onelab.eu:/git/myslice

10 years agoSetting tag myslice-0.2-4
Thierry Parmentelat [Wed, 25 Sep 2013 16:34:11 +0000 (18:34 +0200)]
Setting tag myslice-0.2-4
move to bootstrap v3 complete - hopefully
static files directory is now plain static/
templates files directory is now plain templates/
packaging for debian should be working fine, using apache+wsgi

10 years agoFix: Registration-readded required in upload key
Yasin [Wed, 25 Sep 2013 16:31:45 +0000 (18:31 +0200)]
Fix: Registration-readded required in upload key

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Wed, 25 Sep 2013 16:15:39 +0000 (18:15 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agouse a Page context to handle dependecies, rather than messgin with the html template
Thierry Parmentelat [Wed, 25 Sep 2013 16:10:11 +0000 (18:10 +0200)]
use a Page context to handle dependecies, rather than messgin with the html template

10 years agoFIX: registration- required is back on upload key
Yasin [Wed, 25 Sep 2013 16:09:07 +0000 (18:09 +0200)]
FIX: registration- required is back on upload key

10 years agoRegistration: Upload key and Confirm password back again
Yasin [Wed, 25 Sep 2013 15:55:34 +0000 (17:55 +0200)]
Registration: Upload key and Confirm password back again

10 years agoindented properly - please use margin=4
Thierry Parmentelat [Wed, 25 Sep 2013 15:38:33 +0000 (17:38 +0200)]
indented properly - please use margin=4

10 years agofix myplugin JS example on_new_record function
Loic Baron [Wed, 25 Sep 2013 14:50:23 +0000 (16:50 +0200)]
fix myplugin JS example on_new_record function

10 years agoenable required fields in registration view
Thierry Parmentelat [Wed, 25 Sep 2013 13:03:37 +0000 (15:03 +0200)]
enable required fields in registration view

10 years agoclean up versions of jquery : trash oldies (1.7 and 1.9) and keep only 1.10 and 2.0
Thierry Parmentelat [Wed, 25 Sep 2013 12:39:33 +0000 (14:39 +0200)]
clean up versions of jquery : trash oldies (1.7 and 1.9) and keep only 1.10 and 2.0
repo layout now consistent with the other third party tools
jquery.validate.js taken out of jquery and managed separately

10 years agoContactus: Email format fix. SliceRequest: email message improved
Yasin [Wed, 25 Sep 2013 10:39:59 +0000 (12:39 +0200)]
Contactus: Email format fix. SliceRequest: email message improved

10 years agoError message moved to a better place
Yasin [Wed, 25 Sep 2013 10:31:56 +0000 (12:31 +0200)]
Error message moved to a better place

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Wed, 25 Sep 2013 10:28:44 +0000 (12:28 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoFix: models.py [removed depricated section], registration: fix minor bugs in view...
Yasin [Wed, 25 Sep 2013 10:28:37 +0000 (12:28 +0200)]
Fix: models.py [removed depricated section], registration: fix minor bugs in view and templates. [jquery.validate.js not working]

10 years agoform hints are back in business on the registration page
Thierry Parmentelat [Wed, 25 Sep 2013 10:00:22 +0000 (12:00 +0200)]
form hints are back in business on the registration page
could easily be added to the other forms as well but this would need some moving around (registration.css is wrong) and changes to the layouts (hint takes the available 4 columns remaining on the right of the grid)

10 years agoshow up fields error if any
Thierry Parmentelat [Wed, 25 Sep 2013 09:34:15 +0000 (11:34 +0200)]
show up fields error if any

10 years agoslice request view tweaked for bootstrap3
Thierry Parmentelat [Wed, 25 Sep 2013 09:10:26 +0000 (11:10 +0200)]
slice request view tweaked for bootstrap3

10 years agocleaned up the contact template
Thierry Parmentelat [Wed, 25 Sep 2013 09:09:58 +0000 (11:09 +0200)]
cleaned up the contact template

10 years agotweaked the contact view for bootstrap3
Thierry Parmentelat [Wed, 25 Sep 2013 09:02:09 +0000 (11:02 +0200)]
tweaked the contact view for bootstrap3

10 years agodiscard deprecated code
Thierry Parmentelat [Wed, 25 Sep 2013 08:57:40 +0000 (10:57 +0200)]
discard deprecated code

10 years agothis should have gone with the dashboard tweak, more thorough cleanup of css
Thierry Parmentelat [Wed, 25 Sep 2013 08:51:02 +0000 (10:51 +0200)]
this should have gone with the dashboard tweak, more thorough cleanup of css

10 years agobootsstrap'ified dashboard - 3 columns layout, much less css again
Thierry Parmentelat [Wed, 25 Sep 2013 07:39:44 +0000 (09:39 +0200)]
bootsstrap'ified dashboard - 3 columns layout, much less css again

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 17:24:11 +0000 (19:24 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agowsgi conf
Mohamed Larabi [Tue, 24 Sep 2013 17:24:04 +0000 (19:24 +0200)]
wsgi conf

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Tue, 24 Sep 2013 16:25:15 +0000 (18:25 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoa very rough rework of the registration page using bootstrap
Thierry Parmentelat [Tue, 24 Sep 2013 16:22:13 +0000 (18:22 +0200)]
a very rough rework of the registration page using bootstrap
the css ends up almost empty
OTOH there might be features that I don't know well (hints for one, maybe others) that do not work well anymore

10 years agopkg fix
Mohamed Larabi [Tue, 24 Sep 2013 16:14:15 +0000 (18:14 +0200)]
pkg fix

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 15:57:55 +0000 (17:57 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agopkg fix
Mohamed Larabi [Tue, 24 Sep 2013 15:57:46 +0000 (17:57 +0200)]
pkg fix

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Tue, 24 Sep 2013 15:48:35 +0000 (17:48 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agoFIX: Bootstrap.css to get back old design
Yasin [Tue, 24 Sep 2013 15:48:31 +0000 (17:48 +0200)]
FIX: Bootstrap.css to get back old design

10 years agopkg fix
Mohamed Larabi [Tue, 24 Sep 2013 15:41:18 +0000 (17:41 +0200)]
pkg fix

10 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 15:25:19 +0000 (17:25 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice

10 years agouse absolute path
Mohamed Larabi [Tue, 24 Sep 2013 15:25:15 +0000 (17:25 +0200)]
use absolute path

10 years agoFIX: css to comply with bootstrap v3.0.0
Yasin [Tue, 24 Sep 2013 14:57:41 +0000 (16:57 +0200)]
FIX: css to comply with bootstrap v3.0.0

10 years agoFIX: minor MyAccount
Yasin [Tue, 24 Sep 2013 14:40:22 +0000 (16:40 +0200)]
FIX: minor  MyAccount