unfold.git
13 years agoexport 'checkboxes' to the js plugin as well of course
Thierry Parmentelat [Sun, 24 Mar 2013 11:23:01 +0000 (12:23 +0100)]
export 'checkboxes' to the js plugin as well of course

13 years agomanifold-core deprecated, keep its -leftovers for further ref
Thierry Parmentelat [Sun, 24 Mar 2013 11:16:42 +0000 (12:16 +0100)]
manifold-core deprecated, keep its -leftovers for further ref

13 years agoturn of problematic setting of dataTable
Thierry Parmentelat [Sun, 24 Mar 2013 10:28:36 +0000 (11:28 +0100)]
turn of problematic setting of dataTable
when a hazelnut plugin is embedded in a Tabs object and not visible at the time the data shows up, then it used to end up empty
turning off sScrollX fixes this problem - side-effect is not yet clear to me

13 years agointernal fileds of a plugin (the ones from __dict__) are automatically visible in...
Thierry Parmentelat [Sun, 24 Mar 2013 10:26:23 +0000 (11:26 +0100)]
internal fileds of a plugin (the ones from __dict__) are automatically visible in template (and can be redefined in template_env)

13 years agomore compact/readable html output for the menu section
Thierry Parmentelat [Sun, 24 Mar 2013 10:25:48 +0000 (11:25 +0100)]
more compact/readable html output for the menu section

13 years agoactually use spin_presets - make it red
Thierry Parmentelat [Sun, 24 Mar 2013 09:23:00 +0000 (10:23 +0100)]
actually use spin_presets - make it red

13 years agothat's why -however the second tab is not refreshed during hazelnut's plugin_update
Thierry Parmentelat [Sat, 23 Mar 2013 20:35:29 +0000 (21:35 +0100)]
that's why -however the second tab is not refreshed during hazelnut's plugin_update

13 years agoworks better but now the tabs are broken
Thierry Parmentelat [Sat, 23 Mar 2013 20:33:15 +0000 (21:33 +0100)]
works better but now the tabs are broken

13 years agooffline mode of manifoldproxy uses filenames in offline*
Thierry Parmentelat [Sat, 23 Mar 2013 10:09:34 +0000 (11:09 +0100)]
offline mode of manifoldproxy uses filenames in offline*

13 years agocosmetic, nicer html output
Thierry Parmentelat [Sat, 23 Mar 2013 10:08:02 +0000 (11:08 +0100)]
cosmetic, nicer html output

13 years agofix tabs.html to *not* use son's domid as-is as is conflicts with other details of...
Thierry Parmentelat [Sat, 23 Mar 2013 10:07:44 +0000 (11:07 +0100)]
fix tabs.html to *not* use son's domid as-is as is conflicts with other details of the son

13 years agotoggling is broken within tabs, add a third hazenut for debugging purposes
Thierry Parmentelat [Fri, 22 Mar 2013 16:46:24 +0000 (17:46 +0100)]
toggling is broken within tabs, add a third hazenut for debugging purposes

13 years agodebug helper fun unfold.debug_dom + various
Thierry Parmentelat [Fri, 22 Mar 2013 16:45:35 +0000 (17:45 +0100)]
debug helper fun unfold.debug_dom + various

13 years agoa simple/rustic offline mode in amnifoldproxy
Thierry Parmentelat [Fri, 22 Mar 2013 12:54:28 +0000 (13:54 +0100)]
a simple/rustic offline mode in amnifoldproxy

13 years agoturn off querycode.css for now as it appears to set stuff for e.g. div.in that messes...
Thierry Parmentelat [Fri, 22 Mar 2013 12:53:55 +0000 (13:53 +0100)]
turn off querycode.css for now as it appears to set stuff for e.g. div.in that messes with our tabs
besides it's useless until we turn syntax highlighting back on again

13 years agovarious
Thierry Parmentelat [Fri, 22 Mar 2013 12:24:08 +0000 (13:24 +0100)]
various

13 years agoview-unfold{12}
Thierry Parmentelat [Fri, 22 Mar 2013 11:19:00 +0000 (12:19 +0100)]
view-unfold{12}

