Thierry Parmentelat [Fri, 4 Oct 2013 13:40:20 +0000 (15:40 +0200)]
cosmetic - on_show message displayed only if debug selected
Thierry Parmentelat [Fri, 4 Oct 2013 13:38:17 +0000 (15:38 +0200)]
add debug messages when a checkbox is pressed
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
Thierry Parmentelat [Wed, 2 Oct 2013 15:36:45 +0000 (17:36 +0200)]
escape_id moves into plugin.js
Thierry Parmentelat [Wed, 2 Oct 2013 15:16:59 +0000 (17:16 +0200)]
cosmetic
Thierry Parmentelat [Wed, 2 Oct 2013 15:16:43 +0000 (17:16 +0200)]
mode debugging in hazelnut, and depending on the global debug flag
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
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
Thierry Parmentelat [Wed, 2 Oct 2013 08:45:59 +0000 (10:45 +0200)]
go right to the dashboard after login
Mohamed Larabi [Tue, 1 Oct 2013 16:59:09 +0000 (18:59 +0200)]
PKG: follow renaming views/ into ui/
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
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
Thierry Parmentelat [Tue, 1 Oct 2013 14:19:45 +0000 (16:19 +0200)]
cleanup
Thierry Parmentelat [Tue, 1 Oct 2013 13:06:51 +0000 (15:06 +0200)]
minor tweaks in hazelnut style sheet
Thierry Parmentelat [Tue, 1 Oct 2013 12:39:20 +0000 (14:39 +0200)]
Merge branch 'configfile' into checkboxes
Thierry Parmentelat [Tue, 1 Oct 2013 12:37:28 +0000 (14:37 +0200)]
*do not* turn off checkboxes on hazelnuts for now
Thierry Parmentelat [Tue, 1 Oct 2013 12:31:18 +0000 (14:31 +0200)]
shorter / more informative debug messages
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
Thierry Parmentelat [Tue, 1 Oct 2013 10:33:46 +0000 (12:33 +0200)]
cosmetic for when googlemap goes mad with broken query results
Thierry Parmentelat [Tue, 1 Oct 2013 08:49:43 +0000 (10:49 +0200)]
use more sensitive names in hazelnut.js
Thierry Parmentelat [Tue, 1 Oct 2013 08:21:00 +0000 (10:21 +0200)]
more sensitive names for domid in sliceview
Thierry Parmentelat [Tue, 1 Oct 2013 07:57:04 +0000 (09:57 +0200)]
remove useless log line
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)
Thierry Parmentelat [Mon, 30 Sep 2013 14:26:35 +0000 (16:26 +0200)]
cosmetic
Thierry Parmentelat [Mon, 30 Sep 2013 14:24:33 +0000 (16:24 +0200)]
remove commented code for hazelnut's old 'update_plugin'
Thierry Parmentelat [Mon, 30 Sep 2013 13:50:18 +0000 (15:50 +0200)]
oops, these were not meant to be commited
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)
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?)
Thierry Parmentelat [Mon, 30 Sep 2013 12:34:37 +0000 (14:34 +0200)]
improved the look of the resources selected plugin
Thierry Parmentelat [Mon, 30 Sep 2013 09:14:46 +0000 (11:14 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Mon, 30 Sep 2013 09:13:10 +0000 (11:13 +0200)]
fix dropdown in slice page
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
Mohamed Larabi [Mon, 30 Sep 2013 09:11:19 +0000 (11:11 +0200)]
Remove unused wsgi file
Thierry Parmentelat [Mon, 30 Sep 2013 08:35:30 +0000 (10:35 +0200)]
import cfgparse in method that needs it for more robustness
Thierry Parmentelat [Mon, 30 Sep 2013 08:16:38 +0000 (10:16 +0200)]
tweak googlemap initial point of view
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
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
Thierry Parmentelat [Fri, 27 Sep 2013 17:29:50 +0000 (19:29 +0200)]
dos2unix'ed for ^M at EOL
Thierry Parmentelat [Fri, 27 Sep 2013 14:19:48 +0000 (16:19 +0200)]
comment about cfgparse not being managed by the debian package
Thierry Parmentelat [Fri, 27 Sep 2013 14:12:36 +0000 (16:12 +0200)]
typo & indented
Thierry Parmentelat [Fri, 27 Sep 2013 08:15:36 +0000 (10:15 +0200)]
restore do_query_users=True
Thierry Parmentelat [Thu, 26 Sep 2013 16:13:27 +0000 (18:13 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Thierry Parmentelat [Thu, 26 Sep 2013 16:10:17 +0000 (18:10 +0200)]
cosemtic, remove extra " in resources selection
Yasin [Thu, 26 Sep 2013 14:22:35 +0000 (16:22 +0200)]
Registration: FIX: Email content
Yasin [Thu, 26 Sep 2013 13:42:09 +0000 (15:42 +0200)]
Registration: email format imporved
Yasin [Thu, 26 Sep 2013 13:33:48 +0000 (15:33 +0200)]
Registration: Fix send email
Yasin [Thu, 26 Sep 2013 13:26:20 +0000 (15:26 +0200)]
Registration: email sent to devel[temporary] + cc the requestor
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]
Yasin [Thu, 26 Sep 2013 12:54:09 +0000 (14:54 +0200)]
config.py: old format restored
Yasin [Thu, 26 Sep 2013 12:05:57 +0000 (14:05 +0200)]
Config.py: pointing to test
Yasin [Thu, 26 Sep 2013 10:25:56 +0000 (12:25 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Thu, 26 Sep 2013 10:25:53 +0000 (12:25 +0200)]
MyAccount: Delete Private key- OK
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
Loic Baron [Thu, 26 Sep 2013 10:12:27 +0000 (12:12 +0200)]
Autocomplete working in query_editor plugin
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
Jordan Augé [Thu, 26 Sep 2013 10:05:32 +0000 (12:05 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Jordan Augé [Thu, 26 Sep 2013 10:05:07 +0000 (12:05 +0200)]
plugins.tabs: fixed shown event (used to refresh googlemaps)
Yasin [Thu, 26 Sep 2013 09:33:21 +0000 (11:33 +0200)]
FIX: Dashboard- Modify now redirects correctly to MyAccount
Thierry Parmentelat [Thu, 26 Sep 2013 09:27:34 +0000 (11:27 +0200)]
buttons in the resources selected area are styled by bootstrap
Thierry Parmentelat [Thu, 26 Sep 2013 09:08:30 +0000 (11:08 +0200)]
various cleanups in the use of datatables
Thierry Parmentelat [Thu, 26 Sep 2013 09:02:30 +0000 (11:02 +0200)]
fix typo - restore auto width on resources in the slice page
Thierry Parmentelat [Thu, 26 Sep 2013 08:57:22 +0000 (10:57 +0200)]
clean up the platforms view, rename network into platform
Thierry Parmentelat [Thu, 26 Sep 2013 08:10:43 +0000 (10:10 +0200)]
fix dashboard title
Thierry Parmentelat [Wed, 25 Sep 2013 19:21:58 +0000 (21:21 +0200)]
a custom favicon.ico
Thierry Parmentelat [Wed, 25 Sep 2013 16:35:11 +0000 (18:35 +0200)]
Merge branch 'master' of git.onelab.eu:/git/myslice
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
Yasin [Wed, 25 Sep 2013 16:31:45 +0000 (18:31 +0200)]
Fix: Registration-readded required in upload key
Thierry Parmentelat [Wed, 25 Sep 2013 16:15:39 +0000 (18:15 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
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
Yasin [Wed, 25 Sep 2013 16:09:07 +0000 (18:09 +0200)]
FIX: registration- required is back on upload key
Yasin [Wed, 25 Sep 2013 15:55:34 +0000 (17:55 +0200)]
Registration: Upload key and Confirm password back again
Thierry Parmentelat [Wed, 25 Sep 2013 15:38:33 +0000 (17:38 +0200)]
indented properly - please use margin=4
Loic Baron [Wed, 25 Sep 2013 14:50:23 +0000 (16:50 +0200)]
fix myplugin JS example on_new_record function
Thierry Parmentelat [Wed, 25 Sep 2013 13:03:37 +0000 (15:03 +0200)]
enable required fields in registration view
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
Yasin [Wed, 25 Sep 2013 10:39:59 +0000 (12:39 +0200)]
Contactus: Email format fix. SliceRequest: email message improved
Yasin [Wed, 25 Sep 2013 10:31:56 +0000 (12:31 +0200)]
Error message moved to a better place
Yasin [Wed, 25 Sep 2013 10:28:44 +0000 (12:28 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
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]
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)
Thierry Parmentelat [Wed, 25 Sep 2013 09:34:15 +0000 (11:34 +0200)]
show up fields error if any
Thierry Parmentelat [Wed, 25 Sep 2013 09:10:26 +0000 (11:10 +0200)]
slice request view tweaked for bootstrap3
Thierry Parmentelat [Wed, 25 Sep 2013 09:09:58 +0000 (11:09 +0200)]
cleaned up the contact template
Thierry Parmentelat [Wed, 25 Sep 2013 09:02:09 +0000 (11:02 +0200)]
tweaked the contact view for bootstrap3
Thierry Parmentelat [Wed, 25 Sep 2013 08:57:40 +0000 (10:57 +0200)]
discard deprecated code
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
Thierry Parmentelat [Wed, 25 Sep 2013 07:39:44 +0000 (09:39 +0200)]
bootsstrap'ified dashboard - 3 columns layout, much less css again
Mohamed Larabi [Tue, 24 Sep 2013 17:24:11 +0000 (19:24 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 17:24:04 +0000 (19:24 +0200)]
wsgi conf
Thierry Parmentelat [Tue, 24 Sep 2013 16:25:15 +0000 (18:25 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
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
Mohamed Larabi [Tue, 24 Sep 2013 16:14:15 +0000 (18:14 +0200)]
pkg fix
Mohamed Larabi [Tue, 24 Sep 2013 15:57:55 +0000 (17:57 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 15:57:46 +0000 (17:57 +0200)]
pkg fix
Yasin [Tue, 24 Sep 2013 15:48:35 +0000 (17:48 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Yasin [Tue, 24 Sep 2013 15:48:31 +0000 (17:48 +0200)]
FIX: Bootstrap.css to get back old design
Mohamed Larabi [Tue, 24 Sep 2013 15:41:18 +0000 (17:41 +0200)]
pkg fix
Mohamed Larabi [Tue, 24 Sep 2013 15:25:19 +0000 (17:25 +0200)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
Mohamed Larabi [Tue, 24 Sep 2013 15:25:15 +0000 (17:25 +0200)]
use absolute path
Yasin [Tue, 24 Sep 2013 14:57:41 +0000 (16:57 +0200)]
FIX: css to comply with bootstrap v3.0.0