aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Collapse)Author
2013-08-22Merge branch '1.8' of gitorious.org:lorea/html5 into 1.8Sem
Conflicts: views/default/page/elements/foot.php views/default/page/elements/owner_block.php
2013-08-23Updated to Elgg 1.8.16.Sem
2013-08-22Added @override keyword at some actions and viewsSem
2013-02-21Erasing meta tag because is already writed by page/default view.Sem
2013-02-21Merge branch 'master' of gitorious.org:lorea/html5Sem
2013-02-21Using ISO 8601 in time datetime attribute.Sem
2013-02-18Fix 'headers already sent'hellekin
2013-02-14Using correct language in html tag and putting a placeholder in the search box.Sem
2012-07-31Added doctype, header, footer and aside tags. Fixed time tag.Sem
2011-05-20removed output/url view: not providing any special html5 featuresEvan Winslow
2011-05-19Deleted some unnecessary inputs, added theme previews for all new inputsEvan Winslow
2011-05-19Removed override of core view -- don't want to have to keep up with any ↵Evan Winslow
updates. Also, outside of scope of this theme to transform a site into using html5 -- hopefully Elgg core would adopt this eventually.
2011-05-19Cleaned up all the input viewsEvan Winslow
2011-03-18Adds module which uses <section>, <header>, and <footer> tagsEvan Winslow
2011-03-18Added page/elements/doctype in anticipation of http://trac.elgg.org/ticket/3174Evan Winslow
2011-03-18Removed custom html5 function in favor of core functionEvan Winslow
2010-10-21Removed default placeholder from text inputsEvan Winslow
2010-10-21Fixed problem with output/urlEvan Winslow
2010-10-21Added output/url to the mix -- includes ability to accept arbitrary attributesEvan Winslow
2010-10-21Fixed issue with input/form and added output/friendlytime (uses <time> ↵Evan Winslow
element now)
2010-10-21Removed html/tag view -- all we really needed was a function to form an ↵Evan Winslow
attribute string from an array. This is now being used in each input view and there is not so much view nesting going on...
2010-10-19Adds support for img tag viewEvan Winslow
2010-10-19NULL and empty-string attributes are skipped in addition to FALSEEvan Winslow
2010-10-19Removed stray paren in checkboxes.phpEvan Winslow
2010-10-19Updated to new directory structureEvan Winslow
2010-10-18html/tag was not outputting any attributesEvan Winslow
2010-10-18Added support for tags with bodiesEvan Winslow
2010-10-17Added default placeholders for most inputs -- tried to make code more ↵Evan Winslow
consistent. Still needs documentation
2010-10-17Added checkboxes, form, longtext, option, plaintext, pulldown, and tags ↵Evan Winslow
input views. Kept things dry by creating a html/tag view that takes care of outputting attributes/body.
2010-09-13radio input was overriding other radio inputs in a non-backwards-compatible wayEvan Winslow
2010-08-13Add's Modernizr (html5 feature detection library) + support for placeholders ↵Evan Winslow
in browsers that don't support it natively.
2010-08-13Removes cache manifest (not appropriate for use with elgg).Evan Winslow
2010-08-05Had the semantics of datetime and datetime-local reversedEvan Winslow
2010-08-04Updating date-related inputs to accept timestamps as well as string inputEvan Winslow
2010-08-04Added application cache support to really make things zippy!Evan Winslow
2010-07-27Date now provides a placeholder hint by default to show what the format of ↵Evan Winslow
the date should be.
2010-07-16HTML5 plugin no longer uses custom page_elements/head viewEvan Winslow
2010-07-16changed doctype to lower caseEvan Winslow
2010-07-16Escapes input attribute values with htmlspecialchars and removes default ↵Evan Winslow
empty value from default inputs
2010-07-07Changed $tag to $element in html5 input/default which was causing inputs to ↵Evan Winslow
not be displayed
2010-07-01Added all valid html5 input typesEvan Winslow
2010-06-24Added IE support to html5 pluginEvan Winslow
2010-06-24Adding html5 plugin -- all it does now is provide the appropriate headerEvan Winslow