13 years agoadded new layout with a single column - use this for the slice view
Thierry Parmentelat [Fri, 22 Mar 2013 11:14:36 +0000 (12:14 +0100)]
added new layout with a single column - use this for the slice view
in the mix renamed unfold1 into unfold2 (1 has 1 column and 2 has 2 columns)

13 years agoPlugin now has __repr__
Thierry Parmentelat [Fri, 22 Mar 2013 09:44:45 +0000 (10:44 +0100)]
Plugin now has __repr__
tweak Composite to ensure it has exactly one active son
add checkboxes=True to Hazelnut, although not tested..
slice view now has 2 hazelnuts in a tabs, with and without checkboxes

13 years agoadd demo_table{_jui}.css to the mix
Thierry Parmentelat [Fri, 22 Mar 2013 08:31:34 +0000 (09:31 +0100)]
add demo_table{_jui}.css to the mix

13 years agovarious tweaks
Thierry Parmentelat [Fri, 22 Mar 2013 08:23:58 +0000 (09:23 +0100)]
various tweaks

13 years agospin.presets.js is our stuff, not third-party
Thierry Parmentelat [Fri, 22 Mar 2013 08:15:00 +0000 (09:15 +0100)]
spin.presets.js is our stuff, not third-party

13 years agoadd former tophat-core.js as manifold-core.js -- remove extra spin
Thierry Parmentelat [Thu, 21 Mar 2013 15:55:42 +0000 (16:55 +0100)]
add former tophat-core.js as manifold-core.js -- remove extra spin

13 years agoremove old slice view, use this instead of haze
Thierry Parmentelat [Thu, 21 Mar 2013 11:15:56 +0000 (12:15 +0100)]
remove old slice view, use this instead of haze

13 years agoadd plain jquery - just in case, for debug
Thierry Parmentelat [Thu, 21 Mar 2013 09:55:12 +0000 (10:55 +0100)]
add plain jquery - just in case, for debug

13 years agoremove debug msg
Thierry Parmentelat [Thu, 21 Mar 2013 08:05:29 +0000 (09:05 +0100)]
remove debug msg

13 years agoadd a querycode
Thierry Parmentelat [Thu, 21 Mar 2013 08:05:18 +0000 (09:05 +0100)]
add a querycode

13 years agoalign title and dropdown
Thierry Parmentelat [Thu, 21 Mar 2013 08:04:56 +0000 (09:04 +0100)]
align title and dropdown

13 years agocosmetic
Thierry Parmentelat [Thu, 21 Mar 2013 07:30:26 +0000 (08:30 +0100)]
cosmetic

13 years agowhen ajax-sending the query back to the manifold proxy, use a json-encoded string
Thierry Parmentelat [Thu, 21 Mar 2013 07:30:05 +0000 (08:30 +0100)]
when ajax-sending the query back to the manifold proxy, use a json-encoded string

13 years agoremove second query rom haze view for now
Thierry Parmentelat [Wed, 20 Mar 2013 20:48:07 +0000 (21:48 +0100)]
remove second query rom haze view for now

13 years agovarious
Thierry Parmentelat [Wed, 20 Mar 2013 20:47:44 +0000 (21:47 +0100)]
various

13 years agocomments
Thierry Parmentelat [Wed, 20 Mar 2013 20:30:58 +0000 (21:30 +0100)]
comments

13 years agoin query, 'method' is now called 'subject'
Thierry Parmentelat [Wed, 20 Mar 2013 20:19:38 +0000 (21:19 +0100)]
in query, 'method' is now called 'subject'

13 years agooops, broken view
Thierry Parmentelat [Wed, 20 Mar 2013 17:57:06 +0000 (18:57 +0100)]
oops, broken view

13 years agoa first stab at porting datatables - new code - temporary - name is 'hazelnut' for...
Thierry Parmentelat [Wed, 20 Mar 2013 17:50:13 +0000 (18:50 +0100)]
a first stab at porting datatables - new code - temporary - name is 'hazelnut' for now as i'm still not exactly sure what this does

13 years agodebug_query
Thierry Parmentelat [Wed, 20 Mar 2013 17:49:04 +0000 (18:49 +0100)]
debug_query

13 years agocomments
Thierry Parmentelat [Wed, 20 Mar 2013 17:48:45 +0000 (18:48 +0100)]
comments

