summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
AgeCommit message (Collapse)Author
2009-10-15More margin for logoSarven Capadisli
2009-10-15Set width only to textareaSarven Capadisli
2009-10-15Better layout for form_settingsSarven Capadisli
2009-10-15Better widths for notice options (improves Opera Mini's rendering)Sarven Capadisli
2009-10-15Changed textarea @cols value for smaller screensSarven Capadisli
2009-10-15Updated commentsSarven Capadisli
2009-10-13Updated Profile view. Works better in Opera Mini, WebkitsSarven Capadisli
2009-10-13Styles for entity actionsSarven Capadisli
2009-10-13Added styles for the Profile pageSarven Capadisli
2009-10-12Added missing $thisSarven Capadisli
2009-10-12Only output attachment if the mobile device is interestedSarven Capadisli
2009-10-12Ran phpcs and fixed a few errors and warningsSarven Capadisli
2009-10-12Added function to set a list of features the mobile device supportsSarven Capadisli
and output accordingly e.g., if device is not known to have an open file system or unable to make use of input type="file" don't output that feature
2009-10-12Fixed typo, added ipodSarven Capadisli
2009-10-12Init mp-handheld stylesheet. For now, it is reusing mp-screen. FutureSarven Capadisli
updates will handle media queries
2009-10-09Reduced whitespaceSarven Capadisli
2009-10-09Updated header UISarven Capadisli
2009-10-09Removed the Help item from global primary navigation in the headerSarven Capadisli
since it is also used in the footer area. Frees up 'precious'space.
2009-10-09Updated mobilelogo extensionSarven Capadisli
2009-10-09Fixed notice-optionsSarven Capadisli
2009-10-09Some UI adjustments for form noticeSarven Capadisli
2009-10-05Init styles for form_noticeSarven Capadisli
2009-10-05No longer need to styleSarven Capadisli
2009-10-05Init showNoticeFormDataSarven Capadisli
2009-10-05Init mobile profile screen stylesheet. It reuses base and identicaSarven Capadisli
themes. The handheld stylesheet could import this stylesheet as well.
2009-10-05Minor correctionSarven Capadisli
2009-10-04Init showPrimaryNavSarven Capadisli
2009-10-04Removed site_notice and anon_notice from output because thisSarven Capadisli
information is not particularly crucial for the mobile user.
2009-10-04Stop output after showing headerSarven Capadisli
2009-10-04Init showLogoSarven Capadisli
2009-10-04Init showHeaderSarven Capadisli
2009-10-04If they are not on the mobile site or not interested in getting theSarven Capadisli
mobile profile, then give them the regular output.
2009-10-04Minor adjustment to indentingSarven Capadisli
2009-10-04If not meant to serveMobile, show the default stylesSarven Capadisli
2009-10-04Added custom showHeadSarven Capadisli
2009-10-04Mobile Profile plugin will use the identica theme for nowSarven Capadisli
2009-10-04Added ability to define mobile stylesheets (handheld, screen) at theSarven 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-04Fixed redirect. Added common_path for mobileserverSarven Capadisli
2009-10-04Don't redirect if mobile server is same as site serverSarven Capadisli
2009-10-03Don't show .asideSarven Capadisli
2009-10-03Minor correction to public variable nameSarven Capadisli
2009-10-03Updated comment about browser sniffingSarven Capadisli
2009-10-02Better logic to determine what to do with the visitor. Whether toSarven Capadisli
serve them the Mobile Profile or not, and possibly redirect.
2009-10-02Don't need text/xml until further evidenceSarven Capadisli
2009-10-02Init for WAP 2.0 and XHTML Mobile Profile support. WAP20Plugin is aSarven 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.