Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1891 - 1893 of 2152)

Ticket Resolution Summary Owner Reporter
#2527 wontfix Implement a method of loading templates into the demo site aron.carroll aron.carroll

Reported by aron.carroll, 23 months ago.

Description

JavaScript? needs to be able to insert html templates into the document.

There are three common solutions to templating at the moment.

  1. Insert the html into <script> tags at the bottom of the page and pull them in using the DOM and innerHTML. This is a very simple solution but not very portable.
  2. Request the HTML snippets as plain text/html using XHR. This adds an extra HTTP request per template but is very clean. It would also be possible to inline the HTML into the JS at the minification stage for production.
  3. Include the HTML in JavaScript? strings (horrible to maintain and bloats the js)

It makes sense to keep these with the other templates so that we can take advantage of localisation where possible. This indicates 1 or 2.

#2528 fixed Create demo edit dataset page aron.carroll aron.carroll

Reported by aron.carroll, 23 months ago.

Description

Implementation:

http://s031.okserver.org:2375/dataset/edit/5b451cab-8671-4513-91c4-257784c1f484

#2532 fixed show activity steam for user no js toby toby

Reported by toby, 23 months ago.

Description

We should allow the user activity stream to be accessible with no js by passing a param or something. Need to agree how we hide/show basically agree what classes we use.

This should be a generalised solution that we can use in other places as needed.

I think this just needs discussion

Note: See TracQuery for help on using queries.