Displaying 11 results from an estimated 11 matches for "sortname".
Did you mean:
shortname
2007 Sep 12
2
The use for an XML based metadata format
On Mon, Sep 10, 2007 at 01:19:05PM +0100, Ian Malone wrote:
> as artist=(composer) Beethoven), I think cast lists for films present
> a similar problem. There is consistency and indexability to be
> addressed (Ludvig van Beethoven; Beethoven, Ludvig van;
> Beethoven).
ID3 has a concept of "sort" tags, which provide a string for sorting
purposes which is different from the
2007 Sep 12
3
The use for an XML based metadata format
On Wed, Sep 12, 2007 at 11:55:04PM +0100, Ian Malone wrote:
> All capitalised tags are the result of an MB automatic
> tagging tool. The MB one includes all the uuids, but
> also pulls in a 'sortname'. (Incidentally the album name
> had been added when encoding, I suspect that's why it was
> unmodified.)
> Despite UUIDs there's an acknowledgement
> here that you don't want to have to query the MB database
> every time you want to search your music collection, th...
2007 Sep 12
0
The use for an XML based metadata format
...)
the tags from a file that I have on my hd:
title=Bad Penny
artist=Rory Gallagher
MUSICBRAINZ_ALBUMID=ca0d3987-5d30-4f29-8863-599cc71b36d0
MUSICBRAINZ_ALBUMSTATUS=official
MUSICBRAINZ_ALBUMTYPE=compilation
MUSICBRAINZ_ARTISTID=933fdeae-ec68-48e9-a752-8bcfd44bc429
MUSICBRAINZ_NONALBUM=0
MUSICBRAINZ_SORTNAME=Gallagher, Rory
MUSICBRAINZ_TRACKID=e7c53164-8d74-4306-87be-e78fac6fb1a8
MUSICBRAINZ_VARIOUSARTISTS=0
RELEASECOUNTRY=GB
All capitalised tags are the result of an MB automatic
tagging tool. The MB one includes all the uuids, but
also pulls in a 'sortname'. (Incidentally the album name
had...
2009 May 26
1
[PATCH server] fix for Bug 466731 - There is no title for the third column in User Access page and can't be sorted
...roles.name', width : 80, sortable : true, align: 'left'},
- {display: '', width : 80, sortable : true, align: 'left'}
+ {display: 'Source', name : 'pools_permissions.name', width : 80, sortable : true, align: 'left'}
],
sortname: "user",
sortorder: "asc",
--
1.6.0.6
2010 Feb 25
2
[PATCH] Enhance vms display
..., width : 60, sortable : true, align: 'left'},
+ {display: 'EOL', name : 'eol', width : 60, sortable : true, align: 'right'},
+ {display: 'Comment', name : 'comment', width : 100, sortable : true, align: 'right'}
],
sortname: "description",
sortorder: "asc",
diff --git a/src/db/migrate/044_add_vm_fields.rb b/src/db/migrate/044_add_vm_fields.rb
new file mode 100644
index 0000000..834f0ec
--- /dev/null
+++ b/src/db/migrate/044_add_vm_fields.rb
@@ -0,0 +1,34 @@
+# Copyright (C) 2010 Linagora.
+# W...
2009 Jul 06
0
[PATCH server] UI for accumulated uptime for VMs. (revised2)
...9;right'},
+ {display: 'Total Run Time', name : 'calc_uptime', width : 50, align: 'right'},
{display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget }
],
sortname: "description",
diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml
index 0f70da8..ffe5055 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -111,6 +111,7 @@
Provisioning source:<br/>
State:<br/>
Pending State:<br/...
2009 Jul 02
1
[PATCH server] UI for accumulated uptime for VMs. (revised)
...9;right'},
+ {display: 'Total Run Time', name : 'calc_uptime', width : 50, align: 'right'},
{display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget }
],
sortname: "description",
diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml
index 0f70da8..ffe5055 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -111,6 +111,7 @@
Provisioning source:<br/>
State:<br/>
Pending State:<br/...
2009 Jul 06
2
[PATCH server] UI for accumulated uptime for VMs. (revised3)
...9;right'},
+ {display: 'Total Run Time', name : 'calc_uptime', width : 50, align: 'right'},
{display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget }
],
sortname: "description",
diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml
index 0f70da8..ffe5055 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -111,6 +111,7 @@
Provisioning source:<br/>
State:<br/>
Pending State:<br/...
2009 Jun 29
3
[PATCH server] UI for accumulated uptime for VMs.
...9;right'},
+ {display: 'Total Run Time', name : 'calc_uptime', width : 50, align: 'right'},
{display: 'Load', name : 'load', width: 180, sortable : false, align: 'left', process: <%= table_id %>_load_widget }
],
sortname: "description",
diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml
index 0f70da8..ffe5055 100644
--- a/src/app/views/vm/show.rhtml
+++ b/src/app/views/vm/show.rhtml
@@ -111,6 +111,7 @@
Provisioning source:<br/>
State:<br/>
Pending State:<br/...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ayout => 'popup'
- end
- end
-
- # don't define find_opts for array inputs
- def json_hash(full_items, attributes, arg_list=[], find_opts={}, id_method=:id)
- page = params[:page].to_i
- paginate_opts = {:page => page,
- :order => "#{params[:sortname]} #{params[:sortorder]}",
- :per_page => params[:rp]}
- arg_list << find_opts.merge(paginate_opts)
- item_list = full_items.paginate(*arg_list)
- json_hash = {}
- json_hash[:page] = page
- json_hash[:total] = item_list.total_entries
- json_hash[:r...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server