Age | Commit message (Expand) | Author |
2013-08-22 | Merge branch '1.8' of gitorious.org:lorea/html5 into 1.8 | Sem |
2013-08-23 | Updated to Elgg 1.8.16. | Sem |
2013-08-22 | Added @override keyword at some actions and views | Sem |
2013-02-21 | Erasing meta tag because is already writed by page/default view. | Sem |
2013-02-21 | Merge branch 'master' of gitorious.org:lorea/html5 | Sem |
2013-02-21 | Using ISO 8601 in time datetime attribute. | Sem |
2013-02-18 | Fix 'headers already sent' | hellekin |
2013-02-14 | Using correct language in html tag and putting a placeholder in the search box. | Sem |
2012-07-31 | Added doctype, header, footer and aside tags. Fixed time tag. | Sem |
2011-05-20 | removed output/url view: not providing any special html5 features | Evan Winslow |
2011-05-19 | Deleted extraneous language file | Evan Winslow |
2011-05-19 | Deleted some unnecessary inputs, added theme previews for all new inputs | Evan Winslow |
2011-05-19 | Updated manifest, added README | Evan Winslow |
2011-05-19 | Moved 3rd party javascripts to a vendors folder | Evan Winslow |
2011-05-19 | Updated manifest file to include the required "name" tag | Evan Winslow |
2011-05-19 | Removed override of core view -- don't want to have to keep up with any updat... | Evan Winslow |
2011-05-19 | Cleaned up all the input views | Evan Winslow |
2011-03-19 | Valid manifest | Evan Winslow |
2011-03-18 | Adds module which uses <section>, <header>, and <footer> tags | Evan Winslow |
2011-03-18 | Added page/elements/doctype in anticipation of http://trac.elgg.org/ticket/3174 | Evan Winslow |
2011-03-18 | Removed custom html5 function in favor of core function | Evan Winslow |
2011-03-18 | Ignoring Eclipse project files | Evan Winslow |
2010-10-21 | Removed default placeholder from text inputs | Evan Winslow |
2010-10-21 | Fixed problem with output/url | Evan Winslow |
2010-10-21 | Added output/url to the mix -- includes ability to accept arbitrary attributes | Evan Winslow |
2010-10-21 | Fixed issue with input/form and added output/friendlytime (uses <time> elemen... | Evan Winslow |
2010-10-21 | Removed html/tag view -- all we really needed was a function to form an attri... | Evan Winslow |
2010-10-19 | Adds support for img tag view | Evan Winslow |
2010-10-19 | NULL and empty-string attributes are skipped in addition to FALSE | Evan Winslow |
2010-10-19 | Removed stray paren in checkboxes.php | Evan Winslow |
2010-10-19 | Updated to new directory structure | Evan Winslow |
2010-10-18 | html/tag was not outputting any attributes | Evan Winslow |
2010-10-18 | Added support for tags with bodies | Evan Winslow |
2010-10-17 | Added default placeholders for most inputs -- tried to make code more consist... | Evan Winslow |
2010-10-17 | Added checkboxes, form, longtext, option, plaintext, pulldown, and tags input... | Evan Winslow |
2010-09-13 | radio input was overriding other radio inputs in a non-backwards-compatible way | Evan Winslow |
2010-08-13 | Add's Modernizr (html5 feature detection library) + support for placeholders ... | Evan Winslow |
2010-08-13 | Removes cache manifest (not appropriate for use with elgg). | Evan Winslow |
2010-08-05 | Had the semantics of datetime and datetime-local reversed | Evan Winslow |
2010-08-04 | Updating date-related inputs to accept timestamps as well as string input | Evan Winslow |
2010-08-04 | Updating cache manifest to match external js includes exactly | Evan Winslow |
2010-08-04 | Added application cache support to really make things zippy! | Evan Winslow |
2010-07-27 | Date now provides a placeholder hint by default to show what the format of th... | Evan Winslow |
2010-07-16 | HTML5 plugin no longer uses custom page_elements/head view | Evan Winslow |
2010-07-16 | changed doctype to lower case | Evan Winslow |
2010-07-16 | Escapes input attribute values with htmlspecialchars and removes default empt... | Evan Winslow |
2010-07-07 | Changed $tag to $element in html5 input/default which was causing inputs to n... | Evan Winslow |
2010-07-02 | Forgot to bootstrap the html5_init function! | Evan Winslow |
2010-07-01 | Added a manifest.xml file | Evan Winslow |
2010-07-01 | Added all valid html5 input types | Evan Winslow |