summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile/MobileProfilePlugin.php
AgeCommit message (Collapse)Author
2010-04-08drop onStartShowHeadElements handler from MobileProfile; just duplicated the ↵Brion Vibber
original code path, and after removing the bogus notice-spewing code it was running those things twice.
2010-04-06Add a User-Agent fragment blacklist to MobileProfile: sticking iPad on the ↵Brion Vibber
regular theme, which works better on its larger screen (was tripped on 'mobile' in the UA though we had no explicit check for 'ipad' previously)
2010-04-06Comment out unreachable code spewing notices due to use of undefined ↵Brion Vibber
variables in MobileProfile. This needs some cleanup...
2010-03-03Fix for disappearing 'connect' menu if xmpp and sms are disabled.Zach Copley
All 'connect' menu panels used to be optional, so Action tried to figure out what the first item on the 'connect' menu should be. This is no longer necessary because we have the non-optional OAuth client connections panel now, which is not optional and can't be turned off.
2010-03-01Remove un-needed config variable for enabling/disabling Twitter integrationZach Copley
2010-02-04Moved hardcoded identica theme out of MobileProfile. In this case, itSarven Capadisli
will use whichever theme is loaded as its base and then add its own mobile styles. Of course, if a theme comes with its own mobile styles, it will use that instead as an addition to its own base.
2010-01-26Added version info for MobileProfile pluginSarven Capadisli
2010-01-26Inline script for maxlength is deprecatedSarven Capadisli
2009-12-21Added admin navigation item to MobileProfileSarven Capadisli
2009-12-04Use inlineScript() instead of element() to write inline javascriptCraig Andrews
2009-12-04use cssLink() instead of element() to write out references to CSSCraig Andrews
2009-11-20Changed DEFINE name to avoid conflictsSarven Capadisli
2009-11-20Using common_redirectSarven Capadisli
2009-11-19Changed gif to pngSarven Capadisli
2009-11-19Changed this to action. THANKS zach!Sarven Capadisli
2009-11-19Doing content negotiation only onceSarven Capadisli
2009-11-19Brought the plugin up to date with recent 0.9.x changes e.g.,Sarven Capadisli
Theme::path
2009-10-15Changed textarea @cols value for smaller screensSarven Capadisli
2009-10-15Updated commentsSarven 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-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-05Init showNoticeFormDataSarven Capadisli
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-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.