13 years agotreat favicon.ico like a normal image
Thierry Parmentelat [Wed, 20 Mar 2013 17:48:25 +0000 (18:48 +0100)]
treat favicon.ico like a normal image

13 years agoargh, # is NOT a comment for css..
Thierry Parmentelat [Wed, 20 Mar 2013 10:14:55 +0000 (11:14 +0100)]
argh, # is NOT a comment for css..

13 years agonicer button in querycode
Thierry Parmentelat [Wed, 20 Mar 2013 10:14:16 +0000 (11:14 +0100)]
nicer button in querycode

13 years agohow to tweak e.g. a given plugin's background color
Thierry Parmentelat [Wed, 20 Mar 2013 10:01:37 +0000 (11:01 +0100)]
how to tweak e.g. a given plugin's background color

13 years agocosmetic changes to the plugin layout
Thierry Parmentelat [Wed, 20 Mar 2013 09:49:09 +0000 (10:49 +0100)]
cosmetic changes to the plugin layout

13 years agotweaks
Thierry Parmentelat [Wed, 20 Mar 2013 09:34:44 +0000 (10:34 +0100)]
tweaks

13 years agoomments on logging out
Thierry Parmentelat [Wed, 20 Mar 2013 08:37:57 +0000 (09:37 +0100)]
omments on logging out

13 years agonicer and simpler logout
Thierry Parmentelat [Wed, 20 Mar 2013 08:33:50 +0000 (09:33 +0100)]
nicer and simpler logout

