summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
AgeCommit message (Collapse)Author
2010-05-07Allow plugins to load their styles for mobile view; fixes bad realtime ↵Brion Vibber
button layout
2010-05-06Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfileBrion Vibber
One-line addition of 'webos' to the keywords list.
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
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-26Better alignment for notice options in MobileProfileSarven Capadisli
2010-01-26Updated notice item view where a) notice text no longer wraps aroundSarven Capadisli
(under author's photo) b) supplemental notice content and options will start right under notice text.
2010-01-26Updated UI for notice aside content and notice options in MobileProfileSarven Capadisli
2010-01-26Inline script for maxlength is deprecatedSarven Capadisli
2009-12-22Adjusted notice option alignment in MobileProfileSarven 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-30Merge branch 'master' into 0.9.xZach Copley
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php
2009-11-30Increased notice_data-attach widthSarven Capadisli
2009-11-30Better notice_data-attach alignment for mobile devices that supportSarven Capadisli
input type file
2009-11-30Updated notice-options items alignment in MobileProfileSarven Capadisli
2009-11-30Minor. Removed whitespace.Sarven Capadisli
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-15Slight adjustment to local navigation paddingSarven Capadisli
2009-10-15Reduced some margin-bottomsSarven Capadisli
2009-10-15Minor adjustment to site name spacingSarven Capadisli
2009-10-15Adjusted global and local navigation spacing and size. Fixed logo'sSarven Capadisli
view in Opera Mini
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