Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | Use inlineScript() instead of element() to write inline javascript | Craig Andrews | |
2009-12-04 | use cssLink() instead of element() to write out references to CSS | Craig Andrews | |
2009-11-30 | Merge branch 'master' into 0.9.x | Zach 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-30 | Increased notice_data-attach width | Sarven Capadisli | |
2009-11-30 | Better notice_data-attach alignment for mobile devices that support | Sarven Capadisli | |
input type file | |||
2009-11-30 | Updated notice-options items alignment in MobileProfile | Sarven Capadisli | |
2009-11-30 | Minor. Removed whitespace. | Sarven Capadisli | |
2009-11-20 | Changed DEFINE name to avoid conflicts | Sarven Capadisli | |
2009-11-20 | Using common_redirect | Sarven Capadisli | |
2009-11-19 | Changed gif to png | Sarven Capadisli | |
2009-11-19 | Changed this to action. THANKS zach! | Sarven Capadisli | |
2009-11-19 | Doing content negotiation only once | Sarven Capadisli | |
2009-11-19 | Brought the plugin up to date with recent 0.9.x changes e.g., | Sarven Capadisli | |
Theme::path | |||
2009-10-15 | Slight adjustment to local navigation padding | Sarven Capadisli | |
2009-10-15 | Reduced some margin-bottoms | Sarven Capadisli | |
2009-10-15 | Minor adjustment to site name spacing | Sarven Capadisli | |
2009-10-15 | Adjusted global and local navigation spacing and size. Fixed logo's | Sarven Capadisli | |
view in Opera Mini | |||
2009-10-15 | More margin for logo | Sarven Capadisli | |
2009-10-15 | Set width only to textarea | Sarven Capadisli | |
2009-10-15 | Better layout for form_settings | Sarven Capadisli | |
2009-10-15 | Better widths for notice options (improves Opera Mini's rendering) | Sarven Capadisli | |
2009-10-15 | Changed textarea @cols value for smaller screens | Sarven Capadisli | |
2009-10-15 | Updated comments | Sarven Capadisli | |
2009-10-13 | Updated Profile view. Works better in Opera Mini, Webkits | Sarven Capadisli | |
2009-10-13 | Styles for entity actions | Sarven Capadisli | |
2009-10-13 | Added styles for the Profile page | Sarven Capadisli | |
2009-10-12 | Added missing $this | Sarven Capadisli | |
2009-10-12 | Only output attachment if the mobile device is interested | Sarven Capadisli | |
2009-10-12 | Ran phpcs and fixed a few errors and warnings | Sarven Capadisli | |
2009-10-12 | Added function to set a list of features the mobile device supports | Sarven 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-12 | Fixed typo, added ipod | Sarven Capadisli | |
2009-10-12 | Init mp-handheld stylesheet. For now, it is reusing mp-screen. Future | Sarven Capadisli | |
updates will handle media queries | |||
2009-10-09 | Reduced whitespace | Sarven Capadisli | |
2009-10-09 | Updated header UI | Sarven Capadisli | |
2009-10-09 | Removed the Help item from global primary navigation in the header | Sarven Capadisli | |
since it is also used in the footer area. Frees up 'precious'space. | |||
2009-10-09 | Updated mobilelogo extension | Sarven Capadisli | |
2009-10-09 | Fixed notice-options | Sarven Capadisli | |
2009-10-09 | Some UI adjustments for form notice | Sarven Capadisli | |
2009-10-05 | Init styles for form_notice | Sarven Capadisli | |
2009-10-05 | No longer need to style | Sarven Capadisli | |
2009-10-05 | Init showNoticeFormData | Sarven Capadisli | |
2009-10-05 | Init mobile profile screen stylesheet. It reuses base and identica | Sarven Capadisli | |
themes. The handheld stylesheet could import this stylesheet as well. | |||
2009-10-05 | Minor correction | Sarven Capadisli | |
2009-10-04 | Init showPrimaryNav | Sarven Capadisli | |
2009-10-04 | Removed site_notice and anon_notice from output because this | Sarven Capadisli | |
information is not particularly crucial for the mobile user. | |||
2009-10-04 | Stop output after showing header | Sarven Capadisli | |
2009-10-04 | Init showLogo | Sarven Capadisli | |
2009-10-04 | Init showHeader | Sarven Capadisli | |
2009-10-04 | If they are not on the mobile site or not interested in getting the | Sarven Capadisli | |
mobile profile, then give them the regular output. | |||
2009-10-04 | Minor adjustment to indenting | Sarven Capadisli | |