Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | Added ability to define mobile stylesheets (handheld, screen) at the | Sarven Capadisli | |
theme level. If there are no mobile stylesheets in the theme directory, it will use the ones that come with the plugin. | |||
2009-10-04 | Fixed redirect. Added common_path for mobileserver | Sarven Capadisli | |
2009-10-04 | Don't redirect if mobile server is same as site server | Sarven Capadisli | |
2009-10-03 | Don't show .aside | Sarven Capadisli | |
2009-10-03 | Minor correction to public variable name | Sarven Capadisli | |
2009-10-03 | Updated comment about browser sniffing | Sarven Capadisli | |
2009-10-02 | Better logic to determine what to do with the visitor. Whether to | Sarven Capadisli | |
serve them the Mobile Profile or not, and possibly redirect. | |||
2009-10-02 | Don't need text/xml until further evidence | Sarven Capadisli | |
2009-10-02 | Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is a | Sarven Capadisli | |
superclass for various WAP 2.0 document types. MobileProfilePlugin extends WAP20Plugin and it is intended for serving XHTML Mobile Profile 1.0. Feature support for document types like WML 2.0 or WAP Push should be created as seperate plugins and quite possibly extend WAP20Plugin. |