13 years agoclean the main layout now known as unfold1, including for the 2 pieces (unfold1_main...
Thierry Parmentelat [Wed, 20 Mar 2013 07:36:54 +0000 (08:36 +0100)]
clean the main layout now known as unfold1, including for the 2 pieces (unfold1_main and unfold1_margin)

13 years agofilenames should be about right now
Thierry Parmentelat [Tue, 19 Mar 2013 21:01:49 +0000 (22:01 +0100)]
filenames should be about right now

13 years agoimproved look of plugins
Thierry Parmentelat [Tue, 19 Mar 2013 20:48:50 +0000 (21:48 +0100)]
improved look of plugins

13 years agoreview the hide/show toggle areas to use tooltips
Thierry Parmentelat [Tue, 19 Mar 2013 20:24:05 +0000 (21:24 +0100)]
review the hide/show toggle areas to use tooltips

13 years agomove templates for views where they belong
Thierry Parmentelat [Tue, 19 Mar 2013 20:01:05 +0000 (21:01 +0100)]
move templates for views where they belong

13 years agorenamed verticallayout into stack
Thierry Parmentelat [Tue, 19 Mar 2013 16:24:32 +0000 (17:24 +0100)]
renamed verticallayout into stack

13 years agono 'Hide' or 'Show' in plugin title
Thierry Parmentelat [Tue, 19 Mar 2013 16:04:29 +0000 (17:04 +0100)]
no 'Hide' or 'Show' in plugin title

13 years agominor
Thierry Parmentelat [Tue, 19 Mar 2013 15:58:12 +0000 (16:58 +0100)]
minor

13 years agorenamings of js stuff
Thierry Parmentelat [Tue, 19 Mar 2013 15:47:45 +0000 (16:47 +0100)]
renamings of js stuff

13 years agorenamed plugin.js into metadata.js, rewritten
Thierry Parmentelat [Tue, 19 Mar 2013 15:41:01 +0000 (16:41 +0100)]
renamed plugin.js into metadata.js, rewritten

13 years agocosmetic datatables
Thierry Parmentelat [Tue, 19 Mar 2013 15:12:39 +0000 (16:12 +0100)]
cosmetic datatables

13 years agoprettyfied lists
Thierry Parmentelat [Tue, 19 Mar 2013 15:06:17 +0000 (16:06 +0100)]
prettyfied lists

13 years agorename api into proxy
Thierry Parmentelat [Tue, 19 Mar 2013 14:38:42 +0000 (15:38 +0100)]
rename api into proxy

13 years agocosmetic
Thierry Parmentelat [Tue, 19 Mar 2013 14:38:09 +0000 (15:38 +0100)]
cosmetic

13 years agofewer js source files : manifold.js holds the global manifold object (that maps uuids...
Thierry Parmentelat [Tue, 19 Mar 2013 14:36:58 +0000 (15:36 +0100)]
fewer js source files : manifold.js holds the global manifold object (that maps uuids to queries), as well as async and pubsub stuff

13 years agoexpose each query ONCE to js, plugin gets initialized with query_uuid only
Thierry Parmentelat [Tue, 19 Mar 2013 11:49:11 +0000 (12:49 +0100)]
expose each query ONCE to js, plugin gets initialized with query_uuid only

13 years agonicer line breaks
Thierry Parmentelat [Mon, 18 Mar 2013 14:37:04 +0000 (15:37 +0100)]
nicer line breaks

13 years agorename tempalte_env on prelude into prelude_env
Thierry Parmentelat [Mon, 18 Mar 2013 14:36:48 +0000 (15:36 +0100)]
rename tempalte_env on prelude into prelude_env

13 years agothese belong in manifold too
Thierry Parmentelat [Mon, 18 Mar 2013 13:16:10 +0000 (14:16 +0100)]
these belong in manifold too

13 years agosplit engine/ into manifold/ (backend oriented) and unfold/ (the UI)
Thierry Parmentelat [Mon, 18 Mar 2013 13:13:06 +0000 (14:13 +0100)]
split engine/ into manifold/ (backend oriented) and unfold/ (the UI)

13 years agorename js Query into ManifoldQuery
Thierry Parmentelat [Sun, 17 Mar 2013 17:19:20 +0000 (18:19 +0100)]
rename js Query into ManifoldQuery

13 years agomore details about the hard wired accounts - won't be able to query
Thierry Parmentelat [Fri, 15 Mar 2013 11:39:53 +0000 (12:39 +0100)]
more details about the hard wired accounts - won't be able to query

13 years agoQuickFilter starts toggled off
Thierry Parmentelat [Fri, 15 Mar 2013 11:38:47 +0000 (12:38 +0100)]
QuickFilter starts toggled off

13 years agofix make tags
Thierry Parmentelat [Fri, 15 Mar 2013 11:38:01 +0000 (12:38 +0100)]
fix make tags

13 years ago..
Thierry Parmentelat [Fri, 15 Mar 2013 10:25:11 +0000 (11:25 +0100)]
..

13 years agofix lists when receiving emtpy or error result - add myslice_warning and myslice_erro...
Thierry Parmentelat [Fri, 15 Mar 2013 09:56:33 +0000 (10:56 +0100)]
fix lists when receiving emtpy or error result - add myslice_warning and myslice_error in the mix

13 years agocomment on myslice.conf
Thierry Parmentelat [Fri, 15 Mar 2013 09:41:00 +0000 (10:41 +0100)]
comment on myslice.conf

13 years agoupdated README
Thierry Parmentelat [Fri, 15 Mar 2013 09:27:46 +0000 (10:27 +0100)]
updated README

13 years agoall-templates/ has to really encompass all templates, not just plugins
Thierry Parmentelat [Fri, 15 Mar 2013 09:02:06 +0000 (10:02 +0100)]
all-templates/ has to really encompass all templates, not just plugins

13 years agoand i was laughing when the doc said you had to replace mysite with my own name
Thierry Parmentelat [Fri, 15 Mar 2013 08:34:02 +0000 (09:34 +0100)]
and i was laughing when the doc said you had to replace mysite with my own name

13 years agoship apache stuff (config, wsgi, and favicon) on top
Thierry Parmentelat [Thu, 14 Mar 2013 17:19:57 +0000 (18:19 +0100)]
ship apache stuff (config, wsgi, and favicon) on top

13 years agorpm packaging rudimentary but OK myslice-django-0.1-1
Thierry Parmentelat [Thu, 14 Mar 2013 16:57:26 +0000 (17:57 +0100)]
rpm packaging rudimentary but OK

13 years agopackaging
Thierry Parmentelat [Thu, 14 Mar 2013 15:54:32 +0000 (16:54 +0100)]
packaging

13 years agofirst stab at packaging on fedora
Thierry Parmentelat [Thu, 14 Mar 2013 15:41:11 +0000 (16:41 +0100)]
first stab at packaging on fedora

13 years agoa pass on quickfilter, at least it displays something related to the input 'criterias'
Thierry Parmentelat [Thu, 14 Mar 2013 15:19:50 +0000 (16:19 +0100)]
a pass on quickfilter, at least it displays something related to the input 'criterias'
the javascript has probably never been tested at that point I would think
also it would make sense to read the metadata info

13 years agominor
Thierry Parmentelat [Thu, 14 Mar 2013 14:41:24 +0000 (15:41 +0100)]
minor

13 years agoadd a quickfilter instance in dashboard
Thierry Parmentelat [Thu, 14 Mar 2013 14:40:16 +0000 (15:40 +0100)]
add a quickfilter instance in dashboard

13 years agoprint exception if any while running the manifold proxy - useful esp. when using...
Thierry Parmentelat [Thu, 14 Mar 2013 14:35:59 +0000 (15:35 +0100)]
print exception if any while running the manifold proxy - useful esp. when using a hard-wired account...

13 years agoget rid of the /static/ thing everywhere
Thierry Parmentelat [Thu, 14 Mar 2013 14:01:28 +0000 (15:01 +0100)]
get rid of the /static/ thing everywhere

13 years agominor cleanup
Thierry Parmentelat [Thu, 14 Mar 2013 13:47:55 +0000 (14:47 +0100)]
minor cleanup

13 years agoreorganize plugins by plugin
Thierry Parmentelat [Thu, 14 Mar 2013 13:39:05 +0000 (14:39 +0100)]
reorganize plugins by plugin

13 years agoforget about manage.py collectstatic and come up with our own brew
Thierry Parmentelat [Thu, 14 Mar 2013 12:35:11 +0000 (13:35 +0100)]
forget about manage.py collectstatic and come up with our own brew

13 years agothis symlink is needed
Thierry Parmentelat [Thu, 14 Mar 2013 11:11:07 +0000 (12:11 +0100)]
this symlink is needed

13 years agoget rid of the spin.all.js exception - it's already complex enough
Thierry Parmentelat [Thu, 14 Mar 2013 11:08:51 +0000 (12:08 +0100)]
get rid of the spin.all.js exception - it's already complex enough

13 years agorework on codebase layout
Thierry Parmentelat [Thu, 14 Mar 2013 10:21:06 +0000 (11:21 +0100)]
rework on codebase layout

13 years agomake exposure of metadata explicit rather than automatic - not all views require...
Thierry Parmentelat [Thu, 14 Mar 2013 08:27:16 +0000 (09:27 +0100)]
make exposure of metadata explicit rather than automatic - not all views require a login, nor the metadata in fact

13 years agosimplified manifold config (one url will do just fine)
Thierry Parmentelat [Thu, 14 Mar 2013 07:53:59 +0000 (08:53 +0100)]
simplified manifold config (one url will do just fine)
expose it to js for querycode

13 years agono spinner on querycode
Thierry Parmentelat [Wed, 13 Mar 2013 19:40:36 +0000 (20:40 +0100)]
no spinner on querycode

13 years agoquerycode a bit better - still has a zombie spinner and no highlighting
Thierry Parmentelat [Wed, 13 Mar 2013 18:13:52 +0000 (19:13 +0100)]
querycode a bit better - still has a zombie spinner and no highlighting

13 years agofirst stab at querycode - works but one needs to select the lang for now
Thierry Parmentelat [Wed, 13 Mar 2013 17:52:27 +0000 (18:52 +0100)]
first stab at querycode - works but one needs to select the lang for now

13 years agoMerge branch 'master' of ssh://git.onelab.eu/git/myslice-django
Thierry Parmentelat [Wed, 13 Mar 2013 10:49:11 +0000 (11:49 +0100)]
Merge branch 'master' of ssh://git.onelab.eu/git/myslice-django

13 years agosimplelist is datatables-aware
Thierry Parmentelat [Wed, 13 Mar 2013 10:49:04 +0000 (11:49 +0100)]
simplelist is datatables-aware

13 years agoRetrieve metadata once per session
Mohamed Larabi [Wed, 13 Mar 2013 10:12:11 +0000 (11:12 +0100)]
Retrieve metadata once per session

13 years agocosmetic
Thierry Parmentelat [Wed, 13 Mar 2013 09:34:12 +0000 (10:34 +0100)]
cosmetic